From 7a48043db801cf320a24a5c95121674c80bf60f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org> Date: Thu, 1 May 2014 20:16:06 +0200 Subject: [PATCH] [autotools] Remove second call to AM_INIT_AUTOMAKE. Complained by autoconf 1.14, cf. FS#1462. --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5392ad893..cfdfb58dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,7 @@ -#! /bin/bash -# $Id$ +# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. + DUNE_AC_INIT # gets module version from dune.module file -AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([dune/istl/istlexception.hh]) AC_CONFIG_HEADERS([config.h]) -- GitLab