Go to file
Akim Demaille 3e56675bc8 A single m4_require is enough.
* m4sugar.m4 (_m4_require): $2 defaults to $1.
Rename as...
(m4_require): this.
* acgeneral.m4 (_AC_REQUIRE): Remove, use m4_require if you want
to get into the gory details.
2000-11-14 11:06:37 +00:00
bin * autoscan.pl (scan_files): Eliminate a warning if no C files 2000-11-10 15:49:15 +00:00
doc * doc/autoconf.texi (autoconf Invocation): Explain `-W error' 2000-11-14 10:00:25 +00:00
lib A single m4_require is enough. 2000-11-14 11:06:37 +00:00
m4 * acfunctions.m4 (AC_CHECK_FUNCS): Add missing m4 quotes. 2000-11-11 07:05:02 +00:00
man * doc/autoconf.texi (autoconf Invocation): Explain `-W error' 2000-11-14 10:00:25 +00:00
tests * tests/atspecific.m4 (_AT_CHECK_AC_MACRO): Don't neutralize 2000-11-14 10:57:12 +00:00
.cvsignore Ignore also distcheck trees. 2000-10-23 19:17:31 +00:00
acfunctions * acfunctions.m4 (_AC_LIBOBJ_STRTOD, AC_FUNC_STRTOD, 2000-08-01 11:16:33 +00:00
acfunctions.m4 * acfunctions.m4 (AC_FUNC_ALLOCA): Don't require AC_PROG_CPP, 2000-11-14 10:38:57 +00:00
acgeneral.m4 A single m4_require is enough. 2000-11-14 11:06:37 +00:00
acheaders
acheaders.m4 * acfunctions.m4 (AC_FUNC_ALLOCA): Don't require AC_PROG_CPP, 2000-11-14 10:38:57 +00:00
acidentifiers * acidentifiers: Catch ptrdiff_t. 2000-08-01 11:14:48 +00:00
aclang.m4 A single m4_require is enough. 2000-11-14 11:06:37 +00:00
aclocal.m4 * doc/autoconf.texi (Limitations of Builtins): Document `unset'. 2000-05-24 13:00:34 +00:00
acmakevars
acoldnames.m4 * acgeneral.m4: Adjust copyright notice. 2000-10-16 18:25:55 +00:00
acprograms
acspecific.m4 Set AC_LANG_PREPROC_REQUIRE which replaces AC_REQUIRE_CPP. 2000-11-14 10:44:27 +00:00
acversion.m4.in * autoconf.m4 (define): Reestablish only after having read the 2000-11-03 13:41:40 +00:00
AUTHORS * AUTHORS: Update. 2000-07-10 08:40:27 +00:00
autoconf.in * autoconf.sh: Temporarily disable recognizing of abbreviated 2000-11-07 17:58:43 +00:00
autoconf.m4 Create acheaders.m4. 2000-11-14 10:31:39 +00:00
autoconf.sh * autoconf.sh: Temporarily disable recognizing of abbreviated 2000-11-07 17:58:43 +00:00
autoheader.in * autoconf.sh: Temporarily disable recognizing of abbreviated 2000-11-07 17:58:43 +00:00
autoheader.sh * autoconf.sh: Temporarily disable recognizing of abbreviated 2000-11-07 17:58:43 +00:00
autoreconf.in * autoconf.sh: Temporarily disable recognizing of abbreviated 2000-11-07 17:58:43 +00:00
autoreconf.sh * autoconf.sh: Temporarily disable recognizing of abbreviated 2000-11-07 17:58:43 +00:00
autoscan.in * autoscan.pl (scan_files): Eliminate a warning if no C files 2000-11-10 15:49:15 +00:00
autoscan.pl * autoscan.pl (scan_files): Eliminate a warning if no C files 2000-11-10 15:49:15 +00:00
ChangeLog A single m4_require is enough. 2000-11-14 11:06:37 +00:00
ChangeLog.0
ChangeLog.1
config.guess Update auxiliary files. 2000-10-04 12:42:34 +00:00
config.sub Update auxiliary files. 2000-10-04 12:42:34 +00:00
configure * acfunctions.m4: Always quote first argument of AC_MSG_ERROR, 2000-11-11 05:59:21 +00:00
configure.in * acfunctions.m4: Always quote first argument of AC_MSG_ERROR, 2000-11-11 05:59:21 +00:00
COPYING
ifnames.in * autoconf.sh: Temporarily disable recognizing of abbreviated 2000-11-07 17:58:43 +00:00
ifnames.sh * autoconf.sh: Temporarily disable recognizing of abbreviated 2000-11-07 17:58:43 +00:00
INSTALL * aclang.m4 (_AC_PROG_CC_GNU, _AC_PROG_CXX_GNU, 2000-07-28 07:36:11 +00:00
install-sh * install-sh: Use ":" instead of "true". 2000-11-09 20:59:26 +00:00
m4sh.m4 * acgeneral.m4 (_AC_INIT_DEFAULTS_ENVIRONMENT): Rename as... 2000-11-14 11:01:44 +00:00
m4sugar.m4 A single m4_require is enough. 2000-11-14 11:06:37 +00:00
Makefile.am Create acheaders.m4. 2000-11-14 10:31:39 +00:00
Makefile.in Create acheaders.m4. 2000-11-14 10:31:39 +00:00
missing Update `missing'. 2000-05-25 16:31:12 +00:00
mkinstalldirs
NEWS * NEWS: Documented changes in AC_PROG_CPP and AC_TRY_CPP. 2000-10-20 00:15:34 +00:00
README
README-alpha Fixed mistakes in README-alpha. 2000-03-03 16:45:19 +00:00
THANKS * doc/autoconf.texi (Shellology): Some about /usr/xpg4/bin/sh on 2000-11-10 12:10:13 +00:00
TODO GNU M4 1.4 improperly handle the traces of copies of builtins. 2000-11-01 17:02:34 +00:00

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).

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

You can use the program `autoheader' to automatically create a
configuration header from a `configure.in'.

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.

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

PS/ Oops, by the way, please read the file `INSTALL' to install
Autoconf ;)