]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC)
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 11 Oct 2007 17:25:06 +0000 (17:25 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 11 Oct 2007 17:25:06 +0000 (17:25 +0000)
<lt_cv_prog_compiler_pic_works>: Renamed from
lt_prog_compiler_pic_works.
<lt_cv_prog_compiler_static_works>: Renamed from
lt_prog_compiler_static_works.
* NEWS: Update.

ChangeLog
NEWS
libtool.m4

index ae5122558a57e81849a94bc1248f6202d3a32bff..fdebf8783fed7c758ef74d9056bf00a68275d205 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC)
+       <lt_cv_prog_compiler_pic_works>: Renamed from
+       lt_prog_compiler_pic_works.
+       <lt_cv_prog_compiler_static_works>: Renamed from
+       lt_prog_compiler_static_works.
+       * NEWS: Update.
+
 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * ltmain.in: Accept extension `.sx'.
diff --git a/NEWS b/NEWS
index 20424da4a93b6b3833ce6edf1360e869de3318f8..a11d763ab20afab0ee52482fe7e0e3c8861312ac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ New in 1.5.25a: 2007-??-??; CVS version 1.5.25a, Libtool team:
 * More robust parsing of mangled `.la' files inside libltdl, fixing a
   possible overrun and a crash due to memory exhaustion.
 * Fix compile command line for gcj on MinGW.
+* Some configure variables have been renamed to fix caching:
+  lt_prog_compiler_pic_works to lt_cv_prog_compiler_pic_works
+  lt_prog_compiler_static_works to lt_cv_prog_compiler_static_works.
 * Bug Fixes.
 \f
 New in 1.5.24: 2007-06-17; CVS version 1.5.23c, Libtool team:
index 8c49f660d70e8fa1861aee72cfa10b5b5dd3b8d2..0675a258f63ba141708d391b83ad0e80323e16e9 100644 (file)
@@ -5461,7 +5461,7 @@ AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
 #
 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
-    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
+    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
      "" | " "*) ;;
@@ -5485,7 +5485,7 @@ esac
 #
 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
-  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
+  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
   $lt_tmp_static_flag,
   [],
   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])