diff options
author | Bruno Haible <bruno@clisp.org> | 2001-03-16 18:05:53 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-03-16 18:05:53 +0000 |
commit | 5e4536066e8fd2d632cdd029dae551a219a7b0b0 (patch) | |
tree | aed13411a5e022add7d86c281aface85912b51e7 | |
parent | efd4210b802c0b06823a3eae5024992aba152c44 (diff) | |
download | external_gettext-5e4536066e8fd2d632cdd029dae551a219a7b0b0.zip external_gettext-5e4536066e8fd2d632cdd029dae551a219a7b0b0.tar.gz external_gettext-5e4536066e8fd2d632cdd029dae551a219a7b0b0.tar.bz2 |
Tweak for DOS platforms.
-rw-r--r-- | m4/ChangeLog | 5 | ||||
-rw-r--r-- | m4/gettext.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 5a2a507..6008e8c 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 606d417..434669a 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -159,7 +159,7 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", "" 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]) |