I am about to compile lighttpd. And i would like to know if there is a command that shows the array of options with witch the program will be compiled if I choose the default?
./configure
In fact I seen in ./configure --help that there are some of them default, but I like to have the complete list
In another way : is the result of
apt-get source lighttpd
./configure
make
make install
make clean
the same think like
apt-get install lighttpd