Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more | Akim Demaille | 2001-07-17 | 1 | -9/+8 |
| | | | | Autoconfy: $1 = action-if-found, $2 = action-if-not-found. | ||||
* | * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a | Akim Demaille | 2001-07-17 | 1 | -3/+5 |
| | | | | | replacement type. From Paul Eggert. | ||||
* | * configure.in: Rename as... | Akim Demaille | 2001-07-17 | 1 | -2/+2 |
| | | | | * configure.ac: this. | ||||
* | * doc/autoconf.texi (Limitations of Make): Macro names and underscore. | Akim Demaille | 2001-07-14 | 1 | -0/+22 |
| | |||||
* | * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New. | Akim Demaille | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | for CXX is g++, not gcc. | Akim Demaille | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | * doc/autoconf.texi (Files): New subsection. | Akim Demaille | 2001-07-14 | 1 | -3/+7 |
| | |||||
* | * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections | Akim Demaille | 2001-07-14 | 1 | -125/+143 |
| | | | | | | of... (Generic Compiler Characteristics): this. (C++ Compiler): New subsection. | ||||
* | * autoscan.in: Use IO::File. | Akim Demaille | 2001-07-14 | 1 | -15/+21 |
| | | | | | | | | | | Adjust all the routines to use it. ($log): New file (autoscan.log). (output): Dump detailed logs into $log, and a shortened version to stderr. (&scan_makefile): Refine the regexp catching tokens in the code. * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log' and the `configure.ac' checking feature. | ||||
* | For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'. | Akim Demaille | 2001-07-12 | 1 | -4/+23 |
| | | | | | | | | | Reported by Michael Elizabeth Chastain. * autoconf.in: Refuse such AWK. * configure.in: Likewise. * Makefile.am (acversion.m4): Do not use move-if-change this file has dependencies. * doc/autoconf.texi (Fortran 77 Compiler): Some typos. | ||||
* | grammatical fix | Steven G. Johnson | 2001-07-07 | 1 | -9/+8 |
| | |||||
* | fixed typo | Steven G. Johnson | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | Typo. | Akim Demaille | 2001-07-04 | 1 | -1/+1 |
| | |||||
* | * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning | Akim Demaille | 2001-07-04 | 1 | -0/+6 |
| | | | | | | | | | up. * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some warnings from compilers. * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information for all the compilers, not only GNU. Hence move from here... (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here. | ||||
* | * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include | Akim Demaille | 2001-07-04 | 1 | -6/+11 |
| | | | | | strings.h if usable with string.h. Suggested by Paul Eggert. | ||||
* | * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the | Akim Demaille | 2001-07-03 | 1 | -14/+39 |
| | | | | | | | | | compiler, not the preprocessor. * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does the right thing. * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail earlier if there are. | ||||
* | added AC_F77_{DUMMY_}MAIN | Steven G. Johnson | 2001-07-01 | 1 | -0/+63 |
| | |||||
* | * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH) | Akim Demaille | 2001-06-23 | 1 | -3/+157 |
| | | | | | (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated. * doc/autoconf.texi (Autoconf 2.13): New section. | ||||
* | * doc/autoconf.texi (Redefined M4 Macros): New. | Akim Demaille | 2001-06-23 | 1 | -1/+39 |
| | |||||
* | * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on | Akim Demaille | 2001-06-23 | 1 | -16/+9 |
| | | | | | stderr. * doc/autoconf.texi (AC_ARG_VAR): Update. | ||||
* | ./configure --program-suffix=foo produces `transform=s,$$,foo,;', | Akim Demaille | 2001-06-21 | 1 | -0/+19 |
| | | | | | | but some sed choke on multiple `;', and other tools (e.g., Automake), include the separator themselves. * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'. | ||||
* | * doc/autoconf.texi: (Functions Portability) Rename as... | Tim Van Holder | 2001-06-19 | 1 | -4/+13 |
| | | | | | (Function Portability): this. (Function Portability): Docum | ||||
* | More patterns. | Akim Demaille | 2001-06-19 | 1 | -0/+1 |
| | |||||
* | * NEWS, doc/autoconf.texi: Document quadrigraphs. | Akim Demaille | 2001-06-19 | 1 | -3/+42 |
| | |||||
* | * acfunctions.m4: (AC_FUNC_VFORK) rename as... | Akim Demaille | 2001-06-18 | 1 | -13/+32 |
| | | | | | | | | | | | | | (_AC_FUNC_VFORK): this. Remove AC_DEFINEs and don't guess cross-compilation values. (_AC_FUNC_FORK): New, check whether fork() isn't just a stub. (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if vfork doesn't work. Guess values if cross-compiling, but warn. * acfunctions: Add AC_FUNC_FORK. * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define and vfork appropriately. | ||||
* | * doc/autoconf.texi (Functions Portability): New section. | Akim Demaille | 2001-06-18 | 1 | -1/+16 |
| | |||||
* | Move texinfo.tex from doc/ to config/. | Akim Demaille | 2001-06-18 | 3 | -6259/+2 |
| | |||||
* | * doc/autoconf.texi (ms): New index. | Akim Demaille | 2001-06-18 | 2 | -161/+243 |
| | | | | | | | | | | | (Macro Index): Rename as... (Autoconf Macro Index): this. (M4 Macro Index): New appendix. (Programming in M4): New chapter. Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow. (Quoting): Rename as... (M$ Quotation): this. Be part of `Programming in M4). | ||||
* | * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the | Akim Demaille | 2001-06-17 | 1 | -21/+108 |
| | | | | | | | | current values of the precious variables, not the previously cached values. Pass precious variables which are set to config.status. * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR. * tests/torture.at (AC_ARG_VAR): New. | ||||
* | * doc/autoconf.texi: Move AC_FUNC_WAIT3 and | Akim Demaille | 2001-06-15 | 1 | -19/+29 |
| | | | | | | | AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section, and explain why and how to replace them. * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete. * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise. | ||||
* | * doc/autoconf.texi (Portable Shell): Move after `Writing Macros'. | Akim Demaille | 2001-06-14 | 1 | -1417/+1420 |
| | |||||
* | * m4/missing.m4, config/missing: Updated to Automake 1.4g's. | Akim Demaille | 2001-06-13 | 1 | -1/+1 |
| | | | | Suggested by Alexander Mai. | ||||
* | * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard | Akim Demaille | 2001-06-13 | 1 | -2/+6 |
| | | | | sys/types.h and sys/stat.h, and check for them. | ||||
* | * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 = | Akim Demaille | 2001-06-13 | 1 | -2/+12 |
| | | | | INCLUDES. | ||||
* | Stupid me :( | Akim Demaille | 2001-06-12 | 1 | -18/+4 |
| | | | | Reverse the patch incorrectly applied when adding prev-version.txt | ||||
* | Added for real. | Akim Demaille | 2001-06-12 | 1 | -4/+18 |
| | |||||
* | Typos. | Akim Demaille | 2001-06-11 | 1 | -3/+5 |
| | |||||
* | * Makefile.am, Makefile.maint: Typos. | Akim Demaille | 2001-06-11 | 1 | -4/+23 |
| | |||||
* | * doc/autoconf.texi (Here-Documents): New section, gathering | Akim Demaille | 2001-06-11 | 1 | -69/+99 |
| | | | | | documentation about here-documents. Use `href', not `uref', and other changes. | ||||
* | * doc/autoconf.texi (Portable Shell Programming): Promoted as a | Akim Demaille | 2001-06-09 | 1 | -114/+118 |
| | | | | chapter. | ||||
* | * doc/autoconf.texi (Limitations of Builtins): Complete the | Akim Demaille | 2001-06-09 | 1 | -0/+33 |
| | | | | | description of the here-docs penalties with Alexandre Oliva's explanations. | ||||
* | * doc/autoconf.texi: Talk about here documents and speedups. | Akim Demaille | 2001-06-09 | 1 | -4/+20 |
| | | | | | Do not use "echo" on arbitrary strings. Spell "here-documents" consistently with the standard. | ||||
* | * doc/autoconf.texi (Concept Index): Introduce it. | Akim Demaille | 2001-06-09 | 1 | -5/+6 |
| | | | | Regenerate the menus. | ||||
* | * doc/autoconf.texi: Fix references to Solaris and SunOS versions. | Akim Demaille | 2001-06-05 | 1 | -5/+5 |
| | |||||
* | * configure.in (standards_texi): Remove, dead code. | Akim Demaille | 2001-06-02 | 1 | -3/+2 |
| | |||||
* | Typo. | Akim Demaille | 2001-06-01 | 1 | -1/+4 |
| | |||||
* | Typo. | Akim Demaille | 2001-06-01 | 1 | -7/+7 |
| | |||||
* | * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include | Akim Demaille | 2001-05-31 | 1 | -0/+4 |
| | | | | | stdlib.h. From Paul Eggert and Lars Hecking. | ||||
* | * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf | Alexandre Duret-Lutz | 2001-05-29 | 1 | -4/+4 |
| | | | | Macro Archive URL. | ||||
* | * config: New directory. | Akim Demaille | 2001-05-22 | 2 | -98/+7 |
| | | | | | * configure.in: AC_CONFIG_AUX_DIR it. * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust. |