Skip to content
Snippets Groups Projects
Commit aef4fc7e authored by Martin Nolte's avatar Martin Nolte
Browse files

make it work with libtool 1 again

[[Imported from SVN: r5725]]
parent b4961bb3
No related branches found
No related tags found
No related merge requests found
......@@ -643,11 +643,11 @@ m4_define([DUNE_AC_INIT],[
AC_SUBST([DUNE_MAINTAINER_NAME], [$maintainer])
DUNE_PARSE_MODULE_VERSION([$name], [$version])
# don't build shared libs per default, this is way better for debugging...
# m4_ifdef([LT_INIT],
# [LT_INIT([disable-shared])],
# [AC_DEFUN([LT_OUTPUT])])
# AC_DISABLE_SHARED
LT_INIT([disable-shared])
m4_ifdef([LT_INIT],
[LT_INIT([disable-shared])],
[AC_DEFUN([LT_OUTPUT])])
AC_DISABLE_SHARED
# LT_INIT([disable-shared])
REQUIRES="$requires"
AC_SUBST(REQUIRES, [$REQUIRES])
......
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