summaryrefslogtreecommitdiff
path: root/net/yaph/files/patch-::configure
blob: 6a1e88203f5a1a7bb09e9e7876899f4a720b54e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.old	Sun Feb  9 06:37:18 2003
+++ configure	Sat Jun 14 15:03:07 2003
@@ -854,6 +854,8 @@
 
 VERSION=0.91
 
+PREFIX=$prefix
+
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
 fi
@@ -863,6 +865,10 @@
 
 cat >> confdefs.h <<EOF
 #define VERSION "$VERSION"
+EOF
+
+cat >> confdefs.h <<EOF
+#define PREFIX "$PREFIX"
 EOF