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

[autotools] Cleanup configure.ac.

Similar to recent commits in Dune core modules.
(reviewed by martins)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12837 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 40b94745
No related branches found
No related tags found
No related merge requests found
# -*- Autoconf -*-
DUNE_AC_INIT
AM_INIT_AUTOMAKE
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.62])
DUNE_AC_INIT # gets module version from dune.module file
AC_CONFIG_SRCDIR([dumux/common/spline.hh])
AC_CONFIG_HEADERS([config.h])
......
......@@ -47,7 +47,6 @@ AC_DEFUN([DUMUX_CHECKS_PRIVATE],
AC_LATEX_PACKAGE(amsfonts,scrreprt,have_latex_pkg_amsfonts)
AC_LATEX_PACKAGE(amsmath,scrreprt,have_latex_pkg_amsmath)
AC_LATEX_PACKAGE(amssymb,scrreprt,have_latex_pkg_amssymb)
# AC_LATEX_PACKAGE(babel,scrreprt,have_latex_pkg_babel)
AC_LATEX_PACKAGE(color,scrreprt,have_latex_pkg_color)
AC_LATEX_PACKAGE(enumerate,scrreprt,have_latex_pkg_enumerate)
AC_LATEX_PACKAGE(graphics,scrreprt,have_latex_pkg_graphics)
......@@ -156,7 +155,6 @@ AC_DEFUN([DUMUX_CHECKS_PRIVATE],
AC_SUBST([PDFLATEX],[$pdflatex])
AC_SUBST([BIBTEX],[$bibtex])
AC_SUBST([DVIPDF],[$dvipdf])
AM_CONDITIONAL([BUILD_HANDBOOK], [test "$build_handbook" == "yes"])
if test "$build_handbook" == "yes"; then
......
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