blob: afe868d753b81c6b0c083b1b85a9e4b8d4551a60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig 2015-05-02 15:04:03 UTC
+++ configure
@@ -797,6 +797,7 @@ PLANK_MICRO_VERSION
PLANK_MINOR_VERSION
PLANK_MAJOR_VERSION
PLANK_MAJOR_MINOR_VERSION
+INSTALL_PREFIX
LT_AGE
LT_REVISION
LT_CURRENT
@@ -2330,6 +2331,9 @@ cat >>confdefs.h <<_ACEOF
#define PACKAGE_URL "$PACKAGE_URL"
_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define INSTALL_PREFIX "${prefix}"
+_ACEOF
# Let the site file select an alternate cache file if it wants to.
# Prefer an explicitly selected file to automatically selected ones.
|