diff options
author | Bruno Haible <bruno@clisp.org> | 2002-01-07 20:55:49 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 00:38:21 +0200 |
commit | f8ef5ecc801c69aaa1ef48251d51c6c61e0c475a (patch) | |
tree | fe27804b9c3b04bbf2430f11f4cc3da9a598f431 | |
parent | 1510a2d0d99ab44694d9a11caa69c4d131e99e09 (diff) | |
download | external_gettext-f8ef5ecc801c69aaa1ef48251d51c6c61e0c475a.zip external_gettext-f8ef5ecc801c69aaa1ef48251d51c6c61e0c475a.tar.gz external_gettext-f8ef5ecc801c69aaa1ef48251d51c6c61e0c475a.tar.bz2 |
Typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.rpath | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2002-01-07 Bruno Haible <bruno@clisp.org> + + * config.rpath [IRIX]: Fix typo. + 2002-01-05 Bruno Haible <bruno@clisp.org> * configure.in: Postprocess doc/Makefile. diff --git a/config.rpath b/config.rpath index 324f427..c6d4123 100755 --- a/config.rpath +++ b/config.rpath @@ -2,7 +2,7 @@ # Output a system dependent set of variables, describing how to set the # run time search path of an executable in an executable. # -# Copyright 1996-2001 Free Software Foundation, Inc. +# Copyright 1996-2002 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # @@ -394,7 +394,7 @@ case "$host_os" in *) case $LD in *-32|*"-32 ") libsuff= shlibsuff= ;; - *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 2;; + *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac |