CVS: moonbase/devel/automake BUILD,1.4,1.5 DETAILS,1.12,1.13

Terry Chan tchan at lunar-linux.org
Mon Dec 22 01:23:49 GMT 2003


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

Modified Files:
	BUILD DETAILS 
Log Message:
I'm reverting automake back to 1.7.9 as 1.8.0 breaks some older moonbase
modules, the most important of which is the "shadow" module.  Don't mess
around with automake and shadow unless you can get both modules to work
correctly together.  automake-1.8.0 is a significant change from 1.7.x!!!


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/automake/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	11 Dec 2003 20:41:22 -0000	1.4
+++ BUILD	22 Dec 2003 01:23:47 -0000	1.5
@@ -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.8 /usr/share/automake
+  ln -sf /usr/share/automake-1.7 /usr/share/automake
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/automake/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS	11 Dec 2003 17:36:27 -0000	1.12
+++ DETAILS	22 Dec 2003 01:23:47 -0000	1.13
@@ -1,15 +1,16 @@
           MODULE=automake
-         VERSION=1.8
-        #VERSION=1.7.9
+        #VERSION=1.8
+         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:0a83fd4a2a32dc966b83ca3be86f884b
+   SOURCE_VFY=md5:571fd0b0598eb2a27dcf68adcfddfacb
         WEB_SITE=http://www.gnu.org/software/automake
          ENTERED=20010922
-         UPDATED=20031211
+         UPDATED=20031221
            SHORT="automake generates make files that are compliant with the GNU coding standards."
 cat << EOF
 automake - Generates Makefile.in files
@@ -23,4 +24,9 @@
 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