diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-24 02:16:43 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-24 02:16:43 -0400 |
commit | e0c9534b066e4e49d3be2001eee255b6e2fb2595 (patch) | |
tree | db1b5eba7a218f94031f549d42a9e90805b1ce53 /scripts | |
parent | 1fd37a432d060a08254ecb1a9129050563075140 (diff) | |
download | fork-ledger-e0c9534b066e4e49d3be2001eee255b6e2fb2595.tar.gz fork-ledger-e0c9534b066e4e49d3be2001eee255b6e2fb2595.tar.bz2 fork-ledger-e0c9534b066e4e49d3be2001eee255b6e2fb2595.zip |
added --gen flag, that runs configure for my setup
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/acprep | 5 |
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 |