]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Aug 2003 14:06:29 +0000 (14:06 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:53 +0000 (12:10 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/relocatable.m4

index 66ef901362d2bc7db5bc3b245c3c874ed96872cb..cf9b2162354f75502122c72d539220b420a51173 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-24  Bruno Haible  <bruno@clisp.org>
+
+       * relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
+       since the substitution of @host@ may occur before the substitution of
+       @SET_RELOCATABLE@.
+
 2002-12-24  Bruno Haible  <bruno@clisp.org>
 
        * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
index febd0f5e4b3a15c071a337a076b3cb38c44ecaa6..8fb285e5ab4c04dbea6ca09b463959dd284d8441 100644 (file)
@@ -1,4 +1,4 @@
-# relocatable.m4 serial 1 (gettext-0.12)
+# relocatable.m4 serial 2 (gettext-0.12.2)
 dnl Copyright (C) 2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -31,7 +31,7 @@ AC_DEFUN([AC_RELOCATABLE],
         /*) reloc_ldflags="$ac_aux_dir/reloc-ldflags" ;;
         *) reloc_ldflags="\$(top_builddir)/$ac_aux_dir/reloc-ldflags" ;;
       esac
-      SET_RELOCATABLE="RELOCATABLE_LDFLAGS = \"$reloc_ldflags\" \"@host@\" \"\$(RELOCATABLE_LIBRARY_PATH)\""
+      SET_RELOCATABLE="RELOCATABLE_LDFLAGS = \"$reloc_ldflags\" \"\$(host)\" \"\$(RELOCATABLE_LIBRARY_PATH)\""
     else
       dnl Unfortunately we cannot define INSTALL_PROGRAM to a command
       dnl consisting of more than one word - libtool doesn't support this.