./configure is a script that is often found in the top level directory of the source code to a software package.
This is used to dynamically create
config.h,
Makefile, and other files as appropriate to the system on which the script is run. This makes the sources portable, allowing the program to cleanly build (compile) on a broad range of systems.
configure scripts are often created using the GNU
autoconf
package. However, many are handcrafted as well.
A source tarball containing a
./configure script can often be built using the following sequence of commands (from its top-level directory):
./configure; make && make install
Contributors
- () JimDennis - 23 Sep 2003
- If you edit this page: add your name here; move this to the next line; and if you've used a comment marker (your initials in parenthesis), include it before your WikiName.
Revision Comment
- 24 Sep 2003 — typo
- %DATE% —
Page Ratings