diff options
-rwxr-xr-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ # This script simply sets up the compiler and linker flags for all the various # build permutations I use for testing and profiling. -export AUTOCONF_VERSION=2.62 -export AUTOMAKE_VERSION=1.10.1 +export AUTOCONF_VERSION=2.61 +export AUTOMAKE_VERSION=1.10 cmd=$(which glibtoolize 2>&1) if [ -x "$cmd" ]; then |