Updated autoconf to 2.66.

This commit is contained in:
Scott McCreary
2010-07-04 03:22:44 +00:00
parent 61840330d5
commit 3a61d93a7c

View File

@@ -0,0 +1,20 @@
DESCRIPTION="autoconf - Used to create autoconfiguration files"
HOMEPAGE="http://www.gnu.org/software/autoconf/"
SRC_URI="http://ftpmirror.gnu.org/autoconf/autoconf-2.66.tar.bz2"
CHECKSUM_MD5="d2d22a532ee0e4d6d86a02e6425ecfce"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd autoconf-2.66
./configure --prefix=/boot/common
make
}
INSTALL {
cd autoconf-2.66
make install
}
LICENSE="GNU GPL v2
GNU GPL v3"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."