Changeset ffea9b9
- Timestamp:
- 2005-12-26T12:41:29Z (19 years ago)
- Branches:
- master
- Children:
- d25f6fc
- Parents:
- 1fa6a23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r1fa6a23 rffea9b9 297 297 fi 298 298 299 echo 300 if [ -z "$BITLBEE_VERSION" -a -d .bzr -a -x "`which bzr`" ]; then 301 rev=`bzr revno` 302 echo 'Using bzr revision #'$rev' as version number' 303 BITLBEE_VERSION=\"bzr-$rev\" 304 fi 305 299 306 if [ -n "$BITLBEE_VERSION" ]; then 300 echo301 307 echo 'Spoofing version number: '$BITLBEE_VERSION 302 308 echo '#undef BITLBEE_VERSION' >> config.h 303 echo '#define BITLBEE_VERSION '$BITLBEE_VERSION >> config.h; 309 echo '#define BITLBEE_VERSION '$BITLBEE_VERSION >> config.h 310 echo 304 311 fi 305 312 … … 340 347 341 348 if [ "$protocols" = "PROTOCOLS = " ]; then 342 echo343 349 echo "WARNING: You haven't selected any communication protocol to compile!" 344 350 echo " Bitlbee will run, but you will be unable to connect to IM servers!" … … 348 354 echo "PROTOOBJS = $protoobjs" >> Makefile.settings 349 355 350 echo351 356 echo Architecture: $arch 352 357 case "$arch" in
Note: See TracChangeset
for help on using the changeset viewer.