diff options
author | Werner Koch <wk@gnupg.org> | 2007-05-04 14:04:26 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-05-04 14:04:26 +0200 |
commit | 174521f8da72e54cdeeff2675f99d9cd9ac911e3 (patch) | |
tree | edeb16b77ca4cc18aeb5fe4797594f0841026c3a /configure.ac | |
parent | Fixed installation of gpg2keys_mailto (diff) | |
download | gnupg2-174521f8da72e54cdeeff2675f99d9cd9ac911e3.tar.xz gnupg2-174521f8da72e54cdeeff2675f99d9cd9ac911e3.zip |
Updated to automake 1.10.
Use latest texinfo.tex.
Typo and grammar fix.
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 |