Changes in configure [ceebeb1:1c2eaa3]
Legend:
- Unmodified
- Added
- Removed
-
configure
rceebeb1 r1c2eaa3 156 156 157 157 echo CFLAGS=$CFLAGS >> Makefile.settings 158 echo CFLAGS+=-I`pwd` - iquote`pwd`/lib -iquote`pwd`/protocols -I. >> Makefile.settings158 echo CFLAGS+=-I`pwd` -I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings 159 159 160 160 echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings … … 444 444 fi 445 445 446 if [ ! -e doc/user-guide/help.txt ] && ! type xmlto > /dev/null 2> /dev/null; then447 echo448 echo 'WARNING: Building from an unreleased source tree without prebuilt helpfile.'449 echo 'Install xmlto if you want online help to work.'450 fi451 452 446 echo 453 447 if [ -z "$BITLBEE_VERSION" -a -d .bzr ] && type bzr > /dev/null 2> /dev/null; then … … 535 529 ;; 536 530 Darwin ) 537 echo 'STRIP=\# skip strip' >> Makefile.settings538 531 ;; 539 532 IRIX )
Note: See TracChangeset
for help on using the changeset viewer.