2001-06-02 23:01:13 +08:00
|
|
|
2001-06-02 Christian Marquardt <marq@gfz-potsdam.de>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2001-06-02 21:00:34 +08:00
|
|
|
2001-06-02 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* autom4te.in (Request::@request): Declare with `vars', not `my',
|
|
|
|
as it prevents updates via `do FILENAME'.
|
|
|
|
|
2001-06-02 20:30:14 +08:00
|
|
|
2001-06-02 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* configure.in (standards_texi): Remove, dead code.
|
|
|
|
|
2001-06-02 19:28:17 +08:00
|
|
|
2001-06-02 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* autom4te.in: New.
|
|
|
|
|
2001-06-02 13:49:54 +08:00
|
|
|
2001-06-02 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2001-06-01 18:55:21 +08:00
|
|
|
2001-06-01 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
|
|
|
|
message.
|
|
|
|
|
2001-05-31 23:44:27 +08:00
|
|
|
2001-05-31 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
|
|
|
|
Add copyright and comments.
|
|
|
|
* acheaders: Add stdint.h.
|
|
|
|
Suggested by Paul Eggert.
|
|
|
|
|
2001-05-31 16:24:01 +08:00
|
|
|
2001-05-31 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* atgeneral.m4 (AT_INIT): Use $SHELL.
|
|
|
|
* atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
|
|
|
|
|
2001-05-31 15:32:27 +08:00
|
|
|
2001-05-31 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
|
2001-05-31 23:35:25 +08:00
|
|
|
stdint.h.
|
2001-05-31 15:32:27 +08:00
|
|
|
From Paul Eggert and Lars Hecking.
|
|
|
|
|
2001-05-31 15:04:30 +08:00
|
|
|
2001-05-31 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* tests/base.at: Adjust line numbers in error messages.
|
|
|
|
|
2001-05-31 15:02:13 +08:00
|
|
|
2001-05-31 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
|
|
|
|
to emit the bangshe line.
|
|
|
|
Reported by David Carter.
|
|
|
|
|
2001-05-30 20:45:04 +08:00
|
|
|
2001-05-30 Steven G. Johnson <stevenj@alum.mit.edu>
|
|
|
|
|
|
|
|
* aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
|
|
|
|
Fortran (95) compilers to check.
|
|
|
|
|
2001-05-29 21:23:46 +08:00
|
|
|
2001-05-29 Alexandre Duret-Lutz <duret_g@epita.fr>
|
|
|
|
|
|
|
|
* doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
|
|
|
|
Macro Archive URL.
|
|
|
|
|
2001-05-23 20:27:56 +08:00
|
|
|
2001-05-23 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2001-05-22 22:43:48 +08:00
|
|
|
2001-05-22 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* config: New directory.
|
|
|
|
* configure.in: AC_CONFIG_AUX_DIR it.
|
|
|
|
* tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
|
|
|
|
|
2001-05-22 22:04:22 +08:00
|
|
|
2001-05-22 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2001-05-22 20:32:18 +08:00
|
|
|
2001-05-22 Akim Demaille <akim@epita.fr>
|
|
|
|
|
|
|
|
* autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
|
|
|
|
Rename as...
|
|
|
|
* autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
|
|
|
|
these.
|
|
|
|
|
2001-05-21 16:01:36 +08:00
|
|
|
2001-05-21 Akim Demaille <akim@epita.fr>
|
|
|
|
|
2001-05-21 21:01:06 +08:00
|
|
|
* configure.in: Bump to 2.50a.
|