From: Michael Jeanson Date: Tue, 9 May 2017 18:25:01 +0000 (-0400) Subject: Fix: Don't override user variables within the build system X-Git-Tag: v2.11.0-rc1~60 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=e1c62734a4c511d6ba3b3b240486b5034ba7bd99;hp=e1c62734a4c511d6ba3b3b240486b5034ba7bd99;p=lttng-ust.git 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 Signed-off-by: Mathieu Desnoyers ---