build: disable automake treating warnings as error

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-09-11 21:25:53 -04:00
parent 1c0ba9a126
commit 9eb4558772
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

View file

@ -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
# above AC_REQUIRE_AUX_FILE line from causing configure to complain
# 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
AC_PROG_MKDIR_P