summaryrefslogtreecommitdiff
path: root/intltoolize.in
diff options
context:
space:
mode:
authordobey <>2008-04-12 02:26:35 +0000
committerdobey <>2008-04-12 02:26:35 +0000
commit589cfa075c3fbd6c5449841f6bf913219f593548 (patch)
tree7ba9e94fac897fe42fb32d2f79a1df4ce60df6c8 /intltoolize.in
parent7b36b4c430eca79e957c93cfd9d476a20f1cae8f (diff)
downloadintltool-589cfa075c3fbd6c5449841f6bf913219f593548.tar.gz
2008-04-11 Rodney Dawes <dobey.pwns@gmail.com>
* configure.in: Up version to 0.39.99 to avoid conflicts with 0.3x.y versions * Makefile.am: Don't distribute the *.in scripts any longer Clean up the sed replacing We don't use *.in.in for scripts any longer, just *.in * intltool.m4: Update the version check to use intltool-update --version instead Check for the intltool scripts in PATH instead of local copies Remove the AC_CONFIG_COMMANDS to create the local script copies * intltool-*.in: * intltool-*.in.in: Rename all the *.in.in scripts to just *.in * intltoolize.in: Only copy Makefile.in.in to a project's distribution Fixes #490620
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 4357690..08b3a08 100644
--- a/intltoolize.in
+++ b/intltoolize.in
@@ -152,7 +152,7 @@ else
fi
-files='intltool-extract.in intltool-merge.in intltool-update.in po/Makefile.in.in'
+files='po/Makefile.in.in'
auxdir=.
auxdirline=`egrep '^AC_CONFIG_AUX_DIR' $configure 2>/dev/null`