Restore some lost changes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8289 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2003-05-10 23:09:26 +00:00
parent 07132d7abf
commit a65418bfbe
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2003-05-10 David Hampton <hampton@employees.org>
* configure.in: Restore some lost changes.
2003-05-09 Christian Stimming <stimming@tuhh.de>
* macros/openhbci.m4: Fix openhbci macro again so that it uses a C

View File

@@ -32,8 +32,8 @@ AC_PREREQ(2.53)
AC_PROG_CC
GNUCASH_MAJOR_VERSION=1
GNUCASH_MINOR_VERSION=8
GNUCASH_MICRO_VERSION=2
GNUCASH_MINOR_VERSION=9
GNUCASH_MICRO_VERSION=0
GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION
AC_SUBST(GNUCASH_MAJOR_VERSION)
@@ -162,6 +162,13 @@ AM_GUILE_VERSION_CHECK(1.3.4, , , [AC_MSG_ERROR([
1.3.4 to build.
])])
AC_DEFINE_UNQUOTED(GNC_GUILE_MAJOR_VERSION, ${guile_major_version},
[Guile Major version number])
AC_DEFINE_UNQUOTED(GNC_GUILE_MINOR_VERSION, ${guile_minor_version},
[Guile Minor version number])
AC_DEFINE_UNQUOTED(GNC_GUILE_MICRO_VERSION, ${guile_micro_version},
[Guile Micro version number])
AM_PATH_GWRAP(1.3.3, , , [AC_MSG_ERROR([
g-wrap does not appear to be installed correctly, or is not new