diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 "$@" |