diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0ae7f3f68..c3c7d743a 100644 --- a/configure.ac +++ b/configure.ac @@ -20,8 +20,8 @@ # USA. # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.59) -min_automake_version="1.9.3" +AC_PREREQ(2.60) +min_automake_version="1.10" # Remember to change the version number immediately *after* a release. # Set my_issvn to "yes" for non-released code. Remember to run an @@ -445,6 +445,7 @@ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AC_PROG_AWK AC_PROG_CC AC_PROG_CPP +AM_PROG_CC_C_O AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_RANLIB |