summaryrefslogtreecommitdiff
path: root/build-aux/config.rpath
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-05-08 19:55:10 +0000
committerBruno Haible <bruno@clisp.org>2006-05-08 19:55:10 +0000
commit5d1ef2f4841db009a6311bd111afff3847b4cc7f (patch)
treee4380ae9044cf8b9f03dbc2eb7e88902ef456bbf /build-aux/config.rpath
parente74810b4321080dc06c7b18b79c864dd3d4ddd15 (diff)
downloadgnulib-5d1ef2f4841db009a6311bd111afff3847b4cc7f.tar.gz
Newest config.rpath from gettext CVS.
Diffstat (limited to 'build-aux/config.rpath')
-rwxr-xr-xbuild-aux/config.rpath5
1 files changed, 4 insertions, 1 deletions
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 <gord@gnu.ai.mit.edu>, 1996
#
@@ -78,6 +78,9 @@ else
como)
wl='-lopt='
;;
+ c89* | c99*)
+ wl='-Wl,'
+ ;;
esac
;;
osf3* | osf4* | osf5*)