gnucash master: Allow GUILE1_PROGS as m4 name

Frank H. Ellenberger fell at code.gnucash.org
Wed Oct 1 18:40:27 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/7e0b7834 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7a226444 (commit)



commit 7e0b7834d9908e77e9fa221f5739afaf20cf4287
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Oct 2 00:24:18 2014 +0200

    Allow GUILE1_PROGS as m4 name
    
    Patch by dimstar at opensuse.org
    http://lists.gnucash.org/logs/2014/10/2014-10-01.html#T16:46:18

diff --git a/configure.ac b/configure.ac
index 2225df6..7558bd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -479,7 +479,9 @@ PKG_CHECK_MODULES(GUILE,
                   [guile-1.8 >= 1.8.5],
                   [m4_ifdef([GUILE1_8_PROGS],
                             [ GUILE1_8_PROGS ],
-                            [ GUILE_PROGS ])
+                            [ m4_ifdef([GUILE1_PROGS],
+                                       [ GUILE1_PROGS ],
+                                       [ GUILE_PROGS ])])
                   ], [
   PKG_CHECK_MODULES(GUILE,
                   [guile-2.0 >= 2.0.0],



Summary of changes:
 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list