build: disable automake treating warnings as error
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
1c0ba9a126
commit
9eb4558772
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh])
|
||||||
# tap-driver.sh, so build-aux/tap-driver.sh is checked in to keep the
|
# tap-driver.sh, so build-aux/tap-driver.sh is checked in to keep the
|
||||||
# above AC_REQUIRE_AUX_FILE line from causing configure to complain
|
# above AC_REQUIRE_AUX_FILE line from causing configure to complain
|
||||||
# about a mising file if the user has Automake 1.11.)
|
# about a mising file if the user has Automake 1.11.)
|
||||||
AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects parallel-tests])
|
AM_INIT_AUTOMAKE([1.11 -Wall foreign subdir-objects parallel-tests])
|
||||||
AM_SILENT_RULES
|
AM_SILENT_RULES
|
||||||
|
|
||||||
AC_PROG_MKDIR_P
|
AC_PROG_MKDIR_P
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue