Update to autoconf 2.68

This commit is contained in:
Tom G. Christensen 2011-06-03 18:50:35 +00:00 committed by Tom G. Christensen
parent a35d273471
commit 523fdb9242
2 changed files with 8 additions and 7 deletions

View File

@ -1,22 +1,19 @@
#!/bin/bash
#
# This is a generic build.sh script
# It can be used nearly unmodified with many packages
#
# This is a buildpkg build.sh script
# build.sh helper functions
. ${BUILDPKG_BASE}/scripts/build.sh.functions
. ${BUILDPKG_SCRIPTS}/build.sh.functions
#
###########################################################
# Check the following 4 variables before running the script
topdir=autoconf
version=2.62
version=2.68
pkgver=1
source[0]=$topdir-$version.tar.bz2
# If there are no patches, simply comment this
#patch[0]=
# Source function library
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
reg prep
prep()

4
autoconf/meta/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG
---------
* Fri Jun 3 2011 Tom G. Christensen <swpkg@jupiterrise.com> - 2.68-1
- Update to 2.68