[prev] [index] [next]

Configure/Autoconf (cont)

The autoconf command
  • generates a configure script from a file called configure.in
  • configure.in contains information such as
    • names of all source code files for this system
    • where should binaries and manuals be installed
    • which libraries/processors (e.g. flex) are needed

[Diagram:Pic/autoconf.png]