Update of /cvsroot/foo/fooelk
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2698
Modified Files:
NEWS configure.ac
Log Message:
equiv to revision level r266 of original elk
Index: NEWS
===================================================================
RCS file: /cvsroot/foo/fooelk/NEWS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** NEWS 6 Aug 2004 20:56:41 -0000 1.1.1.1
--- NEWS 26 Apr 2010 15:06:49 -0000 1.2
***************
*** 4,7 ****
--- 4,10 ----
----------------------------
+ * New in 3.99.7 prerelease:
+ + Last known garbage collector bug was fixed.
+
* New in 3.99.6 prerelease:
+ Many portability checks added to the configure script.
Index: configure.ac
===================================================================
RCS file: /cvsroot/foo/fooelk/configure.ac,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** configure.ac 26 Apr 2010 14:31:24 -0000 1.11
--- configure.ac 26 Apr 2010 15:06:49 -0000 1.12
***************
*** 7,11 ****
AC_CANONICAL_SYSTEM
! AM_INIT_AUTOMAKE(fooelk, 0.0.6)
AM_CONFIG_HEADER(config.h)
--- 7,12 ----
AC_CANONICAL_SYSTEM
! AM_INIT_AUTOMAKE(fooelk, 0.0.7)
! AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
|