summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-autoconf.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-19 09:29:54 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-19 09:32:43 +0100
commit5ef597fcaa290267e8cffe33b60b870cda0d52fa (patch)
tree7974f2cf662608ecc372b63c43568d22a9827918 /rules/host-autotools-autoconf.make
parent81e9b61938480cee540c1f4c9775a091e1fbe7b7 (diff)
downloadptxdist-5ef597fcaa290267e8cffe33b60b870cda0d52fa.tar.gz
ptxdist-5ef597fcaa290267e8cffe33b60b870cda0d52fa.tar.xz
host-autotools-autoconf: version bump 2.68 -> 2.69
This is needed for gettext 1.18.3.x. Otherwise autoreconf fails for packages using gettext with: autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using autopoint: *** Stop. autoreconf: autopoint failed with exit status: 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-autoconf.make')
-rw-r--r--rules/host-autotools-autoconf.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/host-autotools-autoconf.make b/rules/host-autotools-autoconf.make
index f81c9d2aa..f241e8f2c 100644
--- a/rules/host-autotools-autoconf.make
+++ b/rules/host-autotools-autoconf.make
@@ -16,10 +16,10 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOCONF) += host-autotools-autoconf
#
# Paths and names
#
-HOST_AUTOTOOLS_AUTOCONF_VERSION := 2.68
-HOST_AUTOTOOLS_AUTOCONF_MD5 := 864d785215aa60d627c91fcb21b05b07
+HOST_AUTOTOOLS_AUTOCONF_VERSION := 2.69
+HOST_AUTOTOOLS_AUTOCONF_MD5 := 50f97f4159805e374639a73e2636f22e
HOST_AUTOTOOLS_AUTOCONF := autoconf-$(HOST_AUTOTOOLS_AUTOCONF_VERSION)
-HOST_AUTOTOOLS_AUTOCONF_SUFFIX := tar.bz2
+HOST_AUTOTOOLS_AUTOCONF_SUFFIX := tar.xz
HOST_AUTOTOOLS_AUTOCONF_URL := $(call ptx/mirror, GNU, autoconf/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AUTOTOOLS_AUTOCONF_SUFFIX))
HOST_AUTOTOOLS_AUTOCONF_SOURCE := $(SRCDIR)/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AUTOTOOLS_AUTOCONF_SUFFIX)
HOST_AUTOTOOLS_AUTOCONF_DIR := $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_AUTOCONF)