[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-183-g6af98c5)



The branch, master has been updated
       via  6af98c549937a2671eeedeb6f744b39a101779c8 (commit)
      from  fd905df27985df4491fc20872f90410b661379ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 m4/geda-guile.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 6af98c549937a2671eeedeb6f744b39a101779c8
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Fix the error message when too old of a version of guile is found.
    
    Replace a hard coded place holder of "1.8" with the actual minimum
    version requested in the error message that results when a new
    enough guile can't be found.  Noted by Peter Brett.

:100644 100644 b3a0a93... 96abf18... M	m4/geda-guile.m4

=========
 Changes
=========

commit 6af98c549937a2671eeedeb6f744b39a101779c8
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Fix the error message when too old of a version of guile is found.
    
    Replace a hard coded place holder of "1.8" with the actual minimum
    version requested in the error message that results when a new
    enough guile can't be found.  Noted by Peter Brett.

diff --git a/m4/geda-guile.m4 b/m4/geda-guile.m4
index b3a0a93..96abf18 100644
--- a/m4/geda-guile.m4
+++ b/m4/geda-guile.m4
@@ -96,7 +96,7 @@ AC_DEFUN([AX_CHECK_GUILE],
         GUILE_LIBS=`${GUILE_CONFIG} link`
         AC_MSG_RESULT([$GUILE_LIBS])
     else
-        AC_MSG_ERROR([you need at least version 1.8 of guile])
+        AC_MSG_ERROR([you need at least version ${GUILE_MIN_VER} of guile])
     fi
     AC_SUBST(GUILE_VER)
     AC_SUBST(GUILE_CFLAGS)




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs