diff options
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 |