aboutsummaryrefslogtreecommitdiffstats
path: root/print/foomatic-db-hpijs/files/patch-configure
blob: b204a43ea0f09f251d6b091bd7afc9aced756085 (plain) (blame)
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  Wed May 21 23:01:15 2003
+++ configure   Tue Oct 18 20:23:45 2005
@@ -9,7 +9,7 @@
 
 # Defaults:
 ac_help=
-ac_default_prefix=/usr/local
+ac_default_prefix=%%PREFIX%%
 # Any additions from configure.in:
 
 # Initialize some variables set by options.
@@ -522,7 +522,7 @@
 
 
 
-if [ x$sysconfdir == 'x${prefix}/etc' ]; then
+if [ x$sysconfdir = 'x${prefix}/etc' ]; then
   sysconfdir=/etc
 fi
 
@@ -658,8 +658,8 @@
 fi
 
 
-BINSEARCHPATH=/usr/bin:/bin:/usr/local/bin
-DATASEARCHPATH=/usr/share:/usr/local/share:/usr/lib:/usr/local/lib:/opt
+BINSEARCHPATH=/usr/bin:/bin:%%LOCALBASE%%/bin
+DATASEARCHPATH=/usr/share:%%LOCALBASE%%/share:/usr/lib:%%LOCALBASE%%/lib:/opt
 
 for ac_prog in perl
 do