autoconf: Tell the user about docs/autoconf.html in --help output
authorDan Nicholson <dbn.lists@gmail.com>
Tue, 1 Jul 2008 15:55:42 +0000 (08:55 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 11 Jul 2008 17:04:46 +0000 (10:04 -0700)
The documentation in autoconf.html is much more explicit about how the
different configure options control the build. This adds a notice at the
end of the `./configure --help' output to tell the user about it.

configure.ac

index a2ebc3b3b6bd272bdb98792c355c0b9626328f38..dbd81909f1520707ae69d3055025326a5a704fbb 100644 (file)
@@ -12,6 +12,10 @@ m4_ifval(mesa_version,[],[
     m4_exit([1])
 ])
 
+dnl Tell the user about autoconf.html in the --help output
+m4_divert_once([HELP_END], [
+See docs/autoconf.html for more details on the options for Mesa.])
+
 AC_INIT([Mesa],[mesa_version],
     [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
 AC_CONFIG_AUX_DIR([bin])