configure.ac: Do not assign user variables
commit8e5a880694034738ac56df54c560890393ba098c
authorMarc Schink <jaylink-dev@marcschink.de>
Sun, 23 Oct 2016 18:10:18 +0000 (23 20:10 +0200)
committerMarc Schink <jaylink-dev@marcschink.de>
Sat, 5 Nov 2016 12:34:50 +0000 (5 13:34 +0100)
tree882485c7142cae432b3573d70a49b031f8632e0d
parentffa64002fcadd32fe94b154456790cc02a90f313
configure.ac: Do not assign user variables

Do not assign user variables (e.g. CFLAGS) in configure.ac, otherwise
users are not able to modify them properly at 'make' and 'configure'
invocation time.

For more information, see:
https://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html

Thanks to Paul Fertser for spotting this.

Signed-off-by: Marc Schink <jaylink-dev@marcschink.de>
configure.ac
libjaylink/Makefile.am