From: Michael Jeanson Date: Tue, 2 May 2017 21:40:45 +0000 (-0400) Subject: Fix: Don't override user variables within the build system X-Git-Tag: v0.10.0~9 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=9a79c612003362a97217613b7906a4782977d373;hp=9a79c612003362a97217613b7906a4782977d373;p=urcu.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 Fixes #1095 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---