]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ cygwin, mingw, pw32 ]:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 28 Dec 2004 13:18:56 +0000 (13:18 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 28 Dec 2004 13:18:56 +0000 (13:18 +0000)
_LT_AC_TAGVAR missing for `ld_shlibs' and for `fix_srcfile_path'.

ChangeLog
libtool.m4

index f32ef729ae886b8bf7d1911249376a6f4520078a..cb7ee98fabff5cef710a16019d7051841158b3c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-12-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ cygwin, mingw, pw32 ]:
+       _LT_AC_TAGVAR missing for `ld_shlibs' and for `fix_srcfile_path'.
+
        * ltmain.in (func_extract_archives): Not all shells grok
        `read -r' (unnecessary in this case).
        Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>.
index 8ce84fadd46a38549d8ce93f0e1708c4b7ccb91b..4370007d1a9a4eab8a0b4595d97b61b13261336a 100644 (file)
@@ -5207,7 +5207,7 @@ EOF
        fi~
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
       else
-       ld_shlibs=no
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
       fi
       ;;
 
@@ -5464,7 +5464,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
       # FIXME: Should let the user specify the lib program.
       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
+      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
       ;;