Ticket #759: patch-config.defs.in

File patch-config.defs.in, 585 bytes (added by fenner@…, 21 years ago)

patch for config.defs.in (goes in files/)

Line 
1--- config/config.defs.in.orig  Mon Jul 21 15:05:43 2003
2+++ config/config.defs.in       Mon Jul 21 15:05:57 2003
3@@ -2,7 +2,7 @@
4 /* (unless this file *is* config.defs.in :) */
5 
6 #if !@INSTALLSUBDIR@
7-#define Prefix @prefix@
8+#define Prefix ${prefix}
9 #define BinDir Prefix/bin
10 #define LibDir Prefix/lib
11 #define LibAllDir Prefix/lib/ivtools
12@@ -10,7 +10,7 @@
13 #define ConfigDir LibAllDir/config
14 #define ManDir Prefix/man
15 #else
16-#define Prefix @prefix@
17+#define Prefix ${prefix}
18 #define BinDir Prefix/bin/ivtools
19 #define LibDir Prefix/lib/ivtools
20 #define LibAllDir Prefix/lib/ivtools