           SPELL=autoconf-2.69
         VERSION=2.69
          SOURCE=$SPELL.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
   SOURCE_URL[0]=$GNU_URL/autoconf/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/autoconf/$SOURCE
     SOURCE_HASH=sha512:995d3e5a8eb1eb37e2b7fae53c6ec7a9b4df997286b7d643344818f94636756b1bf5ff5ea9155e755cb9461149a853dfbf2886fc6bd7132e5afa9c168e306e9b
        WEB_SITE=https://www.gnu.org/software/autoconf
         ENTERED=20220301
      LICENSE[0]=GPL
        DOC_DIRS=
        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
