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 19:36:17 +0000 (15:36 -0400)
commit9ffc0257721b043158a502d3fcd7eb275630a95b
treecd6c102ec36e5facc0f2d83622124f29a63210da
parent6e5d9dfadfcb10ad886a98e24f658502236bc991
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.025297 seconds and 4 git commands to generate.