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

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 06/12/02 20:40:20

  Modified:    .        ChangeLog Makefile.am configure.ac
  Log:
  Ran gettextize 0.15 to update gettext infrastructure to hopefully fix the
  
  MKINSTALLDIR problems.
  
  
  
  
  Revision  Changes    Path
  1.562     +12 -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.561
  retrieving revision 1.562
  diff -u -b -r1.561 -r1.562
  --- ChangeLog	22 Nov 2006 00:06:02 -0000	1.561
  +++ ChangeLog	3 Dec 2006 01:40:19 -0000	1.562
  @@ -1,3 +1,15 @@
  +2006-12-02 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	The running of gettextize changed: ChangeLog, Makefile.am,
  +	configure.ac, m4/ChangeLog, m4/Makefile.am, po/Makevars.
  +
  +2006-12-02  gettextize  <bug-gnu-gettext@xxxxxxx>
  +
  +	* Makefile.am (SUBDIRS): Remove intl.
  +	(EXTRA_DIST): Add config.rpath.
  +	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
  +	(AM_GNU_GETTEXT_VERSION): Bump to 0.15.
  +
   2006-11-21 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* configure.ac: Fixed libgeda detection/find error message when
  
  
  
  1.19      +1 -1      eda/geda/gaf/gschem/Makefile.am
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/Makefile.am,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- Makefile.am	14 Jul 2006 02:23:53 -0000	1.18
  +++ Makefile.am	3 Dec 2006 01:40:19 -0000	1.19
  @@ -1,7 +1,7 @@
   SUBDIRS = include lib intl src m4 po scheme bitmap scripts examples \
             tests docs 
   
  -EXTRA_DIST = VOCABULARY BUGS autogen.sh
  +EXTRA_DIST = VOCABULARY BUGS autogen.sh config.rpath
   
   #proto:
   #	(cd src ; ./create_proto)
  
  
  
  1.38      +2 -2      eda/geda/gaf/gschem/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/gschem/configure.ac,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- configure.ac	22 Nov 2006 00:06:02 -0000	1.37
  +++ configure.ac	3 Dec 2006 01:40:20 -0000	1.38
  @@ -1,4 +1,4 @@
  -# $Id: configure.ac,v 1.37 2006/11/22 00:06:02 ahvezda Exp $
  +# $Id: configure.ac,v 1.38 2006/12/03 01:40:20 ahvezda Exp $
   #
   # Process this file with autoconf to produce a configure script.
   AC_INIT
  @@ -509,7 +509,7 @@
   
   # Initialized gettext 
   AM_GNU_GETTEXT
  -AM_GNU_GETTEXT_VERSION(0.12.1)
  +AM_GNU_GETTEXT_VERSION([0.15])
   
   # Finally create the final CFLAGS and LDFLAGS for use in the makefiles
   GSCHEM_CFLAGS="$LIBSTROKE_CFLAGS $LIBGEDA_CFLAGS"
  
  
  


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