[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:02
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.54 +5 -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.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- ChangeLog 23 Sep 2006 09:03:53 -0000 1.53
+++ ChangeLog 27 Sep 2006 17:31:02 -0000 1.54
@@ -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-23 Patrick Bernaud <b-patrick@xxxxxxxxxx>
* src/gattrib.c, src/s_toplevel.c: Adapted for new file selection
1.19 +0 -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.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- configure.ac 7 Sep 2006 01:30:05 -0000 1.18
+++ configure.ac 27 Sep 2006 17:31:02 -0000 1.19
@@ -47,7 +47,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