064342bd2c
changes: -bugfixes -translation updates
19 lines
656 B
Text
19 lines
656 B
Text
$NetBSD: patch-ab,v 1.2 2006/02/08 18:34:20 drochner Exp $
|
|
|
|
--- configure.orig 2006-02-06 21:55:16.000000000 +0100
|
|
+++ configure
|
|
@@ -5276,11 +5276,11 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.
|
|
|
|
|
|
# Use the tools built into the package, not the ones that are installed.
|
|
-INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
|
|
+INTLTOOL_EXTRACT='${PREFIX}/bin/intltool-extract'
|
|
|
|
-INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
|
|
+INTLTOOL_MERGE='${PREFIX}/bin/intltool-merge'
|
|
|
|
-INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
|
|
+INTLTOOL_UPDATE='${PREFIX}/bin/intltool-update'
|
|
|
|
|
|
# Extract the first word of "perl", so it can be a program name with args.
|