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
:= 63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96
10 PKG_DESCR
:= macro processor
11 PKG_SECTION
:= dev
/tools
12 PKG_BUILDDEP
:= m4-host
13 HOST_BUILDDEP
:= xz-host
14 PKG_URL
:= http
://www.gnu.org
/software
/m4
/
15 PKG_SITES
:= ${MASTER_SITE_GNU
:=m4
/}
17 include ${ADK_TOPDIR}/mk
/host.mk
18 include ${ADK_TOPDIR}/mk
/package.mk
20 $(eval
$(call HOST_template
,M4
,m4
,${PKG_VERSION}-${PKG_RELEASE}))
21 $(eval
$(call PKG_template
,M4
,m4
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 CONFIGURE_ENV
+= ac_cv_func_posix_spawn
=yes \
24 ac_cv_func_posix_spawn_works
=yes
28 ${INSTALL_DIR} ${IDIR_M4}/usr
/bin
29 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/m4
${IDIR_M4}/usr
/bin
31 include ${ADK_TOPDIR}/mk
/host-bottom.mk
32 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk