summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be moreAkim Demaille2001-07-171-9/+8
| | | | Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
* * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is aAkim Demaille2001-07-171-3/+5
| | | | | replacement type. From Paul Eggert.
* * configure.in: Rename as...Akim Demaille2001-07-171-2/+2
| | | | * configure.ac: this.
* * doc/autoconf.texi (Limitations of Make): Macro names and underscore.Akim Demaille2001-07-141-0/+22
|
* * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.Akim Demaille2001-07-141-1/+1
|
* for CXX is g++, not gcc.Akim Demaille2001-07-141-1/+1
|
* * doc/autoconf.texi (Files): New subsection.Akim Demaille2001-07-141-3/+7
|
* * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsectionsAkim Demaille2001-07-141-125/+143
| | | | | | of... (Generic Compiler Characteristics): this. (C++ Compiler): New subsection.
* * autoscan.in: Use IO::File.Akim Demaille2001-07-141-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 Demaille2001-07-121-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 fixSteven G. Johnson2001-07-071-9/+8
|
* fixed typoSteven G. Johnson2001-07-051-1/+1
|
* Typo.Akim Demaille2001-07-041-1/+1
|
* * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaningAkim Demaille2001-07-041-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): IncludeAkim Demaille2001-07-041-6/+11
| | | | | strings.h if usable with string.h. Suggested by Paul Eggert.
* * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use theAkim Demaille2001-07-031-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_}MAINSteven G. Johnson2001-07-011-0/+63
|
* * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)Akim Demaille2001-06-231-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 Demaille2001-06-231-1/+39
|
* * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages onAkim Demaille2001-06-231-16/+9
| | | | | stderr. * doc/autoconf.texi (AC_ARG_VAR): Update.
* ./configure --program-suffix=foo produces `transform=s,$$,foo,;',Akim Demaille2001-06-211-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 Holder2001-06-191-4/+13
| | | | | (Function Portability): this. (Function Portability): Docum
* More patterns.Akim Demaille2001-06-191-0/+1
|
* * NEWS, doc/autoconf.texi: Document quadrigraphs.Akim Demaille2001-06-191-3/+42
|
* * acfunctions.m4: (AC_FUNC_VFORK) rename as...Akim Demaille2001-06-181-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 Demaille2001-06-181-1/+16
|
* Move texinfo.tex from doc/ to config/.Akim Demaille2001-06-183-6259/+2
|
* * doc/autoconf.texi (ms): New index.Akim Demaille2001-06-182-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 theAkim Demaille2001-06-171-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 andAkim Demaille2001-06-151-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 Demaille2001-06-141-1417/+1420
|
* * m4/missing.m4, config/missing: Updated to Automake 1.4g's.Akim Demaille2001-06-131-1/+1
| | | | Suggested by Alexander Mai.
* * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): GuardAkim Demaille2001-06-131-2/+6
| | | | sys/types.h and sys/stat.h, and check for them.
* * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =Akim Demaille2001-06-131-2/+12
| | | | INCLUDES.
* Stupid me :(Akim Demaille2001-06-121-18/+4
| | | | Reverse the patch incorrectly applied when adding prev-version.txt
* Added for real.Akim Demaille2001-06-121-4/+18
|
* Typos.Akim Demaille2001-06-111-3/+5
|
* * Makefile.am, Makefile.maint: Typos.Akim Demaille2001-06-111-4/+23
|
* * doc/autoconf.texi (Here-Documents): New section, gatheringAkim Demaille2001-06-111-69/+99
| | | | | documentation about here-documents. Use `href', not `uref', and other changes.
* * doc/autoconf.texi (Portable Shell Programming): Promoted as aAkim Demaille2001-06-091-114/+118
| | | | chapter.
* * doc/autoconf.texi (Limitations of Builtins): Complete theAkim Demaille2001-06-091-0/+33
| | | | | description of the here-docs penalties with Alexandre Oliva's explanations.
* * doc/autoconf.texi: Talk about here documents and speedups.Akim Demaille2001-06-091-4/+20
| | | | | Do not use "echo" on arbitrary strings. Spell "here-documents" consistently with the standard.
* * doc/autoconf.texi (Concept Index): Introduce it.Akim Demaille2001-06-091-5/+6
| | | | Regenerate the menus.
* * doc/autoconf.texi: Fix references to Solaris and SunOS versions.Akim Demaille2001-06-051-5/+5
|
* * configure.in (standards_texi): Remove, dead code.Akim Demaille2001-06-021-3/+2
|
* Typo.Akim Demaille2001-06-011-1/+4
|
* Typo.Akim Demaille2001-06-011-7/+7
|
* * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): IncludeAkim Demaille2001-05-311-0/+4
| | | | | stdlib.h. From Paul Eggert and Lars Hecking.
* * doc/autoconf.texi (Introduction, Pointers): Update the AutoconfAlexandre Duret-Lutz2001-05-291-4/+4
| | | | Macro Archive URL.
* * config: New directory.Akim Demaille2001-05-222-98/+7
| | | | | * configure.in: AC_CONFIG_AUX_DIR it. * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.