           SPELL=autoconf
         VERSION=2.59
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
     SOURCE_HASH=sha512:057d7c8c58a4713e896c560730d58dffff439d208e0e8a40cb24cd4120b09acdcd295e6c8f824306cfc53fb165e7115981346b628c16c8b7393b1be5acf2ae40
        WEB_SITE=http://www.gnu.org/software/autoconf
         ENTERED=20010922
         UPDATED=20040512
      LICENSE[0]=GPL
           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
