From 5d1ef2f4841db009a6311bd111afff3847b4cc7f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 8 May 2006 19:55:10 +0000 Subject: [PATCH] Newest config.rpath from gettext CVS. --- ChangeLog | 4 ++++ build-aux/config.rpath | 5 ++++- config/ChangeLog | 4 ++++ config/srclist.txt | 4 ++-- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4a6dfd60e..a36e00ac9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-05 Bruno Haible + + * build-aux/config.rpath: Add support for Sun C 5.9 on Linux. + 2006-05-08 Bruno Haible * modules/stdarg: New file. diff --git a/build-aux/config.rpath b/build-aux/config.rpath index 3f1bef34a0..90df7728aa 100755 --- a/build-aux/config.rpath +++ b/build-aux/config.rpath @@ -2,7 +2,7 @@ # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # -# Copyright 1996-2005 Free Software Foundation, Inc. +# Copyright 1996-2006 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit , 1996 # @@ -78,6 +78,9 @@ else como) wl='-lopt=' ;; + c89* | c99*) + wl='-Wl,' + ;; esac ;; osf3* | osf4* | osf5*) diff --git a/config/ChangeLog b/config/ChangeLog index 8055c7b438..fea3bc2e32 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2006-05-08 Bruno Haible + + * srclist.txt (build-aux/config.rpath): different from latest release. + 2006-04-24 Karl Berry * srclist.txt (longdouble.m4): sync lost. diff --git a/config/srclist.txt b/config/srclist.txt index 29be86b885..abb63b4a96 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,4 +1,4 @@ -# $Id: srclist.txt,v 1.123 2006-04-25 12:54:52 karl Exp $ +# $Id: srclist.txt,v 1.124 2006-05-08 19:55:10 haible Exp $ # Files for which we are not the source. See ./srclistvars.sh for the # variable definitions. @@ -62,7 +62,7 @@ $GETTEXT/gettext-tools/lib/gettext.h lib gpl #$GETTEXT/gettext-tools/lib/mkdtemp.c lib gpl $GETTEXT/gettext-tools/lib/vasprintf.h lib gpl -$GETTEXT/autoconf-lib-link/config.rpath build-aux +#$GETTEXT/autoconf-lib-link/config.rpath build-aux $GETTEXT/autoconf-lib-link/m4/lib-ld.m4 m4 #$GETTEXT/autoconf-lib-link/m4/lib-link.m4 m4 #$GETTEXT/autoconf-lib-link/m4/lib-prefix.m4 m4 -- 2.30.2