From: Bruno Haible Date: Fri, 28 Jul 2000 22:20:42 +0000 (+0000) Subject: Rename po2tbl.sed.in to po2tbl.sin. Eli Zaretskii can jubilate. X-Git-Tag: v0.10.36~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63075c635d60d21d38dd753c7f1e5f2df99032fb;p=thirdparty%2Fgettext.git Rename po2tbl.sed.in to po2tbl.sin. Eli Zaretskii can jubilate. --- diff --git a/intl/ChangeLog b/intl/ChangeLog index ed1f439c5..e6ff1767a 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,9 @@ +2000-07-28 Bruno Haible + + * po2tbl.sed.in: Renamed to ... + * po2tbl.sin: ... here. + * Makefile.in (DISTFILES.common): Update. + 2000-07-28 Bruno Haible * Makefile.in (uninstall): Synchronize with the install target. diff --git a/intl/Makefile.in b/intl/Makefile.in index 5a770778e..7ab00178f 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -72,7 +72,7 @@ explodename.$lo dcigettext.$lo dcngettext.$lo dngettext.$lo ngettext.$lo \ plural.$lo localcharset.$lo CATOBJS = cat-compat.$lo ../po/cat-id-tbl.$lo GETTOBJS = intl-compat.$lo -DISTFILES.common = ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in \ +DISTFILES.common = ChangeLog Makefile.in linux-msg.sed po2tbl.sin \ xopen-msg.sed config.charset ref-add.sin ref-del.sin $(HEADERS) $(SOURCES) DISTFILES.normal = VERSION DISTFILES.gettext = libintl.glibc intlh.inst.in plural.c diff --git a/intl/po2tbl.sed.in b/intl/po2tbl.sin similarity index 100% rename from intl/po2tbl.sed.in rename to intl/po2tbl.sin diff --git a/m4/ChangeLog b/m4/ChangeLog index fb98bcefc..fa53204dd 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2000-07-28 Bruno Haible + + * gettext.m4 (AM_GNU_GETTEXT): Renamed po2tbl.sed.in to po2tbl.sin. + 2000-07-28 Bruno Haible * gettext.m4 (AM_GNU_GETTEXT): The sed scripts are in $srcdir/intl, diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 9fb329f85..731ecf5ef 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -275,7 +275,7 @@ __argz_count __argz_stringify __argz_next]) fi dnl po2tbl.sed is always needed. sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \ - $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed + $srcdir/intl/po2tbl.sin > 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