svn: r2722
This commit is contained in:
Don Allingham
2004-01-28 02:33:50 +00:00
parent 3661345197
commit 230d0e6414
7 changed files with 324 additions and 427 deletions

View File

@@ -5,8 +5,8 @@ AC_PREREQ(2.57)
AC_INIT(gramps, 1.0.0, 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=rc1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"
@@ -267,5 +267,6 @@ doc/gramps-manual/hu/Makefile
example/Makefile
example/gramps/Makefile
gramps.spec
gramps-mdk.spec
gramps.sh])
AC_OUTPUT