summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-08-22 00:52:08 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:33 -0400
commit04dfda2282bfb3686336600cfafd1d9653369445 (patch)
tree9ee02db5c2d33290dfa6060475973f7c378ce643 /acprep
parentdb0ef2e25731a824aa728315f2f7f6e8a41a5ddf (diff)
downloadfork-ledger-04dfda2282bfb3686336600cfafd1d9653369445.tar.gz
fork-ledger-04dfda2282bfb3686336600cfafd1d9653369445.tar.bz2
fork-ledger-04dfda2282bfb3686336600cfafd1d9653369445.zip
Made separate modules for the csv command, since the prior method was
not fully correct.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 2 insertions, 2 deletions
diff --git a/acprep b/acprep
index e85d212e..0938d926 100755
--- a/acprep
+++ b/acprep
@@ -19,9 +19,9 @@ autoconf
INCDIRS="-I/sw/include -I/usr/local/include/boost-1_33 -I/usr/include/httpd/xml"
#INCDIRS="$INCDIRS -I/sw/include/libofx"
-INCDIRS="$INCDIRS -I/sw/include/python2.4"
+INCDIRS="$INCDIRS -I/usr/include/python2.3"
INCDIRS="$INCDIRS -Wno-long-double"
-LIBDIRS="-L/sw/lib -L/usr/local/lib -L/sw/lib/python2.4/config"
+LIBDIRS="-L/sw/lib -L/usr/local/lib -L/usr/lib/python2.3/config"
if [ "$1" = "--debug" ]; then
shift 1