]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
autoconf.mk: Bounce version to 2.63
authorDaniel Laird <danieljlaird@hotmail.com>
Wed, 28 Jan 2009 15:35:39 +0000 (15:35 -0000)
committerDaniel Laird <danieljlaird@hotmail.com>
Wed, 28 Jan 2009 15:35:39 +0000 (15:35 -0000)
Have been having various issues with multiple jobs (-jX) and building
autoconf.  Turns out that v2.63 has fixed this.  So bounce version
to a working version.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
package/autoconf/autoconf.mk

index 8ee685283106ebb184b86e890b1fbbd6c27a6cb4..1ece20ae6e82ef46a94aec4d40ffcf7e092444a7 100644 (file)
@@ -3,7 +3,7 @@
 # autoconf
 #
 #############################################################
-AUTOCONF_VERSION:=2.61
+AUTOCONF_VERSION:=2.63
 AUTOCONF_SOURCE:=autoconf-$(AUTOCONF_VERSION).tar.bz2
 AUTOCONF_SITE:=$(BR2_GNU_MIRROR)/autoconf
 AUTOCONF_CAT:=$(BZCAT)