Akim Demaille
3be5747a55
Bump to 2.57g, as should have been done on 2003-10-01.
2003-10-23 09:11:57 +00:00
Akim Demaille
77c5d24444
* lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
...
same object file in $LIBOBJS.
Reported by Alexandre Duret-Lutz & Derek Robert Price.
* doc/autoconf.texi (Generic Functions): Adjust.
2003-10-23 07:49:15 +00:00
Daniel Jacobowitz
dd1ddde557
* lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
...
* lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
(_AC_LINK_IFELSE): Check the werror flag.
* doc/autoconf.texi (Generic Compiler Characteristics): Document
AC_LANG_WERROR.
* NEWS: Mention it.
2003-10-20 16:18:26 +00:00
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
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
0fd47195fe
Untabify.
2003-10-11 06:52:08 +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
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
Paul Eggert
065175811a
(Particular Structure Checks): Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
2003-10-02 04:38:02 +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
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
Akim Demaille
a8e5ab2717
* doc/autoconf.texi (Header Portability): Promote linux/types.h,
...
not asm/types.h.
2003-09-12 07:19:08 +00:00
Akim Demaille
deceea7b05
* doc/autoconf.texi (Header Portability): linux/random.h.
...
From Peter Hendrickson.
2003-09-11 07:06:56 +00:00
Paul Eggert
84c0e87bb3
* doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
...
Document problems with timestamp resolution that 'make', 'cp -p', and
'touch -r' have.
2003-09-02 19:13:58 +00:00
Akim Demaille
4a7536e370
* doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
...
documentation.
From Guido Draheim.
2003-08-27 07:29:30 +00:00
Akim Demaille
10faaad494
* doc/autoconf.texi (Output): Make clear that one can run code
...
after AC_OUTPUT.
2003-08-26 07:36:39 +00:00
Akim Demaille
550208e189
* doc/autoconf.texi (Header Portability): netinet/if_ether.h.
...
From Ville Karaila.
2003-08-25 06:29:48 +00:00
Akim Demaille
1649ca79e6
* Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
...
(autom4te-update): New.
* Makefile.cfg (update): Bind autom4te-update.
2003-08-20 06:29:54 +00:00
Alexandre Duret-Lutz
51e84cdd91
* lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
...
(Autoconf-without-aclocal-m4): ... this new language.
* doc/autoconf.texi (autom4te Invocation): Mention
Autoconf-without-aclocal-m4.
2003-08-19 07:56:56 +00:00
Derek Price
2ce00b8afd
* doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
...
RUN-IF-PASS optional arguments.
2003-08-18 16:48:26 +00:00
Derek Price
f4799aff77
* doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
2003-08-18 15:28:16 +00:00
Derek Price
da285ec31b
* doc/autoconf.texi (Writing testsuite.at): Document defaults for
...
STDOUT & STDERR arguments.
2003-08-16 16:15:15 +00:00
Paul Eggert
27dc41d1bc
Fix minor doc typos. Problem reported by Ralf Wildenhues.
2003-08-07 05:13:09 +00:00
Paul Eggert
ddf71846ef
Solaris 2.8 -> Solaris 8
2003-07-31 07:19:10 +00:00
Paul Eggert
e2a2a8e835
Solaris 2.8 -> Solaris 8
2003-07-31 07:18:15 +00:00
Paul Eggert
cdbcc96cc7
Fix another typo, reported by Stepan Kasal.
2003-07-22 17:09:10 +00:00
Paul Eggert
41f99f329b
Fix minor English typo. From Stepan Kasal.
2003-07-22 17:05:11 +00:00
Akim Demaille
8b18a0709f
* doc/autoconf.texi (Header Portability): sys/mount.h.
...
From Gareth McCaughan.
2003-06-25 10:05:42 +00:00
Akim Demaille
2fbbb4bafe
* tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
...
* lib/autom4te.cfg (args): Add local.at? for Autotest args.
* tests/atspecific.m4: Rename as...
* tests/local.at: This.
* tests/suite.at: Move the globals into...
* tests/local.at: here.
* tests/Makefile.am: Adjust.
* doc/autoconf.texi (testsuite Scripts): Adjust.
2003-06-23 11:11:41 +00:00
Akim Demaille
9c4ac634f9
Regen.
2003-06-23 08:39:09 +00:00
Kevin Ryde
c1507a819b
* autoconf.texi (hdrindex): New macro.
...
Add index entries for portability of various standard header files.
2003-06-20 23:26:19 +00:00
Akim Demaille
97df4a3e31
Regen with fixed Automake.
2003-06-20 08:18:15 +00:00
Akim Demaille
2e52204a16
Regen.
2003-06-20 07:34:29 +00:00
Akim Demaille
b89b8e5c2d
* config/config.guess, config/config.sub, config/elisp-comp,
...
* config/install-sh, config/mkinstalldirs, doc/standards.texi:
Update from masters.
2003-06-20 07:21:32 +00:00
Paolo Bonzini
c102ed8494
Add expected failures to autotest.
2003-06-12 11:03:55 +00:00
Paul Eggert
3a1b2ca878
* NEWS, doc/autoconf.texi (Particular Functions),
...
lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
is the inverse of localtime.
2003-05-28 20:03:52 +00:00
Akim Demaille
172bea7727
* lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
...
exit 63, so that we (or Automake's "missing") can tell the
difference with a plain failure.
* doc/autoconf.texi (Notices): Adjust.
2003-05-23 13:14:30 +00:00
Akim Demaille
4c64440ba1
* Makefile.am, bin/Makefile.am, config/Makefile.am,
...
* doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
White spaces cleanup.
2003-05-23 13:09:28 +00:00
Akim Demaille
7be200c539
* doc/autoconf.texi (Header Portability): ucred.h.
...
From Ian Redfern.
2003-05-23 07:14:49 +00:00
Paolo Bonzini
df6cb74cb6
Overhaul Autotest's logging: generate separate log files
...
in testsuite.dir/NNN/testsuite.log, and append them to
testsuite.log instead of re-running the test verbosely.
Adapt documentation. Update NEWS to signal possible bad
interactions between -x and experr.
2003-05-22 21:52:43 +00:00
Akim Demaille
3cb00cdb8b
* aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
...
* lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
* lib/autoconf/c.m4, lib/autoconf/fortran.m4,
* lib/autoconf/general.m4, lib/autoconf/headers.m4,
* lib/autoconf/lang.m4, lib/autoconf/libs.m4,
* lib/autoconf/programs.m4, lib/autoconf/specific.m4,
* lib/autoconf/status.m4, lib/autoconf/types.m4,
* lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
* tests/atspecific.m4, tests/base.at, tests/compile.at,
* tests/foreign.at, tests/m4sh.at, tests/semantics.at,
* tests/tools.at, tests/torture.at:
Whitespace clean up.
Suggested by Jim Meyering.
2003-05-22 13:24:04 +00:00
Akim Demaille
5958ce1756
* doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
...
Add AC_HELP_STRING to the obsolete macros section.
Typos.
Use '@.' for sentences that ended in a capital letter.
From Art Haas.
2003-05-22 07:43:49 +00:00
Akim Demaille
18ca9ab3ec
* config/config.guess, config/config.sub, config/elisp-comp,
...
* config/install-sh, config/mdate-sh, config/mkinstalldirs,
* config/texinfo.tex, doc/standards.texi: Update from masters.
2003-05-22 07:37:43 +00:00
Akim Demaille
b44e483cec
* lib/autoconf/functions.m4: Use the default includes so that
...
memcmp be declared before being tested.
Reported by Sander Niemeijer.
(AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
* doc/autoconf.texi (Default Includes): Document
AC_INCLUDES_DEFAULT.
2003-05-17 10:30:07 +00:00
Akim Demaille
d8711f0660
* lib/autoconf/specific.m4: Include signal.h and unistd.h.
...
* doc/autoconf.texi (Obsolete Macros): Adjust.
Reported by Werner LEMBERG and Debian Bug 190886.
2003-05-17 09:44:22 +00:00
Akim Demaille
c61f289486
* doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
...
linux/irda.h.
2003-05-14 08:29:04 +00:00