description="For producing shell scripts that can automatically configure source code."
url="http://www.gnu.org/software/autoconf/"
maintainer="David MacKenzie,François Pinard,Karl Berry,Richard Pixley,Ian Lance Taylor,Roland McGrath,Noah Friedman,David d zuhn, and many others."
packager="tnut <tnut@nutyx.org>"

name=autoconf
version=2.69

source=(http://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.xz)

build () {
cd $name-$version
sed '361 s/{/\\{/' -i bin/autoscan.in
./configure --prefix=/usr
make
make check || true
make DESTDIR=$PKG install
}
