Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r6ce01be r1c2eaa3  
    444444fi
    445445
    446 if [ ! -e doc/user-guide/help.txt ] && ! type xmlto > /dev/null 2> /dev/null; then
    447         echo
    448         echo 'WARNING: Building from an unreleased source tree without prebuilt helpfile.'
    449         echo 'Install xmlto if you want online help to work.'
    450 fi
    451 
    452446echo
    453447if [ -z "$BITLBEE_VERSION" -a -d .bzr ] && type bzr > /dev/null 2> /dev/null; then
     
    535529;;
    536530Darwin )
    537         echo 'STRIP=\# skip strip' >> Makefile.settings
    538531;;
    539532IRIX )
Note: See TracChangeset for help on using the changeset viewer.