Fix: Don't override user variables within the build system
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 8 May 2017 20:07:54 +0000 (16:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 May 2017 20:09:42 +0000 (16:09 -0400)
commitd109460156b87013600438143141c55b5c321931
tree067f24213df109fbac5a0a4153368029c3332f9b
parent027476ea9c652d07f892bbf9e6d350eae2a63174
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.025054 seconds and 4 git commands to generate.