summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-09-05 19:54:45 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-09-05 19:54:45 +0000
commit44ae86895367c5d3c3fc04847fc22adde97ab297 (patch)
treed4b95e8b878fcfb68d0c640e5bb7f9160f1886ba /autogen.sh
parent3767fe8946460aa77e559b24265a5367e8049083 (diff)
downloadpango-44ae86895367c5d3c3fc04847fc22adde97ab297.tar.gz
copy version with automake-1.4 fixes from -1-0 branch
2002-09-05 jacob berkman <jacob@ximian.com> * autogen.sh: copy version with automake-1.4 fixes from -1-0 branch
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index dccc2248..857f9864 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -38,8 +38,8 @@ fi
}
have_automake=false
-if automake --version < /dev/null > /dev/null 2>&1 ; then
- automake_version=`automake --version | grep 'automake (GNU automake)' | sed 's/^[^0-9]*\(.*\)/\1/'`
+if automake-1.4 --version < /dev/null > /dev/null 2>&1 ; then
+ automake_version=`automake-1.4 --version | grep 'automake (GNU automake)' | sed 's/^[^0-9]*\(.*\)/\1/'`
case $automake_version in
1.2*|1.3*|1.4)
;;
@@ -72,12 +72,12 @@ if test -z "$AUTOGEN_SUBDIR_MODE"; then
fi
fi
-aclocal $ACLOCAL_FLAGS
+aclocal-1.4 $ACLOCAL_FLAGS
# optionally run autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
-automake -a $am_opt
+automake-1.4 -a $am_opt
autoconf
cd $ORIGDIR