X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=aclocal.m4;fp=aclocal.m4;h=c7aba3e6a3c7d5b5ed6c84859591932b39fa373c;hp=74338732797393a1c92238393fe4d8cb57d6c0d7;hb=51fd4a1db15971e8eb46a2d665dc3f1572b95653;hpb=b455448383fc4bbbfe5bdf3415145d1366811cad diff --git a/aclocal.m4 b/aclocal.m4 index 7433873..c7aba3e 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1031,18 +1031,6 @@ AC_SUBST([FopCmd]) ])# FP_PROG_FOP -# FP_PROG_HSTAGS -# ---------------- -# Sets the output variable HstagsCmd to the full Haskell tags program path. -# HstagsCmd is empty if no such program could be found. -AC_DEFUN([FP_PROG_HSTAGS], -[AC_PATH_PROG([HstagsCmd], [hasktags]) -if test -z "$HstagsCmd"; then - AC_MSG_WARN([cannot find hasktags in your PATH, you will not be able to build the tags]) -fi -])# FP_PROG_HSTAGS - - # FP_PROG_GHC_PKG # ---------------- # Try to find a ghc-pkg matching the ghc mentioned in the environment variable