From: Gary V. Vaughan Date: Thu, 23 Sep 2004 13:46:46 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Gah. Merge error X-Git-Tag: release-1-9d~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82db6b1e09b50f9adc225f8622c753987f6fdc4;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Gah. Merge error corrected. --- diff --git a/ChangeLog b/ChangeLog index e07d61d9e..5fbc5ac08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -04-09-23 Gary V. Vaughan +2004-09-23 Gary V. Vaughan + + * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Gah. Merge error + corrected. + +2004-09-23 Gary V. Vaughan Since defs can change (path to grep for example) when it is made for a different host, it can't be shipped. That also means that diff --git a/m4/libtool.m4 b/m4/libtool.m4 index d2d87c1af..f5229b269 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -2726,12 +2726,6 @@ case `$NM -V 2>&1` in symcode='[[ABCDGIRSTW]]' ;; esac -# If we're using GNU nm, then use its standard symbol codes. -case `$NM -V 2>&1` in -*GNU* | *'with BFD'*) - symcode='[[ABCDGIRSTW]]' ;; -esac - # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symols differently, # so use this general approach.