Skip to content
Snippets Groups Projects
Commit 7a48043d authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[autotools] Remove second call to AM_INIT_AUTOMAKE.

Complained by autoconf 1.14, cf. FS#1462.
parent 9e031534
No related branches found
No related tags found
No related merge requests found
#! /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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment