mirror of
https://https.git.savannah.gnu.org/git/autoconf.git
synced 2026-01-26 15:03:22 +00:00
Start to get rid of acconfig.h. It is an anachronism. * acgeneral.m4 (_AC_SH_QUOTE): Both cases must be evaluated the same number of times. * acconfig.h (_ALLOCA, CLOSEDIR_VOID, const, CRAY_STACKSEG_END, DGUX, DIRENT, GETGROUPS_T, GETLOADAVG_PRIVILEGED, GETPGRP_VOID, gid_t, HAVE_ALLOCA, HAVE_ALLOCA_H, HAVE_DOPRNT, HAVE_FNMATCH, HAVE_GETLOADAVG, HAVE_GETMNTENT, HAVE_LONG_DOUBLE, HAVE_LONG_FILE_NAMES, HAVE_MMAP, HAVE_RESTARTABLE_SYSCALLS, HAVE_ST_BLKSIZE, HAVE_ST_BLOCKS, HAVE_STRCOLL, HAVE_ST_RDEV, HAVE_STRFTIME, HAVE_SYS_WAIT_H, HAVE_TM_ZONE, HAVE_TZNAME, HAVE_UNISTD_H, HAVE_UTIME_NULL, HAVE_VFORK_H, HAVE_VPRINTF, HAVE_WAIT3, inline, INT_16_BITS, LONG_64_BITS, MAJOR_IN_MKDEV, MAJOR_IN_SYSMACROS, _MINIX, NDIR, NEED_MEMORY_H, NLIST_NAME_UNION, NLIST_STRUCT, NO_MINUS_C_MINUS_O, F77_NO_MINUS_C_MINUS_O, _POSIX_1_SOURCE, _POSIX_SOURCE, RETSIGTYPE, SELECT_TYPE_ARG1, SELECT_TYPE_ARG234, SELECT_TYPE_ARG5, SETPGRP_VOID, SETVBUF_REVERSED, STAT_MACROS_BROKEN, STDC_HEADERS, SVR4, SYSDIR, SYSNDIR, SYS_SIGLIST_DECLARED, TIME_WITH_SYS_TIME, TM_IN_SYS_TIME, uid_t, UMAX, UMAX4_3, USG, vfork, VOID_CLOSEDIR, WORDS_BIGENDIAN, X_DISPLAY_MISSING, YYTEXT_POINTER): Removed their autoheader template. They are now documented with their own AC_DEFINE. * acgeneral.m4 (AC_HASBEEN): New macro. Same as AC_OBSOLETE, but dies. * acspecific.m4 (AC_UNISTD_H, AC_USG, AC_MEMORY_H, AC_INT_16_BITS, AC_LONG_64_BITS): Promoted from obsolete to hasbeen. * autoheader.m4 (AC_DEFINE_UNQUOTED): Define via AC_DEFINE, so that we program things only once. (AC_DEFINE): Use AC_WRAP and _AC_SH_QUOTE. It is now safe to have backquotes and extra spaces in the third argument, without yielding a bad result. * autoheader.m4: Instead of a huge `eval', use a temporary file. (option handling): Added --debug, to keep the temporary files. Fixed a couple of missing quotes.
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.1 or later, preferably 1.3 or later for better performance) 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, TCL, and the TCL packages Expect and DejaGNU. However, none of those are required in order to use the main Autoconf program. If they are not present, the affected Autoconf utilities will not be installed. The file INSTALL can 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. The file `acconfig.h' contains short descriptions of the C preprocessor variables that Autoconf can define, suitable for copying into other packages' configuration headers or Makefile.in files. You can use the program `autoheader' to automatically create a configuration header from a `configure.in', based on the information in `acconfig.h'. 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". The current autoconf maintainer is Ben Elliston <bje@cygnus.com>.
Description
Languages
Roff
42.6%
M4
29.8%
TeX
12%
Perl
9.3%
Makefile
3.5%
Other
2.7%