]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/ltoptions.m4 (AC_LIBTOOL_PIC_MODE): Renamed...
authorGary V. Vaughan <gary@gnu.org>
Tue, 30 Aug 2005 14:31:40 +0000 (14:31 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 30 Aug 2005 14:31:40 +0000 (14:31 +0000)
(AC_LIBTOOL_PICMODE): ...this in the backwards compatibility
code.  There never was an AC_LIBTOOL_PIC_MODE macro.

ChangeLog
libltdl/m4/ltoptions.m4

index 95857358265cf83926c6c45286856a9335d3bd6e..caa222a96c06c90d6eabb55f0e9743ed1584c9d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-08-30  Gary V. Vaughan  <gary@gnu.org>
 
+       * 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.
 
index 5427db85d817d5b586df1a6303dacfa0bf963ee7..32a0f4a12a53508f6f909f981a50c834f2912d41 100644 (file)
@@ -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], [])