Skip to content
Snippets Groups Projects
Commit 152efd8b 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.
Thanks to Claus for the heads-up.
parent 425854e3
No related branches found
No related tags found
No related merge requests found
......@@ -329,11 +329,9 @@ cat > "$PROJECT/configure.ac" <<C_DELIM
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.62])
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/$CMODULE.cc])
AC_CONFIG_HEADERS([config.h])
# we need no more than the standard DE-stuff
# this module depends on $DEPENDENCIES
# this implies checking for $CHECK
......
#! /bin/bash
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.62])
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([dune/common/stdstreams.cc])
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