Skip to content
Snippets Groups Projects
Commit 20434a68 authored by Christian Engwer's avatar Christian Engwer
Browse files

add all checks necessary for libtool to dependencies.m4

this should fix #466

[[Imported from SVN: r5379]]
parent 93287e13
No related branches found
No related tags found
No related merge requests found
......@@ -615,8 +615,12 @@ m4_define([DUNE_AC_INIT],[
AC_DEFUN([DUNE_CHECK_MOD_DEPENDENCIES], [
AC_REQUIRE([PKG_PROG_PKG_CONFIG])
AC_PROG_LIBTOOL
AC_PROG_CXX
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_PROG_CPP])
AC_REQUIRE([AC_PROG_CXX])
AC_REQUIRE([AC_PROG_CXXCPP])
AC_REQUIRE([AC_PROG_LIBTOOL])
m4_ifdef([AC_LIBTOOL_LANG_CXX_CONFIG],[AC_LIBTOOL_LANG_CXX_CONFIG])
LT_OUTPUT
EOF
### initialize AM_CONDITIONAL for suggestions that were not found
......
......@@ -58,8 +58,6 @@ AC_DEFUN([DUNE_PARSE_MODULE_VERSION],[
AC_DEFUN([DUNE_CHECK_MODULES],[
AC_REQUIRE([AC_PROG_CXX])
AC_REQUIRE([AC_PROG_CXXCPP])
AC_REQUIRE([AC_PROG_LIBTOOL])
m4_ifdef([LT_OUTPUT],[LT_OUTPUT])
AC_REQUIRE([PKG_PROG_PKG_CONFIG])
AC_REQUIRE([DUNE_DISABLE_LIBCHECK])
......
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