From 1139ad76aabd326fc9dce4a22fa10dc1c038f511 Mon Sep 17 00:00:00 2001 From: toddouska Date: Tue, 15 Jan 2013 14:33:29 -0800 Subject: [PATCH] automake really needs 1.12, autoconf works with 2.65 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8b48ab4e8..1746ad375 100644 --- a/configure.ac +++ b/configure.ac @@ -14,12 +14,12 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE([1.11 -Wall -Werror -Wno-portability foreign tar-ustar subdir-objects serial-tests]) +AM_INIT_AUTOMAKE([1.12 -Wall -Werror -Wno-portability foreign tar-ustar subdir-objects serial-tests]) AC_CANONICAL_HOST AC_CANONICAL_BUILD -AC_PREREQ([2.69]) +AC_PREREQ([2.65]) AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.