]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 22 Sep 2012 09:35:08 +0000 (09:35 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 22 Sep 2012 09:35:08 +0000 (09:35 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26630 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/features.m4

index dc0048acacf272d76d386a9d611f16ddcb23c7ff..cd377359687ba8c1b9328f4d4cd24fef919bbdc8 100644 (file)
@@ -1,76 +1,3 @@
-dnl -------------------------------------------------------------
-dnl Check for Doxygen.
-dnl
-dnl Usage: DEAL_II_CHECK_DOXYGEN
-dnl
-dnl -------------------------------------------------------------
-AC_DEFUN(DEAL_II_CHECK_DOXYGEN, dnl
-[
-  AC_ARG_WITH(doxygen,
-              [AS_HELP_STRING([--with-doxygen=filename],
-              [Use 'filename' for doxygen.])],
-      DOXYGEN="$withval",
-      DOXYGEN=)
-
-  dnl lets see whether the file exists
-  if test "x$DOXYGEN" != "x" ; then
-    AC_MSG_CHECKING(for specified doxygen path)
-    if test -r $DOXYGEN ; then
-      AC_MSG_RESULT($DOXYGEN)
-    else
-      AC_MSG_RESULT(not found)
-      AC_MSG_ERROR(Invalid doxygen path $DOXYGEN)
-    fi
-  else
-    dnl Check doxygen from the regular path. If we can't find it, then
-    dnl set a flag and come back to that at the end of the ./configure
-    dnl call.
-    AC_PATH_PROG(DOXYGEN,doxygen)
-    if test "x$DOXYGEN" = "x" ; then
-      doxygen_not_found=yes;
-    fi
-  fi
-
-  if test "x$doxygen_not_found" != "xyes" ; then
-    AC_MSG_CHECKING(doxygen version)
-
-    DOXYGEN_VERSION_STRING=`($DOXYGEN -v 2>&1) | grep "oxygen version"`
-    case "$DOXYGEN_VERSION_STRING" in
-      *1.3.* | *1.4.*)
-        DOXYGEN_OPTIONS="options.136"
-        AC_MSG_RESULT(pre 1.5)
-        ;;
-      *)
-        DOXYGEN_OPTIONS="options.dox"
-        AC_MSG_RESULT(1.5.x or later)
-        ;;
-    esac
-  fi
-
-  dnl Doxygen needs 'dot' for inheritance graph generation
-  DEAL_II_CHECK_DOT
-])
-
-
-
-dnl -------------------------------------------------------------
-dnl Check for DOT.
-dnl
-dnl Usage: DEAL_II_CHECK_DOT
-dnl
-dnl -------------------------------------------------------------
-AC_DEFUN(DEAL_II_CHECK_DOT, dnl
-[
-  AC_CHECK_PROG(DOT,dot,dot)
-  if test "x$DOT" = "x" ; then
-    DEAL_II_HAVE_DOT=NO;
-  else
-    DEAL_II_HAVE_DOT=YES;
-  fi
-])
-
-
-
 dnl ------------------------------------------------------------
 dnl Check whether some of the HSL functions have been dropped
 dnl into their respective place in the contrib subdir.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.