Explorar o código

autoconf.mk: Bounce version to 2.63

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>
Daniel Laird %!s(int64=16) %!d(string=hai) anos
pai
achega
30f4e13c03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/autoconf/autoconf.mk

+ 1 - 1
package/autoconf/autoconf.mk

@@ -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)