Loading package/autoconf/autoconf.mk +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
package/autoconf/autoconf.mk +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading