components/autoconf/Makefile
changeset 673 bb9df3c906be
parent 609 775168282b2f
child 717 0f8fd8ad0ffa
--- a/components/autoconf/Makefile	Tue Jan 31 13:11:02 2012 -0800
+++ b/components/autoconf/Makefile	Wed Feb 01 12:26:49 2012 -0800
@@ -20,17 +20,17 @@
 #
 
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		autoconf
-COMPONENT_VERSION=	2.63
+COMPONENT_VERSION=	2.68
 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/autoconf/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha1:d42eebd3d342925116c3cb942e9320d5803fcb1a
+COMPONENT_ARCHIVE_HASH=	sha1:843f7dfcc6addf129dc2c8b12f7d72d371478f42
 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
 
 include $(WS_TOP)/make-rules/prep.mk