# -*-makefile-*- # # Copyright (C) 2009 by Carsten Schlote # 2010 by Marc Kleine-Budde # # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # HOST_PACKAGES-$(PTXCONF_HOST_ACL) += host-acl # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- HOST_ACL_ENV := \ $(HOST_ENV) \ ac_cv_path_MSGFMT=: \ ac_cv_path_MSGMERGE=: \ ac_cv_path_XGETTEXT=: # don't use := here HOST_ACL_INSTALL_OPT = \ DIST_ROOT=$(HOST_ACL_PKGDIR) \ install \ install-lib \ install-dev HOST_ACL_AUTOCONF := \ $(HOST_AUTOCONF) \ --libexecdir=/lib \ --enable-shared # vim: syntax=make