summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-07-28 21:46:50 +0000
committerBruno Haible <bruno@clisp.org>2000-07-28 21:46:50 +0000
commit8775e5a79f205dab038fd5d8b56f8620feb29854 (patch)
tree4aabd76da707039b8b8eef5421b97fbbb4a14778 /aclocal.m4
parentb5b1bc7e81ad14900540632243712120c6deabc4 (diff)
downloadexternal_gettext-8775e5a79f205dab038fd5d8b56f8620feb29854.zip
external_gettext-8775e5a79f205dab038fd5d8b56f8620feb29854.tar.gz
external_gettext-8775e5a79f205dab038fd5d8b56f8620feb29854.tar.bz2
Regenerated.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m422
1 files changed, 10 insertions, 12 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4911ac0..21f0e85 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -846,19 +846,17 @@ __argz_count __argz_stringify __argz_next])
dnl Determine which catalog format we have (if any is needed)
dnl For now we know about two different formats:
dnl Linux libc-5 and the normal X/Open format
- if test -f $srcdir/po2tbl.sed.in; then
- test -d intl || mkdir intl
- if test "$CATOBJEXT" = ".cat"; then
- AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen)
-
- dnl Transform the SED scripts while copying because some dumb SEDs
- dnl cannot handle comments.
- sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
- fi
- dnl po2tbl.sed is always needed.
- sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
- $srcdir/po2tbl.sed.in > po2tbl.sed
+ test -d intl || mkdir intl
+ if test "$CATOBJEXT" = ".cat"; then
+ AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen)
+
+ dnl Transform the SED scripts while copying because some dumb SEDs
+ dnl cannot handle comments.
+ sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po2msg.sed
fi
+ dnl po2tbl.sed is always needed.
+ sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
+ $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed
dnl In the intl/Makefile.in we have a special dependency which makes
dnl only sense for gettext. We comment this out for non-gettext