+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'.
* 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:
#
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
"" | " "*) ;;
#
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)=])