summaryrefslogtreecommitdiffstats
path: root/net/citadel/files/patch-ab
blob: fdbacd600c486795e90217048c75e8163e4b0d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** configure.orig	Tue Jun 12 17:04:41 2001
--- configure	Tue Jun 12 17:05:01 2001
***************
*** 536,547 ****
  
  if test "$prefix" = NONE; then
  	cat >> confdefs.h <<EOF
! #define BBSDIR "$ac_default_prefix"
  EOF
  
  else
  	cat >> confdefs.h <<EOF
! #define BBSDIR "$prefix"
  EOF
  
  fi
--- 536,549 ----
  
  if test "$prefix" = NONE; then
  	cat >> confdefs.h <<EOF
! #define BBSDIR "$ac_default_prefix/share/citadel"
! #define BINDIR "$ac_default_prefix/bin"
  EOF
  
  else
  	cat >> confdefs.h <<EOF
! #define BBSDIR "$prefix/share/citadel"
! #define BINDIR "$prefix/bin"
  EOF
  
  fi
OpenPOWER on IntegriCloud