1.1.90 release

svn: r4074
This commit is contained in:
Don Allingham
2005-02-22 03:55:34 +00:00
parent bb03994a08
commit d92ac8827e
5 changed files with 11 additions and 1863 deletions

View File

@@ -4,11 +4,11 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first
AC_PREREQ(2.57)
AC_INIT(gramps, 1.1.4, gramps-bugs@lists.sourceforge.net)
AC_INIT(gramps, 1.1.90, gramps-bugs@lists.sourceforge.net)
AC_CONFIG_SRCDIR(src/gramps.py)
AM_INIT_AUTOMAKE(1.6.3)
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
dnl RELEASE=1
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
RELEASE=1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"
@@ -47,9 +47,9 @@ AC_SUBST(POFILES)
AC_SUBST(MOFILES)
dnl Checks for programs.
dnl We first only check for python >= 2.2
dnl We first only check for python >= 2.3
AM_PATH_PYTHON(2.2)
AM_PATH_PYTHON(2.3)
AC_PATH_PROG(BINSH, sh)
pygtk_require="