Fix: Don't override user variables within the build system
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 8 May 2017 20:05:46 +0000 (16:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 May 2017 20:09:17 +0000 (16:09 -0400)
commit5d70f61ed01d58bb51c86719c8c64abed85a3c12
tree1355029ea3edfe4d8f4d1536053910531df4d069
parenta4850cc6c0eb0a7a61086eca3076c2ea378ef65c
Fix: Don't override user variables within the build system

Instead use the appropriatly prefixed AM_* variables as to not interfere
when a user variable is passed to a make command. The proper use of flag
variables is documented at :

https://www.gnu.org/software/automake/manual/automake.html#Flag-Variables-Ordering

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac
doc/examples/Makefile.am
doc/examples/Makefile.examples.template
tests/benchmark/Makefile.am
tests/regression/Makefile.am
tests/unit/Makefile.am
This page took 0.025086 seconds and 4 git commands to generate.