]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
Fix silent-rules alignment in Automake 1.12.
[cdecl99.git] / configure.ac
index 0b9bab10e6fd10134028855e7edc06f60d57a0ab..1aae33e2410fd381e5ff5a2c23a8c654f6c5b44c 100644 (file)
@@ -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 <conf_pre.h>])
 AH_BOTTOM([#include <conf_post.h>])