This commit is contained in:
Marcus Brinkmann 2008-01-30 14:17:26 +00:00
parent 2cf46b3ca9
commit 2ac285d691
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-01-30 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Bump required version of automake up to 1.10.
* autogen.sh: Fix aclocal check.
2008-01-04 Marcus Brinkmann <marcus@g10code.de> 2008-01-04 Marcus Brinkmann <marcus@g10code.de>
Release GPGME 1.1.6. Release GPGME 1.1.6.

View File

@ -134,7 +134,7 @@ if check_version $AUTOCONF $autoconf_vers_num $autoconf_vers ; then
check_version $AUTOHEADER $autoconf_vers_num $autoconf_vers autoconf check_version $AUTOHEADER $autoconf_vers_num $autoconf_vers autoconf
fi fi
if check_version $AUTOMAKE $automake_vers_num $automake_vers; then 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 fi
#if check_version $GETTEXT $gettext_vers_num $gettext_vers; then #if check_version $GETTEXT $gettext_vers_num $gettext_vers; then
# check_version $MSGMERGE $gettext_vers_num $gettext_vers gettext # check_version $MSGMERGE $gettext_vers_num $gettext_vers gettext

View File

@ -20,7 +20,7 @@
# (Process this file with autoconf to produce a configure script.) # (Process this file with autoconf to produce a configure script.)
AC_PREREQ(2.59) 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. # Version number: Remember to change it immediately *after* a release.
# Make sure to run "svn up" and "./autogen.sh --force" # Make sure to run "svn up" and "./autogen.sh --force"

View File

@ -72,7 +72,7 @@ extern "C" {
AM_PATH_GPGME macro) check that this header matches the installed AM_PATH_GPGME macro) check that this header matches the installed
library. Warning: Do not edit the next line. configure will do library. Warning: Do not edit the next line. configure will do
that for you! */ that for you! */
#define GPGME_VERSION "1.1.7-svn1295" #define GPGME_VERSION "1.1.7-svn1300"