]> git.ipfire.org Git - thirdparty/autoconf.git/log
thirdparty/autoconf.git
24 years agoVersion 2.52b. AUTOCONF-2.52b
Akim Demaille [Wed, 1 Aug 2001 16:36:16 +0000 (16:36 +0000)] 
Version 2.52b.
* lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.

24 years ago.
Akim Demaille [Wed, 1 Aug 2001 16:13:27 +0000 (16:13 +0000)] 
.

24 years ago2.52a. AUTOCONF-2.52a
Akim Demaille [Wed, 1 Aug 2001 15:32:40 +0000 (15:32 +0000)] 
2.52a.

24 years agoAdd.
Akim Demaille [Wed, 1 Aug 2001 15:11:04 +0000 (15:11 +0000)] 
Add.

24 years ago* lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
Akim Demaille [Wed, 1 Aug 2001 15:10:36 +0000 (15:10 +0000)] 
* lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
`die'.
(&END): New.
* bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
`END', as `Autom4te::General::END' will be triggered.
* bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
* bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
system to run `mv', `rm', and `cmp'.

24 years ago* lib/Autom4te/General.pm (&unique): New.
Akim Demaille [Wed, 1 Aug 2001 15:02:36 +0000 (15:02 +0000)] 
* lib/Autom4te/General.pm (&unique): New.
* bin/autoscan.in (&output): Use it to issue trace requests once.

24 years ago* lib/Autom4te/General.pm: New.
Akim Demaille [Wed, 1 Aug 2001 15:01:16 +0000 (15:01 +0000)] 
* lib/Autom4te/General.pm: New.
* bin/autom4te.in (Autom4te::General): Use it.
($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
(&find_configure_ac, &find_slave): Remove.
* bin/autoscan.in: Likewise.
* bin/autoupdate.in: Likewise.

24 years agoAdjust path to executables.
Akim Demaille [Wed, 1 Aug 2001 15:00:03 +0000 (15:00 +0000)] 
Adjust path to executables.

24 years ago* autoconf.in, autom4te.in, autoscan.in, ifnames.in,
Akim Demaille [Wed, 1 Aug 2001 14:28:57 +0000 (14:28 +0000)] 
* autoconf.in, autom4te.in, autoscan.in, ifnames.in,
* autoheader.in, autoreconf.in, autoupdate.in: Move to...
* bin: here, new directory.
* lib/Autoconf: Rename as...
* lib/Autom4te: this, to please case insensitive junkie OSes.

24 years ago* autom4te.in ($m4): Handle the --nesting-limit.
Akim Demaille [Wed, 1 Aug 2001 13:58:44 +0000 (13:58 +0000)] 
* autom4te.in ($m4): Handle the --nesting-limit.
* autoconf.in (M4): Remove.

24 years ago* autoconf.in ($AWK): Remove, no longer used.
Akim Demaille [Wed, 1 Aug 2001 13:56:52 +0000 (13:56 +0000)] 
* autoconf.in ($AWK): Remove, no longer used.
* test/tools.at: Use AT_CHECK_AUTOCONF.
(AWK portability): Remove, for autoconf no longer uses AWK.
(Syntax of the Perl scripts): New.
* configure.ac: autoconf no longer needs an AWK with a good
regexp engine.
Use a static test on AC_PACKAGE_VERSION.
* autom4te.in (&up_to_date_p): Output depends on the arguments.
* lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
* tests/atconfig.in (PERL): New.

24 years ago* lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
Akim Demaille [Wed, 1 Aug 2001 13:50:48 +0000 (13:50 +0000)] 
* lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
(AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
(AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
(AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
(AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
(AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
(AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
(AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
(AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
(AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
(AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
(AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
(AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
* lib/autoconf/c.m4: here, new file.
* lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
(_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
(AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
(AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
(ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
(_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
(AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
(_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
(AC_F77_FUNC): Move to...
* lib/autoconf/fortran.m4: here, new file.

24 years ago* acfunctions.m4: Rename as...
Akim Demaille [Wed, 1 Aug 2001 13:46:22 +0000 (13:46 +0000)] 
* acfunctions.m4: Rename as...
* lib/autoconf/functions.m4: this.
* acgeneral.m4: Rename as...
* lib/autoconf/general.m4: this.
* acheaders.m4: Rename as...
* lib/autoconf/headers.m4: this.
* aclang.m4: Rename as...
* lib/autoconf/lang.m4: this.
* acoldnames.m4: Rename as...
* lib/autoconf/oldnames.m4: this.
* acspecific.m4: Rename as...
* lib/autoconf/specific.m4: this.
* actypes.m4: Rename as...
* lib/autoconf/types.m4: this.
* autoconf.m4: Rename as...
* lib/autoconf/autoconf.m4: this.
* m4sugar.m4: Rename as...
* lib/m4sugar/m4sugar.m4: this.
* m4sh.m4: Rename as...
* lib/m4sugar/m4sh.m4: this.
* tests/atgeneral.m4: Rename as...
* lib/autotest/general.m4: this.
* acfunctions: Rename as...
* lib/autoscan/functions: this.
* acheaders: Rename as...
* lib/autoscan/headers: this.
* acidentifiers: Rename as...
* lib/autoscan/identifiers: this.
* aclibraries: Rename as...
* lib/autoscan/libraries: this.
* acmakevars: Rename as...
* lib/autoscan/makevars: this.
* acprograms: Rename as...
* lib/autoscan/programs: this.

24 years ago* doc/autoconf.texi: Moving/deleting open files is not portable.
Akim Demaille [Wed, 1 Aug 2001 13:11:02 +0000 (13:11 +0000)] 
* doc/autoconf.texi: Moving/deleting open files is not portable.
Portability issues for `.' (source), and more information about sed.

24 years agoFlush some old mails.
Akim Demaille [Wed, 1 Aug 2001 13:08:30 +0000 (13:08 +0000)] 
Flush some old mails.

24 years agoPrepare file moves.
Akim Demaille [Mon, 30 Jul 2001 08:50:22 +0000 (08:50 +0000)] 
Prepare file moves.

24 years agoAdd autom4te.
Pavel Roskin [Wed, 25 Jul 2001 17:53:21 +0000 (17:53 +0000)] 
Add autom4te.

24 years agoignore -libmil in FLIBS (on Solaris)
Steven G. Johnson [Wed, 25 Jul 2001 15:20:43 +0000 (15:20 +0000)] 
ignore -libmil in FLIBS (on Solaris)

24 years ago* autom4te.in (mktmpdir): Strip trailing newline from mktemp
Pavel Roskin [Wed, 25 Jul 2001 14:39:18 +0000 (14:39 +0000)] 
* autom4te.in (mktmpdir): Strip trailing newline from mktemp
output.

24 years agoPrepare file moves.
Akim Demaille [Wed, 25 Jul 2001 08:15:26 +0000 (08:15 +0000)] 
Prepare file moves.

24 years agoUpdate.
Akim Demaille [Wed, 25 Jul 2001 08:13:05 +0000 (08:13 +0000)] 
Update.

24 years ago* autoconf.in: Try to define the variables before using them.
Akim Demaille [Wed, 25 Jul 2001 07:07:33 +0000 (07:07 +0000)] 
* autoconf.in: Try to define the variables before using them.
* autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
instead of `$perllibdir'.
* tests/atconfig.in ($autom4te_perllibdir): Export it.

24 years ago* autoconf.in (ac_LF_and_DOT): Remove, unused.
Akim Demaille [Wed, 25 Jul 2001 07:06:59 +0000 (07:06 +0000)] 
* autoconf.in (ac_LF_and_DOT): Remove, unused.

24 years agoLet autoconf use autom4te for traces.
Akim Demaille [Tue, 24 Jul 2001 09:05:28 +0000 (09:05 +0000)] 
Let autoconf use autom4te for traces.
* autoconf.in ($task, task trace): Remove, merely pass --trace to
autom4te.
* autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
(Because I found no way for autom4te to accept `-').
* autom4te.in (&Request::request): Beware of M4 builtins.
(END): Don't try to remove the content of an empty dir.
(&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
(&handle_output): Set a default value to `$forbidden'.
* autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
($autoconf): Pass --debug and --verbose.
* tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
cache.

24 years agoLet autoconf use autom4te to create configure.
Akim Demaille [Tue, 24 Jul 2001 08:57:55 +0000 (08:57 +0000)] 
Let autoconf use autom4te to create configure.
* autoconf.in ($automate): New var.
(task script): Use autom4te.
* autom4te.in (File::Spec): Use it.
(&find_file): New.
(&parse_args): --warning is -W, not -w.
Find the top level files.
(&handle_m4): Pass the warnings flags.
Don't report verbosely m4's failures, unless requested.
(&handle_output): Don't complain for forbidden tokens in comments.
Be sure to report all the forbidden tokens within a single line.
(&trace_format_to_m4): Preserve `$_'.
(&handle_traces): Sort the output macros.
(&up_to_date_p): Find the files before trying to get its time stamp.

24 years ago* Makefile.am: Ship, build and install Autom4te.
Akim Demaille [Tue, 24 Jul 2001 08:43:06 +0000 (08:43 +0000)] 
* Makefile.am: Ship, build and install Autom4te.
(SUBDIRS): Add lib.
* lib/Autoconf/Struct.pm: New, from Automake 1.5.
* configure.in: Require Perl.
* man/autom4te.in: New.

24 years agoFix address.
Akim Demaille [Thu, 19 Jul 2001 11:59:13 +0000 (11:59 +0000)] 
Fix address.

24 years ago* doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
Akim Demaille [Thu, 19 Jul 2001 11:55:48 +0000 (11:55 +0000)] 
* doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
example, rather than (exit 1); exit (which isn't portable).

24 years ago.
Akim Demaille [Wed, 18 Jul 2001 14:42:38 +0000 (14:42 +0000)] 
.

24 years agoVersion 2.52. AUTOCONF-2.52
Akim Demaille [Wed, 18 Jul 2001 14:00:28 +0000 (14:00 +0000)] 
Version 2.52.

24 years agoThe C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
Akim Demaille [Wed, 18 Jul 2001 13:38:40 +0000 (13:38 +0000)] 
The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
was run, while they are needed also when it is expanded.
Reported by Nicolas Joly.
* aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
(AC_LANG_PROGRAM(C)): Use it instead of depending upon
AC_F77_DUMMY_MAIN being expanded.

24 years ago* configure.in: Bump to 2.51a.
Akim Demaille [Wed, 18 Jul 2001 09:22:50 +0000 (09:22 +0000)] 
* configure.in: Bump to 2.51a.

24 years agoTypo. AUTOCONF-2.51
Akim Demaille [Tue, 17 Jul 2001 17:03:16 +0000 (17:03 +0000)] 
Typo.

24 years agoRegen.
Akim Demaille [Tue, 17 Jul 2001 16:42:56 +0000 (16:42 +0000)] 
Regen.

24 years agoVersion 2.51.
Akim Demaille [Tue, 17 Jul 2001 16:39:04 +0000 (16:39 +0000)] 
Version 2.51.

24 years ago* aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
Akim Demaille [Tue, 17 Jul 2001 16:30:20 +0000 (16:30 +0000)] 
* aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
Autoconfy: $1 = action-if-found, $2 = action-if-not-found.

24 years agoThe runtime test for AC_FUNC_GETPGRP fails when prototypes are
Akim Demaille [Tue, 17 Jul 2001 16:21:25 +0000 (16:21 +0000)] 
The runtime test for AC_FUNC_GETPGRP fails when prototypes are
used.  Well, then use the prototypes when you can, and runtime as
a last resort.
Reported by Artur Frysiak
* acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
(AC_FUNC_GETPGRP): Use it.
First try to compile with 0-ary or 1-ary calls.

24 years agoRegen.
Akim Demaille [Tue, 17 Jul 2001 11:20:37 +0000 (11:20 +0000)] 
Regen.

24 years ago* actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
Akim Demaille [Tue, 17 Jul 2001 10:01:09 +0000 (10:01 +0000)] 
* actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
replacement type.
From Paul Eggert.

24 years ago* Makefile.maint: Sync. with cppi 1.10.
Akim Demaille [Tue, 17 Jul 2001 08:45:22 +0000 (08:45 +0000)] 
* Makefile.maint: Sync. with cppi 1.10.

24 years ago* aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
Akim Demaille [Tue, 17 Jul 2001 08:23:42 +0000 (08:23 +0000)] 
* aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
AC_F77_DUMMY_MAIN has been run.
From Pavel Roskin and Steven G. Johnson.

24 years ago* configure.in: Rename as...
Akim Demaille [Tue, 17 Jul 2001 07:53:06 +0000 (07:53 +0000)] 
* configure.in: Rename as...
* configure.ac: this.

24 years ago* Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
Akim Demaille [Tue, 17 Jul 2001 07:29:35 +0000 (07:29 +0000)] 
* Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
rules.
From Marc Espie.
* Makefile.maint (release-archive-dir): Rename as...
(release_archive_dir): this, so that it can be specialized in
Makefile.

24 years ago* configure.in: Bump to 2.50d.
Akim Demaille [Sat, 14 Jul 2001 17:53:09 +0000 (17:53 +0000)] 
* configure.in: Bump to 2.50d.

24 years agoTypo. AUTOCONF-2.50c
Akim Demaille [Sat, 14 Jul 2001 16:21:56 +0000 (16:21 +0000)] 
Typo.

24 years agoVersion 2.50c.
Akim Demaille [Sat, 14 Jul 2001 16:19:39 +0000 (16:19 +0000)] 
Version 2.50c.

24 years ago* doc/autoconf.texi (Limitations of Make): Macro names and underscore.
Akim Demaille [Sat, 14 Jul 2001 16:15:38 +0000 (16:15 +0000)] 
* doc/autoconf.texi (Limitations of Make): Macro names and underscore.

24 years ago* config/config.guess, config/config.sub, config/texinfo.tex
Akim Demaille [Sat, 14 Jul 2001 16:08:16 +0000 (16:08 +0000)] 
* config/config.guess, config/config.sub, config/texinfo.tex
* doc/standards.texi, doc/make-stds.texi: Update.

24 years ago* Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
Akim Demaille [Sat, 14 Jul 2001 15:55:38 +0000 (15:55 +0000)] 
* Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.

24 years ago* Makefile.maint (maintainer-check): Rename as...
Akim Demaille [Sat, 14 Jul 2001 14:42:59 +0000 (14:42 +0000)] 
* Makefile.maint (maintainer-check): Rename as...
(maintainer-distcheck): this.
(changelog-check, static-check): New.
Use them.

24 years agofor CXX is g++, not gcc.
Akim Demaille [Sat, 14 Jul 2001 14:27:41 +0000 (14:27 +0000)] 
for CXX is g++, not gcc.

24 years ago* doc/autoconf.texi (Files): New subsection.
Akim Demaille [Sat, 14 Jul 2001 14:23:11 +0000 (14:23 +0000)] 
* doc/autoconf.texi (Files): New subsection.

24 years ago* doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
Akim Demaille [Sat, 14 Jul 2001 14:20:47 +0000 (14:20 +0000)] 
* doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
of...
(Generic Compiler Characteristics): this.
(C++ Compiler): New subsection.

24 years ago* autoscan.in: Use IO::File.
Akim Demaille [Sat, 14 Jul 2001 14:19:19 +0000 (14:19 +0000)] 
* autoscan.in: Use IO::File.
Adjust all the routines to use it.
($log): New file (autoscan.log).
(output): Dump detailed logs into $log, and a shortened version to
stderr.
(&scan_makefile): Refine the regexp catching tokens in the code.
* doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
and the `configure.ac' checking feature.

24 years agofixed my email address
Steven G. Johnson [Fri, 13 Jul 2001 17:09:33 +0000 (17:09 +0000)] 
fixed my email address

24 years agoFor some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
Akim Demaille [Thu, 12 Jul 2001 12:42:46 +0000 (12:42 +0000)] 
For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
Reported by Michael Elizabeth Chastain.
* autoconf.in: Refuse such AWK.
* configure.in: Likewise.
* Makefile.am (acversion.m4): Do not use move-if-change this file
has dependencies.
* doc/autoconf.texi (Fortran 77 Compiler): Some typos.

24 years ago* autoscan.in (&scan_makefile): Improve programs regexp to parse
Akim Demaille [Tue, 10 Jul 2001 09:16:33 +0000 (09:16 +0000)] 
* autoscan.in (&scan_makefile): Improve programs regexp to parse
things like "g++", "file.c" and "some-conf" as tokens.
(&scan_file): Match C++ files extensions.
If the filename extension is C++ then ask for c++.

24 years agogrammatical fix
Steven G. Johnson [Sat, 7 Jul 2001 01:33:24 +0000 (01:33 +0000)] 
grammatical fix

24 years agofixed broken AC_F77_DUMMY_MAIN
Steven G. Johnson [Fri, 6 Jul 2001 01:03:18 +0000 (01:03 +0000)] 
fixed broken AC_F77_DUMMY_MAIN

24 years ago* aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
Pavel Roskin [Thu, 5 Jul 2001 16:18:19 +0000 (16:18 +0000)] 
* aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
after using break.
(_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
linking.

24 years ago* Makefile.am (move_if_change): New. Use it instead of `mv'.
Akim Demaille [Thu, 5 Jul 2001 11:52:20 +0000 (11:52 +0000)] 
* Makefile.am (move_if_change): New.  Use it instead of `mv'.
(acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
Makes' lives.
Reported by Nicolas Joly.

24 years agofixed typo
Steven G. Johnson [Thu, 5 Jul 2001 01:23:20 +0000 (01:23 +0000)] 
fixed typo

24 years agoTypo.
Akim Demaille [Wed, 4 Jul 2001 15:29:37 +0000 (15:29 +0000)] 
Typo.

24 years ago* acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
Akim Demaille [Wed, 4 Jul 2001 15:12:57 +0000 (15:12 +0000)] 
* acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
up.
* acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
warnings from compilers.
* aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
for all the compilers, not only GNU.  Hence move from here...
(AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.

24 years ago* acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
Akim Demaille [Wed, 4 Jul 2001 14:37:52 +0000 (14:37 +0000)] 
* acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
(AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
AC_COMPILE_IFELSE.

24 years ago* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
Akim Demaille [Wed, 4 Jul 2001 13:29:12 +0000 (13:29 +0000)] 
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
the ``strings.h'' change claimed below.

24 years ago* aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
Akim Demaille [Wed, 4 Jul 2001 12:58:39 +0000 (12:58 +0000)] 
* aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.

24 years ago* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
Akim Demaille [Wed, 4 Jul 2001 11:29:50 +0000 (11:29 +0000)] 
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
strings.h if usable with string.h.
Suggested by Paul Eggert.

24 years ago* autoscan.in (&scan_file): Skip FILE if there is FILE.in.
Akim Demaille [Wed, 4 Jul 2001 07:45:12 +0000 (07:45 +0000)] 
* autoscan.in (&scan_file): Skip FILE if there is FILE.in.
From Jens Petersen.

24 years agoTypos.
Akim Demaille [Tue, 3 Jul 2001 15:04:05 +0000 (15:04 +0000)] 
Typos.

24 years ago* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
Akim Demaille [Tue, 3 Jul 2001 14:47:42 +0000 (14:47 +0000)] 
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
etc. in the log.

24 years ago* acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
Akim Demaille [Tue, 3 Jul 2001 14:12:40 +0000 (14:12 +0000)] 
* acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
compiler, not the preprocessor.
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
the right thing.
* Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
earlier if there are.

24 years ago* autoscan.in ($initfile): Remove.
Akim Demaille [Tue, 3 Jul 2001 14:11:06 +0000 (14:11 +0000)] 
* autoscan.in ($initfile): Remove.
(&find_file): Rename as...
(&scan_file): this.
Immediately scan the current file, instead of gathering them, and
later having them handled by &scan_files.
(&scan_files): Merely invoke Find::File.
Adjust.

24 years ago* autoscan.in: Formatting changes, matching the invocation order.
Akim Demaille [Tue, 3 Jul 2001 14:10:41 +0000 (14:10 +0000)] 
* autoscan.in: Formatting changes, matching the invocation order.
(File::Find): Use it instead of Perl 4's `find.pl'.
(&wanted): Rename as...
(&find_file): this.

24 years ago* aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
Pavel Roskin [Mon, 2 Jul 2001 18:42:17 +0000 (18:42 +0000)] 
* aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
break in the argument to AC_TRY_LINK_FUNC.
(AC_F77_MAIN): Remove conftest* after using break in the
argument to AC_TRY_LINK.

24 years agoRegenerate.
Pavel Roskin [Mon, 2 Jul 2001 15:34:08 +0000 (15:34 +0000)] 
Regenerate.

24 years agoadded AC_F77_{DUMMY_}MAIN
Steven G. Johnson [Sun, 1 Jul 2001 19:41:20 +0000 (19:41 +0000)] 
added AC_F77_{DUMMY_}MAIN

24 years ago* atgeneral.m4 (AT_CHECK): Add a newline to the end of
Pavel Roskin [Fri, 29 Jun 2001 05:27:48 +0000 (05:27 +0000)] 
* atgeneral.m4 (AT_CHECK): Add a newline to the end of
at-stdout and at-stderr instead of removing the newline
from the echo output, which is not guaranteed to work.

24 years ago* aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
Akim Demaille [Thu, 28 Jun 2001 16:05:29 +0000 (16:05 +0000)] 
* aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
confdefs.h when non-zero.

24 years ago* configure.in: Bump to 2.50c.
Akim Demaille [Thu, 28 Jun 2001 15:53:38 +0000 (15:53 +0000)] 
* configure.in: Bump to 2.50c.

24 years agoVersion 2.50b AUTOCONF-2.50b
Akim Demaille [Tue, 26 Jun 2001 14:32:18 +0000 (14:32 +0000)] 
Version 2.50b

24 years agowritable-file: Use release-archive-dir, and be sure it exists.
Akim Demaille [Tue, 26 Jun 2001 12:52:17 +0000 (12:52 +0000)] 
writable-file: Use release-archive-dir, and be sure it exists.

24 years agoVersion 2.50a. AUTOCONF-2.50a
Akim Demaille [Tue, 26 Jun 2001 11:30:22 +0000 (11:30 +0000)] 
Version 2.50a.

24 years agoPrepare for 'make alpha'.
Akim Demaille [Tue, 26 Jun 2001 11:29:51 +0000 (11:29 +0000)] 
Prepare for 'make alpha'.

24 years ago* tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
Pavel Roskin [Mon, 25 Jun 2001 18:27:51 +0000 (18:27 +0000)] 
* tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
argument, AUTOCONF-FLAGS.
* tests/mktests.sh (update_exclude_list): Add
AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
* tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
AC_FUNC_WAIT3 with "-W no-obsolete".

24 years ago* tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
Akim Demaille [Mon, 25 Jun 2001 11:57:14 +0000 (11:57 +0000)] 
* tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.

24 years ago* autoscan.in (%macro): Now maps from word to list of macros.
Akim Demaille [Mon, 25 Jun 2001 06:15:07 +0000 (06:15 +0000)] 
* autoscan.in (%macro): Now maps from word to list of macros.
(&init_tables): Die when a word which is already handled by
explicit macros is mapped to the default macro.
(&print_unique): Remove, inlined in...
(&output_kind): here.
(File::Basename): Use it.
(&output): Sort the CONFIG_FILES.
* acheaders: Normalize.
* acfunctions: Likewise.

24 years ago* aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
Akim Demaille [Mon, 25 Jun 2001 06:14:43 +0000 (06:14 +0000)] 
* aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
characteristics in the logs.
Suggested by Mo DeJong.

24 years ago* acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
Akim Demaille [Sat, 23 Jun 2001 22:59:11 +0000 (22:59 +0000)] 
* acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
(AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
* doc/autoconf.texi (Autoconf 2.13): New section.

24 years ago* autoconf.in (Task traces): Separate the error messages from the
Akim Demaille [Sat, 23 Jun 2001 22:58:54 +0000 (22:58 +0000)] 
* autoconf.in (Task traces): Separate the error messages from the
traces to improve robustness.

24 years ago* tests/torture.at (AC_ARG_VAR): Make it a single test instead of
Akim Demaille [Sat, 23 Jun 2001 17:14:34 +0000 (17:14 +0000)] 
* tests/torture.at (AC_ARG_VAR): Make it a single test instead of
three as failures are unlikely, and speed matters.

24 years agoTypo.
Akim Demaille [Sat, 23 Jun 2001 15:32:59 +0000 (15:32 +0000)] 
Typo.

24 years ago* doc/autoconf.texi (Redefined M4 Macros): New.
Akim Demaille [Sat, 23 Jun 2001 15:30:22 +0000 (15:30 +0000)] 
* doc/autoconf.texi (Redefined M4 Macros): New.

24 years ago* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
Akim Demaille [Sat, 23 Jun 2001 15:18:46 +0000 (15:18 +0000)] 
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
5.3.

24 years agoUpdate.
Akim Demaille [Sat, 23 Jun 2001 15:06:39 +0000 (15:06 +0000)] 
Update.

24 years ago2001-06-23 Paolo Bonzini <bonzini@gnu.org>
Akim Demaille [Sat, 23 Jun 2001 15:04:14 +0000 (15:04 +0000)] 
2001-06-23  Paolo Bonzini <bonzini@gnu.org>

* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
config.status targets to after the evaluation of the INIT-CMDS.
Double quote config.status targets (used to be single quoted).

2001-06-23  Akim Demaille  <akim@epita.fr>

* tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
Check the content of the created file.
Check the ./config.status command line invocation.

24 years ago* tests/foreign.at (Libtool): Reject prehistoric versions.
Akim Demaille [Sat, 23 Jun 2001 14:01:29 +0000 (14:01 +0000)] 
* tests/foreign.at (Libtool): Reject prehistoric versions.

24 years ago* aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
Akim Demaille [Sat, 23 Jun 2001 13:51:39 +0000 (13:51 +0000)] 
* aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
preexisting files matching a.*.

24 years ago* acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
Akim Demaille [Sat, 23 Jun 2001 13:10:31 +0000 (13:10 +0000)] 
* acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
stderr.
* doc/autoconf.texi (AC_ARG_VAR): Update.

24 years ago* acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
Akim Demaille [Thu, 21 Jun 2001 10:56:21 +0000 (10:56 +0000)] 
* acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
precious variables have changed.
* tests/torture.at (AC_ARG_VAR): Adjust.