What are various options / arguments for “./configure” in Linux
That will show you all options for that particular configure script.
That will show you all options for that particular configure script.
The steps: The autogen.sh script generates the configure script (from configure.ac, using autoconf) and any files it needs (like creating Makefile.in from Makefile.am using automake). This requires autotools to be installed on your system, and it must be run when checking out the project from source control (if configure isn’t checked in). People who download source tarballs can usually skip this step, because output of this … Read more