Completely rework configure.ac
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 6 Jul 2017 22:53:09 +0000 (18:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 17 Jul 2017 21:09:36 +0000 (17:09 -0400)
commitde8bce8a6014b226e15a073f173f12d6eb2833d2
treecbdd36ec816a8a94ad06f8a9bea185229285b111
parent044bf2baed43f7f7d1734436045a46aaca3f1f1d
Completely rework configure.ac

Full re-organisation of the configure.ac to regroup instructions by
task, automake initialixation, autoconf initialization, OS specific
default values, compiler checks, header checks, linker checks, user
variables, configure switches and so on.

Also BUILT_IN_PLUGINS was moved to --enable-built-in-plugins and
BUILT_IN_PYTHON_PLUGIN_SUPPORT to --enable-built-in-python-plugin-support
as those make more sense as toggles and most users are familiar with
this syntax.

Plus a lot of minor fixes and cleanups.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
17 files changed:
Makefile.am
bindings/Makefile.am
cli/Makefile.am
configure.ac
doc/bindings/Makefile.am
include/Makefile.am
lib/Makefile.am
plugins/ctf/Makefile.am
plugins/ctf/fs-sink/Makefile.am
plugins/lttng-utils/Makefile.am
plugins/text/Makefile.am
plugins/utils/Makefile.am
python-plugin-provider/Makefile.am
tests/Makefile.am
tests/bindings/python/bt2/Makefile.am
tests/cli/Makefile.am
tests/lib/Makefile.am
This page took 0.02561 seconds and 4 git commands to generate.