From 288d624336d502a7df9856cdc2f6543b6e7c0b79 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Thu, 3 Nov 2016 11:03:03 +0100 Subject: Build: integrate init and init/systemd into build system At the same time, I've renamed tmpfilesd config file to static name "ipa.conf" instead of using package-specific name. It had no purpose and just complicated build and packaging. Variable substitution into configuration has to be done in Makefile and not in Autoconf as documented in: Autoconf v2.69 manual chapter 4.8.2 Installation Directory Variables: ... Most of these variables have values that rely on prefix or exec_prefix. ... Similarly, you should not rely on AC_CONFIG_FILES to replace bindir and friends in your shell scripts and other files; instead, let make manage their replacement. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti Reviewed-By: Christian Heimes --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e752585d8..6f9015540 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ -SUBDIRS = asn1 util client contrib daemons install ipaclient ipalib ipaplatform ipapython ipaserver ipatests po +SUBDIRS = asn1 util client contrib daemons init install ipaclient ipalib ipaplatform ipapython ipaserver ipatests po # doc -# init MOSTLYCLEANFILES = ipasetup.pyc ipasetup.pyo -- cgit