
Autoconf - GNU Project - Free Software Foundation
Dec 8, 2020 · Autoconf documentation can be found in several formats at http://www.gnu.org/software/autoconf/manual/. You may also find more information about …
Autoconf - GNU
portable, recursive makefile with all of the standard targets, linking of shared libraries, and so on. See The GNU Build System, for more information. Autoconf imposes some restrictions on the …
Autoconf - GNU
The Autoconf Fortran support is divided into two categories: legacy Fortran 77 macros (F77), and modern Fortran macros (FC). The former are intended for traditional Fortran 77 code, and …
GNU Autoconf - Creating Automatic Configuration Scripts
Jan 2, 2024 · GNU Autoconf - Creating Automatic Configuration Scripts Free Software Foundation last updated January 02, 2024 This manual (autoconf) is available in the following formats: …
- [PDF]
Autoconf - GNU
To create a configure script with Autoconf, you need to write an Autoconf input file configure.ac and run autoconf on it. If you write your own feature tests to supplement those that come with …
autoreconf Invocation - Autoconf - GNU
autoreconf runs autoconf, autoheader, aclocal, automake, libtoolize, and autopoint (when appropriate) repeatedly to update the GNU Build System in the specified directories and their …
Autoconf - GNU
This manual (24 April 2012) is for GNU Autoconf (version 2.69), a package for creating scripts to configure source code packages using templates and an M4 macro package.
Top (Autoconf) - GNU
This manual (4 December 2023) is for GNU Autoconf (version 2.72), a package for creating scripts to configure source code packages using templates and an M4 macro package.
Autoconf - GNU
This manual (21 July 2010) is for GNU Autoconf (version 2.67), a package for creating scripts to configure source code packages using templates and an M4 macro package.
Making configure Scripts - Autoconf - GNU
To create a configure script with Autoconf, you need to write an Autoconf input file configure.ac (or configure.in) and run autoconf on it. If you write your own feature tests to supplement those …