Preferences updates - removal of options that no longer apply

svn: r1163
This commit is contained in:
Don Allingham
2002-11-04 04:18:56 +00:00
parent aa4b5ecbda
commit 2eacdd41e6
13 changed files with 55 additions and 86 deletions

View File

@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first
AC_INIT(src/gramps.py)
AM_INIT_AUTOMAKE(gramps, 0.9.0pre1)
AM_INIT_AUTOMAKE(gramps, 0.9.0pre2)
RELEASE=rc4
VERSIONSTRING=$VERSION
@@ -42,6 +42,7 @@ pkgpythondir=\${prefix}/share/\${PACKAGE}
pkgpyexecdir=\${prefix}/share/\${PACKAGE}
AC_PATH_PROG(BINSH, sh)
AC_PATH_PROG(SWIG, swig)
changequote(<<, >>)dnl
PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[:3]"`
@@ -261,8 +262,8 @@ dnl ======================================================
dnl == end of modern doc tests
dnl ======================================================
AC_SUBST(BINSH)
AC_SUBST(SWIG)
AC_SUBST(PYTHON)
AC_SUBST(PYTHON_VERSION)
AC_SUBST(GNOMEHELP)