2
0
mirror of git://git.savannah.gnu.org/libtool.git synced 2025-02-17 15:10:02 +08:00

* libltdl/m4/ltoptions.m4 (AC_ENABLE_SHARED): Fix to use

new _LT_SET_OPTION semantics.
This commit is contained in:
Ralf Wildenhues 2008-01-14 21:18:49 +00:00
parent 75142db4f8
commit 1bf917f523
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/ltoptions.m4 (AC_ENABLE_SHARED): Fix to use
new _LT_SET_OPTION semantics.
2008-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2008-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/ltdl.m4 (_LTDL_SETUP): Define * libltdl/m4/ltdl.m4 (_LTDL_SETUP): Define
@ -23,6 +28,7 @@
* libltdl/config/ltmain.m4sh (func_mode_link): Fix warning * libltdl/config/ltmain.m4sh (func_mode_link): Fix warning
about -l and -L for archives and objects as output, to not about -l and -L for archives and objects as output, to not
trigger for *.la files. Non-convenience archives are diagnosed trigger for *.la files. Non-convenience archives are diagnosed
later on.
* tests/configure-iface.at: Ensure LTDLINCL is expanded * tests/configure-iface.at: Ensure LTDLINCL is expanded
before CPPFLAGS, so that even CPPFLAGS=-I/usr/local/include before CPPFLAGS, so that even CPPFLAGS=-I/usr/local/include

View File

@ -188,7 +188,7 @@ LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
# Old names: # Old names:
AC_DEFUN([AC_ENABLE_SHARED], AC_DEFUN([AC_ENABLE_SHARED],
[_LT_SET_OPTION([shared]) [_LT_SET_OPTION([LT_INIT], [shared])
]) ])
AC_DEFUN([AC_DISABLE_SHARED], AC_DEFUN([AC_DISABLE_SHARED],