# Template file for 'autoconf'
pkgname=autoconf
version=2.73
revision=1
build_style=gnu-configure
hostmakedepends="perl m4 help2man"
depends="virtual?awk m4 perl"
short_desc="Generates automatic source code configuration scripts"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, GPL-3.0-or-later"
homepage="http://www.gnu.org/software/autoconf"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=9fd672b1c8425fac2fa67fa0477b990987268b90ff36d5f016dae57be0d6b52e

pre_check() {
	unset CPP  # else breaks test 312: AC_PROG_CPP via CC
}
