20 lines
657 B
Bash
20 lines
657 B
Bash
# Template file for 'autoconf'
|
|
pkgname=autoconf
|
|
version=2.71
|
|
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=f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4
|
|
|
|
pre_check() {
|
|
# Disable failing test by adding
|
|
# AT_XFAIL_IF([:])
|
|
sed -i '/AT_SETUP(\[AC_PROG_CPP via CC\])/ s/$/ \nAT_XFAIL_IF(\[:\])/' tests/c.at
|
|
}
|