svn commit: trunk/buildroot/package/autoconf

vapier at uclibc.org vapier at uclibc.org
Fri Jun 30 00:31:42 UTC 2006


Author: vapier
Date: 2006-06-29 17:31:39 -0700 (Thu, 29 Jun 2006)
New Revision: 15545

Log:
ver bump to 2.60

Modified:
   trunk/buildroot/package/autoconf/autoconf.mk


Changeset:
Modified: trunk/buildroot/package/autoconf/autoconf.mk
===================================================================
--- trunk/buildroot/package/autoconf/autoconf.mk	2006-06-30 00:25:12 UTC (rev 15544)
+++ trunk/buildroot/package/autoconf/autoconf.mk	2006-06-30 00:31:39 UTC (rev 15545)
@@ -3,10 +3,11 @@
 # autoconf
 #
 #############################################################
-AUTOCONF_SOURCE:=autoconf-2.59.tar.bz2
+AUTOCONF_VER:=2.60
+AUTOCONF_SOURCE:=autoconf-$(AUTOCONF_VER).tar.bz2
 AUTOCONF_SITE:=http://ftp.gnu.org/pub/gnu/autoconf
 AUTOCONF_CAT:=bzcat
-AUTOCONF_DIR:=$(BUILD_DIR)/autoconf-2.59
+AUTOCONF_DIR:=$(BUILD_DIR)/autoconf-$(AUTOCONF_VER)
 AUTOCONF_BINARY:=autoconf
 AUTOCONF_TARGET_BINARY:=usr/bin/autoconf
 




More information about the uClibc-cvs mailing list