]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Remove a stray ' quote.
authorKevin Ryde <user42@zip.com.au>
Wed, 24 Oct 2001 14:36:57 +0000 (14:36 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 24 Oct 2001 14:36:57 +0000 (14:36 +0000)
ChangeLog
libtool.m4

index 55a29b50bb0cdf111c3860be6769e3ad74909fd4..1706081bbfbb300eb97fd0556db7ae736caa2062 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2001-10-24  H.J. Lu <hjl@gnu.org>
+2001-10-24 Kevin Ryde  <user42@zip.com.au>
+
+       *libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Remove a stray ' quote.
+
+2001-10-24 H.J. Lu  <hjl@gnu.org>
 
        * ltmain.sh: Allow link against an archive when building a
        shared library.
index 8fe14b50af16942402c61a51272891ae1648b9d1..220716c92045c449e39f4ab33098bd4521be01d9 100644 (file)
@@ -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'