]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
canonicalize.c was renamed to canonicalize-lgpl.c.
authorBruno Haible <bruno@clisp.org>
Thu, 9 Nov 2006 14:26:40 +0000 (14:26 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:21 +0000 (12:14 +0200)
ChangeLog
build-aux/install-reloc

index c725433f9799eefef1815b7d3533fb5e59370be2..a52766b3df57597ec81318d78f59f645291b6ad8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-08  Bruno Haible  <bruno@clisp.org>
+
+       * build-aux/install-reloc: Use canonicalize-lgpl.c instead of
+       canonicalize.c.
+
 2006-11-05  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Renamed from
index 851f11f425d7af9f1489c9e920b3ce63a6e75614..63b95e8bd45c548b81a843b054c5b63ec432b731 100755 (executable)
@@ -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" \