From: Kevin Ryde Date: Wed, 24 Oct 2001 14:36:57 +0000 (+0000) Subject: *libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Remove a stray ' quote. X-Git-Tag: release-1-4d~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0285781a63c68005b239c00e089783b79711dcb8;p=thirdparty%2Flibtool.git *libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Remove a stray ' quote. --- diff --git a/ChangeLog b/ChangeLog index 55a29b50b..1706081bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2001-10-24 H.J. Lu +2001-10-24 Kevin Ryde + + *libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Remove a stray ' quote. + +2001-10-24 H.J. Lu * ltmain.sh: Allow link against an archive when building a shared library. diff --git a/libtool.m4 b/libtool.m4 index 8fe14b50a..220716c92 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -4325,7 +4325,7 @@ ifelse([$1],[CXX],[ fi ;; cygwin* | mingw* | pw32*) - _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"' + _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; *) _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'