- Timestamp:
- 2006-03-01T22:48:37Z (19 years ago)
- Branches:
- master
- Children:
- 46ad029
- Parents:
- 8e419cb (diff), 9a1555d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r8e419cb ra4dc9f7 14 14 datadir='$prefix/share/bitlbee/' 15 15 config='/var/lib/bitlbee/' 16 pidfile='/var/run/bitlbee.pid' 17 ipcsocket='/var/run/bitlbee' 16 18 plugindir='$prefix/lib/bitlbee' 17 19 … … 46 48 --datadir=... $datadir 47 49 --plugindir=... $plugindir 50 --pidfile=... $pidfile 48 51 --config=... $config 52 --ipcsocket=... $ipcsocket 49 53 50 54 --msn=0/1 Disable/enable MSN part $msn … … 74 78 config=`eval echo "$config/" | sed 's/\/\{1,\}/\//g'` 75 79 plugindir=`eval echo "$plugindir/" | sed 's/\/\{1,\}/\//g'` 80 pidfile=`eval echo "$pidfile" | sed 's/\/\{1,\}/\//g'` 81 ipcsocket=`eval echo "$ipcsocket" | sed 's/\/\{1,\}/\//g'` 76 82 77 83 cat<<EOF>Makefile.settings … … 84 90 PLUGINDIR=$plugindir 85 91 CONFIG=$config 92 IPCSOCKET=$ipcsocket 86 93 87 94 ARCH=$arch … … 104 111 #define VARDIR "$datadir" 105 112 #define PLUGINDIR "$plugindir" 113 #define PIDFILE "$pidfile" 114 #define IPCSOCKET "$ipcsocket" 106 115 #define ARCH "$arch" 107 116 #define CPU "$cpu"
Note: See TracChangeset
for help on using the changeset viewer.