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

gEDA-cvs: CVS update: ChangeLog



  User: sdb     
  Date: 06/01/07 16:29:18

  Modified:    .        ChangeLog autogen.sh
  Log:
  Included "-I m4" into aclocal to pick up gettext.m4 from local dir.
  
  
  
  
  Revision  Changes    Path
  1.286     +4 -0      eda/geda/devel/libgeda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/ChangeLog,v
  retrieving revision 1.285
  retrieving revision 1.286
  diff -u -b -r1.285 -r1.286
  --- ChangeLog	4 Jan 2006 15:40:04 -0000	1.285
  +++ ChangeLog	7 Jan 2006 21:29:17 -0000	1.286
  @@ -1,3 +1,7 @@
  +2006-01-07 Stuart Brorson <sdb AT cloud9 DOT net>
  +	* autogen.sh, m4/gettext.m4: Included "-I m4" into
  +	aclocal to pick up gettext.m4 from local dir.
  +	
   2006-01-04 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* noweb/s_encoding.nw: Removed extra @'s since they are no longer
  
  
  
  1.3       +1 -1      eda/geda/devel/libgeda/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/libgeda/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:40 -0000	1.2
  +++ autogen.sh	7 Jan 2006 21:29:17 -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 ..."