From 209ceee8f6f43f6dfd1807d995ee250514e64068 Mon Sep 17 00:00:00 2001 From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de> Date: Mon, 22 Oct 2018 17:51:18 +0200 Subject: [PATCH] Require Libtool 2.4.6 and Autoconf 2.69. --- configure.ac | 3 +++ patch/ltmain_sh.patch | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 423234091..98b64a773 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,9 @@ # autoconf 2.69 # libtool 2.4.6 +AC_PREREQ([2.69]) +LT_PREREQ([2.4.6]) + AC_INIT([cdi], [1.8.3rc], [http://mpimet.mpg.de/cdi]) AC_DEFINE_UNQUOTED(CDI, ["$PACKAGE_VERSION"], [CDI version]) diff --git a/patch/ltmain_sh.patch b/patch/ltmain_sh.patch index 08b8db047..3e4e25cfe 100644 --- a/patch/ltmain_sh.patch +++ b/patch/ltmain_sh.patch @@ -1,8 +1,8 @@ diff --git a/config/ltmain.sh b/config/ltmain.sh -index 857338f..c19bbcc 100644 +index 0f0a2da..4126a5b 100644 --- a/config/ltmain.sh +++ b/config/ltmain.sh -@@ -8078,6 +8078,14 @@ func_mode_link () +@@ -7859,6 +7859,14 @@ func_mode_link () # Read the .la file func_source "$lib" -- GitLab