From 10ca4fd0886b41b925e7d667488d5d900e301317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 3 Jun 2015 12:04:31 +0100 Subject: Do not use gnits automake stricteness --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6f200400..cc99bdd6 100644 --- a/configure.ac +++ b/configure.ac @@ -43,9 +43,7 @@ AC_CONFIG_MACRO_DIR([m4]) # automatically contains a dash, which we also let disable gnits. AM_INIT_AUTOMAKE([1.14 dist-xz nostdinc color-tests parallel-tests - silent-rules] - m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [[-_]], - [gnu], [gnits])) + silent-rules]) AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([lib/config.h:lib/config.in.h]) -- cgit v1.2.1