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

gEDA-cvs: CVS update: ChangeLog



  User: sdb     
  Date: 06/01/07 16:34:21

  Modified:    .        ChangeLog autogen.sh
  Log:
  *  autogen.sh: Included "-I m4" into aclocal to pick up macros from 
  
  local m4 dir.
  
  *  src/Makefile.am:  Added @GUILE_LDFLAGS@ to gschem_LDADD to force 
  
  pick-up of lguile.
  
  
  
  
  Revision  Changes    Path
  1.421     +7 -0      eda/geda/devel/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
  retrieving revision 1.420
  retrieving revision 1.421
  diff -u -b -r1.420 -r1.421
  --- ChangeLog	7 Jan 2006 15:23:18 -0000	1.420
  +++ ChangeLog	7 Jan 2006 21:34:20 -0000	1.421
  @@ -1,3 +1,10 @@
  +2006-01-07  Stuart Brorson  <sdb AT cloud9 DOT net>
  +        * autogen.sh, Included "-I m4" into
  +        aclocal to pick up macros from local m4 dir.
  +	
  +	*  src/Makefile.am:  Added @GUILE_LDFLAGS@ to gschem_LDADD
  +	to force pick-up of lguile.
  +	
   2006-01-07  Patrick Bernaud  <b-patrick@xxxxxxxxxx>
   
   	* po/fr_FR.po: Updated the French translation.
  
  
  
  1.3       +1 -1      eda/geda/devel/gschem/autogen.sh
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: autogen.sh
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/autogen.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- autogen.sh	21 Feb 2005 03:58:39 -0000	1.2
  +++ autogen.sh	7 Jan 2006 21:34:20 -0000	1.3
  @@ -87,7 +87,7 @@
       echo processing $dr
       ( cd $dr
   
  -      aclocalinclude="$ACLOCAL_FLAGS"
  +      aclocalinclude="-I m4 $ACLOCAL_FLAGS"
   
         if grep "^AM_GNU_GETTEXT" $configure_script >/dev/null; then
   	echo "autogen.sh running: autopoint ..."