automake really needs 1.12, autoconf works with 2.65

This commit is contained in:
toddouska 2013-01-15 14:33:29 -08:00
parent 6993bc58b1
commit 1139ad76aa
1 changed files with 2 additions and 2 deletions

View File

@ -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.