[Coin-discuss] configure options

Lou Hafer lou at cs.sfu.ca
Fri Aug 4 17:33:56 EDT 2006


Matt,

	configure --help gets you a list of options and whatever accompanying
description the developer cared to add.  configure --help=recursive pursues this
recursively.  Capture the output.  You can look in the configure script, but
it's pretty ugly.  The various configure.ac are easier to read (`easier' is a
relative term here).  Grep for AC_ARG_WITH and AC_ARG_ENABLE, if you want to go
that route.

	The various config_xxx.h files are also good, and (with editing) give
you access to things that the developer didn't set up for command line options.

							Lou




More information about the Coin-discuss mailing list