From 523fdb9242f7a33232173dba3184b566df1f05e5 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Fri, 3 Jun 2011 18:50:35 +0000 Subject: [PATCH] Update to autoconf 2.68 --- autoconf/build.sh | 11 ++++------- autoconf/meta/ChangeLog | 4 ++++ 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 autoconf/meta/ChangeLog diff --git a/autoconf/build.sh b/autoconf/build.sh index 8a96329..d49c91e 100755 --- a/autoconf/build.sh +++ b/autoconf/build.sh @@ -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() diff --git a/autoconf/meta/ChangeLog b/autoconf/meta/ChangeLog new file mode 100644 index 0000000..6385835 --- /dev/null +++ b/autoconf/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Fri Jun 3 2011 Tom G. Christensen - 2.68-1 +- Update to 2.68