Allow particular versions of aclocal, autoheader, automake, and autoconf to

be specified by setting environmental variables ACLOCAL, etc.  The default
is to just use "aclocal", etc as before.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9807 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2007-05-12 15:48:16 +00:00
commit 3c359c3e2e

View file

@ -8,7 +8,7 @@
set -x
test -d Tools/config || mkdir Tools/config
aclocal -I Tools/config
autoheader
automake --add-missing --copy --force-missing
autoconf
${ACLOCAL-aclocal} -I Tools/config
${AUTOHEADER-autoheader}
${AUTOMAKE-automake} --add-missing --copy --force-missing
${AUTOCONF-autoconf}