|
From: <mk...@us...> - 2003-03-15 22:30:48
|
Update of /cvsroot/csp/THIRDPARTYLIBS/demeter
In directory sc8-pr-cvs1:/tmp/cvs-serv26610
Modified Files:
CHANGES.current configure.in
Log Message:
autoconf 2.57 required
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/THIRDPARTYLIBS/demeter/CHANGES.current,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CHANGES.current 15 Mar 2003 02:27:15 -0000 1.1
--- CHANGES.current 15 Mar 2003 22:30:45 -0000 1.2
***************
*** 4,5 ****
--- 4,8 ----
First log entry: this is the format.
+ 2003-03-15: onsight
+ Changed configure.in to require autoconf 2.57
+
Index: configure.in
===================================================================
RCS file: /cvsroot/csp/THIRDPARTYLIBS/demeter/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** configure.in 9 Dec 2002 03:06:27 -0000 1.4
--- configure.in 15 Mar 2003 22:30:45 -0000 1.5
***************
*** 1,3 ****
! AC_PREREQ(2.13)
# Process this file with autoconf to produce a configure script.
--- 1,3 ----
! AC_PREREQ(2.57)
# Process this file with autoconf to produce a configure script.
|