]> git.ipfire.org Git - thirdparty/autoconf.git/log
thirdparty/autoconf.git
26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 18:10:44 +0000 (18:10 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_OUTPUT_CONFIG_STATUS): Implement `config.status
--file' and `--header'.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 18:07:57 +0000 (18:07 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* autoheader.m4 (AH_TEMPLATE): Quote $2 once, now _AC_SH_QUOTE
behaves properly.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 18:06:22 +0000 (18:06 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4: Formatting changes.
* acspecific.m4: Likewise.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 17:57:52 +0000 (17:57 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_CONFIG_LINKS): Allow a second argument,
commands to run, as AC_CONFIG_FILES and HEADERS.
(AC_LIST_LINKS_COMMANDS): New growing string.  Initialize.
(AC_OUTPUT_LINKS): Use it.
(AC_OUTPUT_FILES, AC_OUTPUT_HEADERS, AC_OUTPUT_LINKS): Don't
pretend to have arguments: you don't depend upon it.
(AC_OUTPUT): Call the previous macros without arguments.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 17:53:47 +0000 (17:53 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_PREFIX_PROGRAM): Don't use define/undefine, but
pushdef/podef.  AC_UPCASE_NAME no longer exist.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 17:51:12 +0000 (17:51 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4: Formatting changes.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 17:47:49 +0000 (17:47 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* TODO: Updated.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 17:38:31 +0000 (17:38 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Clean up dead comments/code.  Clean up the incompatibilities
between quoted and non quoted _AC_ECHO and the like.

* acgeneral.m4: Remove the comments on the no longer defined AC_TR.
(_AC_SH_QUOTE): Be robust to active symbols.
(_AC_ECHO): Quote properly the argument.
(AC_TRY_RUN): Don't quote [AC_TRY_RUN] in the warning.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 17:34:21 +0000 (17:34 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acspecific.m4: Formatting changes.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 15:40:15 +0000 (15:40 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_INIT_NOTICE, AC_INIT_PREPARE, AC_ARG_ENABLE,
AC_ARG_WITH, AC, TRY_COMPILER, AC_TRY_RUN, AC_TRY_CPP,
AC_EGREP_CPP): Use @PND@ instead of [#]: it looses the editors
that try to match the pairs of (), [] etc.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 15:35:36 +0000 (15:35 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Fix the compatibility of the compiling macros with C++.

* acgeneral.m4 (AC_TRY_COMPILE, AC_TRY_LINK, AC_CHECK_SIZEOF): Use
`int main () {...}', instead of `main () {...}'.
* acspecific.m4 (AC_TYPE_GETGROUPS, AC_FUNC_CLOSEDIR_VOID,
AC_FUNC_FNMATCH, AC_FUNC_GETPGRP, AC_FUNC_SETPGRP, AC_FUNC_VFORK,
AC_FUNC_WAIT3, AC_FUNC_ALLOCA, AC_FUNC_UTIME_NULL,
AC_FUNC_SETVBUF_REVERSED, AC_FUNC_MEMCMP, AC_C_CHAR_UNSIGNED,
AC_C_LONG_DOUBLE, AC_C_BIGENDIAN, AC_SYS_RESTARTABLE_SYSCALLS):
Likewise.
* acspecific.m4 (AC_FUNC_FNMATCH): Call
AC_CHECK_HEADERS(fnmatch.h), and include fnmatch.h in the compiled
code.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Fri, 14 Jan 2000 15:19:19 +0000 (15:19 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_COMPILE_CHECK, AC_TRY_COMPILE,
  AC_TRY_RUN_NATIVE, AC_OUTPUT_CONFIG_STATUS): Use @PND@ instead of
  [#]: it looses the editors that try to match the pairs of (), []
  etc.
Formatting changes.
* acspecific.m4: Formatting changes.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 10 Jan 2000 10:13:42 +0000 (10:13 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Allow standard beta version numbers.

* configure.in: Declare version 2.14a.
* acgeneral.m4 (AC_UNGNITS): New macro which transform version
numbers to pure digits (2.14a to 2.14.0.1, 2.15z to 2.15.0.26
etc.).
(AC_PREREQ): Normalize argument and AC_ACVERSION via AC_UNGNITS.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 10 Jan 2000 10:11:57 +0000 (10:11 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Fix the --version of all the executables.

* Makefile.am (editsh, editpl): Substitute also PACKAGE and
VERSION.
* autoconf.sh (version): New string.
(--version): Use it.
(--help) Output on stdout, not stderr.
* autoheader.sh: Likewise.
* autoreconf.sh: Likewise.
* autoscan.pl: Likewise.
* autoupdate.sh: Likewise.
* ifnames.sh: Likewise.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 10 Jan 2000 10:06:51 +0000 (10:06 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Perform a better checking for missing templates in autoheader.

* autoheader.m4 (AH_HOOK): When hook AC_FOO on AH_FOO, define the
new AC_FOO to be the expansion of both AH_FOO *and* AC_FOO.  See
its definition for the motivations.

* autoheader.m4 (AH_FUNC_ALLOCA): Remove the now useless
additional templates.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Tue, 21 Dec 1999 16:44:10 +0000 (16:44 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Work properly with Automake 1.4.

* Makefile.am (distpkgdataDATA): Replaces dist_pkgdata_DATA.
(nodistpkgdataDATA): Replaces nodist_pkgdata_DATA.
(EXTRA_DIST): Added $(distpkgdataDATA).
(pkgdata_DATA): Adapted.
(AUTOMAKE_OPTION): Require 1.4.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Tue, 21 Dec 1999 13:44:54 +0000 (13:44 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Fix a bug in templates of AC_CHECK_LIB.

* autoheader.m4 (AH_CHECK_LIB): Template HAVE_LIBFOO, not
  HAVE_FOO.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Tue, 21 Dec 1999 13:34:50 +0000 (13:34 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acspecific.m4: Formating changes.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Tue, 21 Dec 1999 11:50:26 +0000 (11:50 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4: Formating changes.
* acspecific.m4: Likewise.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Tue, 21 Dec 1999 11:46:41 +0000 (11:46 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* Makefile.am (pkgdata_DATA): Split into dist_pkgdata_DATA and
nodist_pkgdata_DATA.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Tue, 21 Dec 1999 11:25:59 +0000 (11:25 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acspecific.m4 (AC_PROG_GNU_M4): New macro.
* configure.in: Use it.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Tue, 21 Dec 1999 11:11:54 +0000 (11:11 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Provide a means to specify commands to run before config.status is
created (and, for symmetry, after it is created).

This is typically needed by Automake so that AC_REPLACEd functions
go through deansification via

LIBOBJS=`echo $LIBOBJS | sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`

and/or by Libtool which needs to define LTLIBOBJS and others:

LTLIBOBJS=`echo $LIBOBJS | sed 's/\.o/\.lo/g'`
AC_SUBST(LTLIBOBJS)

* acgeneral.m4 (AC_OUTPUT_PRE_COMMANDS): New growing string.
Initialize.
(AC_OUTPUT_POST_COMMANDS): Likewise.
(AC_CONFIG_PRE_COMMANDS): New macro, grows AC_OUTPUT_PRE_COMMANDS.
(AC_CONFIG_PRE_COMMANDS): Likewise.
(AC_OUTPUT): Run AC_OUTPUT_PRE_COMMANDS before
AC_OUTPUT_CONFIG_STATUS, and AC_OUTPUT_POST_COMMANDS after.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Tue, 21 Dec 1999 11:08:51 +0000 (11:08 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Remove spurious empty lines appearing in configures.

* acgeneral.m4 (AC_CONFIG_UNIQUE): Produce no output.  Instead of
  fighting with dnl, divert to KILL upon entry, and pop at exit.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 18:52:12 +0000 (18:52 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_INIT_PARSE_ARGS): Avoid to use double quotes
inside "`...`": some shells parse this inccorrectly.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 15:57:14 +0000 (15:57 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* Makefile.am (pkgdata_DATA, EXTRA_DIST): Removed acconfig.h.
* testsuite/autoconf.s/defines.exp: Commented out, there is no
longer an acconfig.h.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 15:54:30 +0000 (15:54 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* autoconf.m4: Insert -*- Autoconf -*-.
* acgeneral.m4: Likewise.
* acspecific.m4: Likewise.
* acoldnames.m4: Likewise.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 13:54:46 +0000 (13:54 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Create AC_CONFIG_HEADERS which has the same interface as the other
AC_CONFIG_*S.

* acgeneral.m4 (AC_CONFIG_HEADERS): New macro, with the same
interface as AC_CONFIG_LINKS and AC_CONFIG_FILES.
(AC_LIST_HEADERS_COMMANDS): New growing string, initialize it.
(AC_CONFIG_HEADER): Rename as...
(AC_CONFIG_HEADERS): this, for consistency.
(AC_CONFIG_HEADER): New macro, which calls AC_OUTPUT_HEADERS.
(AC_OUTPUT_HEADERS): The square brackets for sed and grep were
not properly quoted: use @BKL@ and @BKR@.
(AC_OUTPUT_HEADERS): Run the AC_LIST_HEADERS_COMMANDS.

* acgeneral.m4 (AC_OUTPUT): Once config.status created, before
running it, trap to `exit 1' so that config.status is not removed
if configure is interrupted when config.status is complete.

* acgeneral.m4 (AC_OUTPUT_CONFIG_STATUS): When recognizing
arguments, accept only foo, and no longer foo:foo.in etc.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 13:52:57 +0000 (13:52 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4: Formating changes.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 13:48:32 +0000 (13:48 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

config.status: Speed up the creation of config headers (about four
  times faster on Linux).

* acgeneral.m4 (AC_OUTPUT_HEADERS): Remove the ac_e
family.
Changed ac_uD and ac_dD to `...;t t', instead of `...g'.
Instead of creating `conftest.vals' with both ac_e, ac_d,
and ac_u family, preprocess to strip the trailing spaces, and
create `conftest.defines' with the ac_d family, and then
`conftest.undefs' for the ac_e family.
Break up both `conftest.defines' and `conftest.undefs'.  Insert a
  top label and a global test for `#defines' and `#undef' before.
Call `conftest.defines' if there are #define in the input.
Call `conftest.undefs'.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 13:45:45 +0000 (13:45 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acgeneral.m4: Prefer `>file' over `> file' etc.
* acspecific.m4: Likewise.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 13:40:18 +0000 (13:40 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Rename the family AC_NEED_DECL as AC_CHECK: it is more uniform,
but keep defining NEED_FOO_DECL when `foo' is not declared.  Files
not using Autoconf behave better when declarations lacks than when
they are wrong.  So the unset position should off, hence #if NEEDS
instead of #if !HAVE (which is triggered when HAVE is not set).

* acgeneral.m4 (AC_NEED_DECL): Renamed as...
(AC_CHECK_DECL): This.  Make sure the arguments are the usual
IF-FOUND, IF-NOT-FOUND.
(AC_NEED_DECLS, AC_CHECK_DECLS): Likewise.
* autoconf.texi (Generic Declarations): Document the changes
  aforementioned.
* autoheader.m4 (AH_NEED_DECLS): Renamed as
(AH_CHECK_DECLS): This.
(AH_HOOKS): Hook AH_CHECK_DECLS on AC_CHECK_DECLS instead of
_NEED_.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 13:37:12 +0000 (13:37 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Revamp the handling of the arguments of config.status: instead of
looping over config_files etc. to recognize the file names, use
the case which handles the options.
Suggested by Alexandre Oliva.

* acgeneral.m4 (ifset): Renamed as...
(ifval): This.  All callers changed.
(ifset): New macro, which tests if a macro is set to a non empty
value.

* acgeneral.m4: Initialize growing lists and strings to empty, to
ease the tests.
(AC_CONFIG_HEADER): Quote AC_LIST_HEADERS in the define, to handle
the case AC_LIST_HEADERS is initialized.

* acgeneral.m4: (AC_OUTPUT_CONFIG_STATUS): New macro, pulled out
from...
(AC_OUTPUT): Instead of using $1, $2 and $3, pass them to the
official macros (AC_CONFIG_FILES, AC_OUTPUT_COMMANTS).
Call AC_OUTPUT_CONFIG_STATUS.
(option handling): Use the case-esac to recognize arguments.
(AC_OUTPUT_COMMANDS): Fix the missing fi;done.

26 years agoUpdated.
Akim Demaille [Mon, 20 Dec 1999 13:33:27 +0000 (13:33 +0000)] 
Updated.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 13:27:08 +0000 (13:27 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Add a means to specify commands to be run by config.status.  At
the difference of AC_OUTPUT_COMMANDS, require that the set of
commands be named, so that both
CONFIG_COMMANDS=foo ./config.status
and
./config.status foo
perform the Right Thing.

* acgeneral.m4 (AC_CONFIG_UNIQUE): Also check in
AC_LIST_COMMANDS.
(AC_CONFIG_FILES): Remove a dead pushdef.
(AC_CONFIG_COMMANDS): New macro.
(AC_LIST_COMMANDS): New config list.
(AC_LIST_COMMANDS_COMMANDS): New growing string.
(AC_OUTPUT_COMMANDS_COMMANDS): New macro, output config commands
in config.status.
(AC_OUTPUT): Take AC_LIST_COMMANDS into account.
(AC_OUTPUT): Call AC_OUTPUT_COMMANDS_COMMANDS.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 12:14:28 +0000 (12:14 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

      New macro: AC_CONFIG_FILES which is very much like AC_OUTPUT but
      that one associates commands to run when a config file is
      created.  For instance for a shell script `foo', one uses
      AC_CONFIG_FILES(foo, chmod +x foo).

      In addition, check that the same name is never used twice in
      config files, headers, subdirs and links.

      * acgeneral.m4 (m4_append): Don't insert new line between
      elements.
      (m4_list_append): New macro.
      (AC_CONFIG_IF_MEMBER): New macro which tests if a file is member
      of a config list.
      (AC_CONFIG_UNIQUE): New macro which ensures that a config file
      name is not yet used.
      (AC_CONFIG_HEADER, AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS): Use
      AC_CONFIG_UNIQUE.

      * acgeneral.m4 (AC_CONFIG_FILES): New macro.
      (AC_LIST_FILES): New list, which stores arguments of
      AC_CONFIG_LISTS the same as AC_LIST_LINKS stores AC_CONFIG_LINKS
      etc.
      (AC_OUTPUT): No longer rely on $1 to designate the config files:
      register them via AC_CONFIG_FILES.  All uses of $1 replaced by
      uses of AC_LIST_FILES.
      (AC_OUTPUT_FILES): Run the commands associated to the
      CONFIG_FILES.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 12:10:47 +0000 (12:10 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* autoconf.sh (Looking for bugs): In addition to AC_, match AH_
and AM_.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 12:08:01 +0000 (12:08 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

Provide the m4 infrastructure for defining AH_ hooks.

* autoheader.m4 (AH_HOOK): New macro.
Hook all the AC_ macros to their AH_siblings in AH_HOOKS.
Run AH_HOOKS.

* acgeneral.m4 (m4_append): New macro.
(m4_list_append, m4_list_add): Removed.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 12:05:14 +0000 (12:05 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acspecific.m4: Formating changes.
* acgeneral.m4: Likewise.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Akim Demaille [Mon, 20 Dec 1999 12:01:55 +0000 (12:01 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* acspecific.m4 (AC_CHECK_MEMBER, AC_CHECK_MEMBERS): New macros.
* autoheader.m4 (AH_CHECK_MEMBERS): New macro.
(epilogue): Hook AH_CHECK_MEMBERS on AC_CHECK_MEMBERS.

26 years ago1999-10-31 Akim Demaille <akim@epita.fr>
Ben Elliston [Sun, 31 Oct 1999 02:37:40 +0000 (02:37 +0000)] 
1999-10-31  Akim Demaille  <akim@epita.fr>

* autoheader.m4 (AC_FUNC_ALLOCA): Rename from this ...
(AH_FUNC_ALLOCA): ... to this.  Includes all the needed templates.
(AC_C_CHAR_UNSIGNED): Rename from this ...
(AH_C_CHAR_UNSIGNED): ... to this.

26 years agoDocument ac_max_here_line's future. From Akim.
Ben Elliston [Sun, 31 Oct 1999 02:20:26 +0000 (02:20 +0000)] 
Document ac_max_here_line's future. From Akim.

26 years ago1999-10-31 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sun, 31 Oct 1999 02:17:01 +0000 (02:17 +0000)] 
1999-10-31  Ben Elliston  <bje@cygnus.com>

* Makefile.am (CLEANFILES): New explicit variable.
(editsh): acdatadir is no longer defined, so use pkgdatadir.
(editpl): Likewise. From Akim Demaille <akim@epita.fr>.
* Makefile.in: Regenerate.

26 years ago1999-10-31 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sun, 31 Oct 1999 01:54:28 +0000 (01:54 +0000)] 
1999-10-31  Ben Elliston  <bje@cygnus.com>

* configure: Regenerate.
* aclocal.m4: New generated file.
* Makefile.in: Regenerate with Automake.
* testsuite/Makefile.in: Likewise.

1999-10-31  Akim Demaille  <akim@epita.fr>

Use Automake.  Based on files from Ben Elliston.

* acgeneral.m4: No longer define AC_ACVERSION, include
  acversion.m4.
* acversion.m4.in: New AC_CONFIG_FILE.
* acspecific.m4: Few formating changes.
* autoconf.texi: No longer define EDITION, VERSION and UPDATED:
include version.texi.
AC_OUTPUT the Makefiles mentioned below and acversion.m4.
* configure.in: Use AM_INIT_AUTOMAKE.
  Do not AC_ARG_PROGRAM: AM_INIT_AUTOMAKE does it.
* Makefile.am: New file.
* mdate-sh: Likewise.
* missing: Likewise.
* testsuite/Makefile.am: Likewise.

26 years agoIndenting fix.
Ben Elliston [Sun, 31 Oct 1999 01:16:52 +0000 (01:16 +0000)] 
Indenting fix.

26 years ago1999-10-31 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sun, 31 Oct 1999 00:56:04 +0000 (00:56 +0000)] 
1999-10-31  Ben Elliston  <bje@cygnus.com>

* acspecific.m4 (AC_PROG_CC_STDC, AC_C_PROTOTYPES): Inherit from
Automake. From Franc,ois Pinard.
* autoconf.texi (Particular Programs): Document AC_PROG_CC_STDC.
(C Compiler Characteristics): Document AC_C_PROTOTYPES.

26 years agoHow could we forget Franc,ois?
Ben Elliston [Sun, 31 Oct 1999 00:52:44 +0000 (00:52 +0000)] 
How could we forget Franc,ois?

26 years ago1999-10-31 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sun, 31 Oct 1999 00:03:45 +0000 (00:03 +0000)] 
1999-10-31  Ben Elliston  <bje@cygnus.com>

* testsuite/autoconf.s/defines.exp: Changed `fail' and `pass' in
`xfail' and `xpass'. The testsuite checks that acconfig.h
templates the AC_DEFINEs. Since we no longer rely on acconfig.h,
the test is obsolete.
* acspecific.m4 (AC_PROG_BINSH, AC_PROG_SED): Don't quote the name
of the macro defined; the testsuite does not recognize this
syntax. From Akim Demaille <akim@epita.fr>.

26 years ago* Merged from the experimental branch. post-exp-merge-1999-10-31
Ben Elliston [Sat, 30 Oct 1999 14:17:20 +0000 (14:17 +0000)] 
* Merged from the experimental branch.

26 years ago1999-10-27 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sat, 30 Oct 1999 13:56:53 +0000 (13:56 +0000)] 
1999-10-27  Ben Elliston  <bje@cygnus.com>

* THANKS: Updated Alexandre's address.

26 years ago1999-10-27 Ben Elliston <bje@cygnus.com>
Ben Elliston [Tue, 26 Oct 1999 14:29:16 +0000 (14:29 +0000)] 
1999-10-27  Ben Elliston  <bje@cygnus.com>

* autoconf.texi (Generic Programs): @defmac for AC_PATH_TOOL may
not span multiple lines.

26 years ago* merged from the experimental branch.
Ben Elliston [Tue, 26 Oct 1999 04:17:50 +0000 (04:17 +0000)] 
* merged from the experimental branch.

1999-10-05  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_PATH_TOOL): New macro.
* autoconf.texi (Generic Programs): Document.

1999-10-02  Akim Demaille  <akim@epita.fr>

AC_DIR_HEADERS is hasbeen'ed.
* acspecific.m4 (AC_DIR_HEADER): Raised from obsolete to hasbeen.
* acspecific.m4 (AC_CHECK_HEADERS_DIRENT, AC_CHECK_HEADER_DIRENT):
Removed, were used only by AC_DIR_HEADER and were not documented.
* autoheader.m4: Remove the hooks for AC_CHECK_HEADERS_DIRENT.
* autoconf.texi (Particular Headers): Removed the documentation of
AC_DIR_HEADER.

* autoconf.texi (Environment Variables): Remove the very last
traces of documentation of --env-VAR.

1999-10-02  Akim Demaille  <akim@epita.fr>

Remove hasbeen'ed macros from the documentation.

* autoconf.texi (Obsolete Macros): Document AC_HASBEEN.

* autoconf.texi (Libraries): Remove the documentation of
AC_HAVE_LIB.
(Particular Headers): likewise for AC_UNISTD_H, AC_MEMORY_H,
AC_USG.
(C Compiler Characteristics): Likewise for AC_INT_16_BITS,
        AC_LONG_64_BITS.

1999-10-01  Akim Demaille  <akim@epita.fr>

Make the handling of the configuration links (AC_LINK_FILES)
exactly the same as that of configurations files (AC_OUTPUT_FILES)
and headers (AC_CONFIG_HEADERS).  As a result, it is sane to run
        ./config.status src/libmy_lib
or
        CONFIG_LINKS=src/lib_mylib:lib/lib_mylib ./config.status

        * acgeneral.m4 (AC_LINK_FILES): Use AC_FATAL to diagnose bad
number of argument.
Obsoleted (but implemented) in favor of AC_CONFIG_LINKS.

* acgeneral.m4 (AC_CONFIG_LINKS): New macro.  Takes space
separated list of DEST:SOURCES arguments.
* acgeneral.m4 (AC_OUTPUT_LINKS): Adapted to the new scheme of
AC_LIST_LINKS.
* autoconf.texi (Output, AC_OUTPUT): Mention AC_CONFIG_LINKS.
(Invoking config.status): Mention CONFIG_LINKS.
        (Using System Type): Document AC_CONFIG_LINKS. Explicit the
obsoleteness of AC_LINK_FILES.

1999-09-28  Akim Demaille  <akim@epita.fr>

* acgeneral.m4: Spell checked.
* autoconf.texi: Likewise.

1999-09-28  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_NEED_DECLS): Change the actions for
`if-(not-)found' to `if-(not-)needed.
        Define NEED_DECL_foo, instead of NEED_foo_DECL.
* autoheader.sh (decls): Reflect this.
* autoconf.texi (Generic Declarations): Update.

1999-09-27  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_CHECK_DECL): Renamed as...
        (AC_NEED_DECL): This.
(AC_CHECK_DECLS): Renamed as...
(AC_NEED_DECLS): This.
(AC_NEED_DECL): Include <stdio.h>, <memory.h>, <string.h>,
<strings.h>, <stdlib.h>, <stddef.h>, and <unistd.h>.

        * autoconf.texi (Generic Declarations): Updated.

1999-09-26  Akim Demaille  <akim@epita.fr>

* acgeneral.m4 (AC_PATH_PROG): Use a single case statement for
Unix and DOS absolute paths.

* acgeneral.m4 (AC_CHECK_SIZEOF): Fix a typo.
Allow a third default argument: extra headers.
        * autoconf.texi (C Compiler Characteristics): Document.

        * acgeneral.m4 (AC_CHECK_TYPE): Convert to the AC_VAR_* family.
Allow a third optional argument: extra includes.
* autoconf.texi (Generic Typedefs): Documents.

1999-09-21  Akim Demaille  <akim@epita.fr>

* autoconf.texi (Particular Structures): Move documentation of
AC_HEADER_STAT and AC_HEADER_TIME from here...
        (Particular Headers): to here.
(Declarations): New section.
(Particular Headers): Move doc of AC_DECL_SYS_SIGLIST from here...
(Particular Declarations): to here.

1999-09-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

* acgeneral.m4 (AC_CHECK_FUNC_DECL, AC_CHECK_FUNC_DECLS): New
        macros.
* autoconf.texi (AC_CHECK_FUNC_DECL, AC_CHECK_FUNC_DECLS):
Document.
* autoheader.m4: Add support for AC_CHECK_FUNC_DECLS.
* autoheader.sh: Likewise.

1999-09-14  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>

* acgeneral.m4 (AC_INCLUDE): New macro.
* autoconf.texi: Document it.

* acgeneral.m4 (Configuration): Accept --env-VAR=VALUE and
        VAR=value.
* autoconf.texi, install.texi: Document it.
* configure: Rebuilt.

1999-09-14  Akim Demaille  <akim@epita.fr>

* autoconf.texi (Pretty Help Strings): Updated to reflect the
changes.

1999-09-13  Akim Demaille  <akim@epita.fr>

* autoconf.texi: Update the direntry for more modern Texinfos.
Add pointer to configure and config.status.
Remove the dots from the menus: horizontal space is precious.
(Invoking config.status): More traditional presentation of the options.

1999-08-22  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

* autoconf.texi (Particular Programs): Document new optional
argument to AC_PROG_CC, AC_PROG_CXX and AC_PROG_F77.  Document
additions to the Fortran 77 compiler search list.

1999-06-02  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

* autoconf.texi (Pretty Help Strings): Document and regenerate the
indices.
* acgeneral.m4 (AC_HELP_STRING): New macro.

1999-05-30  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

* autoconf.texi (Fortran 77 Compiler Characteristics): Document
        new AC_F77_NAME_MANGLING macro.

1999-05-30  Steven G. Johnson <stevenj@alum.mit.edu>

* autoconf.texi (Fortran 77 Compiler Characteristics): Document
new AC_F77_FUNC_WRAPPER macro.

26 years ago* merged from the experimental branch.
Ben Elliston [Tue, 26 Oct 1999 03:54:59 +0000 (03:54 +0000)] 
* merged from the experimental branch.

1999-10-26  Ben Elliston  <bje@cygnus.com>

* INSTALL: Regenerate.

1999-09-22  Akim Demaille  <akim@epita.fr>

* install.texi: Give more details on envvar handling.

26 years ago* merged from the experimental branch.
Ben Elliston [Tue, 26 Oct 1999 03:44:27 +0000 (03:44 +0000)] 
* merged from the experimental branch.

1999-09-23  Akim Demaille  <akim@epita.fr>

* NEWS: Document AC_ARG_VAR.

1999-09-21  Akim Demaille  <akim@epita.fr>

* NEWS: Updated.

1999-06-02  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

* NEWS: Begin documenting "Major changes" for release 2.14.

26 years ago* merged from the experimental branch.
Ben Elliston [Tue, 26 Oct 1999 03:39:25 +0000 (03:39 +0000)] 
* merged from the experimental branch.

1999-09-25  Akim Demaille  <akim@epita.fr>

* TODO: Updated. Added a section for 2.15 and 3.

26 years ago1999-09-21 Akim Demaille <akim@epita.fr>
Ben Elliston [Sun, 17 Oct 1999 11:38:55 +0000 (11:38 +0000)] 
1999-09-21  Akim Demaille  <akim@epita.fr>

* autoconf.sh (Checking for Bugs): Remove the indirection that
made the `sort -u' useless.

1999-09-21  Akim Demaille  <akim@epita.fr>

* autoconf.sh (Last sed cmd): Change also @PND@ to `#', since this
is also a symbol very hard to quote in m4.

1999-09-13  Akim Demaille  <akim@epita.fr>

* autoconf.sh: Substitute also /@BKL@/[/ /@BKR@/]/ /@DLR@/$/ so
that these characters are more easily accessible from m4 without
turning changequote juggling into a nightmare.

26 years ago1999-10-07 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Ben Elliston [Sun, 17 Oct 1999 06:29:24 +0000 (06:29 +0000)] 
1999-10-07  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>

* Makefile.in (dist): Fixed for srcdir != objdir.

1999-09-21  Akim Demaille  <akim@epita.fr>

* Makefile.in (${srcdir}/configure): Use autoconf.sh to build
Autoconf's configure.  Before the building was performed running
m4 at hand, but much was not done (e.g., __oline__,
@BKL@... expansion)

1999-09-17  Akim Demaille  <akim@epita.fr>

* Makefile.in (DISTFILES): Add THANKS.

26 years ago1999-09-21 Akim Demaille <akim@epita.fr>
Ben Elliston [Sun, 17 Oct 1999 05:48:19 +0000 (05:48 +0000)] 
1999-09-21  Akim Demaille  <akim@epita.fr>

* THANKS: Updated.

1999-09-21  Ben Elliston  <bje@cygnus.com>

* THANKS: Update some mail addresses.

1999-09-17  Akim Demaille  <akim@epita.fr>

* THANKS: New file.

26 years ago1999-10-16 Ben Elliston <bje@cygnus.com> pre-exp-merge-1999-10-17
Ben Elliston [Fri, 15 Oct 1999 23:09:11 +0000 (23:09 +0000)] 
1999-10-16  Ben Elliston  <bje@cygnus.com>

* autoconf.texi (AC_PROG_CXX): Update documentation.

26 years ago1999-10-16 Ben Elliston <bje@cygnus.com>
Ben Elliston [Fri, 15 Oct 1999 23:06:31 +0000 (23:06 +0000)] 
1999-10-16  Ben Elliston  <bje@cygnus.com>

* acspecific.m4 (AC_PROG_CXX): gcc is not a C++ compiler.

26 years ago1999-10-13 Ben Elliston <bje@cygnus.com>
Ben Elliston [Wed, 13 Oct 1999 11:08:26 +0000 (11:08 +0000)] 
1999-10-13  Ben Elliston  <bje@cygnus.com>

* acconfig.h: Reintroduce missing definitions due to testsuite
regressions.

26 years ago1999-10-13 Ben Elliston <bje@cygnus.com>
Ben Elliston [Wed, 13 Oct 1999 10:32:39 +0000 (10:32 +0000)] 
1999-10-13  Ben Elliston  <bje@cygnus.com>

* autoconf.texi (Configuration Headers): Document the potential
trouble caused by autoheader and boilerplate files. Fix for
PR autoconf/45.

26 years agoFor future consistency, prepend "PR" to all PR identifiers.
Ben Elliston [Wed, 13 Oct 1999 06:03:47 +0000 (06:03 +0000)] 
For future consistency, prepend "PR" to all PR identifiers.

26 years ago1999-10-05 Ben Elliston <bje@cygnus.com>
Ben Elliston [Tue, 5 Oct 1999 13:25:13 +0000 (13:25 +0000)] 
1999-10-05  Ben Elliston  <bje@cygnus.com>

* autoconf.texi (AC_PATH_XTRA): Correctly document the behaviour
when X is not available.

26 years ago1999-10-02 Akim Demaille <demaille@inf.enst.fr>
Ben Elliston [Tue, 5 Oct 1999 07:01:32 +0000 (07:01 +0000)] 
1999-10-02  Akim Demaille  <demaille@inf.enst.fr>

* acgeneral.m4: Instead of just undefining eval, format, include
and shift, rename them to m4_eval, etc.

26 years ago1999-10-02 Akim Demaille <demaille@inf.enst.fr>
Ben Elliston [Tue, 5 Oct 1999 04:55:15 +0000 (04:55 +0000)] 
1999-10-02  Akim Demaille  <demaille@inf.enst.fr>

* acgeneral.m4: Instead of just undefining eval, format, include
and shift, rename them to m4_eval, etc.

26 years ago1999-09-29 Ben Elliston <bje@cygnus.com> trunk-pre-merge-trunk-into-experimental-1999-10-01
Ben Elliston [Wed, 29 Sep 1999 01:03:25 +0000 (01:03 +0000)] 
1999-09-29  Ben Elliston  <bje@cygnus.com>

* acspecific.m4 (AC_FUNC_GETLOADAVG): Check for the kstat_open()
function in libkstat (on systems such as Solaris). This family of
functions is preferred since they don't require setgid permissions
to use them. Fix for autoconf/65.

26 years ago1999-09-27 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sun, 26 Sep 1999 21:31:29 +0000 (21:31 +0000)] 
1999-09-27  Ben Elliston  <bje@cygnus.com>

* autoscan.pl (scan_files): Emit an AC_PROG_CC invocation to
configure.scan if there are any C files present. Fix for
autoconf/19.

26 years ago1999-09-26 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sat, 25 Sep 1999 23:59:00 +0000 (23:59 +0000)] 
1999-09-26  Ben Elliston  <bje@cygnus.com>

* acgeneral.m4 (AC_OUTPUT_LINKS): Eliminate gratuitous spaces from
$ac_sources if this variable is otherwise empty. Fix for
autoconf/30.

26 years ago1999-09-25 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sat, 25 Sep 1999 11:25:47 +0000 (11:25 +0000)] 
1999-09-25  Ben Elliston  <bje@cygnus.com>

* autoconf.texi (AC_FUNC_SETVBUF): Do not mention which systems
might have their setvbuf() arguments reordered. It's difficult to
accurately determine and is not essential. Fix for autoconf/7.

26 years ago1999-09-25 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sat, 25 Sep 1999 02:09:46 +0000 (02:09 +0000)] 
1999-09-25  Ben Elliston  <bje@cygnus.com>

* acgeneral.m4 (AC_LINK_FILES): Emit an error if an incorrect
number of arguments are collected. Fix for autoconf/10.

26 years ago1999-09-24 Ben Elliston <bje@cygnus.com>
Ben Elliston [Fri, 24 Sep 1999 12:50:14 +0000 (12:50 +0000)] 
1999-09-24  Ben Elliston  <bje@cygnus.com>

* acspecific.m4 (AC_HEADER_STDC): Define ISLOWER and ISUPPER
macros correctly on EBCDIC systems. Contributed by Kurt D.
Zeilenga <kurt@openldap.org>. Fix for autoconf/6.

26 years ago1999-09-24 Jim Blandy <jimb@zwingli.cygnus.com>
Ben Elliston [Fri, 24 Sep 1999 05:30:05 +0000 (05:30 +0000)] 
1999-09-24  Jim Blandy  <jimb@zwingli.cygnus.com>

* acspecific.m4 (AC_C_VOLATILE): New test.
* acconfig.h: Add new entry for `volatile'.
* autoconf.texi (C Compiler Characteristics): Document it.

26 years ago1999-09-24 Ben Elliston <bje@cygnus.com>
Ben Elliston [Fri, 24 Sep 1999 04:45:36 +0000 (04:45 +0000)] 
1999-09-24  Ben Elliston  <bje@cygnus.com>

* autoreconf.sh: Do not run autoheader if AC_CONFIG_HEADER is
commented out in configure.in. Reported by Erez Zadok
<ezk@cs.columbia.edu> as a fix for autoconf/21.

26 years ago1999-09-24 Ben Elliston <bje@cygnus.com>
Ben Elliston [Fri, 24 Sep 1999 04:24:32 +0000 (04:24 +0000)] 
1999-09-24  Ben Elliston  <bje@cygnus.com>

* install.texi: Replace `can not' with `cannot'.

26 years ago1999-09-22 Ben Elliston <bje@cygnus.com>
Ben Elliston [Wed, 22 Sep 1999 09:45:20 +0000 (09:45 +0000)] 
1999-09-22  Ben Elliston  <bje@cygnus.com>

* config.guess: Clear the CCOPTS environment variable before
invoking the C compiler on HP-UX. This is necessary to guarantee
that the test program is compiled correctly. Reported by Dietmar
P. Schindler <schd@mra.man.de>.

26 years ago1999-09-22 Linas Vepstas <linas@linas.org>
Ben Elliston [Wed, 22 Sep 1999 09:25:12 +0000 (09:25 +0000)] 
1999-09-22  Linas Vepstas  <linas@linas.org>

* config.guess: Add OS/390 match pattern.
* config.sub: Add mvs, openedition targets.

26 years ago1999-09-21 Nick Clifton <nickc@cygnus.com>
Ben Elliston [Tue, 21 Sep 1999 23:15:35 +0000 (23:15 +0000)] 
1999-09-21  Nick Clifton  <nickc@cygnus.com>

* config.sub: Add fr30 target.

26 years ago1999-09-21 Ben Elliston <bje@cygnus.com>
Ben Elliston [Tue, 21 Sep 1999 05:54:34 +0000 (05:54 +0000)] 
1999-09-21  Ben Elliston  <bje@cygnus.com>

* configure.in: Check if an appropriate version of GNU m4 is
installed at configure-time rather than at runtime. From Pavel
Roskin <pavel_roskin@geocities.com>. Fix for autoconf/2.

26 years ago1999-09-20 Ben Elliston <bje@cygnus.com>
Ben Elliston [Mon, 20 Sep 1999 12:39:46 +0000 (12:39 +0000)] 
1999-09-20  Ben Elliston  <bje@cygnus.com>

* autoheader.sh: Bourne shell compatibility fix. From Pavel Roskin
<pavel_roskin@geocities.com>.

26 years ago1999-09-17 Ben Elliston <bje@cygnus.com>
Ben Elliston [Fri, 17 Sep 1999 00:13:24 +0000 (00:13 +0000)] 
1999-09-17  Ben Elliston  <bje@cygnus.com>

* config.guess: Detect QNX version 4.
* config.sub: Handle `qnx' and `i386-qnx' aliases.

26 years ago1999-09-17 Erez Zadok <ezk@cs.columbia.edu>
Ben Elliston [Thu, 16 Sep 1999 23:22:16 +0000 (23:22 +0000)] 
1999-09-17  Erez Zadok  <ezk@cs.columbia.edu>

* config.guess: Eliminate the trailing dot if ${UNAME_RELEASE} is
1.4-<SOMETHING>. Fix for autoconf/22.

26 years ago1999-09-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Ben Elliston [Wed, 15 Sep 1999 04:23:15 +0000 (04:23 +0000)] 
1999-09-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>

Fix for autoconf/28.
* acgeneral.m4 (AC_OUTPUT_MAKE_DEFS): Don't assume LF is \012, use
`echo` followed by a non-blank, within quotes.
* autoheader.sh (syms): Likewise.
* configure: Rebuilt.

26 years ago1999-09-07 Ben Elliston <bje@cygnus.com>
Ben Elliston [Tue, 7 Sep 1999 13:27:55 +0000 (13:27 +0000)] 
1999-09-07  Ben Elliston  <bje@cygnus.com>

* autoreconf.sh: Recognise -v as a synonym for --verbose.

1999-09-07  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>

* Makefile.in (INSTALL, standards.info, autoconf.info):  MiKTeX
for Windows treats all options after the first filename as
additional filenames, so real options must appear before the first
filename.

1999-09-07  Steven G. Johnson  <stevenj@alum.mit.edu>

* autoconf.texi (LDFLAGS, LIBS): Document that -L linker flags
should be kept in LDFLAGS and not LIBS.

1999-09-07  Jim Meyering  <meyering@ascend.com>

* acgeneral.m4 (AC_SEARCH_LIBS): Use $ac_lib as the index, not $i.

26 years ago1999-09-07 Ben Elliston <bje@cygnus.com>
Ben Elliston [Tue, 7 Sep 1999 13:21:40 +0000 (13:21 +0000)] 
1999-09-07  Ben Elliston  <bje@cygnus.com>

* autoreconf.sh: Recognise -v as a synonym for --verbose.

26 years ago1999-09-07 Jim Meyering <meyering@ascend.com>
Ben Elliston [Tue, 7 Sep 1999 12:52:42 +0000 (12:52 +0000)] 
1999-09-07  Jim Meyering  <meyering@ascend.com>

* acgeneral.m4 (AC_SEARCH_LIBS): Use $ac_lib as the index, not $i.

26 years ago1999-09-07 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
Ben Elliston [Tue, 7 Sep 1999 09:25:22 +0000 (09:25 +0000)] 
1999-09-07  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>

* Makefile.in (INSTALL, standards.info, autoconf.info):  MiKTeX
for Windows treats all options after the first filename as
additional filenames, so real options must appear before the first
filename.

26 years ago1999-09-07 Steven G. Johnson <stevenj@alum.mit.edu>
Ben Elliston [Tue, 7 Sep 1999 09:06:10 +0000 (09:06 +0000)] 
1999-09-07  Steven G. Johnson  <stevenj@alum.mit.edu>

* autoconf.texi (LDFLAGS, LIBS): Document that -L linker flags
should be kept in LDFLAGS and not LIBS.

26 years ago1999-09-06 Ben Elliston <bje@cygnus.com>
Ben Elliston [Mon, 6 Sep 1999 02:08:58 +0000 (02:08 +0000)] 
1999-09-06  Ben Elliston  <bje@cygnus.com>

* acspecific.m4 (AC_FUNC_ALLOCA): Rename cache variable to avoid
name clashes with AC_CHECK_HEADER(alloca.h).

26 years ago1999-09-05 Steve Chamberlain <sac@pobox.com>
Ben Elliston [Sat, 4 Sep 1999 16:58:54 +0000 (16:58 +0000)] 
1999-09-05  Steve Chamberlain  <sac@pobox.com>

* config.sub: Add support for configuring for picoJava (pj).

26 years ago1999-09-05 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sat, 4 Sep 1999 15:02:12 +0000 (15:02 +0000)] 
1999-09-05  Ben Elliston  <bje@cygnus.com>

* acgeneral.m4 (CONFIG_AUX_DIRS): Try running `shtool install'.
Contributed by Ralf S. Engelschall <rse@engelschall.com>.

1999-09-04  Ben Elliston  <bje@cygnus.com>

* config.guess: Use POSIX compliant shell code on DG/UX.
Suggested by Stephen Gildea <gildea@alum.mit.edu>.

26 years ago1999-09-05 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sat, 4 Sep 1999 15:01:04 +0000 (15:01 +0000)] 
1999-09-05  Ben Elliston  <bje@cygnus.com>

* acgeneral.m4 (CONFIG_AUX_DIRS): Try running `shtool install'.
Contributed by Ralf S. Engelschall <rse@engelschall.com>.

26 years ago1999-09-04 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sat, 4 Sep 1999 13:11:48 +0000 (13:11 +0000)] 
1999-09-04  Ben Elliston  <bje@cygnus.com>

* config.guess: Use POSIX compliant shell code on DG/UX.
Suggested by Stephen Gildea <gildea@alum.mit.edu>.

26 years ago1999-09-04 Pavel Roskin <pavel_roskin@geocities.com>
Ben Elliston [Sat, 4 Sep 1999 12:21:52 +0000 (12:21 +0000)] 
1999-09-04  Pavel Roskin  <pavel_roskin@geocities.com>

* acgeneral.m4 (AC_OUTPUT_FILES): Output comment to not only
`Makefile', but also `makefile'.

1999-09-04  Jim Blandy  <jimb@zwingli.cygnus.com>

* Makefile.in (install): Don't freak if the M4FROZEN files were
never generated.  m4 1.1 is supported, but doesn't freeze files.

1999-09-04  Scott Bambrough  <scottb@netwinder.org>

* config.guess: Autodetect ArmLinux using 2.9.1.xx linker
emulation names and using the emulation names from the linker from
the binutils CVS tree.

* config.sub: Change manufacturer name for the NetWinder alias
from Corel to Rebel.

26 years ago1999-09-04 Pavel Roskin <pavel_roskin@geocities.com>
Ben Elliston [Sat, 4 Sep 1999 12:20:02 +0000 (12:20 +0000)] 
1999-09-04  Pavel Roskin  <pavel_roskin@geocities.com>

* acgeneral.m4 (AC_OUTPUT_FILES): Output comment to not only
`Makefile', but also `makefile'.

26 years ago1999-09-04 Scott Bambrough <scottb@netwinder.org>
Ben Elliston [Sat, 4 Sep 1999 12:12:32 +0000 (12:12 +0000)] 
1999-09-04  Scott Bambrough  <scottb@netwinder.org>

* config.guess: Autodetect ArmLinux using 2.9.1.xx linker
emulation names and using the emulation names from the linker from
the binutils CVS tree.

* config.sub: Change manufacturer name for the NetWinder alias
from Corel to Rebel.

26 years ago1999-09-04 Jim Blandy <jimb@zwingli.cygnus.com>
Ben Elliston [Sat, 4 Sep 1999 12:09:31 +0000 (12:09 +0000)] 
1999-09-04  Jim Blandy  <jimb@zwingli.cygnus.com>

* Makefile.in (install): Don't freak if the M4FROZEN files were
never generated.  m4 1.1 is supported, but doesn't freeze files.

26 years ago1999-09-04 Jeremy Elson <jelson@circlemud.org>
Ben Elliston [Sat, 4 Sep 1999 07:29:13 +0000 (07:29 +0000)] 
1999-09-04  Jeremy Elson  <jelson@circlemud.org>

* autoheader.m4 (AC_CHECK_HEADER): Define.

1999-08-18  Ben Elliston  <bje@cygnus.com>

* config.guess: Remove "/MP" from the release string on
multiprocessor x86 machines running SVR4.0. Suggested by Tom
Purcell <Tom.Purcell@wang.com>.

1999-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

* acgeneral.m4 (AC_CHECK_TYPE): Add optional third argument
INCLUDES, which specifies the headers in which to search for the
type in question. Also, pass a "description" argument to
AC_DEFINE_UNQUOTED.
* acconfig.h (mode_t, off_t, pid_t, size_t): Remove definitions.
* autoconf.texi (AC_CHECK_TYPE): Document optional third argument.

26 years ago1999-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Ben Elliston [Sat, 4 Sep 1999 07:26:22 +0000 (07:26 +0000)] 
1999-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

* acgeneral.m4 (AC_CHECK_TYPE): Add optional third argument
INCLUDES, which specifies the headers in which to search for the
type in question. Also, pass a "description" argument to
AC_DEFINE_UNQUOTED.
* acconfig.h (mode_t, off_t, pid_t, size_t): Remove definitions.
* autoconf.texi (AC_CHECK_TYPE): Document optional third argument.

26 years ago1999-08-18 Ben Elliston <bje@cygnus.com>
Ben Elliston [Sat, 4 Sep 1999 07:11:29 +0000 (07:11 +0000)] 
1999-08-18  Ben Elliston  <bje@cygnus.com>

* config.guess: Remove "/MP" from the release string on
multiprocessor x86 machines running SVR4.0. Suggested by Tom
Purcell <Tom.Purcell@wang.com>.

26 years ago1999-09-04 Jeremy Elson <jelson@circlemud.org>
Ben Elliston [Sat, 4 Sep 1999 07:05:34 +0000 (07:05 +0000)] 
1999-09-04  Jeremy Elson  <jelson@circlemud.org>

* autoheader.m4 (AC_CHECK_HEADER): Define.