]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Support automake 1.11.
authorBruno Haible <bruno@clisp.org>
Thu, 21 May 2009 22:00:53 +0000 (22:00 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:16:05 +0000 (12:16 +0200)
ChangeLog
autogen.sh
m4/fixautomake.m4

index 3c9b4da9be5523aa52c1298adfb0057194ee5887..eb8636b17283d9bbba67f071d90b0deaef08750f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-21  Bruno Haible  <bruno@clisp.org>
+
+       Support automake 1.11.
+       * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Update for
+       automake 1.11.
+       * autogen.sh: Update comment.
+
 2009-05-21  Bruno Haible  <bruno@clisp.org>
 
        Assume automake >= 1.10.2.
index 0354f7e40301f5c88fdd23fe07440f0a3ba14f22..e26acb30b06ea912e4884cf00d1f0a173a8510b0 100755 (executable)
@@ -4,7 +4,7 @@
 # also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
 # with new versions of autoconf or automake.
 #
-# This script requires autoconf-2.60..2.63 and automake-1.10 in the PATH.
+# This script requires autoconf-2.60..2.63 and automake-1.10..1.11 in the PATH.
 # It also requires either
 #   - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
 #     in a gnulib checkout, or
index 927755ac043611ec6b5991f8ff85f1ac0c650f57..989220db1015fc84b2bfd47f05ec6948f27a8e97 100644 (file)
@@ -1,4 +1,4 @@
-# fixautomake.m4 serial 7 (gettext-0.18)
+# fixautomake.m4 serial 8 (gettext-0.18)
 dnl Copyright (C) 2002-2003, 2006, 2009 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
@@ -8,17 +8,17 @@ dnl the same distribution terms as the rest of that program.
 
 dnl From Bruno Haible
 
-dnl Fix an automake-1.5-1.10.2 bug: the distrib rule is omitted.
+dnl Fix an automake-1.5-1.11 bug: the distrib rule is omitted.
 AC_DEFUN([FIX_MAKEFILE_DISTRIB], [
   sed -e 's,^#distdir:,distdir:,' < $ac_file > $ac_file.tmp
   mv $ac_file.tmp $ac_file
 ])
 
-dnl Fix an automake-1.9-1.10.2 bug: the distrib rule is not extensible.
+dnl Fix an automake-1.9-1.11 bug: the distrib rule is not extensible.
 dnl Insert a invocation of the distdir1 target inside the distdir commands,
 dnl after $(distdir) has been erased and re-created.
 AC_DEFUN([FIX_MAKEFILE_TOPDIR_DISTRIB], [
-  sed_script='/mkdir \$(distdir)$/{a\
+  sed_script='/mkdir "*\$(distdir)"*$/{a\
 \      $(MAKE) distdir1
 }'
   sed -e "$sed_script" < $ac_file > $ac_file.tmp