Changed the AUTOCONF and AUTOMAKE_VERSION variables to match what comes with
OS X.
This commit is contained in:
parent
008302b7f5
commit
2617000f10
1 changed files with 2 additions and 2 deletions
4
acprep
4
acprep
|
|
@ -8,8 +8,8 @@
|
||||||
# This script simply sets up the compiler and linker flags for all the various
|
# This script simply sets up the compiler and linker flags for all the various
|
||||||
# build permutations I use for testing and profiling.
|
# build permutations I use for testing and profiling.
|
||||||
|
|
||||||
export AUTOCONF_VERSION=2.62
|
export AUTOCONF_VERSION=2.61
|
||||||
export AUTOMAKE_VERSION=1.10.1
|
export AUTOMAKE_VERSION=1.10
|
||||||
|
|
||||||
cmd=$(which glibtoolize 2>&1)
|
cmd=$(which glibtoolize 2>&1)
|
||||||
if [ -x "$cmd" ]; then
|
if [ -x "$cmd" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue