Node:Initializing configure, Next:Notices, Up:Setup
configure
Every configure
script must call AC_INIT
before doing
anything else. The only other required macro is AC_OUTPUT
(see Output).
AC_INIT (package, version, [bug-report], [tarname]) | Macro |
Process any command-line arguments and perform various initializations
and verifications.
Set the name of the package and its version. These are
typically used in It is preferable that these arguments be static, i.e., there should not
be any shell computation, but they can be computed by M4. The following
M4 macros (e.g.,
|