1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
9 PKG_HASH
:= f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
10 PKG_DESCR
:= automatically configure software source code packages
11 PKG_SECTION
:= dev
/tools
12 HOST_BUILDDEP
:= m4-host
13 PKG_URL
:= http
://www.gnu.org
/software
/autoconf
/
14 PKG_SITES
:= ${MASTER_SITE_GNU
:=autoconf
/}
17 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
19 include ${ADK_TOPDIR}/mk
/host.mk
20 include ${ADK_TOPDIR}/mk
/package.mk
22 $(eval
$(call HOST_template
,AUTOCONF_OLD
,autoconf-old
,${PKG_VERSION}-${PKG_RELEASE}))
24 HOST_CONFIGURE_ARGS
+= --program-suffix
=2.13
26 include ${ADK_TOPDIR}/mk
/host-bottom.mk
27 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk