Paul Eggert
fb37a3ec82
Work around a bug in pdksh 5.2.14.
...
Document ksh better.
2003-10-15 22:56:22 +00:00
Kevin Ryde
320a1a6670
*** empty log message ***
2003-10-15 00:13:59 +00:00
Kevin Ryde
611e1bece2
Add sysconf _SC_PAGE_SIZE.
2003-10-15 00:13:12 +00:00
Kevin Ryde
cfc29aeec0
Add putenv and unsetenv.
2003-10-15 00:10:05 +00:00
Kevin Ryde
0e37aef4a8
(Function Portability): Add @prindex for exit.
2003-10-15 00:06:53 +00:00
Paul Eggert
08d070c99d
Trivial fix for vfork cross test.
2003-10-13 19:09:58 +00:00
Steven G. Johnson
40aa8f8cf0
g95 is now to be called gfortran
2003-10-11 23:37:58 +00:00
Paul Eggert
0fd47195fe
Untabify.
2003-10-11 06:52:08 +00:00
Andreas Schwab
0bdeaac15d
Avoid empty first line in --version and --help output.
2003-10-10 09:18:56 +00:00
Paul Eggert
132dcb2111
Don't assume -j is a solo 'make' argument.
2003-10-09 20:23:53 +00:00
Steven G. Johnson
87f8817fdc
bug-fix for AC_{FC,F77}_LIBRARY_LDFLAGS with Intel ifc
2003-10-09 05:32:25 +00:00
Steven G. Johnson
5a401f703d
document new Fortran stuff
2003-10-08 20:06:21 +00:00
Gary V. Vaughan
2f9a01b432
* lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
...
that future autopoint/aclocal/automake/autoreconf will be able
to trace to find where to install local m4 macros.
* doc/autoconf.texi (Input): Document it.
* NEWS: Updated.
2003-10-08 13:12:19 +00:00
Steven G. Johnson
8cb27aa8a2
fix underquoting and ignore -lcrtbegin for MacOS X
2003-10-07 17:02:16 +00:00
Steven G. Johnson
ab51c2b44a
fix GNU compiler handling in _AC_PROG_FC_G
2003-10-05 18:34:14 +00:00
Steven G. Johnson
e11232b4eb
AC_FC_FREEFORM: support -f free flag for Absoft, reorder flags
2003-10-03 23:37:56 +00:00
Paul Eggert
37d1e9b47e
Mention "autoreconf -fvim".
2003-10-03 21:11:29 +00:00
Steven G. Johnson
1e2fa5590b
document fortran.m4 commit
2003-10-03 17:25:06 +00:00
Steven G. Johnson
071f2e6aee
make AC_PROG_FC take compiler list as first argumet, like AC_PROG_F77; document freeform flags; return error 77 on freeform failure, for test suite
2003-10-03 17:22:35 +00:00
Akim Demaille
e33f0affba
* configure.ac: Look for emacs, not macs.
...
Reported by Eric Sunshine.
2003-10-03 13:58:37 +00:00
Akim Demaille
69148bc4e5
* lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
...
* bin/autoreconf.in (autoreconf_current_directory): Create the
AUX_DIR if needed, for sake of automake --add-missing etc.
Suggested by Alexandre Duret-Lutz.
2003-10-03 07:30:01 +00:00
Akim Demaille
8d5d3bd898
* configure.ac: Quotation and formatting changes.
...
(EMACS): Don't set it if it is not recent enough to support
autoconf-mode.el.
From Eric Sunshine.
2003-10-03 07:07:13 +00:00
Akim Demaille
2c222091ff
* bin/ifnames.in (&scan_file): Skip C++ comments.
2003-10-02 12:47:47 +00:00
Paul Eggert
1ff767a434
* doc/autoconf.texi (Particular Structure Checks):
...
Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
2003-10-02 04:41:14 +00:00
Paul Eggert
065175811a
(Particular Structure Checks): Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
2003-10-02 04:38:02 +00:00
Akim Demaille
8eabae65c0
.
2003-10-01 11:13:51 +00:00
Akim Demaille
b9859c602f
Version 2.57f.
2003-10-01 10:29:36 +00:00
Paul Eggert
2c59dae736
Look for --jobs, too.
2003-09-30 19:34:28 +00:00
Paul Eggert
af43b2b786
* lib/Autom4te/XFile.pm: Use Errno.
...
(lock): Ignore ENOLCK errors. Problem reported Andreas Schwab in
<http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html >.
2003-09-30 19:29:47 +00:00
Akim Demaille
f08e10cb50
* config/announce-gen (&print_news_deltas): Extracted from...
...
(&print_changelog_deltas): here.
(&news_file): Rename as...
(@news_file): this.
2003-09-30 13:07:27 +00:00
Akim Demaille
3e2b51bef7
* lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
...
have been created when invoking the compiler.
* tests/fortran.at (GNU Fortran 77): Quote $G77.
2003-09-30 13:03:01 +00:00
Akim Demaille
83424320dc
Bump to 2.57f.
2003-09-30 13:02:07 +00:00
Akim Demaille
7e7359702d
Fix ChangeLog.
2003-09-29 09:14:52 +00:00
Akim Demaille
0d2e796391
Version 2.59e.
...
* config/mkinstalldirs: Upgrade.
2003-09-29 09:12:46 +00:00
Paul Eggert
69460e86e0
(_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to "test -d ./-p && rmdir ./-p".
2003-09-28 19:02:41 +00:00
Paul Eggert
857ba94761
(AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
2003-09-28 18:53:50 +00:00
Akim Demaille
9a8ac9d0ba
* lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
...
directory for AC_CONFIG_COMMANDS' first argument exists.
This makes valid the invocation of _AC_SRCPATH that follows.
Reported by Eric Sunshine.
* doc/autoconf.texi (Configuration Commands): Adjust.
2003-09-26 13:55:03 +00:00
Akim Demaille
d254c1999a
* bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
...
Reported by Ralf Corsepius.
2003-09-26 12:57:42 +00:00
Akim Demaille
59d9e7a8c0
* lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
...
arguments.
Actually, use AU_ALIAS.
From Bruno Haible.
2003-09-26 09:11:23 +00:00
Paul Eggert
c8442aa6a7
* lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
...
rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
2003-09-26 08:26:01 +00:00
Paul Eggert
403b1490b8
(_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
...
rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
2003-09-26 08:24:30 +00:00
Akim Demaille
eb9c81bd2e
Fix an acknowledgement.
2003-09-26 08:21:48 +00:00
Akim Demaille
f58280e8cc
The test suite are sometimes assigning timings incorrectly.
...
Reported by Paivio Pollari.
Diagnosed by Nicolas Joly.
* lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
AT_help_all.
Instead of making AT_help a sequence of assignments to grow
$at_help_all, just make AT_help_all be the growing contents of
$at_help_all, and make a single assignment in...
(AT_INIT): here.
(at_times_skip): Flip the meaning and rename as...
(at_times_p): this.
(AT_INIT): When summarizing the test that ran, remove
$at_times_file after use, and check it is present before trying to
use it.
2003-09-26 08:12:38 +00:00
Akim Demaille
259006c2c7
Bump to 2.57e.
2003-09-25 15:22:43 +00:00
Akim Demaille
4231f5cf49
.
2003-09-25 11:52:32 +00:00
Akim Demaille
6f5de816b0
Version 2.57d.
...
* bin/Makefile.am (edit): Handle '@configure_input@'.
(autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
(ifnames): chmod -w.
* tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
executables, not bin/ executables! Otherwise all the magic needed
to find non installed files is turned off. This caused a failure
of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
as found in its environment (sent by tests/autoreconf): pointing
to bin/autom4te that could not find its files.
* tests/mktests.sh: Force the replacement of generated files, for
the sake of "mv" program that are interactive when overwriting a
-w file.
* config/install-sh: Upgrade from CVS Automake.
2003-09-25 09:30:34 +00:00
Akim Demaille
f2e174acbe
Version 2.57d.
...
* config/install-sh: Upgrade from CVS Automake.
2003-09-25 08:33:32 +00:00
Paul Eggert
f207e9bdb5
Trivial change to support GCC's configuration procedure.
2003-09-23 23:05:08 +00:00
Alexandre Duret-Lutz
b0236a9bc3
mention autotools-announce@gnu.org
2003-09-13 22:01:03 +00:00
Alexandre Duret-Lutz
033b8cecbd
* Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
...
and XFile.pm from Automake.
* lib/Autom4te/XFile.pm: Update from Automake.
2003-09-13 22:00:36 +00:00