          MODULE=autoconf
         VERSION=2.54
        #VERSION=2.53
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
        WEB_SITE=http://www.gnu.org/software/autoconf
         ENTERED=20010922
         UPDATED=20020917
           SHORT="autoconf produces shell scripts which automatically configure source code."
cat << EOF
autoconf - Produces shell scripts which automatically configure source
code
Extensible package of m4 macros that produce shell scripts to
automatically configure software source code packages. These scripts can
adapt the packages to many kinds of UNIX-like systems without manual
user intervention. Autoconf requires GNU m4. You must install GNU m4
before configuring autoconf, so that Autoconf's configure script can
find it. The configuration scripts produced by auto conf are
self-contained, so their users do not need to have autoconf or GNU m4.
EOF
