added --gen flag, that runs configure for my setup
This commit is contained in:
parent
1fd37a432d
commit
e0c9534b06
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue