Page 1 of 1

where are the options for configure documented?

Posted: Thu May 30, 2013 9:12 pm
by active8
ISTM there's a whole list, but I stumbled upon them and cannot find them again. ant the complete list. using

Code: Select all

--enable-debug=yes \
--enable-crashtrace=yes \
for now as an educated guess, but would like the whole list.

Re: where are the options for configure documented?

Posted: Fri May 31, 2013 7:21 pm
by mikb

Code: Select all

./configure --help 
Usually coughs up something relevant ... that's standard across installs that use "configure"

If not, in the zoneminder source directory try ...

Code: Select all

grep "\-\-" configure.ac | more
for a reminder?