build: turn on automake warnings (& symlinks)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2021-04-21 12:37:20 +02:00
parent 1b636c0ad4
commit 7c2275ac86
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = subdir-objects 1.12
ACLOCAL_AMFLAGS = -I m4
ACLOCAL_AMFLAGS = -I m4 -Wall,no-override
AM_CFLAGS = \
$(AC_CFLAGS) \

View File

@ -4,4 +4,4 @@
# and so that those used to the presence of bootstrap.sh or autogen.sh
# will have an eaiser time.
autoreconf -i
exec autoreconf -is -Wall,no-override