X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Freloc-ldflags;h=f5ff1dc0f319bb2ab3700dc38353973315de2bae;hb=cbd4dafd96be16e8e727663decb1002883813483;hp=91f37093d492586cacfda0542202e51f1b57ed6e;hpb=86f544b2e68eefe1410f8c7db3be1819a18dbfb9;p=gnulib.git diff --git a/build-aux/reloc-ldflags b/build-aux/reloc-ldflags index 91f37093d..f5ff1dc0f 100755 --- a/build-aux/reloc-ldflags +++ b/build-aux/reloc-ldflags @@ -2,22 +2,21 @@ # Output a system dependent linker command for putting a relocatable library # search path into an executable. # -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003-2013 Free Software Foundation, Inc. # Written by Bruno Haible , 2003. # -# This program is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -55,7 +54,7 @@ case "$installdir" in esac case "$host_os" in - linux*) # Supported since Linux 2.1 and glibc 2.1. + linux* | kfreebsd*) rpath= save_IFS="$IFS"; IFS=":" for dir in $library_path_value; do