From 7c2275ac86a2f1d147dc6203f83c0e17da9c8bca Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 21 Apr 2021 12:37:20 +0200 Subject: [PATCH] build: turn on automake warnings (& symlinks) Signed-off-by: David Lamparter --- Makefile.am | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f6b1dcf32f..e4149b62ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) \ diff --git a/bootstrap.sh b/bootstrap.sh index c0b95d3dd0..212e7d1d45 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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