[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.57      +6 -0      eda/geda/gaf/gattrib/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/ChangeLog,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -b -r1.56 -r1.57
  --- ChangeLog	21 Oct 2006 02:44:43 -0000	1.56
  +++ ChangeLog	22 Nov 2006 00:06:01 -0000	1.57
  @@ -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-10-20 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
           * configure.ac: Bumped package version to 20061020.
  
  
  
  1.21      +1 -1      eda/geda/gaf/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/gaf/gattrib/configure.ac,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- configure.ac	21 Oct 2006 02:44:43 -0000	1.20
  +++ configure.ac	22 Nov 2006 00:06:02 -0000	1.21
  @@ -139,7 +139,7 @@
   then
      LIBGEDA_VERSION=`$PKG_CONFIG libgeda --modversion`
   else
  -   AC_MSG_ERROR([Cannot find libgeda>=$GEDA_VERSION (or libgeda.pc), please install libgeda-$GEDA_VERSION])
  +   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