* README: fix references to g-wrap

* acinclude.m4: fix g-wrap test to fail properly if it cannot
	  find g-wrap-config


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7620 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-12-05 06:05:33 +00:00
parent 7ec2795267
commit 6a3d562957
3 changed files with 11 additions and 5 deletions

View File

@ -7,6 +7,10 @@
* src/gnome/gnc-split-reg.c: add a handler for
exchange-rate menu items.. Partial fix for #100285
* README: fix references to g-wrap
* acinclude.m4: fix g-wrap test to fail properly if it cannot
find g-wrap-config
2002-12-03 Derek Atkins <derek@ihtfp.com>

4
README
View File

@ -270,7 +270,7 @@ following packages:
libxml: available from ftp.gnome.org
g-wrap: RPM's, debs, and source available at
ftp://ftp.gnucash.org/pub/g-wrap.
http://www.gnucash.org/pub/g-wrap.
You should use g-wrap 1.3.2 or later.
texinfo: If you are building from CVS, you need the GNU texinfo
@ -382,7 +382,7 @@ IBM AIX 4.1.5 -- RS/6000 http://www-frec.bull.com/
Unixware 7 -- Intel
SCO OpenServer 5.0.4 -- Intel
See ftp://ftp.gnucash.org/pub/xacc (high-bandwidth)
See http://www.gnucash.org/pub/gnucash (high-bandwidth)
or http://linas.org/linux/gnucash (slow-www )
for precompiled (but *very old*) binaries for these platforms

View File

@ -3957,6 +3957,8 @@ if test x${GUILE} = x ; then
AC_PATH_PROG(GUILE, guile, no)
fi
CHECK_VERSION=yes
dnl if prefix set, then set them explicitly
if test x${gwrap_prefix} != x ; then
G_WRAP_CONFIG=${gwrap_prefix}/bin/g-wrap-config
@ -3964,9 +3966,9 @@ else
AC_PATH_PROG(G_WRAP_CONFIG, g-wrap-config, no)
if test x${G_WRAP_CONFIG} = xno ; then
CHECK_VERSION="no"
ifelse([$3], , true , [AC_MSG_WARN(g-wrap-config failed)
$3])
CHECK_VERSION=no
ifelse([$4], , true , [AC_MSG_WARN(g-wrap-config failed)
$4])
fi
fi