AC_PROG_CC
AM_PROG_CC_C_O
AX_CHECK_COMPILE_FLAG([-std=gnu11],[
CFLAGS+=" -std=gnu11"
],[
echo "C compiler cannot compile GNU11 code"
exit -1
])
dnl We want warnings. As many warnings as possible.
VL_PROG_CC_WARNINGS()