diff options
author | Werner Koch <[email protected]> | 2001-10-23 08:04:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-10-23 08:04:00 +0000 |
commit | b920ef23ca4777e2492e1ea7fd614e16154e73ad (patch) | |
tree | 25823edc00406f1b57ec50eb18d13987802a9c87 /scripts/autogen.sh | |
parent | Minor fixes (diff) | |
download | gnupg-SNAP-1-0-6b.tar.gz gnupg-SNAP-1-0-6b.zip |
more fixes due to automake 1.5SNAP-1-0-6b
Diffstat (limited to 'scripts/autogen.sh')
-rwxr-xr-x | scripts/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 46744cd2e..215818965 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -14,8 +14,8 @@ PGM=GnuPG lib_config_files="" autoconf_vers=2.52 -automake_vers=1.4 -aclocal_vers=1.4 +automake_vers=1.5 +aclocal_vers=1.5 DIE=no |