diff options
author | Werner Koch <wk@gnupg.org> | 1999-07-07 13:28:26 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-07-07 13:28:26 +0200 |
commit | bd7298cf0dbeacbd415acdf814acace9aabb8455 (patch) | |
tree | ae235766ee42b77ba5ca19dfb1bf99e678154e3d /scripts | |
parent | See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch (diff) | |
download | gnupg2-bd7298cf0dbeacbd415acdf814acace9aabb8455.tar.xz gnupg2-bd7298cf0dbeacbd415acdf814acace9aabb8455.zip |
See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/autogen.sh | 2 | ||||
-rw-r--r-- | scripts/distfiles | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 266eb75b6..045716b87 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -7,7 +7,7 @@ DIE=no autoconf_vers=2.13 automake_vers=1.4 aclocal_vers=1.4 -libtool_vers=1.2 +libtool_vers=1.3 if (autoconf --version) < /dev/null > /dev/null 2>&1 ; then if (autoconf --version | awk 'NR==1 { if( $3 >= '$autoconf_vers') \ diff --git a/scripts/distfiles b/scripts/distfiles index 13127323a..804b73f88 100644 --- a/scripts/distfiles +++ b/scripts/distfiles @@ -7,4 +7,6 @@ missing gnupg.spec.in autogen.sh ChangeLog +ltconfig +ltmain.sh |