Akim Demaille
ca0684ddb6
* 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.
2001-08-01 13:56:52 +00:00
Akim Demaille
062d0c09da
* 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.
2001-08-01 13:50:48 +00:00
Akim Demaille
b21ca4dd20
* 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.
2001-08-01 13:46:22 +00:00
Akim Demaille
b9a69888b6
* doc/autoconf.texi: Moving/deleting open files is not portable.
...
Portability issues for `.' (source), and more information about sed.
2001-08-01 13:11:02 +00:00
Akim Demaille
9be312da2a
Flush some old mails.
2001-08-01 13:08:30 +00:00
Akim Demaille
8bd95d39ab
Prepare file moves.
2001-07-30 08:50:22 +00:00
Pavel Roskin
1a21ceab66
Add autom4te.
2001-07-25 17:53:21 +00:00
Steven G. Johnson
ee9266fdf1
ignore -libmil in FLIBS (on Solaris)
2001-07-25 15:20:43 +00:00
Pavel Roskin
9e7499b740
* autom4te.in (mktmpdir): Strip trailing newline from mktemp
...
output.
2001-07-25 14:39:18 +00:00
Akim Demaille
ca4630d840
Prepare file moves.
2001-07-25 08:15:26 +00:00
Akim Demaille
6ececa3c51
Update.
2001-07-25 08:13:05 +00:00
Akim Demaille
b8ad147903
* 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.
2001-07-25 07:07:33 +00:00
Akim Demaille
db93100aac
* autoconf.in (ac_LF_and_DOT): Remove, unused.
2001-07-25 07:06:59 +00:00
Akim Demaille
27103b83f0
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.
2001-07-24 09:05:28 +00:00
Akim Demaille
45929722e1
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.
2001-07-24 08:57:55 +00:00
Akim Demaille
91fbae6966
* 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.
2001-07-24 08:43:06 +00:00
Akim Demaille
32725c6995
Fix address.
2001-07-19 11:59:13 +00:00
Akim Demaille
653b469788
* doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
...
example, rather than (exit 1); exit (which isn't portable).
2001-07-19 11:55:48 +00:00
Akim Demaille
270189f1df
.
2001-07-18 14:42:38 +00:00
Akim Demaille
7131306a64
Version 2.52.
2001-07-18 14:00:28 +00:00
Akim Demaille
49ff8332e5
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.
2001-07-18 13:38:40 +00:00
Akim Demaille
8acb9318f8
* configure.in: Bump to 2.51a.
2001-07-18 09:22:50 +00:00
Akim Demaille
80ba9a8988
Typo.
2001-07-17 17:03:16 +00:00
Akim Demaille
9b7dd419b8
Regen.
2001-07-17 16:42:56 +00:00
Akim Demaille
36613e48e2
Version 2.51.
2001-07-17 16:39:04 +00:00
Akim Demaille
83211ede2b
* aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
...
Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
2001-07-17 16:30:20 +00:00
Akim Demaille
9098f2529a
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.
2001-07-17 16:21:25 +00:00
Akim Demaille
c1565c7c15
Regen.
2001-07-17 11:20:37 +00:00
Akim Demaille
fb69956c21
* actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
...
replacement type.
From Paul Eggert.
2001-07-17 10:01:09 +00:00
Akim Demaille
5bca2bdd3d
* Makefile.maint: Sync. with cppi 1.10.
2001-07-17 08:45:22 +00:00
Akim Demaille
a80d6b9a2f
* 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.
2001-07-17 08:23:42 +00:00
Akim Demaille
f0478c4702
* configure.in: Rename as...
...
* configure.ac: this.
2001-07-17 07:53:06 +00:00
Akim Demaille
d467ad19b9
* 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.
2001-07-17 07:29:35 +00:00
Akim Demaille
d6f581d73c
* configure.in: Bump to 2.50d.
2001-07-14 17:53:09 +00:00
Akim Demaille
9e977d164b
Typo.
2001-07-14 16:21:56 +00:00
Akim Demaille
bba6d03732
Version 2.50c.
2001-07-14 16:19:39 +00:00
Akim Demaille
9994cd2e63
* doc/autoconf.texi (Limitations of Make): Macro names and underscore.
2001-07-14 16:15:38 +00:00
Akim Demaille
748305ba8f
* config/config.guess, config/config.sub, config/texinfo.tex
...
* doc/standards.texi, doc/make-stds.texi: Update.
2001-07-14 16:08:16 +00:00
Akim Demaille
27af810420
* Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
2001-07-14 15:55:38 +00:00
Akim Demaille
86afd4a180
* Makefile.maint (maintainer-check): Rename as...
...
(maintainer-distcheck): this.
(changelog-check, static-check): New.
Use them.
2001-07-14 14:42:59 +00:00
Akim Demaille
ba6e4a5a00
for CXX is g++, not gcc.
2001-07-14 14:27:41 +00:00
Akim Demaille
1cbbd846ac
* doc/autoconf.texi (Files): New subsection.
2001-07-14 14:23:11 +00:00
Akim Demaille
61714838fd
* doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
...
of...
(Generic Compiler Characteristics): this.
(C++ Compiler): New subsection.
2001-07-14 14:20:47 +00:00
Akim Demaille
beaa477c90
* 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.
2001-07-14 14:19:19 +00:00
Steven G. Johnson
7a8b65b3f8
fixed my email address
2001-07-13 17:09:33 +00:00
Akim Demaille
f25219dfd6
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.
2001-07-12 12:42:46 +00:00
Akim Demaille
d026b456c5
* 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++.
2001-07-10 09:16:33 +00:00
Steven G. Johnson
c88e42ae6f
grammatical fix
2001-07-07 01:33:24 +00:00
Steven G. Johnson
4ad0ed7fc9
fixed broken AC_F77_DUMMY_MAIN
2001-07-06 01:03:18 +00:00
Pavel Roskin
1abe1e9420
* aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
...
after using break.
(_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
linking.
2001-07-05 16:18:19 +00:00