From: Gary V. Vaughan Date: Tue, 30 Aug 2005 14:31:40 +0000 (+0000) Subject: * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_PIC_MODE): Renamed... X-Git-Tag: release-2-1b~542 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0dab86ae39c8078981a4379a58fd3e8a3af7129;p=thirdparty%2Flibtool.git * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_PIC_MODE): Renamed... (AC_LIBTOOL_PICMODE): ...this in the backwards compatibility code. There never was an AC_LIBTOOL_PIC_MODE macro. --- diff --git a/ChangeLog b/ChangeLog index 958573582..caa222a96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-08-30 Gary V. Vaughan + * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_PIC_MODE): Renamed... + (AC_LIBTOOL_PICMODE): ...this in the backwards compatibility + code. There never was an AC_LIBTOOL_PIC_MODE macro. + * libltdl/m4/libtool.m4 (_LT_SETUP): Remove duplicate --enable-libtool-lock declaration. diff --git a/libltdl/m4/ltoptions.m4 b/libltdl/m4/ltoptions.m4 index 5427db85d..32a0f4a12 100644 --- a/libltdl/m4/ltoptions.m4 +++ b/libltdl/m4/ltoptions.m4 @@ -363,7 +363,7 @@ LT_OPTION_DEFINE([pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([no-pic], [_LT_WITH_PIC([no])]) # Old name: -AU_DEFUN([AC_LIBTOOL_PIC_MODE], +AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you @@ -371,4 +371,4 @@ put the `pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_PIC_MODE], []) +dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])