mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Allow to explicitly specify autotool versions in autogen.sh.
This commit is contained in:
parent
eaf8367368
commit
d45615c555
1 changed files with 6 additions and 6 deletions
12
autogen.sh
12
autogen.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue