[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: configure.ac
User: danmc
Date: 05/10/26 17:27:24
Modified: . configure.ac
Log:
if the proper version of libgeda can't be found, change the complaint
to include the specific version that could not be found.
Revision Changes Path
1.12 +1 -1 eda/geda/devel/gattrib/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/configure.ac,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- configure.ac 20 Aug 2005 02:43:44 -0000 1.11
+++ configure.ac 26 Oct 2005 21:27:23 -0000 1.12
@@ -140,7 +140,7 @@
then
LIBGEDA_VERSION=`$PKG_CONFIG libgeda --modversion`
else
- AC_MSG_ERROR([Cannot find libgeda (or libgeda.pc), please install libgeda])
+ AC_MSG_ERROR([Cannot find libgeda>=$GEDA_VERSION (or libgeda.pc), please install libgeda-$GEDA_VERSION])
fi
#