From: Ralf Wildenhues Date: Tue, 10 Apr 2007 19:05:34 +0000 (+0000) Subject: * ltmain.in (execute mode): Do not unset locale variables that X-Git-Tag: release-1-5-24~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87bfaac7e8901428ff2e5810d0e7d6ebbebc4be3;p=thirdparty%2Flibtool.git * ltmain.in (execute mode): Do not unset locale variables that have not been set previously. Do not use uninitialized $lt_unset. Report by . --- diff --git a/ChangeLog b/ChangeLog index fc9d735f3..db3faca60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-10 Ralf Wildenhues + + * ltmain.in (execute mode): Do not unset locale variables that + have not been set previously. Do not use uninitialized + $lt_unset. Report by . + 2007-04-03 Ralf Wildenhues * doc/libtool.texi (Link mode) <-no-install>: Mention that this diff --git a/ltmain.in b/ltmain.in index 76aaa014d..a350576d5 100644 --- a/ltmain.in +++ b/ltmain.in @@ -6477,8 +6477,6 @@ relink_command=\"$relink_command\"" do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var - else - $lt_unset $lt_var fi" done