summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-17 02:56:53 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:35 -0400
commite43f54f24936a0fd93ae9dba8a163982ede0e1ab (patch)
tree49524c2bccb740f362c25eebce6c7808e8a74222 /acprep
parente7f9486f6e524947a29b8e7d20bc834a240a3b23 (diff)
downloadledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.tar.gz
ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.tar.bz2
ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.zip
Started adding commodity tests
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 2 insertions, 0 deletions
diff --git a/acprep b/acprep
index c49e16bb..50b7da40 100755
--- a/acprep
+++ b/acprep
@@ -17,10 +17,12 @@ autoconf
INCDIRS="-I/usr/local/include"
INCDIRS="$INCDIRS -I/usr/local/include/boost"
+INCDIRS="$INCDIRS -I/sw/include"
INCDIRS="$INCDIRS -I/usr/include/httpd/xml"
INCDIRS="$INCDIRS -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5"
LIBDIRS="-L/usr/local/lib"
+LIBDIRS="$LIBDIRS -L/sw/lib"
LIBDIRS="$LIBDIRS -L/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config"
SYSTEM=`uname -s`