pkgsrc/regress/gnu-configure-strict/t-subdirs-unrecognized.test
rillig bc4f604de5 mk/configure: assist in finding unrecognized configure options
Instead of giving instructions, just to the work automatically as far as
it can be automated.
2019-05-04 15:16:50 +00:00

21 lines
603 B
Text

# $NetBSD: t-subdirs-unrecognized.test,v 1.1 2019/05/04 15:16:51 rillig Exp $
===> Configuring for package-1.0
...
configure: WARNING: unrecognized options: --enable-feature
...
=== configuring in subdir1
...
configure: WARNING: unrecognized options: --enable-feature
...
=== configuring in subdir2
...
configure: WARNING: unrecognized options: --enable-feature
...
Since the option is unrecognized in both the main directory and in all
subdirectories, it can be removed without side effect.
# begin expected output
option --enable-feature is unknown in all 3 configure scripts
# end expected output