[Lunar-commits] CVS: moonbase/devel/automake DETAILS,1.14,1.15
Terry Chan
tchan at lunar-linux.org
Tue Mar 9 00:30:19 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/automake
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1094
Modified Files:
DETAILS
Log Message:
Version bump to 1.8.3. Compiled and tested with gcc-3.3.3, kernel-headers
2.4.x.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/automake/DETAILS,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- DETAILS 29 Jan 2004 10:04:33 -0000 1.14
+++ DETAILS 9 Mar 2004 00:30:17 -0000 1.15
@@ -1,27 +1,27 @@
MODULE=automake
- VERSION=1.8.2
- #VERSION=1.7.9
+ VERSION=1.8.3
+ #VERSION=1.8.2
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:7a8138b29361baec06548e6a0ac63189
+ SOURCE_VFY=md5:5e8a685a304c0def671decdfe453a631
WEB_SITE=http://www.gnu.org/software/automake
ENTERED=20010922
- UPDATED=20040129
- SHORT="automake generates make files that are compliant with the GNU coding standards."
+ UPDATED=20040308
+ 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
+Automake automatically generates make files compliant with the GNU
coding standards. It was inspired by the 4.4 BSD make and include files,
but aims to be portable and to confrom to the GNU standards for Make
file variables and targets. Automake is a Perl script.
The input files are called Makefile.am; the output files are called
Makefile.in. They are intended for use with autoconf. Automake requires
certain things to be done in your configure.in.
-This package also includes the "aclocal' program, which generates an
-'aclocal.m4' based on the contents of 'configure.in.' It is useful as an
+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.
EOF
More information about the Lunar-commits
mailing list