On Thu, 14 Dec 2006, Steven G. Johnson wrote:

How about:
  --enable-option-checking  (the default, produces a warning)
  --enable-option-checking=fatal   (produces error)
  --disable-option-checking  (disables warnings/errors)
  AC_DISABLE_OPTION_CHECKING (makes "disable" the default)

And AC_CONFIG_SUBDIRS should imply AC_DISABLE_OPTION_CHECKING and automatically add --disable-option-checking to recursive configure invocations.

You are starting to make sense now. :-)

Better all the time ...

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to