summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-01-15 00:34:02 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:50 -0400
commit632c54788c4cbcc49f095cf68cc394f67ec60a7e (patch)
tree5c98c00541a9af9eb9fe5f2dd357bd39f1458bf1 /acprep
parent9a99b755cbb517b45f2524415091fd1bf3bb4505 (diff)
downloadfork-ledger-632c54788c4cbcc49f095cf68cc394f67ec60a7e.tar.gz
fork-ledger-632c54788c4cbcc49f095cf68cc394f67ec60a7e.tar.bz2
fork-ledger-632c54788c4cbcc49f095cf68cc394f67ec60a7e.zip
Updated to python2.4
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 2 insertions, 2 deletions
diff --git a/acprep b/acprep
index 8a7d0e62..6e6b516b 100755
--- a/acprep
+++ b/acprep
@@ -11,9 +11,9 @@ else
fi
autoconf
-INCDIRS="-I/sw/include -I/usr/include/httpd/xml -I/sw/include/python2.3"
+INCDIRS="-I/sw/include -I/usr/include/httpd/xml -I/sw/include/python2.4"
INCDIRS="$INCDIRS -Wno-long-double"
-LIBDIRS="-L/sw/lib -L/sw/lib/python2.3/config"
+LIBDIRS="-L/sw/lib -L/sw/lib/python2.4/config"
if [ "$1" = "--debug" ]; then
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g" \