projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8cfd7b
)
autoconf.mk: Bounce version to 2.63
author
Daniel Laird
<danieljlaird@hotmail.com>
Wed, 28 Jan 2009 15:35:39 +0000
(15:35 -0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/package/autoconf/autoconf.mk
b/package/autoconf/autoconf.mk
index 8ee685283106ebb184b86e890b1fbbd6c27a6cb4..1ece20ae6e82ef46a94aec4d40ffcf7e092444a7 100644
(file)
--- a/
package/autoconf/autoconf.mk
+++ b/
package/autoconf/autoconf.mk
@@
-3,7
+3,7
@@
# autoconf
#
#############################################################
-AUTOCONF_VERSION:=2.6
1
+AUTOCONF_VERSION:=2.6
3
AUTOCONF_SOURCE:=autoconf-$(AUTOCONF_VERSION).tar.bz2
AUTOCONF_SITE:=$(BR2_GNU_MIRROR)/autoconf
AUTOCONF_CAT:=$(BZCAT)