summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/acprep5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/acprep b/scripts/acprep
index 14f17e2c..71e3a415 100755
--- a/scripts/acprep
+++ b/scripts/acprep
@@ -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