Skip to content
Snippets Groups Projects
Commit 209ceee8 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Require Libtool 2.4.6 and Autoconf 2.69.

parent f5b9328b
No related branches found
No related tags found
No related merge requests found
......@@ -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/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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment