summaryrefslogtreecommitdiff
path: root/build-aux/config.libpath
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-01-09 07:18:35 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-01-09 07:18:35 +0100
commit9b863cbe091485e27568961d23bde16e0ff7dbdb (patch)
tree53cb30b6215168ca95d37013a22667c3db16961d /build-aux/config.libpath
parent2caf4791a548a8b4fb500256a6dfe05626f2e467 (diff)
downloadgnulib-9b863cbe091485e27568961d23bde16e0ff7dbdb.tar.gz
Support AIX 6.1 and higher.
* build-aux/config.libpath: Likewise. * build-aux/config.rpath: Likewise.
Diffstat (limited to 'build-aux/config.libpath')
-rwxr-xr-xbuild-aux/config.libpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/config.libpath b/build-aux/config.libpath
index b1bc888007..2f3aa2b0e3 100755
--- a/build-aux/config.libpath
+++ b/build-aux/config.libpath
@@ -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 at run time.
#
-# Copyright 1996-2007 Free Software Foundation, Inc.
+# Copyright 1996-2008 Free Software Foundation, Inc.
# Taken from GNU libtool, 2003
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
@@ -42,7 +42,7 @@ case $host_os in
aix3*)
shlibpath_var=LIBPATH
;;
- aix4* | aix5*)
+ aix[4-9]*)
if test "$host_cpu" = ia64; then
# AIX 5 supports IA64
shlibpath_var=LD_LIBRARY_PATH