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

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 07/02/10 14:00:23

  Modified:    .        ChangeLog configure.ac.in
  Log:
  Added a call to AC_GNU_SOURCE to make autoconf and friends complain less.
  
  
  
  
  Revision  Changes    Path
  1.612     +3 -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.611
  retrieving revision 1.612
  diff -u -b -r1.611 -r1.612
  --- ChangeLog	10 Feb 2007 18:33:16 -0000	1.611
  +++ ChangeLog	10 Feb 2007 19:00:21 -0000	1.612
  @@ -6,6 +6,9 @@
   
   	* src/globals.c: Removed quit_func since it is completely unused.
   	
  +	* configure.ac.in: Added a call to AC_GNU_SOURCE to make autoconf
  +	and friends complain less.
  +	
   2007-01-16 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* src/x_image.c: Removed unnecessary printf
  
  
  
  1.4       +3 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- configure.ac.in	5 Jan 2007 18:28:32 -0000	1.3
  +++ configure.ac.in	10 Feb 2007 19:00:22 -0000	1.4
  @@ -1,4 +1,4 @@
  -# $Id: configure.ac.in,v 1.3 2007/01/05 18:28:32 cnieves Exp $
  +# $Id: configure.ac.in,v 1.4 2007/02/10 19:00:22 ahvezda Exp $
   #
   # Process this file with autoconf to produce a configure script.
   AC_INIT
  @@ -16,6 +16,8 @@
   # Initialize maintainer mode
   AM_MAINTAINER_MODE
   
  +# Call this to make autoconf and friends happy
  +AC_GNU_SOURCE
   
   #########################################################################
   # Command line flags start
  
  
  


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