From e0c9534b066e4e49d3be2001eee255b6e2fb2595 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Aug 2004 02:16:43 -0400 Subject: [PATCH] added --gen flag, that runs configure for my setup --- scripts/acprep | 5 +++++ 1 file changed, 5 insertions(+) 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