# -*-makefile-*- # # Copyright (C) 2009 by Carsten Schlote # 2010 by Marc Kleine-Budde # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # HOST_PACKAGES-$(PTXCONF_HOST_ATTR) += host-attr # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # autoconf # HOST_ATTR_CONF_TOOL := autoconf HOST_ATTR_CONF_OPT := \ $(HOST_AUTOCONF) \ --disable-nls \ --disable-rpath \ --disable-debug # vim: syntax=make