configure.ac: Do not assign user variables
commit451c6bf629c199e5c4defb992bba12d52dcbd5ed
authorMarc Schink <swo-dev@marcschink.de>
Wed, 2 Nov 2016 20:09:31 +0000 (2 21:09 +0100)
committerMarc Schink <swo-dev@marcschink.de>
Wed, 2 Nov 2016 20:09:31 +0000 (2 21:09 +0100)
tree860d37323b666572e9903c157190875d8f20bd91
parent15df56c9499005f7ade27fc9608993161309538e
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
configure.ac
src/Makefile.am