From: Ralf Wildenhues Date: Thu, 11 Oct 2007 17:23:33 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) X-Git-Tag: release-2-1b~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34700eacf5a1e59c30c7d8548746d0932003e608;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) : Renamed from lt_prog_compiler_pic_works. : Renamed from lt_prog_compiler_static_works. * NEWS: Update. --- diff --git a/ChangeLog b/ChangeLog index b32e5f21f..318c024fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-10-11 Ralf Wildenhues + + * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) + : Renamed from + lt_prog_compiler_pic_works. + : Renamed from + lt_prog_compiler_static_works. + * NEWS: Update. + 2007-10-09 Ralf Wildenhues * libltdl/config/ltmain.m4sh (func_mode_compile): Accept diff --git a/NEWS b/NEWS index 472d11082..091fe8682 100644 --- a/NEWS +++ b/NEWS @@ -99,6 +99,9 @@ New in 2.1a: 2007-??-??; CVS version 2.1a, 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. - Loads of smaller bug fixes. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index a6f473061..85582221f 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -3967,7 +3967,7 @@ _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], - [_LT_TAGVAR(lt_prog_compiler_pic_works, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; @@ -3984,7 +3984,7 @@ _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], - _LT_TAGVAR(lt_prog_compiler_static_works, $1), + _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=])