mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
Update gwrap details, URL.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13399 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
368ebbe096
commit
70584b5e72
@ -238,7 +238,7 @@ G_WRAP_LINK_ARGS=""
|
||||
|
||||
AM_GUILE_VERSION_CHECK(1.6, , , [AC_MSG_ERROR([
|
||||
|
||||
guile does not appear to be installed correctly, or is not in the
|
||||
guile does not appear to be installed correctly, or is not in the
|
||||
correct version range. Perhaps you have not installed the guile
|
||||
development packages? Gnucash requires at least version 1.6 to build.
|
||||
])])
|
||||
@ -254,9 +254,9 @@ AC_DEFINE_UNQUOTED(GNC_GUILE_MICRO_VERSION, ${guile_micro_version},
|
||||
AM_PATH_GWRAP(1.3.3, , [AC_MSG_ERROR([
|
||||
|
||||
g-wrap does not appear to be installed correctly, or is not new
|
||||
enough. Right now gnucash requires at least version 1.3.3 to build.
|
||||
If you need to install g-wrap, you can find it at
|
||||
http://www.gnucash.org/pub/g-wrap.
|
||||
enough. GnuCash requires at least version 1.3.3 to build,
|
||||
and 1.9.6 to build cleanly with GCC4. If you need to install g-wrap,
|
||||
you can find it at http://www.nongnu.org/g-wrap/ .
|
||||
])])
|
||||
|
||||
# Find out what the g-wrap compile and link flags are.
|
||||
|
Loading…
Reference in New Issue
Block a user