From 1bf917f52351893dc8ef43b16dfe6f9bbae321fc Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 14 Jan 2008 21:18:49 +0000 Subject: [PATCH] * libltdl/m4/ltoptions.m4 (AC_ENABLE_SHARED): Fix to use new _LT_SET_OPTION semantics. --- ChangeLog | 6 ++++++ libltdl/m4/ltoptions.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ae0bb390..8a6f092b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-14 Ralf Wildenhues + + * libltdl/m4/ltoptions.m4 (AC_ENABLE_SHARED): Fix to use + new _LT_SET_OPTION semantics. + 2008-01-12 Ralf Wildenhues * libltdl/m4/ltdl.m4 (_LTDL_SETUP): Define @@ -23,6 +28,7 @@ * libltdl/config/ltmain.m4sh (func_mode_link): Fix warning about -l and -L for archives and objects as output, to not trigger for *.la files. Non-convenience archives are diagnosed + later on. * tests/configure-iface.at: Ensure LTDLINCL is expanded before CPPFLAGS, so that even CPPFLAGS=-I/usr/local/include diff --git a/libltdl/m4/ltoptions.m4 b/libltdl/m4/ltoptions.m4 index ca46819d..b416e5a7 100644 --- a/libltdl/m4/ltoptions.m4 +++ b/libltdl/m4/ltoptions.m4 @@ -188,7 +188,7 @@ LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], -[_LT_SET_OPTION([shared]) +[_LT_SET_OPTION([LT_INIT], [shared]) ]) AC_DEFUN([AC_DISABLE_SHARED],