summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-01-01 18:13:59 -0800
committerKevin McCarthy <kevin@8t8.us>2021-01-03 13:00:29 -0800
commit475e800f7df5c2b87cf7af52edcd02d7615b7401 (patch)
tree81c9f0d040555d13e38a00ce2946697af1881aa7
parentb04bf448c3db614ce898df2f16c898c570fe9efa (diff)
Replace AC_OUTPUT_COMMANDS with AC_CONFIG_COMMANDS.
-rw-r--r--m4/gettext.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index f4965eb0..a0e6f2ed 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -194,8 +194,8 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", ""
dnl We need to process the po/ directory.
POSUB=po
fi
- AC_OUTPUT_COMMANDS(
- [for ac_file in $CONFIG_FILES; do
+ AC_CONFIG_COMMANDS([muttgettext],
+ [[for ac_file in $CONFIG_FILES; do
# Support "outfile[:infile[:infile...]]"
case "$ac_file" in
*:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
@@ -223,7 +223,7 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", ""
fi
;;
esac
- done])
+ done]])
dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL