[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.126     +11 -0     eda/geda/gaf/utils/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/ChangeLog,v
  retrieving revision 1.125
  retrieving revision 1.126
  diff -u -b -r1.125 -r1.126
  --- ChangeLog	7 Sep 2006 02:41:29 -0000	1.125
  +++ ChangeLog	27 Sep 2006 17:31:03 -0000	1.126
  @@ -1,3 +1,14 @@
  +2006-09-27 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +
  +	* configure.ac : Applied patch #1564796 by Cesar Strauss, 
  +	enabling Cygwin's compilation. Thanks.
  +
  +	* src/gmk_sym.c: Do not redefine stricmp. Work based on patch
  +	#1564805 by Cesar Strauss and comments by Peter Brett. Thanks.
  +	Use strcasecmp by default instead of stricmp. 
  +	If strcasecmp is not available, but stricmp is, then define 
  +	strcasecmp as stricmp.
  +	
   2006-09-06 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
           * configure.ac: Updated program version to 20060906.
  
  
  
  1.29      +1 -1      eda/geda/gaf/utils/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/utils/configure.ac,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- configure.ac	7 Sep 2006 01:30:07 -0000	1.28
  +++ configure.ac	27 Sep 2006 17:31:03 -0000	1.29
  @@ -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
   
  @@ -188,6 +187,7 @@
   # Checks for library functions.
   AC_TYPE_SIGNAL
   AC_CHECK_FUNCS(getcwd strstr vsnprintf snprintf getopt_long)
  +AC_CHECK_FUNCS(strcasecmp strncasecmp stricmp strnicmp)
   
   AC_MSG_CHECKING([for optarg in unistd.h])
   AC_TRY_COMPILE(
  
  
  


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