# Watch: https://ftpmirror.gnu.org/autoconf-archive
           SPELL=autoconf-archive
         VERSION=2024.10.16
          SOURCE=${SPELL}-${VERSION}.tar.xz
         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}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        DOC_DIRS=""
            DOCS="NEWS"
        WEB_SITE=https://www.gnu.org/software/autoconf-archive/
         ENTERED=20161230
      LICENSE[0]=GPL
        KEYWORDS="devel"
           SHORT="collection of macros for GNU Autoconf"
cat << EOF
The GNU Autoconf Archive is a collection of more than 500 macros for GNU
Autoconf that have been contributed as free software by friendly supporters of
the cause from all over the Internet. Every single one of those macros can be
re-used without imposing any restrictions whatsoever on the licensing of the
generated configure script.
EOF
