summaryrefslogtreecommitdiff
blob: 2e81e0f5ef119a3eabbebf2c728e275abae32a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- xapian-core-0.9.3/xapian-config.in.orig	2006-02-18 13:21:33.000000000 +1100
+++ xapian-core-0.9.3/xapian-config.in	2006-02-18 13:22:16.000000000 +1100
@@ -18,6 +18,11 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
 # USA
 
+# ${prefix} and ${exec_prefix} are used in some @-substitutions, and
+# ${prefix} is usually used in the exec_prefix @-substitution.
+prefix="@prefix@"
+exec_prefix="@exec_prefix@"
+
 # Show usage information and exit with the specified exit status.
 show_usage() {
     cat <<EOF