Go to file
Akim Demaille b508b51fb8 * tests/atgeneral.m4 (AT_INIT): When the suite failed, complain
before creating the debug scripts.
Create a log file.
When ignoring a test, display a reassuring `ok' for stressed
users, and say `skipped' instead.
Simply run `testsuite' with the failed tests instead of running
the debug scripts, this avoids having zillions of banners `Testing
Blabla 2.13' (another means to avoid these banners is to have the
test suite succeed :-).
2001-01-15 07:35:36 +00:00
bin * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
doc With expr's that return 0' on failures, the executable suffix is 2001-01-12 09:39:26 +00:00
lib * tests/atgeneral.m4 (AT_INIT): When the suite failed, complain 2001-01-15 07:35:36 +00:00
m4 With expr's that return 0' on failures, the executable suffix is 2001-01-12 09:39:26 +00:00
man With expr's that return 0' on failures, the executable suffix is 2001-01-12 09:39:26 +00:00
tests * tests/atgeneral.m4 (AT_INIT): When the suite failed, complain 2001-01-15 07:35:36 +00:00
.cvsignore
acfunctions
acfunctions.m4 * acgeneral.m4 (AC_VAR_INDIR_IFELSE): Move as... 2001-01-15 07:29:24 +00:00
acgeneral.m4 * acgeneral.m4 (AC_VAR_INDIR_IFELSE): Move as... 2001-01-15 07:29:24 +00:00
acheaders
acheaders.m4 * acgeneral.m4 (AC_VAR_INDIR_IFELSE): Move as... 2001-01-15 07:29:24 +00:00
acidentifiers * autoscan.pl (init_tables): Allow spaces on the right hand side 2000-12-12 12:45:41 +00:00
aclang.m4 * acgeneral.m4 (AC_VAR_INDIR_IFELSE): Move as... 2001-01-15 07:29:24 +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 * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
autoconf.m4
autoconf.sh * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
autoheader.in * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
autoheader.sh * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
autoreconf.in * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
autoreconf.sh * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
autoscan.in * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
autoscan.pl * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
BUGS
ChangeLog * tests/atgeneral.m4 (AT_INIT): When the suite failed, complain 2001-01-15 07:35:36 +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 With expr's that return 0' on failures, the executable suffix is 2001-01-12 09:39:26 +00:00
configure.in With expr's that return 0' on failures, the executable suffix is 2001-01-12 09:39:26 +00:00
COPYING
ifnames.in
ifnames.sh
INSTALL
install-sh
m4sh.m4 * sh.m4 (AS_BOX, _AS_BOX_LITERAL, _AS_BOX_INDIR): New. 2001-01-15 07:29:48 +00:00
m4sugar.m4 * acgeneral.m4: Last changes for `configure.ac'. 2001-01-12 09:19:59 +00:00
Makefile.am With expr's that return 0' on failures, the executable suffix is 2001-01-12 09:39:26 +00:00
Makefile.in Rebuilt without references to libtool files. 2001-01-12 14:57:23 +00:00
missing
mkinstalldirs
NEWS * configure.in: Bump version to 2.49c. 2000-12-06 17:32:38 +00:00
README
README-alpha
THANKS * acfunctions.m4 (AC_FUNC_MEMCMP): Missing comma in AC_TRY_RUN 2001-01-11 16:12:00 +00:00
TODO * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): New. 2001-01-11 15:17:13 +00:00

-*- 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'.