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

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 06/09/27 13:31:03

  Modified:    .        ChangeLog configure.ac
  Log:
  Applied patch #1564796 by Cesar Strauss, enabling Cygwin's compilation. Thanks.
  
  Also in utils/src/gmk_sym.c, use strcasecmp instead of stricmp, and define
  
  strcasecmp as stricmp if the first is not available but the latter is.
  
  
  
  
  Revision  Changes    Path
  1.343     +5 -0      eda/geda/gaf/libgeda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
  retrieving revision 1.342
  retrieving revision 1.343
  diff -u -b -r1.342 -r1.343
  --- ChangeLog	24 Sep 2006 22:27:40 -0000	1.342
  +++ ChangeLog	27 Sep 2006 17:31:03 -0000	1.343
  @@ -1,3 +1,8 @@
  +2006-09-27 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +
  +	* configure.ac : Applied patch #1564796 by Cesar Strauss, 
  +	enabling Cygwin's compilation. Thanks.
  +	
   2006-09-24 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
           * AUTHORS: Updated file pointing people at gschem's AUTHOR file 
  
  
  
  1.36      +1 -2      eda/geda/gaf/libgeda/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/libgeda/configure.ac,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- configure.ac	24 Sep 2006 21:06:23 -0000	1.35
  +++ configure.ac	27 Sep 2006 17:31:03 -0000	1.36
  @@ -1,4 +1,4 @@
  -# $Id: configure.ac,v 1.35 2006/09/24 21:06:23 ahvezda Exp $
  +# $Id: configure.ac,v 1.36 2006/09/27 17:31:03 cnieves Exp $
   #
   # Process this file with autoconf to produce a configure script.
   AC_INIT
  @@ -41,7 +41,6 @@
   
   # Figure out if we are building on win32 and what environment.
   case $host_os in
  -  *cygwin*  ) AC_MSG_ERROR([Building gEDA/gaf under cygwin is not supported]) ;;
     *mingw32* ) echo "Configuring for mingw"; MINGW=yes ;;
   esac
   
  
  
  


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