diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-17 02:56:53 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:35 -0400 |
commit | e43f54f24936a0fd93ae9dba8a163982ede0e1ab (patch) | |
tree | 49524c2bccb740f362c25eebce6c7808e8a74222 /acprep | |
parent | e7f9486f6e524947a29b8e7d20bc834a240a3b23 (diff) | |
download | ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.tar.gz ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.tar.bz2 ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.zip |
Started adding commodity tests
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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` |