diff options
author | John Wiegley <johnw@newartisans.com> | 2005-01-15 00:34:02 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:50 -0400 |
commit | 632c54788c4cbcc49f095cf68cc394f67ec60a7e (patch) | |
tree | 5c98c00541a9af9eb9fe5f2dd357bd39f1458bf1 /acprep | |
parent | 9a99b755cbb517b45f2524415091fd1bf3bb4505 (diff) | |
download | fork-ledger-632c54788c4cbcc49f095cf68cc394f67ec60a7e.tar.gz fork-ledger-632c54788c4cbcc49f095cf68cc394f67ec60a7e.tar.bz2 fork-ledger-632c54788c4cbcc49f095cf68cc394f67ec60a7e.zip |
Updated to python2.4
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" \ |