           SPELL=autoconf
         VERSION=2.61
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
  SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE2
      SOURCE_GPG=gnu.gpg:$SOURCE2
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/autoconf
         ENTERED=20010922
         UPDATED=20040512
      LICENSE[0]=GPL
        KEYWORDS="devel"
           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
