Go to file
Akim Demaille 36535d5360 * aclang.m4 (AC_PROG_F77): Add pgf90 to the list of compilers to
look for, after the other Fortran 90 compilers.
2001-01-11 14:13:59 +00:00
bin * autoreconf.sh: s/localddir/localdir/. 2000-12-25 14:57:53 +00:00
doc * autoconf.sh: Promote configure.ac' over configure.in'. 2000-12-23 10:11:57 +00:00
lib * aclang.m4 (AC_PROG_F77): Add pgf90 to the list of compilers to 2001-01-11 14:13:59 +00:00
m4
man * aclang.m4: Use m4_copy to duplicate macros. 2001-01-11 10:06:39 +00:00
tests * autoconf.sh: Promote configure.ac' over configure.in'. 2000-12-23 10:11:57 +00:00
.cvsignore
acfunctions
acfunctions.m4
acgeneral.m4 * acgeneral.m4 (_AC_EVAL, AC_TRY_EVAL, AC_TRY_COMMAND): Be a 2000-12-22 10:12:26 +00:00
acheaders
acheaders.m4 * acgeneral.m4 (_AC_PREPROC_IFELSE, AC_PREPROC_IFELSE): New. 2000-12-15 07:47:02 +00:00
acidentifiers
aclang.m4 * aclang.m4 (AC_PROG_F77): Add pgf90 to the list of compilers to 2001-01-11 14:13:59 +00:00
aclocal.m4
acmakevars
acoldnames.m4 Put back AC_CYGWIN etc. under the responsibility of the 2000-12-14 09:39:33 +00:00
acprograms
acspecific.m4 * aclang.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Fortran 77)) 2000-12-15 07:49:13 +00:00
acversion.m4.in
AUTHORS
autoconf.in * autoconf.sh: Promote configure.ac' over configure.in'. 2000-12-23 10:11:57 +00:00
autoconf.m4
autoconf.sh * autoconf.sh: Promote configure.ac' over configure.in'. 2000-12-23 10:11:57 +00:00
autoheader.in * autoconf.sh: Promote configure.ac' over configure.in'. 2000-12-23 10:11:57 +00:00
autoheader.sh * autoconf.sh: Promote configure.ac' over configure.in'. 2000-12-23 10:11:57 +00:00
autoreconf.in * autoreconf.sh: s/localddir/localdir/. 2000-12-25 14:57:53 +00:00
autoreconf.sh * autoreconf.sh: s/localddir/localdir/. 2000-12-25 14:57:53 +00:00
autoscan.in
autoscan.pl
BUGS
ChangeLog * aclang.m4 (AC_PROG_F77): Add pgf90 to the list of compilers to 2001-01-11 14:13:59 +00:00
ChangeLog.0
ChangeLog.1
config.guess Resynchronized. 2000-12-19 15:18:05 +00:00
config.sub Resynchronized. 2000-12-19 15:18:05 +00:00
configure Regenerated. 2000-12-15 07:12:43 +00:00
configure.in
COPYING
ifnames.in
ifnames.sh
INSTALL
install-sh
m4sh.m4 * m4sh.sh (AS_ERROR): Restore dnl at the end of the macro. 2000-12-15 07:09:41 +00:00
m4sugar.m4 * m4sugar.m4 (m4_init): Catch `dnl'. 2000-12-15 07:46:47 +00:00
Makefile.am * Makefile.am: Add a comment explaining why suffix rules are not 2000-12-18 07:19:02 +00:00
Makefile.in * autoconf.sh: Promote configure.ac' over configure.in'. 2000-12-23 10:11:57 +00:00
missing
mkinstalldirs
NEWS
README
README-alpha
THANKS Normalize ChangeLog. 2000-12-15 14:38:48 +00:00
TODO

-*- text -*-

Autoconf

Autoconf is an extensible package of M4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention.  Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of M4
macro calls.

Producing configuration scripts using Autoconf requires GNU M4.  You
must install GNU M4 (version 1.4 or later) before configuring
Autoconf, so that Autoconf's configure script can find it.  The
configuration scripts produced by Autoconf are self-contained, so
their users do not need to have Autoconf (or GNU M4).

Some optional utilities that come with Autoconf use Perl.  However, it
is not required in order to use the main Autoconf programs.  If it is
not present, the affected Autoconf utilities will not be installed.

The file INSTALL should be distributed with packages that use
Autoconf-generated configure scripts and Makefiles that conform to the
GNU coding standards.  The package's README can just give an overview
of the package, where to report bugs, and a pointer to INSTALL for
instructions on compilation and installation.  This removes the need
to maintain many similar sets of installation instructions.

Be sure to read BUGS (especially if this Autoconf is not an official
release) and INSTALL.

Mail suggestions and bug reports for Autoconf to autoconf@gnu.org.
Please include the Autoconf version number, which you can get by
running `autoconf --version'.