summaryrefslogtreecommitdiff
path: root/xml-i18n-extract.in.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 /xml-i18n-extract.in.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 'xml-i18n-extract.in.in')
-rw-r--r--xml-i18n-extract.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml-i18n-extract.in.in b/xml-i18n-extract.in.in
index 7debbe0..24dc283 100644
--- a/xml-i18n-extract.in.in
+++ b/xml-i18n-extract.in.in
@@ -1,4 +1,4 @@
-#!@PERL@ -w
+#!@XML_I18N_TOOLS_PERL@ -w
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#