Skip to content

Commit

Permalink
build: turn on automake warnings (& symlinks)
Browse files Browse the repository at this point in the history
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
  • Loading branch information
eqvinox committed Apr 21, 2021
1 parent 1b636c0 commit 7c2275a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -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) \
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7c2275a

Please sign in to comment.