Posts Tagged ‘autoreconf’
autoupdate – Update a configure.in to a newer Autoconf
USAGE
autoupdate [OPTION] … [TEMPLATE-FILE...]
DESCRIPTION
Update the TEMPLATE-FILE… if given, or ‘configure.ac’ if present, or
else ‘configure.in’, to the syntax of the current version of Autoconf.
[...]
autoscan – Generate a preliminary configure.in
USAGE
autoscan [OPTION] … [SRCDIR]
DESCRIPTION
Examine source files in the directory tree rooted at SRCDIR, or the
current directory if none is given. Search the source files [...]
autoreconf – Update generated configuration files
USAGE
autoreconf [OPTION] … [CONFIGURE-AC or DIRECTORY] …
DESCRIPTION
Run ‘autoconf’ (and ‘autoheader’, ‘aclocal’, ‘automake’, ‘autopoint’
(formerly ‘gettextize’), and ‘libtoolize’ where appropriate) repeatedly
to [...]
autom4te – Generate files and scripts thanks to M4
USAGE
autom4te [OPTION] … [FILES]
DESCRIPTION
Run GNU M4 on the FILES, avoiding useless runs. Output the traces if
tracing, the frozen file if freezing, otherwise the [...]
autoconf – Generate configuration scripts
USAGE
autoconf [OPTION] … [TEMPLATE-FILE]
DESCRIPTION
Generate a configuration script from a TEMPLATE-FILE if given, or ‘con-
figure.ac’ if present, or else ‘configure.in’. Output is sent to the
[...]
