]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak for DOS platforms.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2001 18:05:53 +0000 (18:05 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2001 18:05:53 +0000 (18:05 +0000)
m4/ChangeLog
m4/gettext.m4

index 5a2a507264c0aa14c7709d6437caafa2fcbaf9e2..6008e8c7198b81694a02485eb11662386399717f 100644 (file)
@@ -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.
index 606d4177017a64fb92d8b0ae2cebec43e777cc29..434669a4df7b4e38810658856d2149113eb2ee07 100644 (file)
@@ -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])