Changes in configure [e506d6c:34b17d9]
Legend:
- Unmodified
- Added
- Removed
-
configure
re506d6c r34b17d9 15 15 config='/var/lib/bitlbee/' 16 16 pidfile='/var/run/bitlbee.pid' 17 ipcsocket='/var/run/bitlbee'18 17 plugindir='$prefix/lib/bitlbee' 19 pcdir='$prefix/lib/pkgconfig'20 includedir='$prefix/include/bitlbee'21 18 22 19 msn=1 … … 52 49 --pidfile=... $pidfile 53 50 --config=... $config 54 --ipcsocket=... $ipcsocket55 51 56 52 --msn=0/1 Disable/enable MSN part $msn … … 80 76 config=`eval echo "$config/" | sed 's/\/\{1,\}/\//g'` 81 77 plugindir=`eval echo "$plugindir/" | sed 's/\/\{1,\}/\//g'` 82 pidfile=`eval echo "$pidfile" | sed 's/\/\{1,\}/\//g'` 83 ipcsocket=`eval echo "$ipcsocket" | sed 's/\/\{1,\}/\//g'` 84 includedir=`eval echo "$includedir" | sed 's/\/\{1,\}/\//g'` 85 pcdir=`eval echo "$pcdir" | sed 's/\/\{1,\}/\//g'` 78 pidfile=`eval echo "$pidfile/" | sed 's/\/\{1,\}/\//g'` 86 79 87 80 cat<<EOF>Makefile.settings … … 93 86 DATADIR=$datadir 94 87 PLUGINDIR=$plugindir 88 PIDFILE=$pidfile 95 89 CONFIG=$config 96 IPCSOCKET=$ipcsocket97 INCLUDEDIR=$includedir98 PCDIR=$pcdir99 90 100 91 ARCH=$arch … … 118 109 #define PLUGINDIR "$plugindir" 119 110 #define PIDFILE "$pidfile" 120 #define IPCSOCKET "$ipcsocket"121 111 #define ARCH "$arch" 122 112 #define CPU "$cpu" … … 317 307 fi 318 308 319 cat <<EOF>bitlbee.pc320 prefix=$prefix321 includedir=$includedir322 323 Name: bitlbee324 Description: IRC to IM gateway325 Requires: glib-2.0326 Version: $BITLBEE_VERSION327 Libs:328 Cflags: -I\${includedir}329 330 EOF331 332 309 protocols='' 333 310 protoobjs=''
Note: See TracChangeset
for help on using the changeset viewer.