mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Ensure that the autoconf and automake checked are the ones we install
rather than some random one installed elsewhere on the path.
This commit is contained in:
parent
963c8a0048
commit
1b269e17cd
@ -352,7 +352,7 @@ function inst_autotools() {
|
||||
add_to_env $_AUTOTOOLS_UDIR/bin PATH
|
||||
add_to_env -I$_AUTOTOOLS_UDIR/include AUTOTOOLS_CPPFLAGS
|
||||
add_to_env -L$_AUTOTOOLS_UDIR/lib AUTOTOOLS_LDFLAGS
|
||||
if quiet autoconf --help && quiet automake --help
|
||||
if quiet $_AUTOTOOLS_UDIR/bin/autoconf --help && quiet $_AUTOTOOLS_UDIR/bin/automake --help
|
||||
then
|
||||
echo "autoconf/automake already installed in $_AUTOTOOLS_UDIR. skipping."
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user