where are the options for configure documented?

Forum for questions and support relating to the 1.25.x releases only.
Locked
active8
Posts: 7
Joined: Tue May 28, 2013 3:41 pm

where are the options for configure documented?

Post 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.
mikb
Posts: 585
Joined: Mon Mar 25, 2013 12:34 pm

Re: where are the options for configure documented?

Post 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?
Locked