]> git.ipfire.org Git - thirdparty/autoconf.git/log
thirdparty/autoconf.git
21 years ago(AC_PROG_SED): Use diff, not sed; otherwise "make check" fails because
Paul Eggert [Mon, 26 Jan 2004 23:16:52 +0000 (23:16 +0000)] 
(AC_PROG_SED): Use diff, not sed; otherwise "make check" fails because
it forbids cmp (I guess because cmp treats files as binary on DOS-like
systems).

21 years ago* lib/autoconf/programs.m4 (AC_PROG_SED): New macro to test for a
Gary V. Vaughan [Fri, 23 Jan 2004 08:21:51 +0000 (08:21 +0000)] 
* lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
non-truncating sed or gsed program in PATH.
* tests/acprograms.at: Add it.
* doc/autoconf.texi (Particular Programs): Document it.
* NEWS: Updated.

21 years ago* lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
Paul Eggert [Thu, 15 Jan 2004 18:20:51 +0000 (18:20 +0000)] 
* lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
-std1 disables some useful extensions on Tru64.

21 years ago* lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
Paul Eggert [Wed, 14 Jan 2004 20:27:30 +0000 (20:27 +0000)] 
* lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
Test for dir before calling mkdir -p.  (trivial changes)
* doc/autoconf.texi: Document this.

21 years agoGrammar fixes.
Paul Eggert [Wed, 14 Jan 2004 18:36:58 +0000 (18:36 +0000)] 
Grammar fixes.

21 years ago* doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
Paul Eggert [Tue, 13 Jan 2004 18:36:54 +0000 (18:36 +0000)] 
* doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)

21 years ago*** empty log message ***
Jim Meyering [Sat, 10 Jan 2004 16:40:09 +0000 (16:40 +0000)] 
*** empty log message ***

21 years ago(Running the Preprocessor): Correct grammar.
Jim Meyering [Sat, 10 Jan 2004 16:39:56 +0000 (16:39 +0000)] 
(Running the Preprocessor): Correct grammar.

21 years ago* lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
Paul Eggert [Sat, 10 Jan 2004 06:48:02 +0000 (06:48 +0000)] 
* lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
with `autoconf -Wall,error'.

21 years agoFix bug: AC_CHECK_SIZEOF evokes a warning with `autoconf -Wall,error'.
Paul Eggert [Sat, 10 Jan 2004 06:47:30 +0000 (06:47 +0000)] 
Fix bug: AC_CHECK_SIZEOF evokes a warning with `autoconf -Wall,error'.

21 years ago* lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside `"'...'"`.
Paul Eggert [Wed, 7 Jan 2004 23:59:15 +0000 (23:59 +0000)] 
* lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside `"'...'"`.

21 years ago* lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
Alexandre Duret-Lutz [Wed, 7 Jan 2004 22:07:07 +0000 (22:07 +0000)] 
* lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
and _LT_AC_TAGCONFIG.

21 years agoMake example a bit shorter in the previous change.
Paul Eggert [Wed, 7 Jan 2004 18:17:28 +0000 (18:17 +0000)] 
Make example a bit shorter in the previous change.

21 years agoFix an incorrect quoting example; reported by Eric Sunshine.
Paul Eggert [Tue, 6 Jan 2004 21:11:30 +0000 (21:11 +0000)] 
Fix an incorrect quoting example; reported by Eric Sunshine.

21 years agoRemove warning against "rm -fr" introduced yesterday;
Paul Eggert [Mon, 5 Jan 2004 23:34:23 +0000 (23:34 +0000)] 
Remove warning against "rm -fr" introduced yesterday;
it seems to have been a false alarm.

21 years agoDon't use "chmod -w".
Paul Eggert [Mon, 5 Jan 2004 08:18:24 +0000 (08:18 +0000)] 
Don't use "chmod -w".

21 years agoSpeed up sed scripts by doing lineno substitution only on lines with "$LINENO".
Paul Eggert [Mon, 5 Jan 2004 07:43:48 +0000 (07:43 +0000)] 
Speed up sed scripts by doing lineno substitution only on lines with "$LINENO".

21 years agoReplace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
Paul Eggert [Mon, 5 Jan 2004 07:05:22 +0000 (07:05 +0000)] 
Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.

21 years agoUse "rm -f" to remove conftest.sed.
Paul Eggert [Mon, 5 Jan 2004 06:18:09 +0000 (06:18 +0000)] 
Use "rm -f" to remove conftest.sed.

21 years ago*** empty log message ***
Paul Eggert [Sun, 4 Jan 2004 01:41:52 +0000 (01:41 +0000)] 
*** empty log message ***

21 years ago(Limitations of Usual Tools): Mention that cc
Paul Eggert [Sun, 4 Jan 2004 01:41:25 +0000 (01:41 +0000)] 
(Limitations of Usual Tools): Mention that cc
-c -o might not work.  From a suggestion by Kevin Ryde.
(C Compiler, Generating Sources, Limitations
of Usual Tools, Limitations of Make, Making testsuite Scripts):
Don't put '-o' after non-options, as POSIX doesn't allow this.
Mention that cc's name might be gcc or c89 or whatever.

21 years ago* doc/autoconf.texi: Add various further index entries.
Kevin Ryde [Sat, 3 Jan 2004 20:57:09 +0000 (20:57 +0000)] 
* doc/autoconf.texi: Add various further index entries.

21 years ago* bin/autoreconf.in (autoreconf_current_directory):
Paul Eggert [Tue, 30 Dec 2003 00:20:04 +0000 (00:20 +0000)] 
* bin/autoreconf.in (autoreconf_current_directory):
Fix typo: mkdir without umask arg.

21 years ago(autoreconf_current_directory): Fix typo: mkdir without umask arg.
Paul Eggert [Tue, 30 Dec 2003 00:19:32 +0000 (00:19 +0000)] 
(autoreconf_current_directory): Fix typo: mkdir without umask arg.

21 years ago* doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
Alexandre Duret-Lutz [Sat, 27 Dec 2003 11:31:05 +0000 (11:31 +0000)] 
* doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
`VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
explanation clearer.

21 years agoFix misspelling of AC_INCLUDES_DEFAULT.
Paul Eggert [Sat, 27 Dec 2003 08:26:26 +0000 (08:26 +0000)] 
Fix misspelling of AC_INCLUDES_DEFAULT.

21 years ago2003-12-03 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Thu, 25 Dec 2003 15:49:59 +0000 (15:49 +0000)] 
2003-12-03  Paolo Bonzini  <bonzini@gnu.org>

        * configure.ac: Test if sh -n works.
        * configure: Regenerate.
        * tests/atlocal.in: Store the result here.
        * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
        tools.at, looking in atlocal's ac_cv_sh_n_works instead
        of explicitly testing.
        (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
        (AT_CHECK_AUTOCONF): Test for the configure script syntax.
        * tests/tools.at (Syntax of the shell scripts): Simplify
        using AT_CHECK_SHELL_SYNTAX.
        (Syntax of the Perl scripts): Remove definition of
        AT_CHECK_PERL_SYNTAX.

21 years ago2003-12-03 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Thu, 25 Dec 2003 15:43:01 +0000 (15:43 +0000)] 
2003-12-03  Paolo Bonzini  <bonzini@gnu.org>

        * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
        stderr to /dev/null.
        * bin/autoconf.in: Regenerate.
        * bin/wrapper.in: Regenerate.

21 years ago2003-11-26 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Thu, 27 Nov 2003 10:04:12 +0000 (10:04 +0000)] 
2003-11-26  Paolo Bonzini  <bonzini@gnu.org>

        * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
        Extracted from AS_SHELL_SANITIZE.
        (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
        macros.
        (AS_SHELL_SANITIZE): Move reinvocation code from
        _AS_LINENO_WORKS, use it to find out if shell
        functions work.
        (_AS_LINENO_WORKS): Don't find another shell if $LINENO
        does not work.
        (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
        (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
        was called.
        * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
        * bin/autoconf.in: Regenerate.
        * tests/wrapper.in: Regenerate.
        * tests/tools.at: Test the syntax of tests/autoconf
        and tests/testsuite.

21 years agoRevert the behavioral changes in AC_LINK_FILES, and add several
Paolo Bonzini [Tue, 25 Nov 2003 13:50:45 +0000 (13:50 +0000)] 
Revert the behavioral changes in AC_LINK_FILES, and add several
clarificataions about the brokenness of AU_DEFUN's third argument.

21 years ago* config/announce-gen (&print_locations, &print_signatures)
Akim Demaille [Mon, 24 Nov 2003 16:11:41 +0000 (16:11 +0000)] 
* config/announce-gen (&print_locations, &print_signatures)
(&sizes): New.
Use them.
No longer rely on Gnus to inline the list of signatures: compute
them on the fly.

21 years ago* doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
Akim Demaille [Mon, 24 Nov 2003 14:36:15 +0000 (14:36 +0000)] 
* doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
override some files.
(Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
From Debian Autoconf 2.58.

21 years ago* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
Akim Demaille [Mon, 24 Nov 2003 14:19:04 +0000 (14:19 +0000)] 
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
uses.
From Debian Autoconf 2.58.

21 years agoTODO: put back a todo item that I stripped by mistake.
Paolo Bonzini [Mon, 24 Nov 2003 14:17:34 +0000 (14:17 +0000)] 
TODO: put back a todo item that I stripped by mistake.

21 years agoTypos.
Akim Demaille [Mon, 24 Nov 2003 14:09:12 +0000 (14:09 +0000)] 
Typos.

21 years ago2003-11-24 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 24 Nov 2003 10:44:52 +0000 (10:44 +0000)] 
2003-11-24  Paolo Bonzini  <bonzini@gnu.org>

        * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): New macro.
        * tests/m4sh.at (AS_REQUIRE_SHELL_FN and m4_require): New test.

Approved by Paul Eggert.

21 years ago2003-11-24 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 24 Nov 2003 10:40:58 +0000 (10:40 +0000)] 
2003-11-24  Paolo Bonzini  <bonzini@gnu.org>

        * TODO: Remove already done things.  Update the part
        about finding tools for the target.

2003-11-24  Paolo Bonzini <bonzini@gnu.org>

        * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
        AC_DIR_HEADER): Make wording more consistent.
        * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2,
        AC_MINGW32): Explain the transition better.
        * lib/autoconf/types.m4 (AC_INT_16_BITS,
        AC_LONG_64_BITS): Explain the transition better.

2003-11-24  Paolo Bonzini  <bonzini@gnu.org>

        * doc/autoconf.texi (Obsoleting Macros): Don't
        document the third parameter of AU_DEFUN.
        * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
        (AU_DEFUN): Remove the third parameter, it was not used.
        Use AC_DEFUN directly, not AU_DEFINE.
        * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message
        into the expanded body, consistently with other macros
        such as AC_USG.

21 years agoRegen.
Akim Demaille [Mon, 24 Nov 2003 09:09:06 +0000 (09:09 +0000)] 
Regen.

21 years agoPut at least 14 bytes into the initial confdefs.h.
Paul Eggert [Mon, 17 Nov 2003 17:37:05 +0000 (17:37 +0000)] 
Put at least 14 bytes into the initial confdefs.h.

21 years agoBit more of:
Kevin Ryde [Sat, 15 Nov 2003 22:26:12 +0000 (22:26 +0000)] 
Bit more of:
* doc/autoconf.texi (Using System Type): Revise, showing $host rather
than $target since the latter is not usual, add guidelines on when to
use or not use the system type.

$host_cpu pointed out by Ralf Corsepius.

21 years ago* doc/autoconf.texi (Using System Type): Revise, showing $host rather
Kevin Ryde [Fri, 14 Nov 2003 23:32:52 +0000 (23:32 +0000)] 
* doc/autoconf.texi (Using System Type): Revise, showing $host rather
than $target since the latter is not usual, add guidelines on when to
use or not use the system type.

21 years ago(Using System Type): Revise, showing $host rather
Kevin Ryde [Fri, 14 Nov 2003 23:32:10 +0000 (23:32 +0000)] 
(Using System Type): Revise, showing $host rather
than $target since the latter is not usual, add guidelines on when to
use or not use the system type.

21 years ago* doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
Derek Price [Wed, 12 Nov 2003 15:43:21 +0000 (15:43 +0000)] 
* doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
typo misrepaired by an auto-spellcheck.

21 years ago* bin/autoreconf.in (&parse_args): Don't call automake with
Akim Demaille [Wed, 12 Nov 2003 15:28:43 +0000 (15:28 +0000)] 
* bin/autoreconf.in (&parse_args): Don't call automake with
--force-missing unless it actually supports it.
From Debian #219336.

21 years ago* configure.ac: Bump to 2.59a.
Akim Demaille [Wed, 12 Nov 2003 15:21:00 +0000 (15:21 +0000)] 
* configure.ac: Bump to 2.59a.
Require 2.59.

21 years agoVersion 2.59. AUTOCONF-2.59
Akim Demaille [Thu, 6 Nov 2003 09:32:24 +0000 (09:32 +0000)] 
Version 2.59.

21 years agoRegen.
Akim Demaille [Thu, 6 Nov 2003 09:28:14 +0000 (09:28 +0000)] 
Regen.

21 years ago* lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
Alexandre Duret-Lutz [Wed, 5 Nov 2003 11:58:43 +0000 (11:58 +0000)] 
* lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
and ac_abs_top_srcdir are absolute paths.
* lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.

21 years ago* configure.ac: Bump to 2.58a.
Akim Demaille [Wed, 5 Nov 2003 10:38:00 +0000 (10:38 +0000)] 
* configure.ac: Bump to 2.58a.

21 years ago* doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
Kevin Ryde [Tue, 4 Nov 2003 21:20:12 +0000 (21:20 +0000)] 
* doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
it provokes a warning from makeinfo about looking like a cross
reference in info output.
* doc/autoconf.texi (Function Portability): Add notes on signal
handler return type, as per AC_TYPE_SIGNAL.

21 years ago(Function Portability): Add notes on signal
Kevin Ryde [Tue, 4 Nov 2003 21:18:58 +0000 (21:18 +0000)] 
(Function Portability): Add notes on signal
handler return type, as per AC_TYPE_SIGNAL.

21 years ago(Using Autotest): Avoid @strong{Note: ...}, since
Kevin Ryde [Tue, 4 Nov 2003 21:16:10 +0000 (21:16 +0000)] 
(Using Autotest): Avoid @strong{Note: ...}, since
it provokes a warning from makeinfo about looking like a cross
reference in info output.

21 years ago.
Akim Demaille [Tue, 4 Nov 2003 14:41:52 +0000 (14:41 +0000)] 
.

21 years agotests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM. AUTOCONF-2.58
Akim Demaille [Tue, 4 Nov 2003 12:32:01 +0000 (12:32 +0000)] 
tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.

21 years agoVersion 2.58.
Akim Demaille [Tue, 4 Nov 2003 08:48:23 +0000 (08:48 +0000)] 
Version 2.58.
* doc/standards.texi: Update from master.

21 years agoAC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
Akim Demaille [Tue, 4 Nov 2003 08:32:06 +0000 (08:32 +0000)] 
AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
computing the absolute path to d1 in the source hierarchy: it may
not exist at all.  So don't cd into it.
From Alexandre Duret-Lutz.
http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
* lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
From Paul Eggert, but named after Perl's IO::Spec->catfile.
* doc/autoconf.texi (Programming in M4sh): Document.
* lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.

21 years ago* doc/autoconf.texi (Generic Structure Checks): Describe
Pavel Roskin [Mon, 3 Nov 2003 16:35:00 +0000 (16:35 +0000)] 
* doc/autoconf.texi (Generic Structure Checks): Describe
action-if-found and action-if-not-found in AC_CHECK_MEMBERS.

21 years agoUpdate.
Akim Demaille [Fri, 31 Oct 2003 08:48:41 +0000 (08:48 +0000)] 
Update.

21 years ago* tests/fortran.at (GNU Fortran 77): Don't run FC macros.
Akim Demaille [Fri, 31 Oct 2003 08:44:46 +0000 (08:44 +0000)] 
* tests/fortran.at (GNU Fortran 77): Don't run FC macros.
(GNU Fortran): New.
* doc/autoconf.texi (Language Choice): Document.
* lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
the current language is Fortran.

21 years ago* bin/autom4te.in (&freeze): Use a less likely warning separator
Akim Demaille [Fri, 31 Oct 2003 08:43:39 +0000 (08:43 +0000)] 
* bin/autom4te.in (&freeze): Use a less likely warning separator
than `nn', so that `nnn' is valid in warnings.
Reported by Steve Huston.

21 years ago* Makefile.cfg (local_updates, executable-update): Tweak to be
Akim Demaille [Tue, 28 Oct 2003 08:28:56 +0000 (08:28 +0000)] 
* Makefile.cfg (local_updates, executable-update): Tweak to be
robust to parallel makes.
Suggested by Alexandre Duret-Lutz.

21 years ago* Makefile.cfg (executable-update): New.
Akim Demaille [Mon, 27 Oct 2003 16:48:06 +0000 (16:48 +0000)] 
* Makefile.cfg (executable-update): New.
(local_updates): Call it.

21 years ago* lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
Akim Demaille [Mon, 27 Oct 2003 11:12:49 +0000 (11:12 +0000)] 
* lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
Don't remove core.* as it may remove valid user files.
* lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
(AC_FUNC_UTIME_NULL): Likewise.

21 years agoBump to 2.57h.
Akim Demaille [Fri, 24 Oct 2003 10:01:27 +0000 (10:01 +0000)] 
Bump to 2.57h.

21 years ago.
Akim Demaille [Fri, 24 Oct 2003 07:50:28 +0000 (07:50 +0000)] 
.

21 years agoVersion 2.57g. AUTOCONF-2.57g
Akim Demaille [Thu, 23 Oct 2003 14:30:04 +0000 (14:30 +0000)] 
Version 2.57g.
* config/config.guess, config/config.sub: Upgrade from masters.

21 years agoBump to 2.57g, as should have been done on 2003-10-01.
Akim Demaille [Thu, 23 Oct 2003 09:11:57 +0000 (09:11 +0000)] 
Bump to 2.57g, as should have been done on 2003-10-01.

21 years ago* lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
Akim Demaille [Thu, 23 Oct 2003 08:22:27 +0000 (08:22 +0000)] 
* lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
hand...

21 years agoRegen.
Akim Demaille [Thu, 23 Oct 2003 08:20:52 +0000 (08:20 +0000)] 
Regen.

21 years ago* lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
Akim Demaille [Thu, 23 Oct 2003 07:56:52 +0000 (07:56 +0000)] 
* lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
Don't forget to remove conftest.err.

21 years ago* lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
Akim Demaille [Thu, 23 Oct 2003 07:49:15 +0000 (07:49 +0000)] 
* 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.

21 years agoUse 'eval', so that the resulting configure scripts work even if
Paul Eggert [Mon, 20 Oct 2003 23:24:37 +0000 (23:24 +0000)] 
Use 'eval', so that the resulting configure scripts work even if
the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.

21 years ago * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
Daniel Jacobowitz [Mon, 20 Oct 2003 16:18:26 +0000 (16:18 +0000)] 
* 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.

21 years ago * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
Daniel Jacobowitz [Mon, 20 Oct 2003 15:57:44 +0000 (15:57 +0000)] 
* lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
_AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
override AC_LINK_IFELSE.

21 years agoWork around a bug in pdksh 5.2.14.
Paul Eggert [Wed, 15 Oct 2003 22:56:22 +0000 (22:56 +0000)] 
Work around a bug in pdksh 5.2.14.
Document ksh better.

21 years ago*** empty log message ***
Kevin Ryde [Wed, 15 Oct 2003 00:13:59 +0000 (00:13 +0000)] 
*** empty log message ***

21 years agoAdd sysconf _SC_PAGE_SIZE.
Kevin Ryde [Wed, 15 Oct 2003 00:13:12 +0000 (00:13 +0000)] 
Add sysconf _SC_PAGE_SIZE.

21 years agoAdd putenv and unsetenv.
Kevin Ryde [Wed, 15 Oct 2003 00:10:05 +0000 (00:10 +0000)] 
Add putenv and unsetenv.

21 years ago(Function Portability): Add @prindex for exit.
Kevin Ryde [Wed, 15 Oct 2003 00:06:53 +0000 (00:06 +0000)] 
(Function Portability): Add @prindex for exit.

21 years agoTrivial fix for vfork cross test.
Paul Eggert [Mon, 13 Oct 2003 19:09:58 +0000 (19:09 +0000)] 
Trivial fix for vfork cross test.

21 years agog95 is now to be called gfortran
Steven G. Johnson [Sat, 11 Oct 2003 23:37:58 +0000 (23:37 +0000)] 
g95 is now to be called gfortran

21 years agoUntabify.
Paul Eggert [Sat, 11 Oct 2003 06:52:08 +0000 (06:52 +0000)] 
Untabify.

21 years agoAvoid empty first line in --version and --help output.
Andreas Schwab [Fri, 10 Oct 2003 09:18:56 +0000 (09:18 +0000)] 
Avoid empty first line in --version and --help output.

21 years agoDon't assume -j is a solo 'make' argument.
Paul Eggert [Thu, 9 Oct 2003 20:23:53 +0000 (20:23 +0000)] 
Don't assume -j is a solo 'make' argument.

21 years agobug-fix for AC_{FC,F77}_LIBRARY_LDFLAGS with Intel ifc
Steven G. Johnson [Thu, 9 Oct 2003 05:32:25 +0000 (05:32 +0000)] 
bug-fix for AC_{FC,F77}_LIBRARY_LDFLAGS with Intel ifc

21 years agodocument new Fortran stuff
Steven G. Johnson [Wed, 8 Oct 2003 20:06:21 +0000 (20:06 +0000)] 
document new Fortran stuff

21 years ago* lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
Gary V. Vaughan [Wed, 8 Oct 2003 13:12:19 +0000 (13:12 +0000)] 
* 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.

21 years agofix underquoting and ignore -lcrtbegin for MacOS X
Steven G. Johnson [Tue, 7 Oct 2003 17:02:16 +0000 (17:02 +0000)] 
fix underquoting and ignore -lcrtbegin for MacOS X

21 years agofix GNU compiler handling in _AC_PROG_FC_G
Steven G. Johnson [Sun, 5 Oct 2003 18:34:14 +0000 (18:34 +0000)] 
fix GNU compiler handling in _AC_PROG_FC_G

21 years agoAC_FC_FREEFORM: support -f free flag for Absoft, reorder flags
Steven G. Johnson [Fri, 3 Oct 2003 23:37:56 +0000 (23:37 +0000)] 
AC_FC_FREEFORM: support -f free flag for Absoft, reorder flags

21 years agoMention "autoreconf -fvim".
Paul Eggert [Fri, 3 Oct 2003 21:11:29 +0000 (21:11 +0000)] 
Mention "autoreconf -fvim".

21 years agodocument fortran.m4 commit
Steven G. Johnson [Fri, 3 Oct 2003 17:25:06 +0000 (17:25 +0000)] 
document fortran.m4 commit

21 years agomake AC_PROG_FC take compiler list as first argumet, like AC_PROG_F77; document freef...
Steven G. Johnson [Fri, 3 Oct 2003 17:22:35 +0000 (17:22 +0000)] 
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

21 years ago* configure.ac: Look for emacs, not macs.
Akim Demaille [Fri, 3 Oct 2003 13:58:37 +0000 (13:58 +0000)] 
* configure.ac: Look for emacs, not macs.
Reported by Eric Sunshine.

21 years ago* lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
Akim Demaille [Fri, 3 Oct 2003 07:30:01 +0000 (07:30 +0000)] 
* 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.

21 years ago* configure.ac: Quotation and formatting changes.
Akim Demaille [Fri, 3 Oct 2003 07:07:13 +0000 (07:07 +0000)] 
* 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.

21 years ago* bin/ifnames.in (&scan_file): Skip C++ comments.
Akim Demaille [Thu, 2 Oct 2003 12:47:47 +0000 (12:47 +0000)] 
* bin/ifnames.in (&scan_file): Skip C++ comments.

21 years ago* doc/autoconf.texi (Particular Structure Checks):
Paul Eggert [Thu, 2 Oct 2003 04:41:14 +0000 (04:41 +0000)] 
* doc/autoconf.texi (Particular Structure Checks):
Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.

21 years ago(Particular Structure Checks): Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
Paul Eggert [Thu, 2 Oct 2003 04:38:02 +0000 (04:38 +0000)] 
(Particular Structure Checks): Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.

21 years ago.
Akim Demaille [Wed, 1 Oct 2003 11:13:51 +0000 (11:13 +0000)] 
.