]> git.ipfire.org Git - thirdparty/autoconf.git/log
thirdparty/autoconf.git
24 years ago./configure --program-suffix=foo produces `transform=s,$$,foo,;',
Akim Demaille [Thu, 21 Jun 2001 09:18:16 +0000 (09:18 +0000)] 
./configure --program-suffix=foo produces `transform=s,$$,foo,;',
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 `;'.

24 years ago* doc/autoconf.texi (Functions Portability): Rename as...
Tim Van Holder [Tue, 19 Jun 2001 17:50:56 +0000 (17:50 +0000)] 
* doc/autoconf.texi (Functions Portability): Rename as...
(Function Portability): this.
(Function Portability): Document potential problems with unlink().

24 years agoTypos.
Akim Demaille [Tue, 19 Jun 2001 17:44:12 +0000 (17:44 +0000)] 
Typos.

24 years ago* doc/autoconf.texi: (Functions Portability) Rename as...
Tim Van Holder [Tue, 19 Jun 2001 17:40:05 +0000 (17:40 +0000)] 
* doc/autoconf.texi: (Functions Portability) Rename as...
(Function Portability): this.
(Function Portability): Docum

24 years agoMore patterns.
Akim Demaille [Tue, 19 Jun 2001 17:33:28 +0000 (17:33 +0000)] 
More patterns.

24 years ago* NEWS, doc/autoconf.texi: Document quadrigraphs.
Akim Demaille [Tue, 19 Jun 2001 06:45:18 +0000 (06:45 +0000)] 
* NEWS, doc/autoconf.texi: Document quadrigraphs.

24 years ago* acfunctions.m4 (AC_FUNC_FORK): Fix typos.
Akim Demaille [Mon, 18 Jun 2001 19:36:10 +0000 (19:36 +0000)] 
* acfunctions.m4 (AC_FUNC_FORK): Fix typos.

24 years ago* acfunctions.m4: (AC_FUNC_VFORK) rename as...
Akim Demaille [Mon, 18 Jun 2001 19:11:24 +0000 (19:11 +0000)] 
* acfunctions.m4: (AC_FUNC_VFORK) rename as...
(_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.

24 years ago* doc/autoconf.texi (Functions Portability): New section.
Akim Demaille [Mon, 18 Jun 2001 18:51:36 +0000 (18:51 +0000)] 
* doc/autoconf.texi (Functions Portability): New section.

24 years ago* autoconf.in (M4): Pass --nesting-limit=1024, unless already set
Akim Demaille [Mon, 18 Jun 2001 18:15:24 +0000 (18:15 +0000)] 
* autoconf.in (M4): Pass --nesting-limit=1024, unless already set
in $M4.
Suggested by Andreas Schwab.

24 years agoMove texinfo.tex from doc/ to config/.
Akim Demaille [Mon, 18 Jun 2001 18:05:20 +0000 (18:05 +0000)] 
Move texinfo.tex from doc/ to config/.

24 years ago* acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
Akim Demaille [Mon, 18 Jun 2001 17:41:03 +0000 (17:41 +0000)] 
* acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
(AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
(AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
(AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
(AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
the converse).

24 years ago* doc/autoconf.texi (ms): New index.
Akim Demaille [Mon, 18 Jun 2001 17:23:12 +0000 (17:23 +0000)] 
* doc/autoconf.texi (ms): New index.
(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).

24 years ago* tests/torture.at (AC_ARG_VAR): Set variables and export them
Pavel Roskin [Mon, 18 Jun 2001 16:14:10 +0000 (16:14 +0000)] 
* tests/torture.at (AC_ARG_VAR): Set variables and export them
in separate statements for compatibility with Tru64 v5.1.

24 years ago* acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
Akim Demaille [Sun, 17 Jun 2001 18:14:27 +0000 (18:14 +0000)] 
* acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
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.

24 years ago* doc/autoconf.texi: Move AC_FUNC_WAIT3 and
Akim Demaille [Fri, 15 Jun 2001 17:44:17 +0000 (17:44 +0000)] 
* doc/autoconf.texi: Move AC_FUNC_WAIT3 and
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.

24 years ago`build_alias' and so on are not AC_SUBST'd.
Akim Demaille [Fri, 15 Jun 2001 17:40:57 +0000 (17:40 +0000)] 
`build_alias' and so on are not AC_SUBST'd.
Reported by Bruno Haible.
* acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
 (_AC_ARG_VAR_PRECIOUS): to here.

24 years ago* acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
Pavel Roskin [Fri, 15 Jun 2001 15:53:18 +0000 (15:53 +0000)] 
* acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
an unused pointer use cast to this type and `if' statement to
avoid warnings from the compiler.
(AC_HEADER_TIME): Likewise.
* actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
in `if' statement to avoid warnings from the compiler. Declare
ac_aggr static to avoid the need to initialize it.

24 years ago* doc/autoconf.texi (Portable Shell): Move after `Writing Macros'.
Akim Demaille [Thu, 14 Jun 2001 16:14:33 +0000 (16:14 +0000)] 
* doc/autoconf.texi (Portable Shell): Move after `Writing Macros'.

24 years ago* m4/missing.m4, config/missing: Updated to Automake 1.4g's.
Akim Demaille [Wed, 13 Jun 2001 16:26:51 +0000 (16:26 +0000)] 
* m4/missing.m4, config/missing: Updated to Automake 1.4g's.
Suggested by Alexander Mai.

24 years ago** Specific Macros
Pavel Roskin [Wed, 13 Jun 2001 15:30:27 +0000 (15:30 +0000)] 
** Specific Macros
- AC_PATH_XTRA only adds -ldnet to $LIBS if it's needed to link.

24 years ago* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
Akim Demaille [Wed, 13 Jun 2001 08:45:39 +0000 (08:45 +0000)] 
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
sys/types.h and sys/stat.h, and check for them.

24 years ago* acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
Akim Demaille [Wed, 13 Jun 2001 07:51:09 +0000 (07:51 +0000)] 
* acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
INCLUDES.

24 years ago* acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
Pavel Roskin [Tue, 12 Jun 2001 16:45:17 +0000 (16:45 +0000)] 
* acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
succeeds and only try adding libdnet upon a failure.

24 years agoStupid me :(
Akim Demaille [Tue, 12 Jun 2001 14:46:13 +0000 (14:46 +0000)] 
Stupid me :(
Reverse the patch incorrectly applied when adding prev-version.txt

24 years agoAdded for real.
Akim Demaille [Tue, 12 Jun 2001 14:42:53 +0000 (14:42 +0000)] 
Added for real.

24 years ago* autoscan.in (&output_kind): Output the comment only if it exists.
Akim Demaille [Tue, 12 Jun 2001 10:16:49 +0000 (10:16 +0000)] 
* autoscan.in (&output_kind): Output the comment only if it exists.
(%kind_comment): Add entry for `programs'.
(&output_programs): Use &output_kind.
(&output_functions, &output_identifiers, &output_headers)
(&output_programs): Inline, and remove.

24 years ago* autoscan.in (%kind_comment): New.
Akim Demaille [Tue, 12 Jun 2001 10:05:27 +0000 (10:05 +0000)] 
* autoscan.in (%kind_comment): New.
(output_kind): New.
(output_functions, output_identifiers, output_headers): Use it.

24 years ago* autoscan.in (&print_unique): Take `$kind' and `$word' as
Akim Demaille [Tue, 12 Jun 2001 09:45:01 +0000 (09:45 +0000)] 
* autoscan.in (&print_unique): Take `$kind' and `$word' as
arguments, to factor indirections into `%macro' and `%used'.
(%generic_macro): Fix a typo.

24 years ago* aclibraries: New.
Akim Demaille [Tue, 12 Jun 2001 09:33:58 +0000 (09:33 +0000)] 
* aclibraries: New.
* autoscan.in (@kinds): Add `libraries'.
Use `@kinds' instead of hard coded lists.
(%programs, %headers, %identifiers, %makevars, %libraries, %functions):
Remove, replaced by...
(%used): this.

24 years ago* autoscan.in (%functions_macros %headers_macros)
Akim Demaille [Tue, 12 Jun 2001 08:40:02 +0000 (08:40 +0000)] 
* autoscan.in (%functions_macros %headers_macros)
(%identifiers_macros %programs_macros %makevars_macros): Remove,
replaced by...
(%macro): New.

24 years ago* aclang.m4 (AC_NO_EXECUTABLES): Override
Akim Demaille [Mon, 11 Jun 2001 21:44:22 +0000 (21:44 +0000)] 
* aclang.m4 (AC_NO_EXECUTABLES): Override
_AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.

24 years agoTypos.
Akim Demaille [Mon, 11 Jun 2001 20:19:07 +0000 (20:19 +0000)] 
Typos.

24 years ago* aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
Akim Demaille [Mon, 11 Jun 2001 14:15:49 +0000 (14:15 +0000)] 
* aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
trailing new line.
Reported by Andreas Schwab.

24 years ago* Makefile.am, Makefile.maint: Typos.
Akim Demaille [Mon, 11 Jun 2001 09:03:49 +0000 (09:03 +0000)] 
* Makefile.am, Makefile.maint: Typos.

24 years ago* doc/autoconf.texi (Here-Documents): New section, gathering
Akim Demaille [Mon, 11 Jun 2001 08:21:43 +0000 (08:21 +0000)] 
* doc/autoconf.texi (Here-Documents): New section, gathering
documentation about here-documents.
Use `href', not `uref', and other changes.

24 years ago* doc/autoconf.texi (Portable Shell Programming): Promoted as a
Akim Demaille [Sat, 9 Jun 2001 18:45:00 +0000 (18:45 +0000)] 
* doc/autoconf.texi (Portable Shell Programming): Promoted as a
chapter.

24 years ago* doc/autoconf.texi (Limitations of Builtins): Complete the
Akim Demaille [Sat, 9 Jun 2001 18:39:12 +0000 (18:39 +0000)] 
* doc/autoconf.texi (Limitations of Builtins): Complete the
description of the here-docs penalties with Alexandre Oliva's
explanations.

24 years ago* doc/autoconf.texi: Talk about here documents and speedups.
Akim Demaille [Sat, 9 Jun 2001 18:28:20 +0000 (18:28 +0000)] 
* doc/autoconf.texi: Talk about here documents and speedups.
Do not use "echo" on arbitrary strings.
Spell "here-documents" consistently with the standard.

24 years ago* doc/autoconf.texi (Concept Index): Introduce it.
Akim Demaille [Sat, 9 Jun 2001 18:25:45 +0000 (18:25 +0000)] 
* doc/autoconf.texi (Concept Index): Introduce it.
Regenerate the menus.

24 years ago* Makefile.maint, GNUmakefile: New, from Jim Meyering.
Akim Demaille [Sat, 9 Jun 2001 18:16:43 +0000 (18:16 +0000)] 
* Makefile.maint, GNUmakefile: New, from Jim Meyering.
* config/prev-version.txt: New.
* config/move-if-change: New, for GNU libc.

24 years ago* tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
Pavel Roskin [Wed, 6 Jun 2001 17:54:48 +0000 (17:54 +0000)] 
* tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.

24 years ago* acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
Akim Demaille [Wed, 6 Jun 2001 15:03:29 +0000 (15:03 +0000)] 
* acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
properly when $1 is not a literal.
Fixes PR Autoconf/187, reported by Bram Moolenaar.

24 years agoInvoking AC_COPYRIGHT before AC_INIT fails.
Akim Demaille [Wed, 6 Jun 2001 08:49:33 +0000 (08:49 +0000)] 
Invoking AC_COPYRIGHT before AC_INIT fails.
* Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
* acgeneral.m4 (_m4_divert(VERSION_FSF))
(_m4_divert(VERSION_USER)): New.
(AC_COPYRIGHT): $2 is the diversion to use.
(_AC_INIT_COPYRIGHT): Use the FSF diversion.
(AC_INIT): Remove dead comments as now it's commutative.

24 years ago* tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
Akim Demaille [Wed, 6 Jun 2001 08:25:00 +0000 (08:25 +0000)] 
* tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
PR autoconf/187.

24 years ago* acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
Akim Demaille [Tue, 5 Jun 2001 12:44:13 +0000 (12:44 +0000)] 
* acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
can be empty.
`*dir' variables cannot be NONE.
Reported by Mark Kettenis.

24 years ago* doc/autoconf.texi: Fix references to Solaris and SunOS versions.
Akim Demaille [Tue, 5 Jun 2001 10:52:49 +0000 (10:52 +0000)] 
* doc/autoconf.texi: Fix references to Solaris and SunOS versions.

24 years agoRebuild.
Akim Demaille [Mon, 4 Jun 2001 16:09:58 +0000 (16:09 +0000)] 
Rebuild.

24 years ago* acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
Akim Demaille [Mon, 4 Jun 2001 16:07:23 +0000 (16:07 +0000)] 
* acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
(AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
(AC_TR_SH): Move as...
* m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
(AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
(AS_TR_SH): these.
(_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
(_AS_TR_SH_PREPARE): New.
(AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
* tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.

24 years ago* Makefile.am (.m4.m4f): Pass the options first.
Akim Demaille [Sat, 2 Jun 2001 16:00:08 +0000 (16:00 +0000)] 
* Makefile.am (.m4.m4f): Pass the options first.
Fixes PR autoconf/182.

24 years agoGNU getopt, when POSIXLY_CORRECT does not permute options and
Akim Demaille [Sat, 2 Jun 2001 15:45:32 +0000 (15:45 +0000)] 
GNU getopt, when POSIXLY_CORRECT does not permute options and
arguments.  So pass the options first.
Fixes PR autoconf/184.
* autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
(run_m4): Remove files.
(run_m4f): Remove.
Update remainder of script to use them.
(for warning in): Do not use a literal comma as it will not be
split by IFS.

24 years ago* aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
Akim Demaille [Sat, 2 Jun 2001 15:01:13 +0000 (15:01 +0000)] 
* aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
Fortran compilers to check.
(_AC_PROG_F77_V): Add '-###' as a possible option to print
information on library and object files.
(AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
to check.

24 years ago* autom4te.in (Request::@request): Declare with `vars', not `my',
Akim Demaille [Sat, 2 Jun 2001 13:00:34 +0000 (13:00 +0000)] 
* autom4te.in (Request::@request): Declare with `vars', not `my',
as it prevents updates via `do FILENAME'.

24 years ago* configure.in (standards_texi): Remove, dead code.
Akim Demaille [Sat, 2 Jun 2001 12:30:14 +0000 (12:30 +0000)] 
* configure.in (standards_texi): Remove, dead code.

24 years ago* autom4te.in: New.
Akim Demaille [Sat, 2 Jun 2001 11:28:17 +0000 (11:28 +0000)] 
* autom4te.in: New.

24 years agoRegenerated.
Pavel Roskin [Sat, 2 Jun 2001 05:52:43 +0000 (05:52 +0000)] 
Regenerated.

24 years ago* acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
Pavel Roskin [Sat, 2 Jun 2001 05:49:54 +0000 (05:49 +0000)] 
* acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
for signals other than 0 - exit with code 1.
* m4sh.m4 (AS_TMPDIR): Likewise.
* autoconf.in: Likewise. Also don't rely on exit == exit $?.
* autoheader.in: Likewise.
* autoreconf.in: Likewise.
* tests/torture.at (Signal handling): New test for the above.

24 years agoTypo.
Akim Demaille [Fri, 1 Jun 2001 17:07:05 +0000 (17:07 +0000)] 
Typo.

24 years agoAdd endless.sh and syntax.sh.
Pavel Roskin [Fri, 1 Jun 2001 15:37:20 +0000 (15:37 +0000)] 
Add endless.sh and syntax.sh.

24 years agoTypo.
Akim Demaille [Fri, 1 Jun 2001 13:44:45 +0000 (13:44 +0000)] 
Typo.

24 years agoUpdate.
Akim Demaille [Fri, 1 Jun 2001 13:40:06 +0000 (13:40 +0000)] 
Update.

24 years ago* m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
Akim Demaille [Fri, 1 Jun 2001 10:55:21 +0000 (10:55 +0000)] 
* m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
message.

24 years ago* acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
Akim Demaille [Thu, 31 May 2001 15:44:27 +0000 (15:44 +0000)] 
* acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
Add copyright and comments.
* acheaders: Add stdint.h.
Suggested by Paul Eggert.

24 years agoTypo.
Akim Demaille [Thu, 31 May 2001 15:35:25 +0000 (15:35 +0000)] 
Typo.

24 years ago* atgeneral.m4 (AT_INIT): Use $SHELL.
Akim Demaille [Thu, 31 May 2001 08:24:01 +0000 (08:24 +0000)] 
* atgeneral.m4 (AT_INIT): Use $SHELL.
* atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.

24 years ago* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
Akim Demaille [Thu, 31 May 2001 07:32:27 +0000 (07:32 +0000)] 
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
stdlib.h.
From Paul Eggert and Lars Hecking.

24 years ago* tests/base.at: Adjust line numbers in error messages.
Akim Demaille [Thu, 31 May 2001 07:04:30 +0000 (07:04 +0000)] 
* tests/base.at: Adjust line numbers in error messages.

24 years ago* tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
Akim Demaille [Thu, 31 May 2001 07:02:13 +0000 (07:02 +0000)] 
* tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
to emit the bangshe line.
Reported by David Carter.

24 years agoAdded Compaq fort to the list of F95 compilers
Steven G. Johnson [Wed, 30 May 2001 12:45:04 +0000 (12:45 +0000)] 
Added Compaq fort to the list of F95 compilers

24 years ago* doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
Alexandre Duret-Lutz [Tue, 29 May 2001 13:23:46 +0000 (13:23 +0000)] 
* doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
Macro Archive URL.

24 years ago* aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
Pavel Roskin [Wed, 23 May 2001 12:27:56 +0000 (12:27 +0000)] 
* aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
_AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
(AC_PROG_CXXCPP): Likewise.

24 years ago* config: New directory.
Akim Demaille [Tue, 22 May 2001 14:43:48 +0000 (14:43 +0000)] 
* config: New directory.
* configure.in: AC_CONFIG_AUX_DIR it.
* tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.

24 years ago* autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
Akim Demaille [Tue, 22 May 2001 14:04:22 +0000 (14:04 +0000)] 
* autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
* autoupdate.in: Specify the Emacs mode.
* acversion.m4.in: Rename as...
* acversion.m4: this.
* tests/Makefile.am (CLEANFILES): More garbage.

24 years ago* autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
Akim Demaille [Tue, 22 May 2001 12:32:18 +0000 (12:32 +0000)] 
* autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
Rename as...
* autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
these.

24 years agoEnglishos.
Akim Demaille [Mon, 21 May 2001 13:30:04 +0000 (13:30 +0000)] 
Englishos.

24 years ago* configure.in: Bump to 2.50a.
Akim Demaille [Mon, 21 May 2001 13:01:06 +0000 (13:01 +0000)] 
* configure.in: Bump to 2.50a.

24 years agoVersion 2.50. autoconf-2.50
Akim Demaille [Mon, 21 May 2001 08:01:36 +0000 (08:01 +0000)] 
Version 2.50.

24 years ago* tests/tools.at: s/undefined macro/possibly undefined macro/.
Akim Demaille [Sat, 19 May 2001 17:35:02 +0000 (17:35 +0000)] 
* tests/tools.at: s/undefined macro/possibly undefined macro/.

24 years ago* acgeneral.m4 (AC_SEARCH_LIBS): Unobfuscate.
Akim Demaille [Sat, 19 May 2001 17:33:19 +0000 (17:33 +0000)] 
* acgeneral.m4 (AC_SEARCH_LIBS): Unobfuscate.

24 years ago* autoconf.sh: s/undefined macro/possibly undefined macro/.
Akim Demaille [Sat, 19 May 2001 16:55:05 +0000 (16:55 +0000)] 
* autoconf.sh: s/undefined macro/possibly undefined macro/.

24 years ago* doc/autoconf.texi (Particular Programs): Explain the
Akim Demaille [Sat, 19 May 2001 16:54:15 +0000 (16:54 +0000)] 
* doc/autoconf.texi (Particular Programs): Explain the
`AC_PROG_LEX invoked multiple times' message.
Reported by Rainer Orth as PR Autoconf/177.

24 years ago* autoheader.sh: Fix file names used in error messages.
Akim Demaille [Sat, 19 May 2001 16:48:01 +0000 (16:48 +0000)] 
* autoheader.sh: Fix file names used in error messages.
Reported by Rainer Orth as PR Autoconf/178.

24 years agoUpdate.
Akim Demaille [Sat, 19 May 2001 16:03:32 +0000 (16:03 +0000)] 
Update.

24 years ago* tests/compile.at (AC_PROG_CPP via CC): Invoke AC_PROG_CC instead
Akim Demaille [Sat, 19 May 2001 15:35:29 +0000 (15:35 +0000)] 
* tests/compile.at (AC_PROG_CPP via CC): Invoke AC_PROG_CC instead
if using `cc'.

24 years ago* tests/compile.at (GNU Fortran 77): Don't AS_EXIT when using
Akim Demaille [Sat, 19 May 2001 15:15:54 +0000 (15:15 +0000)] 
* tests/compile.at (GNU Fortran 77): Don't AS_EXIT when using
AT_CHECK_MACRO since it skips tests embedded in configure.ac.
Remove files which might have been created when invoking the
compiler.
Reported by Nicolas Joly.

24 years agoTypo fix.
Pavel Roskin [Mon, 14 May 2001 18:45:10 +0000 (18:45 +0000)] 
Typo fix.

24 years ago* doc/autoconf.texi (Shellology): Document a quirk in
Pavel Roskin [Mon, 14 May 2001 18:39:19 +0000 (18:39 +0000)] 
* doc/autoconf.texi (Shellology): Document a quirk in
here-document handling on OpenBSD.

24 years ago* aclang.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): No longer use the
Akim Demaille [Fri, 11 May 2001 15:54:43 +0000 (15:54 +0000)] 
* aclang.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): No longer use the
`maybe' strategy: first try cpp's exit status, then its stderr.
(AC_PROG_CPP, AC_PROG_CXXCPP): Adjust.
* tests/compile.at (AC_PROG_CPP via CC): Simplify mycc.
Remove unrelated code.

24 years agoAdd "mycc".
Pavel Roskin [Thu, 10 May 2001 18:19:26 +0000 (18:19 +0000)] 
Add "mycc".

24 years agotabs to spaces
Lars J. Aas [Thu, 10 May 2001 15:43:28 +0000 (15:43 +0000)] 
tabs to spaces

24 years ago* tests/compile.at (AC_PROG_CPP via CC): New.
Akim Demaille [Thu, 10 May 2001 15:41:16 +0000 (15:41 +0000)] 
* tests/compile.at (AC_PROG_CPP via CC): New.
From Daniel Carroll.

24 years agocapitalization fix
Steven G. Johnson [Tue, 8 May 2001 00:12:28 +0000 (00:12 +0000)] 
capitalization fix

24 years agoIf AC_PROG_CC is invoked but not AC_PROG_CPP, then CPPFLAGS is not
Akim Demaille [Fri, 27 Apr 2001 13:32:50 +0000 (13:32 +0000)] 
If AC_PROG_CC is invoked but not AC_PROG_CPP, then CPPFLAGS is not
AC_SUBST'ed.
Reported by Ralf Corsepius.
* aclang.m4 (_AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS): New.
(AC_PROG_CC, AC_PROG_CPP, AC_PROG_CXX, AC_PROG_CXXCPP)
(AC_PROG_F77): Use them.

24 years ago* aclang.m4 (_AC_PROG_PREPROC_WORKS): Rename and extend as...
Akim Demaille [Fri, 27 Apr 2001 10:35:22 +0000 (10:35 +0000)] 
* aclang.m4 (_AC_PROG_PREPROC_WORKS): Rename and extend as...
(_AC_PROG_PREPROC_WORKS_IFELSE): this.
Adjust to admit
(AC_PROG_CPP, AC_PROG_CXXCPP): Use it.
Reported by Daniel Carroll.

24 years agodoc comment
Lars J. Aas [Thu, 26 Apr 2001 15:47:43 +0000 (15:47 +0000)] 
doc comment

24 years agoAdd mycpp, testsuite.tmp.
Pavel Roskin [Thu, 26 Apr 2001 14:46:13 +0000 (14:46 +0000)] 
Add mycpp, testsuite.tmp.

24 years agoRegenerated.
Pavel Roskin [Thu, 26 Apr 2001 14:13:28 +0000 (14:13 +0000)] 
Regenerated.

24 years ago* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Use two backslashes
Pavel Roskin [Thu, 26 Apr 2001 14:07:44 +0000 (14:07 +0000)] 
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Use two backslashes
before double quotes in the copyright notice, since the native
OpenBSD shell removes single backslashes in here-documents with
unquoted delimiters.

24 years ago* acgeneral.m4 (_AC_RUN_IFELSE): Clean `core' files.
Akim Demaille [Wed, 25 Apr 2001 15:32:09 +0000 (15:32 +0000)] 
* acgeneral.m4 (_AC_RUN_IFELSE): Clean `core' files.

24 years agoslight change suggested by Alexandre Oliva
Steven G. Johnson [Tue, 24 Apr 2001 23:44:09 +0000 (23:44 +0000)] 
slight change suggested by Alexandre Oliva