]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix build problem on MacOS X with native 'sed'.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Jul 2006 12:19:46 +0000 (12:19 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:41 +0000 (12:13 +0200)
ChangeLog
m4/fixautomake.m4

index b117315b71ec5765e99cc5ac8b7d609a839adae3..e8ee98a137e45ae28514bf8bbc8c5b3bf819d4ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-24  Bruno Haible  <bruno@clisp.org>
+
+       * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Protect the initial
+       tab with a backslash. Needed for MacOS X sed.
+       Reported by Denis Excoffier <Denis.Excoffier@free.fr>.
+
 2006-07-21  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.15 released.
index 0de29e71f0354840683087ee5a64838734bc92e6..60c480347122b541d74feb64efa6c73bdd53d320 100644 (file)
@@ -1,4 +1,4 @@
-# fixautomake.m4 serial 4 (gettext-0.15)
+# fixautomake.m4 serial 5 (gettext-0.15.1)
 dnl Copyright (C) 2002-2003, 2006 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
@@ -25,7 +25,7 @@ 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\
-       $(MAKE) distdir1
+\      $(MAKE) distdir1
 }'
   sed -e "$sed_script" < $ac_file > $ac_file.tmp
   mv $ac_file.tmp $ac_file