Go to file
Akim Demaille 2b6bd63255 * aclang.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Fortran 77))
(AC_PROG_CPP, AC_PROG_CXXCPP, AC_PROG_GCC_TRADITIONAL)
(_AC_PROG_CC_G, AC_PROG_CC_C_O, _AC_PROG_CXX_G, AC_PROG_CC_STDC):
Don't use `${CC-cc}' since now the AC_REQUIRE machinery guarantees
that $CC is defined.  And if not, it's a bug which must be
observable.
* acspecific.m4 (AC_SYS_LARGEFILE): Likewise.
2000-12-15 07:49:13 +00:00
bin * autoscan.pl (init_tables): Allow spaces on the right hand side 2000-12-12 12:45:41 +00:00
doc Synchronized with ftp://ftp.gnu.org/ 2000-12-14 22:56:19 +00:00
lib * aclang.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Fortran 77)) 2000-12-15 07:49:13 +00:00
m4
man * configure.in: Bump version to 2.49c. 2000-12-06 17:32:38 +00:00
tests * tests/atgeneral.m4 (AT_INIT): Forget about `-n'. 2000-12-15 07:47:45 +00:00
.cvsignore
acfunctions
acfunctions.m4 * acgeneral.m4 (_AC_INIT_DEFAULTS) <ac_includes_default>: Include 2000-11-17 16:45:24 +00:00
acgeneral.m4 * acgeneral.m4 (_AC_PREPROC_IFELSE): Use ac_status as set by 2000-12-15 07:48:41 +00:00
acheaders
acheaders.m4 * acgeneral.m4 (_AC_PREPROC_IFELSE, AC_PREPROC_IFELSE): New. 2000-12-15 07:47:02 +00:00
acidentifiers * autoscan.pl (init_tables): Allow spaces on the right hand side 2000-12-12 12:45:41 +00:00
aclang.m4 * aclang.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Fortran 77)) 2000-12-15 07:49:13 +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 The SunOS' egrep fails to process properly the `egrep' invocations 2000-12-06 14:05:46 +00:00
autoconf.m4 * m4sugar.m4 (ifelse): Rename as... 2000-12-06 08:58:41 +00:00
autoconf.sh The SunOS' egrep fails to process properly the `egrep' invocations 2000-12-06 14:05:46 +00:00
autoheader.in * autoconf.sh (task trace): s/m4/$M4/. 2000-12-06 10:53:58 +00:00
autoheader.sh * autoconf.sh (task trace): s/m4/$M4/. 2000-12-06 10:53:58 +00:00
autoreconf.in POSIX doesn't require s/[^/]// to work. 2000-11-16 10:12:50 +00:00
autoreconf.sh POSIX doesn't require s/[^/]// to work. 2000-11-16 10:12:50 +00:00
autoscan.in * autoscan.pl (init_tables): Allow spaces on the right hand side 2000-12-12 12:45:41 +00:00
autoscan.pl * autoscan.pl (init_tables): Allow spaces on the right hand side 2000-12-12 12:45:41 +00:00
BUGS * acgeneral.m4 (AC_CACHE_SAVE): Use the `clear' trick to work 2000-11-29 18:07:06 +00:00
ChangeLog * aclang.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Fortran 77)) 2000-12-15 07:49:13 +00:00
ChangeLog.0
ChangeLog.1
config.guess Synchronized with ftp://ftp.gnu.org/ 2000-12-14 22:56:19 +00:00
config.sub Synchronized with ftp://ftp.gnu.org/ 2000-12-14 22:56:19 +00:00
configure Regenerated. 2000-12-15 07:12:43 +00:00
configure.in * configure.in: Bump version to 2.49c. 2000-12-06 17:32:38 +00:00
COPYING
ifnames.in
ifnames.sh
INSTALL * doc/install.texi: Minor changes to eliminate TeX warnings. 2000-11-28 16:53:56 +00:00
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: Don't use suffix rules for perl and shell 2000-12-13 02:25:35 +00:00
Makefile.in * Makefile.am: Don't use suffix rules for perl and shell 2000-12-13 02:25:35 +00:00
missing Updated from Automake CVS. 2000-12-01 16:40:17 +00:00
mkinstalldirs
NEWS * configure.in: Bump version to 2.49c. 2000-12-06 17:32:38 +00:00
README
README-alpha
THANKS * acspecific.m4 (_AC_OBJEXT, _AC_EXEEXT): Ignore .d files produced 2000-12-05 18:15:44 +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'.