diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gpgme/gpgme.h | 2 |
4 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2008-01-30 Marcus Brinkmann <[email protected]> + + * configure.ac: Bump required version of automake up to 1.10. + * autogen.sh: Fix aclocal check. + 2008-01-04 Marcus Brinkmann <[email protected]> Release GPGME 1.1.6. @@ -134,7 +134,7 @@ if check_version $AUTOCONF $autoconf_vers_num $autoconf_vers ; then check_version $AUTOHEADER $autoconf_vers_num $autoconf_vers autoconf fi if check_version $AUTOMAKE $automake_vers_num $automake_vers; then - check_version $ACLOCAL $automake_vers_num $autoconf_vers automake + check_version $ACLOCAL $automake_vers_num $automake_vers automake fi #if check_version $GETTEXT $gettext_vers_num $gettext_vers; then # check_version $MSGMERGE $gettext_vers_num $gettext_vers gettext diff --git a/configure.ac b/configure.ac index 5847362b..5016b1c2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # (Process this file with autoconf to produce a configure script.) AC_PREREQ(2.59) -min_automake_version="1.9.3" +min_automake_version="1.10" # Version number: Remember to change it immediately *after* a release. # Make sure to run "svn up" and "./autogen.sh --force" diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 1133e0d3..12ddee8a 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -72,7 +72,7 @@ extern "C" { AM_PATH_GPGME macro) check that this header matches the installed library. Warning: Do not edit the next line. configure will do that for you! */ -#define GPGME_VERSION "1.1.7-svn1295" +#define GPGME_VERSION "1.1.7-svn1300" |