gnucash maint: Bug 731889 - guile 2 exports different autoconf macros than what is expected

Geert Janssens gjanssens at code.gnucash.org
Sat Jan 24 09:46:41 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/d5da5933 (commit)
	from  https://github.com/Gnucash/gnucash/commit/4149aa2d (commit)



commit d5da59331fe1454265b12787722c9d41c33e7586
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Jan 24 16:10:58 2015 +0100

    Bug 731889 - guile 2 exports different autoconf macros than what is expected
    
    The problem is mainly a poorly chosen error message. The user
    should generally only rerun autogen.sh, so I have added this
    in the error message.

diff --git a/configure.ac b/configure.ac
index 14e8443..657dcf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -472,8 +472,9 @@ PKG_CHECK_MODULES(GUILE,
                   [m4_ifdef([GUILE_PROGS],
                             [ GUILE_PROGS
                               gnc_have_guile_2=yes ],
-                            [ AC_MSG_ERROR([ guile 2 is found on your system, but appears
-    to export different autoconf macros than what we expected. Please report this as a bug
+                            [ AC_MSG_ERROR([ guile 2 is found on your system, but we did
+    find the right autoconf macros. Please rerun autogen.sh first. If this
+    does not solve the problem, please report this as a bug
     in GnuCash, so we can fix this for your platform.]) ])
                   ],
                   [AC_MSG_ERROR([



Summary of changes:
 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list