[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/11/21 19:06:02
Modified: . ChangeLog configure.ac
Log:
Fixed libgeda detection/find error message when the wrong libgeda version
is found.
Revision Changes Path
1.561 +6 -0 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.560
retrieving revision 1.561
diff -u -b -r1.560 -r1.561
--- ChangeLog 19 Nov 2006 18:08:41 -0000 1.560
+++ ChangeLog 22 Nov 2006 00:06:02 -0000 1.561
@@ -1,3 +1,9 @@
+2006-11-21 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * configure.ac: Fixed libgeda detection/find error message when
+ the wrong libgeda version is found. (Bug reported by Karel Kulhavy;
+ thanks)
+
2006-11-19 Werner Hoch <werner.ho@xxxxxx>
* src/i_basic.c, src/x_grid.c, src/x_window.c: moved the
1.37 +2 -2 eda/geda/gaf/gschem/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- configure.ac 21 Oct 2006 02:44:44 -0000 1.36
+++ configure.ac 22 Nov 2006 00:06:02 -0000 1.37
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.36 2006/10/21 02:44:44 ahvezda Exp $
+# $Id: configure.ac,v 1.37 2006/11/22 00:06:02 ahvezda Exp $
#
# Process this file with autoconf to produce a configure script.
AC_INIT
@@ -228,7 +228,7 @@
then
LIBGEDA_VERSION=`$PKG_CONFIG libgeda --modversion`
else
- AC_MSG_ERROR([Cannot find libgeda (or libgeda.pc), please install libgeda])
+ AC_MSG_ERROR([libgeda detection error: $LIBGEDA_PKG_ERRORS])
fi
#
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs