diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | autogen.sh | 6 | 
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2001-11-21  Marcus Brinkmann  <[email protected]> + +	* autogen.sh: Tighten version dependencies. +  2001-11-20  Marcus Brinkmann  <[email protected]>  	* Makefile.am (SUBDIRS): Support building the assuan library @@ -4,9 +4,9 @@  PGM=GPGME  lib_config_files="" -autoconf_vers=2.13 -automake_vers=1.4 -aclocal_vers=1.4 +autoconf_vers=2.52 +automake_vers=1.5 +aclocal_vers=1.5  libtool_vers=1.3  DIE=no  | 
