- Timestamp:
- 2006-02-02T13:21:44Z (19 years ago)
- Branches:
- master
- Children:
- 1d2e3c2
- Parents:
- 8365610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r8365610 r34b17d9 14 14 datadir='$prefix/share/bitlbee/' 15 15 config='/var/lib/bitlbee/' 16 pidfile='/var/run/bitlbee.pid' 16 17 plugindir='$prefix/lib/bitlbee' 17 18 … … 46 47 --datadir=... $datadir 47 48 --plugindir=... $plugindir 49 --pidfile=... $pidfile 48 50 --config=... $config 49 51 … … 74 76 config=`eval echo "$config/" | sed 's/\/\{1,\}/\//g'` 75 77 plugindir=`eval echo "$plugindir/" | sed 's/\/\{1,\}/\//g'` 78 pidfile=`eval echo "$pidfile/" | sed 's/\/\{1,\}/\//g'` 76 79 77 80 cat<<EOF>Makefile.settings … … 83 86 DATADIR=$datadir 84 87 PLUGINDIR=$plugindir 88 PIDFILE=$pidfile 85 89 CONFIG=$config 86 90 … … 104 108 #define VARDIR "$datadir" 105 109 #define PLUGINDIR "$plugindir" 110 #define PIDFILE "$pidfile" 106 111 #define ARCH "$arch" 107 112 #define CPU "$cpu"
Note: See TracChangeset
for help on using the changeset viewer.