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:
parent
4aaf48d650
commit
3c359c3e2e
1 changed files with 4 additions and 4 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue