Commit f1d86ccf authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Require a relatively recent version of automake

Make it choke on warnings, set up the test driver and use silent rules.
parent ea5fe924
......@@ -9,7 +9,9 @@ AC_CONFIG_HEADER([config.h])
AC_LANG(C)
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign parallel-tests])
AM_SILENT_RULES([yes])
AM_PROG_AR
AC_GNU_SOURCE
AC_PROG_CC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment