]> git.ipfire.org Git - thirdparty/lldpd.git/commit
configure: move CFLAGS/CPPFLAGS to LLDP_CFLAGS/LLDP_CPPFLAGS
authorVincent Bernat <vincent@bernat.im>
Thu, 19 Feb 2015 15:52:55 +0000 (16:52 +0100)
committerVincent Bernat <vincent@bernat.im>
Thu, 19 Feb 2015 15:59:52 +0000 (16:59 +0100)
commitd627ab691987bc8c76be17917fd4dc2a608ba8ef
treec2b908a6e04d5f383c0c454efd1e7d6c438fba99
parenta577598bb30b60e2914d4ca85548ceb72c867c16
configure: move CFLAGS/CPPFLAGS to LLDP_CFLAGS/LLDP_CPPFLAGS

The goal is to avoid the user to override those flags when using `make
CFLAGS=somethingelse`. This is to enable a user to use `make
CFLAGS=-Werror` since this flag cannot be used with `./configure`.
configure.ac
src/Makefile.am
src/client/Makefile.am
src/daemon/Makefile.am
src/lib/Makefile.am
tests/Makefile.am