From c6ece60405e48ea2f62f9ae92eef551e041226c2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 21 Jun 2011 17:49:06 +0200 Subject: dynconfig: rework the logic to support --enable-fhs This reorders the data structure which represents the options to build a more useful hierachy. This makes it more obvious which defaults values are used in the 'STD' and 'FHS' flavors. metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Wed Jul 13 09:33:21 CEST 2011 on sn-devel-104 --- wscript_build | 3 --- 1 file changed, 3 deletions(-) (limited to 'wscript_build') diff --git a/wscript_build b/wscript_build index eb5f993f5b..f5ae5f2a3a 100644 --- a/wscript_build +++ b/wscript_build @@ -123,7 +123,4 @@ bld.RECURSE('source3') bld.RECURSE('testsuite/headers') -# install some extra empty directories -bld.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib ${PRIVATEDIR}/smbd.tmp/messaging") - bld.SYMBOL_CHECK() -- cgit