+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.
-# 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
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