if you disable readline, the complete.def code fails to build. simple patch below (not sure if it's correct, but at least gets the conversation going). -mike
--- a/builtins/complete.def +++ b/builtins/complete.def @@ -49,6 +49,8 @@ $END #include <config.h> +#ifdef READLINE + #include <stdio.h> #include "../bashtypes.h" @@ -867,3 +869,5 @@ compopt_builtin (list) return (ret); } + +#endif
signature.asc
Description: This is a digitally signed message part.