Updated autoconf to 2.68

This commit is contained in:
Scott McCreary
2010-09-22 23:53:28 +00:00
parent 292731881e
commit 554f026bef

View File

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