- Timestamp:
- 2006-03-01T21:08:03Z (19 years ago)
- Branches:
- master
- Children:
- 8a56e52
- Parents:
- 7cf85e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r7cf85e7 r6dff9d4 15 15 config='/var/lib/bitlbee/' 16 16 pidfile='/var/run/bitlbee.pid' 17 ipcsocket='/var/run/bitlbee' 17 18 plugindir='$prefix/lib/bitlbee' 18 19 … … 49 50 --pidfile=... $pidfile 50 51 --config=... $config 52 --ipcsocket=... $ipcsocket 51 53 52 54 --msn=0/1 Disable/enable MSN part $msn … … 76 78 config=`eval echo "$config/" | sed 's/\/\{1,\}/\//g'` 77 79 plugindir=`eval echo "$plugindir/" | sed 's/\/\{1,\}/\//g'` 78 pidfile=`eval echo "$pidfile/" | sed 's/\/\{1,\}/\//g'` 80 pidfile=`eval echo "$pidfile" | sed 's/\/\{1,\}/\//g'` 81 ipcsocket=`eval echo "$ipcsocket" | sed 's/\/\{1,\}/\//g'` 79 82 80 83 cat<<EOF>Makefile.settings … … 86 89 DATADIR=$datadir 87 90 PLUGINDIR=$plugindir 88 PIDFILE=$pidfile89 91 CONFIG=$config 92 IPCSOCKET=$ipcsocket 90 93 91 94 ARCH=$arch … … 109 112 #define PLUGINDIR "$plugindir" 110 113 #define PIDFILE "$pidfile" 114 #define IPCSOCKET "$ipcsocket" 111 115 #define ARCH "$arch" 112 116 #define CPU "$cpu"
Note: See TracChangeset
for help on using the changeset viewer.