[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 07/01/05 13:28:32
Modified: . ChangeLog configure.ac.in
Log:
Added missing AC_DEFINE(HAS_LIBGD, 1,...), required to enable libgd support.
* configure.ac.in: Applied patch from Peter Clifton, adding
missing AC_DEFINE(HAS_LIBGD, 1,...) which is still required
to enable libgd support.
Revision Changes Path
1.606 +6 -0 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.605
retrieving revision 1.606
diff -u -b -r1.605 -r1.606
--- ChangeLog 4 Jan 2007 12:30:40 -0000 1.605
+++ ChangeLog 5 Jan 2007 18:28:31 -0000 1.606
@@ -1,3 +1,9 @@
+2007-01-05 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * configure.ac.in: Applied patch from Peter Clifton, adding
+ missing AC_DEFINE(HAS_LIBGD, 1,...) which is still required
+ to enable libgd support.
+
2007-01-04 Werner Hoch <werner.ho@xxxxxx>
* src/x_compselect.c: added expand property for the filter entry
1.3 +2 -1 eda/geda/gaf/gschem/configure.ac.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- configure.ac.in 12 Dec 2006 18:11:36 -0000 1.2
+++ configure.ac.in 5 Jan 2007 18:28:32 -0000 1.3
@@ -1,4 +1,4 @@
-# $Id: configure.ac.in,v 1.2 2006/12/12 18:11:36 werner Exp $
+# $Id: configure.ac.in,v 1.3 2007/01/05 18:28:32 cnieves Exp $
#
# Process this file with autoconf to produce a configure script.
AC_INIT
@@ -252,6 +252,7 @@
else
AC_MSG_RESULT([yes])
LIBGD=yes
+ AC_DEFINE(HAS_LIBGD, 1, [If gd has been installed, define this])
fi
else
LIBGD=no
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs