summaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-11-09 14:26:40 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:21 +0200
commit4d46767eefeb7e9924e630b9521ec155600e3c57 (patch)
tree4a172b42e3895dad41c7a98c01453a0e69be480d /build-aux
parent03ccaaa2cbff948d1b20e6ff5a1706c21eaacb08 (diff)
downloadexternal_gettext-4d46767eefeb7e9924e630b9521ec155600e3c57.zip
external_gettext-4d46767eefeb7e9924e630b9521ec155600e3c57.tar.gz
external_gettext-4d46767eefeb7e9924e630b9521ec155600e3c57.tar.bz2
canonicalize.c was renamed to canonicalize-lgpl.c.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/install-reloc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/install-reloc b/build-aux/install-reloc
index 851f11f..63b95e8 100755
--- a/build-aux/install-reloc
+++ b/build-aux/install-reloc
@@ -119,7 +119,7 @@ test -n "$libdirs" || exit 0
# Compile wrapper.
installdir=`echo "$destprog" | sed -e 's,/[^/]*$,,'`
-func_verbose $compile_command -I"$builddir" -I"$srcdir" -I"$config_h_dir" -DHAVE_CONFIG_H -DIN_RELOCWRAPPER -DNO_XMALLOC -D"INSTALLPREFIX=\"$prefix\"" -D"INSTALLDIR=\"$installdir\"" -D"LIBPATHVAR=\"$library_path_var\"" -D"LIBDIRS=$libdirs" -D"EXEEXT=\"$exeext\"" "$srcdir"/relocwrapper.c "$srcdir"/progname.c "$srcdir"/progreloc.c "$srcdir"/xreadlink.c "$srcdir"/readlink.c "$srcdir"/canonicalize.c "$srcdir"/allocsa.c "$srcdir"/relocatable.c "$srcdir"/setenv.c "$srcdir"/strerror.c -o "$destprog.wrapper$exeext" || exit $?
+func_verbose $compile_command -I"$builddir" -I"$srcdir" -I"$config_h_dir" -DHAVE_CONFIG_H -DIN_RELOCWRAPPER -DNO_XMALLOC -D"INSTALLPREFIX=\"$prefix\"" -D"INSTALLDIR=\"$installdir\"" -D"LIBPATHVAR=\"$library_path_var\"" -D"LIBDIRS=$libdirs" -D"EXEEXT=\"$exeext\"" "$srcdir"/relocwrapper.c "$srcdir"/progname.c "$srcdir"/progreloc.c "$srcdir"/xreadlink.c "$srcdir"/readlink.c "$srcdir"/canonicalize-lgpl.c "$srcdir"/allocsa.c "$srcdir"/relocatable.c "$srcdir"/setenv.c "$srcdir"/strerror.c -o "$destprog.wrapper$exeext" || exit $?
# Rename $destprog.wrapper -> $destprog -> $destprog.bin.
ln -f "$destprog$exeext" "$destprog.bin$exeext" \