> IMO, "--without-doc" should not apply to the "make dist" goal.
Yep. > I also think having a check here and there is not a bad thing. I'll > add it for my patch. OK. > In fact it seems that AC_ARG_WITH doesn't allow to define an > enumeration of allowed arguments, so that this is implied as well > as anything else! Have a look at http://www.gnu.org/software/autoconf-archive/ax_arg_with_path_style.html#ax_arg_with_path_style for an example how to do that. Werner