Updates for dynamic GEDCOM, and drag/drop

svn: r608
This commit is contained in:
Don Allingham
2001-12-05 02:02:14 +00:00
parent 249852f1cf
commit a45e849fad
14 changed files with 696 additions and 119 deletions

View File

@@ -218,7 +218,6 @@ fi
AC_SUBST(P21_INCLUDES)
if test "$PYTHON22" != ""; then
INTLLIBS="${INTLLIBS}intl22.so "
py_prefix=`$PYTHON22 -c "import sys; print sys.prefix"`
py_exec_prefix=`$PYTHON22 -c "import sys; print sys.exec_prefix"`
P22_INCLUDES="-I${py_prefix}/include/python2.2"