platform/upstream/automake.git
23 years ago * automake.in (file_contents): Only add $actions if any are
Tom Tromey [Fri, 9 Feb 2001 02:30:27 +0000 (02:30 +0000)]
* automake.in (file_contents): Only add $actions if any are
found.  Fixes new failure in pr87.test.

23 years ago* tests/pr87.test: Check foo/Makfile.in after it is created.
Pavel Roskin [Fri, 9 Feb 2001 01:18:38 +0000 (01:18 +0000)]
* tests/pr87.test: Check foo/Makfile.in after it is created.

23 years agoupdated comment
Tom Tromey [Thu, 8 Feb 2001 19:32:30 +0000 (19:32 +0000)]
updated comment

23 years ago * tests/pr87.test: Added check for blank line after `.c.o' rule.
Tom Tromey [Thu, 8 Feb 2001 19:31:12 +0000 (19:31 +0000)]
* tests/pr87.test: Added check for blank line after `.c.o' rule.
Report from Lars J. Aas.

23 years agomention Perl 5 in HACKING
Tom Tromey [Thu, 8 Feb 2001 19:13:23 +0000 (19:13 +0000)]
mention Perl 5 in HACKING

23 years ago * lisp.am (install-@DIR@LISP): Removed extra space.
Tom Tromey [Thu, 8 Feb 2001 06:36:14 +0000 (06:36 +0000)]
* lisp.am (install-@DIR@LISP): Removed extra space.
* header.am (install-@DIR@HEADERS): Removed extra space.
* data.am (install-@DIR@DATA): Removed extra space.

23 years ago * m4/init.m4 (AM_INIT_AUTOMAKE): Use \", not ".
Tom Tromey [Thu, 8 Feb 2001 06:32:16 +0000 (06:32 +0000)]
* m4/init.m4 (AM_INIT_AUTOMAKE): Use \", not ".

23 years ago * automake.in (handle_dependencies): Use _am_include, not
Tom Tromey [Thu, 8 Feb 2001 05:48:09 +0000 (05:48 +0000)]
* automake.in (handle_dependencies): Use _am_include, not
AMINCLUDE.
* tests/exsource.test: Use _am_include, not AMINCLUDE.
* m4/make.m4 (AM_MAKE_INCLUDE): Use _am_include, not AMINCLUDE.

23 years agoupdated HACKING
Tom Tromey [Thu, 8 Feb 2001 05:44:52 +0000 (05:44 +0000)]
updated HACKING

23 years ago * tests/Makefile.am (XFAIL_TESTS): Removed distcommon.test.
Tom Tromey [Thu, 8 Feb 2001 05:21:43 +0000 (05:21 +0000)]
* tests/Makefile.am (XFAIL_TESTS): Removed distcommon.test.

23 years ago * tests/Makefile.am (EXTRA_DIST): Added ChangeLog-old.
Tom Tromey [Wed, 7 Feb 2001 21:51:39 +0000 (21:51 +0000)]
* tests/Makefile.am (EXTRA_DIST): Added ChangeLog-old.

23 years agoRenamed ChangeLog
Tom Tromey [Wed, 7 Feb 2001 21:19:35 +0000 (21:19 +0000)]
Renamed ChangeLog

23 years ago * automake.in (handle_configure): Handle case where output file is
Tom Tromey [Wed, 7 Feb 2001 21:15:06 +0000 (21:15 +0000)]
* automake.in (handle_configure): Handle case where output file is
in subdir with no Makefile of its own.  Fixes remake3.test,
distcommon.test.

23 years ago * Makefile.am (XFAIL_TESTS): Removed remake3.test,
Tom Tromey [Wed, 7 Feb 2001 21:14:12 +0000 (21:14 +0000)]
* Makefile.am (XFAIL_TESTS): Removed remake3.test,
distcommon.test.

23 years ago * Makefile.am (XFAIL_TESTS): Added new files.
Tom Tromey [Wed, 7 Feb 2001 20:55:43 +0000 (20:55 +0000)]
* Makefile.am (XFAIL_TESTS): Added new files.

23 years ago * distcommon.test: New file.
Tom Tromey [Wed, 7 Feb 2001 20:55:07 +0000 (20:55 +0000)]
* distcommon.test: New file.
* Makefile.am (TESTS): Added new file.

23 years ago * distcommon.test: New file.
Tom Tromey [Wed, 7 Feb 2001 20:07:28 +0000 (20:07 +0000)]
* distcommon.test: New file.
* Makefile.am (TESTS): Added new file.

23 years agoTypos.
Akim Demaille [Tue, 6 Feb 2001 15:10:35 +0000 (15:10 +0000)]
Typos.

23 years ago* automake.in (handle_dependencies): Rename AM_INCLUDE to
Pavel Roskin [Tue, 6 Feb 2001 15:03:59 +0000 (15:03 +0000)]
* automake.in (handle_dependencies): Rename AM_INCLUDE to
AMINCLUDE.
* m4/make.m4 (AM_MAKE_INCLUDE): Likewise.
* tests/exsource.test: Likewise.

23 years ago* autoheader.sh: only set config_h for the first call to
Akim Demaille [Tue, 6 Feb 2001 10:25:21 +0000 (10:25 +0000)]
* autoheader.sh: only set config_h for the first call to
AC_CONFIG_HEADERS

23 years ago* automake.in (handle_configure): fix syntax error
Akim Demaille [Tue, 6 Feb 2001 10:21:38 +0000 (10:21 +0000)]
* automake.in (handle_configure): fix syntax error

23 years ago* subdirs.am: This file is the exception: clean recursive targets
Akim Demaille [Tue, 6 Feb 2001 10:17:57 +0000 (10:17 +0000)]
* subdirs.am: This file is the exception: clean recursive targets
are called by the clean targets, not the clean-am targets.
Otherwise we have a circular dependency: clean -> clean-am ->
clean-recursive -> clean.
* automake.in (handle_clean): Bind `-local' targets to `-am'
targets, not top targets.
Don't declare -recursive dependencies of the clean targets:
`subdirs.am' did it.  Less hard coded knowledge, transfered
into...
* clean.am: here.

23 years agoFix `unless' uses.
Akim Demaille [Tue, 6 Feb 2001 09:22:15 +0000 (09:22 +0000)]
Fix `unless' uses.

23 years agoAdd maintainer-clean.
Akim Demaille [Tue, 6 Feb 2001 09:11:00 +0000 (09:11 +0000)]
Add maintainer-clean.

23 years agoMonstro unsplitable patch.
Akim Demaille [Tue, 6 Feb 2001 09:09:36 +0000 (09:09 +0000)]
Monstro unsplitable patch.
The aim is to remove hard coded knowledge about clean targets from
automake.in, leaving them in the *.am files.
In addition to the mechanic needed to factor some dependencies, it
appears some rules (most notably distclean and maintainer-clean)
need factored actions.  So first, be ready to catch factored
rules.
* automake.in (&file_contents): For the time being, use an extended
$RULE_PATTERN which is able to match any kind of rules, with or
without dependency, with or without actions.
Handle all the rules uniformly, storing in %actions the factored
actions.
(&flatten, &target_cmp): New.
(&handle_factored_dependencies): Output the %actions.
No longer special case `clean'.
Output the rules in alphabetical order, but keeping `.PHONY' last.
Now we must not use &push_phony_cleaners, which is doing all sort
of magic to push a bit of everything in all the clean targets.
The biggest problem being that, making a Cartesian product, it
requires many useless targets.  The `*.am' file know better.
But first, register the new factored rules.
* automake.in (&initialize_per_input): Include clean, mostlyclean,
maintainer-clean, distclean and their `*-am' counterpart in
%dependencies.
Initialize %actions.
(get_object_extension, handle_texinfo, handle_tags, handle_multilib)
handle_dependencies, handle_subdirs, handle_configure, handle_clean)
(handle_emacs_lisp, handle_python): Don't play with
&push_phony_cleaners nor &depend and `clean'.
* texinfos.am, texi-vers.am, tags-clean.am:
* subdirs.am,python-clean.am, multilib.am, lisp-clean.am:
* libtool.am, kr-extra.am, depend.am, compile.am, clean.am:
* clean-kr.am, clean-hdr.am: Do it.
Whenever a target is empty, just remove it, it will no longer be
called.
There is still some magic about clean to hard code.  But really,
that's the end of &do_one_clean_target.
* automake.in (&do_one_clean_target): Kaboom out.
(&handle_clean): Rewrite the magic code.
(&am_install_var): No longer use &push_phony_cleaners, nor depend
on `clean'.
(&push_phony_cleaners): Kaboom too.

23 years ago* automake.in (do_one_clean_target): Don't hard code knowledge
Akim Demaille [Tue, 6 Feb 2001 09:08:56 +0000 (09:08 +0000)]
* automake.in (do_one_clean_target): Don't hard code knowledge
about libtool, and maintainer-clean.
* clean.am, libtool.am: Handle these.

23 years ago* automake.in (handle_texinfo): No longer hard code the clean
Akim Demaille [Mon, 5 Feb 2001 09:11:10 +0000 (09:11 +0000)]
* automake.in (handle_texinfo): No longer hard code the clean
targets.
(texinfos.am): Include them.

23 years ago* Makefile.am (perl4-check): Remove, we now require Perl 5.
Akim Demaille [Mon, 5 Feb 2001 09:09:17 +0000 (09:09 +0000)]
* Makefile.am (perl4-check): Remove, we now require Perl 5.
(maintainer-check): Don't be silent when you find a problem, and
actually, even specify the locations.
Also check that @_ is assigned to arrays.

23 years ago* m4/regex.m4: Use AC_LIBSOURCES.
Akim Demaille [Mon, 5 Feb 2001 09:06:41 +0000 (09:06 +0000)]
* m4/regex.m4: Use AC_LIBSOURCES.
* automake.in (scan_autoconf_traces): Trace AC_LIBSOURCE, not
_AC_LIBOBJ_DECL.

23 years ago * m4/Makefile.am (m4data_DATA): Added make.m4.
Tom Tromey [Mon, 5 Feb 2001 06:59:03 +0000 (06:59 +0000)]
* m4/Makefile.am (m4data_DATA): Added make.m4.
* automake.in (handle_dependencies): Use @AM_INCLUDE@ to include
dependency files.
* m4/depend.m4 (AM_DEPNDENCIES): Require AM_MAKE_INCLUDE.
Copy depcomp to subdir.
* m4/make.m4: New file.

23 years ago * exsource.test: Updated for new include code.
Tom Tromey [Mon, 5 Feb 2001 06:58:21 +0000 (06:58 +0000)]
* exsource.test: Updated for new include code.

23 years ago* automake.in (handle_dist_worker): Remove a line that is now
Pavel Roskin [Mon, 5 Feb 2001 01:42:12 +0000 (01:42 +0000)]
* automake.in (handle_dist_worker): Remove a line that is now
in distdir.am.

23 years ago2001-02-04 Kevin Ryde <user42@zip.com.au>
Tom Tromey [Sun, 4 Feb 2001 23:49:53 +0000 (23:49 +0000)]
2001-02-04  Kevin Ryde <user42@zip.com.au>

* automake.in (handle_configure): Call config.status with empty
CONFIG_LINKS and CONFIG_COMMANDS when regenerating a file.

23 years ago * depcomp (ddashmd): Removed case.
Tom Tromey [Sun, 4 Feb 2001 23:31:46 +0000 (23:31 +0000)]
* depcomp (ddashmd): Removed case.
(sgi): Handle failure exit correctly
(aix): Likewise.  Also, add dummy `.h' targets.

23 years agoAdd.
Akim Demaille [Sun, 4 Feb 2001 16:50:49 +0000 (16:50 +0000)]
Add.

23 years ago* distdir.am (distdir): New file, extracted from...
Akim Demaille [Sun, 4 Feb 2001 15:10:23 +0000 (15:10 +0000)]
* distdir.am (distdir): New file, extracted from...
* automake.in (handle_dist_worker): here.
Adjust.

23 years ago* automake.in (@clean): Remove, replaced by...
Akim Demaille [Sun, 4 Feb 2001 14:43:00 +0000 (14:43 +0000)]
* automake.in (@clean): Remove, replaced by...
($dependencies{'clean'}): this.
Use `&depend' instead of push'ing into @clean.
(handle_factored_dependencies): For the time being, skip 'clean'.
(do_one_clean_target): Don't ask for argument 1 and 4 as they are
always `clean', and `@clean'.

23 years ago* automake.in (%dependencies): Don't be initialize globally for
Akim Demaille [Sun, 4 Feb 2001 14:42:37 +0000 (14:42 +0000)]
* automake.in (%dependencies): Don't be initialize globally for
all the files, but in...
(&initialize_per_input): here.
(&depend): New.
(@phony): Replace all occurrences with the corresponding &depend
invocation.

23 years ago * header.am (install-@DIR@HEADERS): Use INSTALL_HEADER.
Tom Tromey [Sun, 4 Feb 2001 04:43:11 +0000 (04:43 +0000)]
* header.am (install-@DIR@HEADERS): Use INSTALL_HEADER.
* header-vars.am (INSTALL_HEADER): New macro.

23 years ago * automake.texi (Rebuilding): New node.
Tom Tromey [Sun, 4 Feb 2001 04:37:10 +0000 (04:37 +0000)]
* automake.texi (Rebuilding): New node.

23 years ago2000-12-29 Derek Price <derek.price@openavenue.com>
Tom Tromey [Sun, 4 Feb 2001 04:03:08 +0000 (04:03 +0000)]
2000-12-29  Derek Price  <derek.price@openavenue.com>

* automake.in (handle_dependencies): Switched the DEP_FILES
definition to be conditional on @AMDEP@.

23 years ago2001-02-03 Ville Laurikari <vlaurika@hutcs.cs.hut.fi>
Tom Tromey [Sun, 4 Feb 2001 03:51:19 +0000 (03:51 +0000)]
2001-02-03  Ville Laurikari <vlaurika@hutcs.cs.hut.fi>

* depcomp (aix): New side-effect dependency tracking mode, for
the C for AIX compiler.
* m4/depend.m4 (AM_DEPENDENCIES): Recreate `conftest.c' and
`conftest.h' for each test.

23 years ago * automake.texi (Dist): Updated to mention caveat of putting
Tom Tromey [Sun, 4 Feb 2001 03:44:01 +0000 (03:44 +0000)]
* automake.texi (Dist): Updated to mention caveat of putting
directory in EXTRA_DIST and also providing a nice example of
removing the CVS dir.
From Ganesan Rajagopal.

23 years ago * m4/depend.m4 (depcpp): Run tests in a subdir. Fixes report from
Tom Tromey [Sun, 4 Feb 2001 03:41:45 +0000 (03:41 +0000)]
* m4/depend.m4 (depcpp): Run tests in a subdir.  Fixes report from
Bob Proulx.

23 years ago * automake.in (scan_one_autoconf_file): Disable warning about
Tom Tromey [Sun, 4 Feb 2001 03:29:15 +0000 (03:29 +0000)]
* automake.in (scan_one_autoconf_file): Disable warning about
AM_PROG_LIBTOOL.

23 years ago * automake.in (handle_configure): Don't modify variable which
Tom Tromey [Sun, 4 Feb 2001 03:27:52 +0000 (03:27 +0000)]
* automake.in (handle_configure): Don't modify variable which
aliases list element.  Don't push @inputs onto the dist list.
Fixes colon7.test.
(initialize_per_input) [dist_dirs]: New variable.
(handle_dist_worker): Use global dist_dirs.
(handle_configure): Set dist_dirs entries at toplevel.

23 years ago * Makefile.am (XFAIL_TESTS): Removed colon7.test.
Tom Tromey [Sun, 4 Feb 2001 03:18:01 +0000 (03:18 +0000)]
* Makefile.am (XFAIL_TESTS): Removed colon7.test.

23 years ago * automake.texi (Java Support): Added index, @section.
Tom Tromey [Sat, 3 Feb 2001 05:56:41 +0000 (05:56 +0000)]
* automake.texi (Java Support): Added index, @section.

23 years ago* automake.in (scan_autoconf_traces): Restore trace messages.
Pavel Roskin [Fri, 2 Feb 2001 15:10:13 +0000 (15:10 +0000)]
* automake.in (scan_autoconf_traces): Restore trace messages.

23 years ago* automake.in (handle_aclocal_m4): Fix stripping of the initial
Pavel Roskin [Fri, 2 Feb 2001 12:33:19 +0000 (12:33 +0000)]
* automake.in (handle_aclocal_m4): Fix stripping of the initial
"./" from the dependencies of aclocal.m4.
Reported by Ralf Corsepius.

23 years ago* aclocal.in: Rename "verbosity" to "verbose". Always prepend
Pavel Roskin [Thu, 1 Feb 2001 23:53:33 +0000 (23:53 +0000)]
* aclocal.in: Rename "verbosity" to "verbose". Always prepend
"aclocal: " to the verbose output.

23 years ago* automake.in: Remove all debugging messages.
Pavel Roskin [Thu, 1 Feb 2001 22:51:40 +0000 (22:51 +0000)]
* automake.in: Remove all debugging messages.

23 years ago* automake.in (add_depend2): Quote properly $obj and $source.
Akim Demaille [Wed, 31 Jan 2001 17:47:54 +0000 (17:47 +0000)]
* automake.in (add_depend2): Quote properly $obj and $source.

23 years ago* depend2.am: Instead of replacing @PFX@ in $(@PFX@COMPILE), and
Akim Demaille [Wed, 31 Jan 2001 16:50:02 +0000 (16:50 +0000)]
* depend2.am: Instead of replacing @PFX@ in $(@PFX@COMPILE), and
then replacing `$(@PFX@COMPILE)' for the files that need some
special flags, use only @COMPILE@.  Similarly for @LTCOMPILE@.
Try to document this file.
* automake.in (add_depend2): Adjust to these changes.

23 years ago* automake.in (%factored_dependencies): New.
Akim Demaille [Wed, 31 Jan 2001 14:36:21 +0000 (14:36 +0000)]
* automake.in (%factored_dependencies): New.
(file_contents): Use it.
(handle_phony): Rename as...
(handle_factored_dependencies): this.
* subdirs.am: No need for convolved syntax to declare .PHONY.

23 years ago* automake.in: maintainer-check fixes.
Akim Demaille [Wed, 31 Jan 2001 14:23:21 +0000 (14:23 +0000)]
* automake.in: maintainer-check fixes.

23 years ago* automake.in (file_contents): Rewrite: instead of trying to parse
Akim Demaille [Wed, 31 Jan 2001 14:16:17 +0000 (14:16 +0000)]
* automake.in (file_contents): Rewrite: instead of trying to parse
it line by line, first swallow it completely into $CONTENTS,
*then*, parse it *paragraph* by paragraph.

23 years ago* automake.in (file_contents): Remove.
Akim Demaille [Wed, 31 Jan 2001 13:39:22 +0000 (13:39 +0000)]
* automake.in (file_contents): Remove.
(file_contents_with_transform): Swap the order of the arguments,
and rename as...
(file_contents): this.
Adjust all uses.

23 years agoremoved a couple spurious newlines
Tom Tromey [Wed, 31 Jan 2001 04:05:43 +0000 (04:05 +0000)]
removed a couple spurious newlines

23 years ago * automake.in (scan_one_autoconf_file): Don't mention
Tom Tromey [Wed, 31 Jan 2001 04:00:45 +0000 (04:00 +0000)]
* automake.in (scan_one_autoconf_file): Don't mention
omit_dependencies.

23 years ago* automake.in (&scan_autoconf_config_files): Extract from
Akim Demaille [Mon, 29 Jan 2001 17:37:22 +0000 (17:37 +0000)]
* automake.in (&scan_autoconf_config_files): Extract from
&scan_one_autoconf_file.
(&scan_one_autoconf_file): Use it.
(&scan_autoconf_traces): New.
($scan_autoconf_files): Use it.

23 years ago* texinfos.am, tags.am, subdirs.am, multilib.am, mans.am: Add a
Akim Demaille [Mon, 29 Jan 2001 17:36:44 +0000 (17:36 +0000)]
* texinfos.am, tags.am, subdirs.am, multilib.am, mans.am: Add a
.PHONY target.
* automake.in (handle_texinfo, handle_man_pages, handle_multilib)
(handle_etags, handle_subdirs): Don't push into @phony.

23 years ago* automake.in (scan_one_autoconf_file): Correctly recognize
Akim Demaille [Mon, 29 Jan 2001 12:01:43 +0000 (12:01 +0000)]
* automake.in (scan_one_autoconf_file): Correctly recognize
configure.ac.

23 years ago* automake.in (handle_tests_dejagnu): New, extracted from...
Akim Demaille [Mon, 29 Jan 2001 12:00:56 +0000 (12:00 +0000)]
* automake.in (handle_tests_dejagnu): New, extracted from...
(handle_tests): here.  Use `.PHONY:'.

23 years ago* automake.in (handle_phony): Sort.
Akim Demaille [Mon, 29 Jan 2001 09:41:43 +0000 (09:41 +0000)]
* automake.in (handle_phony): Sort.
(file_contents_with_transform): Catch `.PHONY:'.
(handle_tests): Instead dumping the hard coded target check-TESTS
and registering its .PHONYsm, get them from...
* check.am: here, new file.

23 years ago* automake.in (add_depend2): Use &transform.
Akim Demaille [Mon, 29 Jan 2001 09:30:02 +0000 (09:30 +0000)]
* automake.in (add_depend2): Use &transform.

23 years ago* automake.in (handle_tags): Use &transform.
Akim Demaille [Mon, 29 Jan 2001 09:27:18 +0000 (09:27 +0000)]
* automake.in (handle_tags): Use &transform.
(am_error, am_line_error, am_conf_error, read_am_file): Use
directly arrays in strings, no need for &join.
Require Perl 5.
* Makefile.am (maintainer-check): Use grep -w when looking for
words.

23 years ago* automake.in (prog_error): New.
Akim Demaille [Mon, 29 Jan 2001 09:17:29 +0000 (09:17 +0000)]
* automake.in (prog_error): New.
Spread its use.

23 years ago* automake.in (handle_single_transform_list): if (@list) { foreach
Akim Demaille [Mon, 29 Jan 2001 09:16:35 +0000 (09:16 +0000)]
* automake.in (handle_single_transform_list): if (@list) { foreach
(@list) ...} can be written as a simple `foreach' loop.

23 years ago* automake.in (define_standard_variables): Use &transform instead
Akim Demaille [Mon, 29 Jan 2001 09:16:00 +0000 (09:16 +0000)]
* automake.in (define_standard_variables): Use &transform instead
of build_rx.

23 years ago* automake.in (handle_texinfo): Use the new $texinfodir instead of
Akim Demaille [Mon, 29 Jan 2001 09:14:26 +0000 (09:14 +0000)]
* automake.in (handle_texinfo): Use the new $texinfodir instead of
the removed $texinfo_tex.

23 years ago* automake.in (handle_libraries, handle_ltlibraries): Use
Akim Demaille [Mon, 29 Jan 2001 09:12:15 +0000 (09:12 +0000)]
* automake.in (handle_libraries, handle_ltlibraries): Use
&transform.

23 years ago* automake.in (handle_programs) <xexe>: Remove, replaced by
Akim Demaille [Mon, 29 Jan 2001 09:00:32 +0000 (09:00 +0000)]
* automake.in (handle_programs) <xexe>: Remove, replaced by
`exeext'.
Use it, and &transform.

23 years ago* automake.in (get_object_extension) <$default_includes>: New.
Akim Demaille [Mon, 29 Jan 2001 08:58:00 +0000 (08:58 +0000)]
* automake.in (get_object_extension) <$default_includes>: New.
Use it and &transform.

23 years ago * automake.in (variable_value_as_list_worker): Handle entries in
Tom Tromey [Mon, 29 Jan 2001 06:15:51 +0000 (06:15 +0000)]
* automake.in (variable_value_as_list_worker): Handle entries in
%am_var_defs.  Fixes listval.test.

23 years ago * listval.test: New file.
Tom Tromey [Mon, 29 Jan 2001 05:55:23 +0000 (05:55 +0000)]
* listval.test: New file.
* Makefile.am (TESTS): Added listval.test.

23 years ago * makevars.test: Fail if automake fails.
Tom Tromey [Fri, 26 Jan 2001 22:29:42 +0000 (22:29 +0000)]
* makevars.test: Fail if automake fails.

23 years ago* Makefile.am (XFAIL_TESTS): Added colon7.test.
Pavel Roskin [Fri, 26 Jan 2001 22:17:49 +0000 (22:17 +0000)]
* Makefile.am (XFAIL_TESTS): Added colon7.test.

23 years ago* automake.in (handle_texinfo): Don't use $conf_pat, just
Akim Demaille [Fri, 26 Jan 2001 15:07:45 +0000 (15:07 +0000)]
* automake.in (handle_texinfo): Don't use $conf_pat, just
$conf_dir to transform MDDIR since now &transform handles the
escaping of RE special characters by itself.

23 years ago* m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in
Akim Demaille [Fri, 26 Jan 2001 14:21:37 +0000 (14:21 +0000)]
* m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in
clear.
* m4/init.m4: Likewise.
* m4/sanity.m4: s/conftestfile/conftest.file/.

23 years ago* makevars.test: Disable shell tracing.
Pavel Roskin [Thu, 25 Jan 2001 23:11:12 +0000 (23:11 +0000)]
* makevars.test: Disable shell tracing.

23 years ago* makevars.test: New.
Akim Demaille [Thu, 25 Jan 2001 16:59:58 +0000 (16:59 +0000)]
* makevars.test: New.

23 years ago* m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in
Akim Demaille [Thu, 25 Jan 2001 15:50:36 +0000 (15:50 +0000)]
* m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in
clear.
* m4/init.m4: Likewise.
* m4/sanity.m4: s/conftestfile/conftest.file/.

23 years ago * automake.in (handle_libraries): Use $configure_ac; typo fix.
Tom Tromey [Thu, 25 Jan 2001 03:28:51 +0000 (03:28 +0000)]
* automake.in (handle_libraries): Use $configure_ac; typo fix.

23 years ago * automake.in (transform): Quote substitution.
Tom Tromey [Thu, 25 Jan 2001 03:26:55 +0000 (03:26 +0000)]
* automake.in (transform): Quote substitution.

23 years ago* vtexi.test (info_TEXINFOS): Escape a $ in egrep pattern.
Akim Demaille [Wed, 24 Jan 2001 14:40:41 +0000 (14:40 +0000)]
* vtexi.test (info_TEXINFOS): Escape a $ in egrep pattern.

23 years agoformatting fix to ChangeLog
Tom Tromey [Tue, 23 Jan 2001 22:51:38 +0000 (22:51 +0000)]
formatting fix to ChangeLog

23 years ago* vtexi.test: Also check that stamp-vti properly depends upon
Akim Demaille [Tue, 23 Jan 2001 13:54:25 +0000 (13:54 +0000)]
* vtexi.test: Also check that stamp-vti properly depends upon
configure.in and the Texinfo source file.

23 years ago2001-01-21 Kevin Ryde <user42@zip.com.au>
Tom Tromey [Sun, 21 Jan 2001 21:12:09 +0000 (21:12 +0000)]
2001-01-21  Kevin Ryde <user42@zip.com.au>

* colon7.test: Grep for a couple of AC_OUTPUT problems.

23 years ago2001-01-21 Alexandre Duret-Lutz <duret_g@epita.fr>
Tom Tromey [Sun, 21 Jan 2001 20:46:28 +0000 (20:46 +0000)]
2001-01-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
    Tom Tromey  <tromey@redhat.com>

* automake.in (obsolete_rx): Match whole macro names, not
substrings.
aclocal.in (obsolete_rx): Likewise.

23 years ago * automake.texi: Changed dir category.
Tom Tromey [Sun, 21 Jan 2001 20:45:10 +0000 (20:45 +0000)]
* automake.texi: Changed dir category.

23 years ago* automake.in (handle_texinfo): Use &transform, and transform
Akim Demaille [Thu, 18 Jan 2001 17:20:09 +0000 (17:20 +0000)]
* automake.in (handle_texinfo): Use &transform, and transform
CONFIGURE_AC.
Reported by Lars Hecking, and diagnosed by Raja R Harinath.

23 years agoautomake.in: Remove development code.
Akim Demaille [Tue, 16 Jan 2001 13:31:54 +0000 (13:31 +0000)]
automake.in: Remove development code.
Reported by Lars.

23 years agoLet Automake support `configure.ac'.
Akim Demaille [Tue, 16 Jan 2001 11:15:21 +0000 (11:15 +0000)]
Let Automake support `configure.ac'.
* automake.in: In the comments, prefer `configure.ac' to
`configure.in'.
When using &am_conf_error, don't repeat `in configure.in', since
the function already reports it.
When referring to `configure.in' use `$configure_ac' instead.
(configure_ac): New global variable.
(scan_configure, scan_one_configure_file): Rename as...
(scan_autoconf_files, scan_one_autoconf_file): this.
(scan_autoconf_files): Compute $configure_ac.
(transform): New function.
(handle_configure): Use it to transform CONFIGURE_AC in
`remake.am' and in `remake-hdr.am'.
(common_files): Also consider `configure.ac'.
Use consistently single quotes.
* aclocal.in (configure_ac): New variable.
Use it.
* texi-vers.am: Depend on CONFIGURE_AC not configure.in.
* remake.am: Likewise.
* remake-hdr.am: Likewise.

23 years ago* m4/multi.m4: Remove the hairy useless quotation of `$'.
Akim Demaille [Tue, 16 Jan 2001 11:04:36 +0000 (11:04 +0000)]
* m4/multi.m4: Remove the hairy useless quotation of `$'.
Simplify `ifelse([$2],,,[$2])' into... `$2'!
* m4/minuso.m4: Don't use changequote!
* m4/cond.m4: Fix quotation.
* m4/sanity.m4: Follow the Autoconf coding style.
* m4/missing.m4 (AM_MISSING_INSTALL_SH): Use a for loop.
* m4/depend.m4 (AM_DEPENDENCIES): Fix quotation issues.
Use AC_CACHE_CHECK.

23 years ago * automake.in (handle_single_transform_list): Don't print rule
Tom Tromey [Tue, 16 Jan 2001 06:34:03 +0000 (06:34 +0000)]
* automake.in (handle_single_transform_list): Don't print rule
here when source is in subdir and object is not.  Fixes
subobj4.test.

23 years ago * subdir3.test: Allow any number of dependencies.
Tom Tromey [Tue, 16 Jan 2001 06:33:07 +0000 (06:33 +0000)]
* subdir3.test: Allow any number of dependencies.

23 years ago * subobj4.test: Fixed test case.
Tom Tromey [Tue, 16 Jan 2001 05:51:57 +0000 (05:51 +0000)]
* subobj4.test: Fixed test case.

23 years ago * automake.in (handle_single_transform_list): Correctly compute
Tom Tromey [Tue, 16 Jan 2001 04:14:30 +0000 (04:14 +0000)]
* automake.in (handle_single_transform_list): Correctly compute
$nonansi_obj.  Fixes cxxansi.test.

23 years ago * amassign.test: New file.
Tom Tromey [Mon, 15 Jan 2001 17:51:58 +0000 (17:51 +0000)]
* amassign.test: New file.
* Makefile.am (TESTS): Added new file.