From: Bruno Haible Date: Sun, 27 May 2007 23:28:07 +0000 (+0000) Subject: Fix support for Sun C 5.9 on Linux. X-Git-Tag: v0.17~381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798a11157f6274ad97b239b047a5dfa7b35c3a5f;p=thirdparty%2Fgettext.git Fix support for Sun C 5.9 on Linux. --- diff --git a/ChangeLog b/ChangeLog index ba8c836e2..4079f1ab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2007-07-27 Bruno Haible +2007-05-27 Bruno Haible + + * m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Fix support for Sun C 5.9 + on Linux. + +2007-05-27 Bruno Haible * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'openmp'. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 01ad2fa85..64f02e5c6 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -5614,7 +5614,7 @@ EOF esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive /dev/null' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;;