mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
libtool bug fix.
This commit is contained in:
parent
780f938bf7
commit
fbde805f85
@ -1,3 +1,9 @@
|
||||
2003-01-03 Albert Chin <libtool@thewrittenword.com>
|
||||
|
||||
* ltmain.sh: Don't pass -R flags found in a .la's dependency_libs
|
||||
variable directly down to the linker.
|
||||
Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
|
||||
|
||||
2003-01-14 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* configure.in (gt_cv_prog_cxx_namespaces): Reject C++ compilers that
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2003-01-03 Albert Chin <libtool@thewrittenword.com>
|
||||
|
||||
* ltmain.sh: Don't pass -R flags found in a .la's dependency_libs
|
||||
variable directly down to the linker.
|
||||
Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
|
||||
|
||||
2003-01-12 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* configure.in: Invoke gl_FUNC_ALLOCA instead of AC_FUNC_ALLOCA.
|
||||
|
||||
@ -2092,6 +2092,7 @@ compiler."
|
||||
for deplib in $tmp_libs; do
|
||||
case $deplib in
|
||||
-L*) new_libs="$deplib $new_libs" ;;
|
||||
-R*) ;;
|
||||
*)
|
||||
case " $specialdeplibs " in
|
||||
*" $deplib "*) new_libs="$deplib $new_libs" ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user