summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-13 01:34:48 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 05:49:22 -0400
commit22a920867b73ef17c2fb80708bb2004a7f7148a4 (patch)
tree71153c88c64e4955bbb0821a0ceb43169064c9cf /acprep
parent5eb8e024511c68bbc9531996b8b8777bfc8b5861 (diff)
downloadfork-ledger-22a920867b73ef17c2fb80708bb2004a7f7148a4.tar.gz
fork-ledger-22a920867b73ef17c2fb80708bb2004a7f7148a4.tar.bz2
fork-ledger-22a920867b73ef17c2fb80708bb2004a7f7148a4.zip
changes
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep5
1 files changed, 3 insertions, 2 deletions
diff --git a/acprep b/acprep
index 8aa0f343..35984a3c 100755
--- a/acprep
+++ b/acprep
@@ -16,10 +16,11 @@ else
fi
autoconf
-INCDIRS="-I/sw/include -I/usr/local/include/boost-1_33 -I/usr/include/httpd/xml"
+INCDIRS="-I/sw/include -I/usr/include/httpd/xml"
#INCDIRS="$INCDIRS -I/sw/include/libofx"
+INCDIRS="$INCDIRS -I/usr/include/python2.3"
INCDIRS="$INCDIRS -Wno-long-double"
-LIBDIRS="-L/sw/lib -L/usr/local/lib"
+LIBDIRS="-L/sw/lib -L/usr/local/lib -L/usr/lib/python2.3/config"
if [ "$1" = "--debug" ]; then
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g" \