# Watch: https://ftp.gnu.org/gnu/autoconf/
           SPELL=autoconf
         VERSION=2.72
     SOURCE_HASH=sha512:c4e9fbd858666d3e5c3b4fe7f89aa3e8e3a0a00dc7e166f8147d937d911b77ba3ac6a016f9d223ccdd830bc8960b3e60397c0607cc6a1fd2c50c7492839ddd17
          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
