summaryrefslogtreecommitdiff
path: root/intltoolize.in
diff options
context:
space:
mode:
authormstachow <>2001-02-06 10:20:54 +0000
committermstachow <>2001-02-06 10:20:54 +0000
commit717041e168c12403724a84194c0718266d8ad9f1 (patch)
treee378795afa3ed1b67d30d56cfb9e71a3005c53d1 /intltoolize.in
parente544ffd6e5ac3d77758c4058eb926cf0e39c409f (diff)
downloadintltool-717041e168c12403724a84194c0718266d8ad9f1.tar.gz
reviewed by: George Lebl <jirka@eazel.com>
Robin * Slomkowski <rslomkow@eazel.com> Fixed bug 6199 (perl location is configured at xml-i18n-tools configure time -- not the configure time for a package that uses the tools) and 6250 (perl path hard-coded in selftest.pl). Also made 'make distcheck' work. * tests/Makefile.am: Screw around a bit so the self test script ends up executable after configure substitution. * tests/cases/.cvsignore: Ignore a new file * tests/cases/Makefile.am, tests/results/Makefile.am: Add missing files to EXTRA_DIST. * tests/selftest.pl.in: renamed from tests/selftest.pl, set perl path at configure time. * xml-i18n-unicodify.in: renamed from xml-i18n-unicodify, set perl path at configure time. * xml-i18n-extract.in.in, xml-i18n-merge.in.in, xml-i18n-prepare.in.in, xml-i18n-update.in.in: Renamed to .in.in from .in; substitute all variables except perl path at xml-i18n-tools configure time, so .in versions can be copied into modules when xml-i18n-toolizing. * xml-i18n-toolize.in: copy .in versions of tools into module. * xml-i18n-tools.Makefile.patch: don't change DISTFILES, this broke with the new changes. * xml-i18n-tools.m4: substitute xml-i18n-tools ; expect xml-i18n-* to be in builddir. * README: Updated instructions on how to use. * Makefile.am: Adjust what gets installed where. * configure.in: Adjust set of files being output.
Diffstat (limited to 'intltoolize.in')
-rw-r--r--intltoolize.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intltoolize.in b/intltoolize.in
index c25b9ef..46f44d3 100644
--- a/intltoolize.in
+++ b/intltoolize.in
@@ -134,7 +134,7 @@ if test -z "$files"; then
echo "$progname: cannot list files in \`$pkgdatadir'" 1>&2
exit 1
fi
-files='xml-i18n-extract xml-i18n-merge xml-i18n-update'
+files='xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in'
auxdir=.
auxdirline=`egrep '^AC_CONFIG_AUX_DIR' configure.in 2>/dev/null`