X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=38ba4b7ba82b45551a8eb5cb16dfb62dd8c1cbd3;hb=08b5047aa14afcd8a1286145a5a5bbf54b587982;hp=fa33982e6c4d704395b2c2aa304f0ff6d97020e7;hpb=57c3c1dd9a63aa901acf4b2d2acd7aef17e6b77f;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index fa33982..38ba4b7 100644 --- a/configure.ac +++ b/configure.ac @@ -680,6 +680,22 @@ fi # Check whether this GHC has editline installed FP_GHC_HAS_EDITLINE +# Dummy arguments to print help for --with-editline-* arguments. +# Those are actually passed to the editline package's configure script +# via the CONFIGURE_ARGS variable in mk/config.mk +AC_ARG_WITH(dummy-editline-includes, + [AC_HELP_STRING([--with-editline-includes], + [directory containing editline/editline.h or editline/readline.h])], + [], + []) + +AC_ARG_WITH(dummy-editline-libraries, + [AC_HELP_STRING([--with-editline-libraries], + [directory containing the editline library])], + [], + []) + + AC_PATH_PROGS(NHC,nhc nhc98) AC_PATH_PROG(HBC,hbc)