X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/99cde35bb58605e86541acd812860c222e375af2..6ded9a6c2478d6c6d0605606003385406bbd61de:/configure.ac diff --git a/configure.ac b/configure.ac index 0b9bab1..1aae33e 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) AM_SILENT_RULES([yes]) +DX_AUTOMAKE_COMPAT AC_PROG_CC_C99 AM_PROG_CC_C_O @@ -56,9 +57,6 @@ AC_ARG_VAR([BISONFLAGS], [Additional options to pass to Bison.]) AC_CHECK_PROGS([BISON], [bison], [bison]) BISON_I18N -GLOBAL_SYMBOL_PIPE=$lt_cv_sys_global_symbol_pipe -AC_SUBST([GLOBAL_SYMBOL_PIPE]) - AH_TOP([#include ]) AH_BOTTOM([#include ])