Always enable warnings, even when not using `autogen.sh'

This commit is contained in:
Roland Lutz 2015-03-01 13:55:11 +01:00
parent 8d0c2f77ec
commit 40552a0066
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -ex
autoreconf --force --install --warnings=all
autoreconf --force --install
rm -f config.h.in~
rm -rf autom4te.cache

View File

@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([src/solvespace.cpp])
AC_CONFIG_AUX_DIR([ac-aux])
AC_CONFIG_MACRO_DIR([ac-aux])
AM_INIT_AUTOMAKE([1.9.6 foreign tar-ustar])
AM_INIT_AUTOMAKE([1.9.6 -Wall foreign tar-ustar])
AM_MAINTAINER_MODE
AC_PROG_CC