[Lunar-commits] CVS: moonbase/devel/automake BUILD, 1.5, 1.6 DETAILS, 1.13, 1.14

Terry Chan tchan at lunar-linux.org
Thu Jan 29 10:04:35 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/automake
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11965

Modified Files:
	BUILD DETAILS 
Log Message:
Version bump to 1.8.2.  Compiled and tested with gccc-3.2.3, gcc-3.3.2,
SMP, and sparc64. Part of the update/fixes to yawl, cracklib, shadow and 
the upcoming gettext-0.14 (by florin).


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/automake/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	22 Dec 2003 01:23:47 -0000	1.5
+++ BUILD	29 Jan 2004 10:04:33 -0000	1.6
@@ -4,6 +4,6 @@
 
   #the line below is for the "automake" symlink, needed by some sources
   rm -Rf /usr/share/automake
-  ln -sf /usr/share/automake-1.7 /usr/share/automake
+  ln -sf /usr/share/automake-1.8 /usr/share/automake
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/automake/DETAILS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- DETAILS	22 Dec 2003 01:23:47 -0000	1.13
+++ DETAILS	29 Jan 2004 10:04:33 -0000	1.14
@@ -1,17 +1,17 @@
           MODULE=automake
-        #VERSION=1.8
-         VERSION=1.7.9
+         VERSION=1.8.2
+         #VERSION=1.7.9
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=ftp://sources.redhat.com/pub/$MODULE/$SOURCE
    SOURCE_URL[1]=$GNU_URL/$MODULE/$SOURCE
    SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
-#  SOURCE_VFY=md5:0a83fd4a2a32dc966b83ca3be86f884b
-   SOURCE_VFY=md5:571fd0b0598eb2a27dcf68adcfddfacb
+   SOURCE_VFY=md5:7a8138b29361baec06548e6a0ac63189
         WEB_SITE=http://www.gnu.org/software/automake
          ENTERED=20010922
-         UPDATED=20031221
-           SHORT="automake generates make files that are compliant with the GNU coding standards."
+         UPDATED=20040129
+        SHORT="automake generates make files that are compliant with the GNU coding standards."
+
 cat << EOF
 automake - Generates Makefile.in files
 'Automake' automatically generates make files compliant with the GNU
@@ -24,9 +24,4 @@
 This package also includes the "aclocal' program, which generates an
 'aclocal.m4' based on the contents of 'configure.in.' It is useful as an
 extensible, maintainable mechanism for augmenting autoconf.
-
-NOTE: tchan downgraded automake on 20031221 back to version 1.7.9.  automake-1.8
-breaks some old software, most notably the shadow module!  Don't touch this
-unless you can properly fix shadow.  Shadow BUILD script was also reverted by
-tchan on 20031221.
 EOF



More information about the Lunar-commits mailing list