- Timestamp:
- 2010-03-14T23:15:05Z (15 years ago)
- Branches:
- master
- Children:
- 81ee561
- Parents:
- 7c5affca (diff), 7e2b593 (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
r7c5affca r3330468 159 159 160 160 echo CFLAGS=$CFLAGS >> Makefile.settings 161 echo CFLAGS+=-I`pwd` - I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings161 echo CFLAGS+=-I`pwd` -iquote`pwd`/lib -iquote`pwd`/protocols -I. >> Makefile.settings 162 162 163 163 echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings … … 447 447 fi 448 448 449 if [ ! -e doc/user-guide/help.txt ] && ! type xmlto > /dev/null 2> /dev/null; then 450 echo 451 echo 'WARNING: Building from an unreleased source tree without prebuilt helpfile.' 452 echo 'Install xmlto if you want online help to work.' 453 fi 454 449 455 echo 450 456 if [ -z "$BITLBEE_VERSION" -a -d .bzr ] && type bzr > /dev/null 2> /dev/null; then … … 556 562 ;; 557 563 Darwin ) 564 echo 'STRIP=\# skip strip' >> Makefile.settings 558 565 ;; 559 566 IRIX )
Note: See TracChangeset
for help on using the changeset viewer.