Posts Tagged ‘libtool’

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.
[...]

Tuesday, August 25th, 2009 at 23:05 | Comments Off
Categories: A

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 [...]

Tuesday, August 25th, 2009 at 23:04 | Comments Off
Categories: A

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 [...]

Tuesday, August 25th, 2009 at 23:04 | Comments Off
Categories: A

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 [...]

Tuesday, August 25th, 2009 at 23:02 | Comments Off
Categories: A

autoheader – Create a template header for configure
USAGE
autoheader [OPTION] … [TEMPLATE-FILE]

DESCRIPTION
Create a template file of C ‘#define’ statements for ‘configure’ to
use. To this end, scan TEMPLATE-FILE, or ‘configure.ac’ if [...]

Tuesday, August 25th, 2009 at 23:01 | Comments Off
Categories: A

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
[...]

Tuesday, August 25th, 2009 at 23:00 | Comments Off
Categories: A
TOP