changes
This commit is contained in:
parent
5eb8e02451
commit
22a920867b
1 changed files with 3 additions and 2 deletions
5
acprep
5
acprep
|
|
@ -16,10 +16,11 @@ else
|
||||||
fi
|
fi
|
||||||
autoconf
|
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/sw/include/libofx"
|
||||||
|
INCDIRS="$INCDIRS -I/usr/include/python2.3"
|
||||||
INCDIRS="$INCDIRS -Wno-long-double"
|
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
|
if [ "$1" = "--debug" ]; then
|
||||||
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g" \
|
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g" \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue