From: Ralf Wildenhues Date: Tue, 28 Dec 2004 13:18:56 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ cygwin, mingw, pw32 ]: X-Git-Tag: release-1-5-12~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b563d99bc9abe77de5685e26c2347e418b393a07;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ cygwin, mingw, pw32 ]: _LT_AC_TAGVAR missing for `ld_shlibs' and for `fix_srcfile_path'. --- diff --git a/ChangeLog b/ChangeLog index f32ef729a..cb7ee98fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-12-28 Ralf Wildenhues + * 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 . diff --git a/libtool.m4 b/libtool.m4 index 8ce84fadd..4370007d1 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 ;;