+2003-10-31 Bruno Haible <bruno@clisp.org>
+
+ * config/m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_DISTRIB,
+ FIX_MAKEFILE_INFO): Drop argument, use $ac_file instead.
+
2003-09-13 Bruno Haible <bruno@clisp.org>
* PACKAGING: Add envsubst related files and gettext.sh.
+2003-10-31 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac: Remove argument of FIX_MAKEFILE_DISTRIB.
+
2003-06-17 Paul Eggert <eggert@twinsun.com>
* config.rpath: Use grep instead of egrep, since POSIX 1003.1-2001 no
AC_SUBST(aclocaldir)
AC_CONFIG_FILES([Makefile],
- [FIX_MAKEFILE_DISTRIB([Makefile])])
+ [FIX_MAKEFILE_DISTRIB])
AC_CONFIG_FILES([m4/Makefile])
-# fixautomake.m4 serial 2 (gettext-0.12)
+# fixautomake.m4 serial 3 (gettext-0.12.2)
dnl Copyright (C) 2002-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
dnl Fix unesthetic build commands generated by automake.
AC_DEFUN([FIX_MAKEFILE_COMPILE], [
- sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $1 > $1.tmp
- mv $1.tmp $1
+ sed -e "s,\`test -f \\\$< || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," -e "s,\`test -f '\\\$<' || echo '\\\$(srcdir)/'\`\\\$<,\\\$<," < $ac_file > $ac_file.tmp
+ mv $ac_file.tmp $ac_file
])
dnl Fix an automake-1.5-1.7.2 bug: the distrib rule is omitted.
AC_DEFUN([FIX_MAKEFILE_DISTRIB], [
- sed -e 's,^#distdir:,distdir:,' < $1 > $1.tmp
- mv $1.tmp $1
+ sed -e 's,^#distdir:,distdir:,' < $ac_file > $ac_file.tmp
+ mv $ac_file.tmp $ac_file
])
dnl Fix an automake-1.5-1.7.2 bug: all info files are erased by "make".
AC_DEFUN([FIX_MAKEFILE_INFO], [
- sed -e '/@rm -f \$''@/d' < $1 > $1.tmp
- mv $1.tmp $1
+ sed -e '/@rm -f \$''@/d' < $ac_file > $ac_file.tmp
+ mv $ac_file.tmp $ac_file
])
+2003-10-31 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac: Remove argument of FIX_MAKEFILE_COMPILE.
+
2003-09-16 Bruno Haible <bruno@clisp.org>
Portability to SunOS 4.
AC_CONFIG_FILES([intl-java/Makefile])
AC_CONFIG_FILES([lib/Makefile],
- [FIX_MAKEFILE_COMPILE([lib/Makefile])])
+ [FIX_MAKEFILE_COMPILE])
AC_CONFIG_FILES([lib/javacomp.sh:../gettext-tools/lib/javacomp.sh.in])
AC_CONFIG_FILES([src/Makefile],
- [FIX_MAKEFILE_COMPILE([src/Makefile])])
+ [FIX_MAKEFILE_COMPILE])
AC_CONFIG_FILES([po/Makefile.in])
+2003-10-31 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac: Remove argument of FIX_MAKEFILE_COMPILE,
+ FIX_MAKEFILE_INFO.
+
2003-10-19 Jim Meyering <jim@meyering.net>
* vasnprintf.c (VASNPRINTF): Work around losing snprintf on HPUX 10.20.
AC_PATH_PROG(PERL, perl, $ac_aux_dir_abs/missing perl)
AC_CONFIG_FILES([Makefile],
- [FIX_MAKEFILE_COMPILE([Makefile])
- FIX_MAKEFILE_INFO([Makefile])])
+ [FIX_MAKEFILE_COMPILE
+ FIX_MAKEFILE_INFO])
AC_OUTPUT
+2003-10-31 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac: Remove argument of FIX_MAKEFILE_COMPILE,
+ FIX_MAKEFILE_DISTRIB, FIX_MAKEFILE_INFO.
+
2003-10-07 Bruno Haible <bruno@clisp.org>
* configure.ac: Drop PARAMS definition from config.h.in.
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([doc/Makefile],
- [FIX_MAKEFILE_COMPILE([doc/Makefile])
- FIX_MAKEFILE_DISTRIB([doc/Makefile])
- FIX_MAKEFILE_INFO([doc/Makefile])])
+ [FIX_MAKEFILE_COMPILE
+ FIX_MAKEFILE_DISTRIB
+ FIX_MAKEFILE_INFO])
AC_CONFIG_FILES([intl/Makefile:../gettext-runtime/intl/Makefile.in], [
# Change srcdir variable so that it points to ../gettext-runtime/intl.
])
AC_CONFIG_FILES([lib/Makefile],
- [FIX_MAKEFILE_COMPILE([lib/Makefile])])
+ [FIX_MAKEFILE_COMPILE])
AC_CONFIG_FILES([lib/javacomp.sh lib/javaexec.sh])
AC_CONFIG_FILES([libuniname/Makefile],
- [FIX_MAKEFILE_COMPILE([libuniname/Makefile])])
+ [FIX_MAKEFILE_COMPILE])
AC_CONFIG_FILES([src/Makefile],
- [FIX_MAKEFILE_COMPILE([src/Makefile])])
+ [FIX_MAKEFILE_COMPILE])
AC_CONFIG_FILES([src/user-email])
AC_CONFIG_FILES([po/Makefile.in])
AC_CONFIG_FILES([m4/Makefile])
AC_CONFIG_FILES([tests/Makefile],
- [FIX_MAKEFILE_COMPILE([tests/Makefile])])
+ [FIX_MAKEFILE_COMPILE])
AC_OUTPUT