          MODULE=autoconf
         VERSION=2.72
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha256:ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a
        WEB_SITE=http://www.gnu.org/software/autoconf
         ENTERED=20010922
         UPDATED=20240102
           SHORT="Produces shell scripts which configure source code"
           PSAFE=no

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
