diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 14:20:02 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 14:20:02 +0300 |
commit | d45615c555e250209ebb55aa3649abe790f1eeac (patch) | |
tree | 9e7d1b2d041866ab9cf62464acf1026531a125cc | |
parent | Add version.sh to EXTRA_DIST. (diff) | |
download | xz-d45615c555e250209ebb55aa3649abe790f1eeac.tar.xz |
Allow to explicitly specify autotool versions in autogen.sh.
Diffstat (limited to '')
-rwxr-xr-x | autogen.sh | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -11,9 +11,9 @@ set -e -x -autopoint -f -libtoolize -c -f || glibtoolize -c -f -aclocal -I m4 -autoconf -autoheader -automake -acf --foreign +${AUTOPOINT:-autopoint} -f +${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize -c -f +${ACLOCAL:-aclocal} -I m4 +${AUTOCONF:-autoconf} +${AUTOHEADER:-autoheader} +${AUTOMAKE:-automake} -acf --foreign |