pkgsrc/regress/gnu-configure-strict/t-gettext-tools.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

35 lines
1.8 KiB
Text

# $NetBSD: t-gettext-tools.test,v 1.1 2019/05/04 15:16:51 rillig Exp $
This is the output of running "bmake configure GNU_CONFIGURE_STRICT=warn"
in devel/gettext-tools. That package has several subdirectories, and some
of them even run multiple configure scripts.
===> Configuring for gettext-tools-0.19.8.1nb1
...
=== configuring in gettext-runtime
...
configure: WARNING: unrecognized options: --with-included-libcroco, --without-git, --with-xz, --without-emacs, --disable-openmp
...
=== configuring in libasprintf
...
configure: WARNING: unrecognized options: --disable-csharp, --disable-java, --with-included-libcroco, --without-git, --with-xz, --without-included-gettext, --without-emacs, --disable-openmp
...
configure: WARNING: unrecognized options: --disable-csharp, --disable-java, --with-included-libcroco, --without-git, --with-xz, --without-included-gettext, --without-emacs, --disable-openmp
configure: WARNING: unrecognized options: --with-included-libcroco, --without-git, --with-xz, --without-emacs, --disable-openmp
...
=== configuring in gettext-tools
...
=== configuring in examples
...
configure: WARNING: unrecognized options: --disable-csharp, --disable-java, --with-included-libcroco, --without-git, --with-xz, --without-included-gettext, --without-emacs, --disable-openmp
...
configure: WARNING: unrecognized options: --disable-csharp, --disable-java, --with-included-libcroco, --without-git, --with-xz, --without-included-gettext, --without-emacs, --disable-openmp
Each of the subdirectories flags several options as unrecognized, but in
summary, each of the given options is used in at least one subdirectory,
which in this case is gettext-tools.
# begin expected output
good: all 8 options are used somewhere
please set GNU_CONFIGURE_STRICT=no in the package
# end expected output