mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 21:37:08 +00:00
build: turn on automake warnings (& symlinks)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
1b636c0ad4
commit
7c2275ac86
@ -1,7 +1,7 @@
|
|||||||
## Process this file with automake to produce Makefile.in.
|
## Process this file with automake to produce Makefile.in.
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = subdir-objects 1.12
|
AUTOMAKE_OPTIONS = subdir-objects 1.12
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4 -Wall,no-override
|
||||||
|
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
$(AC_CFLAGS) \
|
$(AC_CFLAGS) \
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
# and so that those used to the presence of bootstrap.sh or autogen.sh
|
# and so that those used to the presence of bootstrap.sh or autogen.sh
|
||||||
# will have an eaiser time.
|
# will have an eaiser time.
|
||||||
|
|
||||||
autoreconf -i
|
exec autoreconf -is -Wall,no-override
|
||||||
|
Loading…
Reference in New Issue
Block a user