# Watch: https://ftp.gnu.org/gnu/autoconf/
           SPELL=autoconf
         VERSION=2.73
     SOURCE_HASH=sha512:be051d542f9bd93752eccbdc9b1f3cf1fa4069a153ef34edd5303bfdf162e24d56e33e70df1b978cebb8d1139a82417bb8299cfe6c38cff8613040a829cc624f
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
        WEB_SITE=https://www.gnu.org/software/autoconf
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="devel"
           SHORT="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
autoconf are self-contained, so their users do not need to have autoconf or GNU
m4.
EOF
