added --gen flag, that runs configure for my setup

This commit is contained in:
John Wiegley 2004-08-24 02:16:43 -04:00
parent 1fd37a432d
commit e0c9534b06

View file

@ -10,3 +10,8 @@ fi
autoheader
autoconf
if [ "$1" = "--gen" ]; then
./configure CPPFLAGS="-I/sw/include -I/usr/include/httpd/xml" \
LDFLAGS=-L/sw/lib CXXFLAGS="-g" --enable-debug
fi