]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
build: properly split CFLAGS from AC_CFLAGS
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 21 Apr 2021 09:54:48 +0000 (11:54 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 21 Apr 2021 13:42:36 +0000 (15:42 +0200)
commit0c4285d77eb66642c7e16a0c8dfda9eea4a4a5b1
tree731db39537468eeddd6353ed0ac41cf0bdf237b6
parent09781197b60f60afc3be62f3329d8c97623fc346
build: properly split CFLAGS from AC_CFLAGS

`CFLAGS` is a "user variable", not intended to be controlled by
configure itself.  Let's put all the "important" stuff in AC_CFLAGS and
only leave debug/optimization controls in CFLAGS.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
15 files changed:
Makefile.am
bgpd/rfp-example/rfptest/subdir.am
bgpd/subdir.am
configure.ac
isisd/subdir.am
ldpd/subdir.am
lib/subdir.am
ospf6d/subdir.am
ospfd/subdir.am
pathd/subdir.am
pceplib/subdir.am
pceplib/test/subdir.am
ripd/subdir.am
tests/subdir.am
zebra/subdir.am