summaryrefslogtreecommitdiffstats
path: root/m4/gettext.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/gettext.m4')
-rw-r--r--m4/gettext.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index c3bc720..90b34c6 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -159,8 +159,9 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", ""
POSUB=po
fi
AC_OUTPUT_COMMANDS(
- [case " $CONFIG_FILES " in *" po/Makefile.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])