From: Peter Ekberg Date: Mon, 22 Aug 2005 11:25:37 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]: Add X-Git-Tag: release-2-1b~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a679c7118951469468cee4e25e9a6219165a543b;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]: Add forgotten end bracket. --- diff --git a/ChangeLog b/ChangeLog index 48cb8f657..d55b8c9ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-22 Peter Ekberg + * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]: Add + forgotten end bracket. + * doc/libtool.texi: Shorten the lines describing the output from MS dumpbin, and align the columns. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index ea06f5b30..c3e7aab79 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -3073,7 +3073,7 @@ for ac_symprfx in "" "_"; do s/.*().*External *| *$ac_symprfx$sympat.*/T $ac_symprfx\1 \1/p; s/.*External *| *$ac_symprfx$sympat.*/D $ac_symprfx\1 \1/p; s/.*().*External *| *\([@?][_A-Za-z0-9@?]*\).*/T \1 \1/p; - s/.*External *| *\([@?][_A-Za-z0-9@?]*\).*/D \1 \1/p'" + s/.*External *| *\([@?][_A-Za-z0-9@?]*\).*/D \1 \1/p']" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi