diff options
author | Marcus Brinkmann <[email protected]> | 2002-12-23 20:29:33 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-12-23 20:29:33 +0000 |
commit | 51168de35d4b6765901686a1f141bf5d230bb01a (patch) | |
tree | 83e31360de73e17bd3529a02fa6ad7e31f122583 | |
parent | 2002-12-23 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-51168de35d4b6765901686a1f141bf5d230bb01a.tar.gz gpgme-51168de35d4b6765901686a1f141bf5d230bb01a.zip |
2002-12-23 Marcus Brinkmann <[email protected]>
* autogen.sh (automake_vers): Require 1.7 (really 1.7.1) for the
conditional source distribution bug fix.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-12-23 Marcus Brinkmann <[email protected]> + + * autogen.sh (automake_vers): Require 1.7 (really 1.7.1) for the + conditional source distribution bug fix. + 2002-12-08 Marcus Brinkmann <[email protected]> * configure.ac (LIBGPGME_LT_CURRENT): Increase by one. @@ -5,7 +5,7 @@ PGM=GPGME lib_config_files="" autoconf_vers=2.53 -automake_vers=1.5 +automake_vers=1.7 aclocal_vers=1.5 libtool_vers=1.4 |