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

don't require wml for official tarballs

[[Imported from SVN: r6432]]
parent bd54dce2
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,6 @@ AC_DEFUN([DUNE_DOCUMENTATION],[ ...@@ -30,8 +30,6 @@ AC_DEFUN([DUNE_DOCUMENTATION],[
AC_MSG_ERROR([dvipdf is missing. This program is required for official tarballs!])]) AC_MSG_ERROR([dvipdf is missing. This program is required for official tarballs!])])
AS_IF([test "x$DVIPS" = "xtrue"],[ AS_IF([test "x$DVIPS" = "xtrue"],[
AC_MSG_ERROR([dvips is missing. This program is required for official tarballs!])]) AC_MSG_ERROR([dvips is missing. This program is required for official tarballs!])])
AS_IF([test "x$WML" = "xtrue"],[
AC_MSG_ERROR([wml is missing. This program is required for official tarballs!])])
AS_IF([test "x$DOT" = "xtrue"],[ AS_IF([test "x$DOT" = "xtrue"],[
AC_MSG_ERROR([dot is missing. This program is required for official tarballs!])]) AC_MSG_ERROR([dot is missing. This program is required for official tarballs!])])
AS_IF([test "x$PERL" = "xtrue"],[ AS_IF([test "x$PERL" = "xtrue"],[
......
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