+2001-03-16 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext.m4 (AM_WITH_NLS): Allow po/Makefile.in to be generated from
+ a different file than po/Makefile.in.in.
+
2001-03-11 Bruno Haible <haible@clisp.cons.org>
* getline.m4: New file, from fileutils-4.0.41 with modifications.
POSUB=po
fi
AC_OUTPUT_COMMANDS(
- [case " $CONFIG_FILES " in *" po/Makefile.in "*)
+ [case " $CONFIG_FILES " in *" po/Makefile.in "* | *" po/Makefile.in:"*)
sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
esac])