summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 12:37:20 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 15:42:37 +0200
commit7c2275ac86a2f1d147dc6203f83c0e17da9c8bca (patch)
tree16ab36d4a8de5f6479d30ad3a7860898841ff0e4 /bootstrap.sh
parent1b636c0ad42467e36a5bd9842af23dfd65667bc2 (diff)
build: turn on automake warnings (& symlinks)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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