summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 9bd77a0..7e9555a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,9 +16,9 @@ USE_COMMON_DOC_BUILD=yes
exit 1
}
-which mate-autogen.sh || {
- echo "You need to install mate-common 2.4.0 or higher"
+which mate-autogen || {
+ echo "You need to install mate-common 1.2.1 or higher"
exit 1
}
-. mate-autogen.sh "$@"
+. mate-autogen "$@"