From d5da59331fe1454265b12787722c9d41c33e7586 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 24 Jan 2015 16:10:58 +0100 Subject: [PATCH] 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. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 14e8443afe..657dcf193d 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([