On Sun, Mar 21, 2021 at 05:18:33PM -0700, Cole Helbling wrote: > On Sun Mar 21, 2021 at 12:39 PM PDT, Alyssa Ross wrote: > > But we preserve the autoconf behaviour of only warning on invalid > > options. > > > > $ ./configure --test > > Warning: unrecognized options: --test > > > > $ ./configure test > > Error: unexpected argument: test > > --- > > configure | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > Reviewed-by: Cole Helbling Committed as 6fb32b8.