Skip to content
Snippets Groups Projects
Commit 9d391f7546f4 authored by Lasse Collin's avatar Lasse Collin
Browse files

Allow to explicitly specify autotool versions in autogen.sh.

parent 91d0a4c16399
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment