[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 07/04/21 13:22:11
Modified: . ChangeLog configure.ac
Log:
Don't enable libgd by default.
* configure.ac: Don't enable libgd by default.
This makes gdk-pixbuf the default library for png output.
Revision Changes Path
1.388 +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.387
retrieving revision 1.388
diff -u -b -r1.387 -r1.388
--- ChangeLog 21 Apr 2007 13:09:02 -0000 1.387
+++ ChangeLog 21 Apr 2007 17:22:09 -0000 1.388
@@ -1,3 +1,8 @@
+2007-04-21 Carlos Nieves Onega <cnieves (AT) iespana (DOT) es>
+
+ * configure.ac: Don't enable libgd by default.
+ This makes gdk-pixbuf the default library for png output.
+
2007-04-21 Peter Clifton <pcjc2@xxxxxxxxx>
* src/m_basic.c: Fix visibility test in visible(..) for the case when the
1.42 +6 -4 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.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- configure.ac 17 Apr 2007 20:19:19 -0000 1.41
+++ configure.ac 21 Apr 2007 17:22:10 -0000 1.42
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.41 2007/04/17 20:19:19 pcjc2 Exp $
+# $Id: configure.ac,v 1.42 2007/04/21 17:22:10 cnieves Exp $
#
# Process this file with autoconf to produce a configure script.
AC_INIT
@@ -23,9 +23,10 @@
#########################################################################
# Command line flags start
#
-# --disable-gd : turn off libgd support
-AC_ARG_ENABLE(gd, [ --disable-gd Disable libgd support (don't use libgd at all)],
- [ if test $enableval = "no"; then no_gd=yes; fi ])
+# --enable-gd : turn off libgd support
+no_gd="yes"
+AC_ARG_ENABLE(gd, [ --enable-gd Enable libgd support (use libgd instead of gdk-pixbuf)],
+ [ if test $enableval = "yes"; then no_gd=no; fi ])
# Change default location for rc files
AC_ARG_WITH(rcdir, [ --with-rcdir=path Change where the system-*rc files are installed], [opt_rcdir=$withval])
@@ -538,6 +539,7 @@
GLIB library version: $GLIB_VERSION
GTK+ library version: $GTK_VERSION
GUILE library version: $GUILE_VERSION
+ GDK-PIXBUF (png output): $GDK_PIXBUF_VERSION
libgd (png output): $GD $GD_VERSION
mingw build: $MINGW
data directory: $expandedGEDADATADIR
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs