          MODULE=automake
           MAJOR=1.12
         VERSION=$MAJOR.1
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
   SOURCE_URL[2]=ftp://sources.redhat.com/pub/$MODULE
      SOURCE_VFY=sha1:e39d3e95e384549cbac22f9f0b110fa53825ddef
        WEB_SITE=http://www.gnu.org/software/automake
         ENTERED=20010922
         UPDATED=20120604
           SHORT="Generate GNU coding standards compliant Makefiles"

cat << EOF
automake - Generates Makefile.in files
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
extensible, maintainable mechanism for augmenting autoconf.
EOF
