platform/upstream/automake.git
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.

23 years ago * automake.texi (Man pages): Updated to account for man1_MANS,
Tom Tromey [Mon, 15 Jan 2001 17:50:32 +0000 (17:50 +0000)]
* automake.texi (Man pages): Updated to account for man1_MANS,
etc.

23 years ago2001-01-13 Steve Robbins <smr@debian.org>
Tom Tromey [Sat, 13 Jan 2001 19:08:43 +0000 (19:08 +0000)]
2001-01-13  Steve Robbins  <smr@debian.org>
    Tom Tromey  <tromey@redhat.com>

* aclocal.in (scan_configure): Don't recognize macro assignments
or AC_SUBSTs.
(add_file): Likewise.

23 years ago2001-01-13 Kevin Ryde <user42@zip.com.au>
Tom Tromey [Sat, 13 Jan 2001 18:56:19 +0000 (18:56 +0000)]
2001-01-13  Kevin Ryde <user42@zip.com.au>

* automake.in (handle_ltlibraries): Omit -rpath from
check_LTLIBRARIES, as per noinst_LTLIBRARIES.

23 years agoUpdated THANKS
Tom Tromey [Sat, 13 Jan 2001 03:42:07 +0000 (03:42 +0000)]
Updated THANKS

23 years ago * subobj4.test: New file.
Tom Tromey [Sat, 13 Jan 2001 03:41:40 +0000 (03:41 +0000)]
* subobj4.test: New file.
* Makefile.am (TESTS): Added subobj4.test.

23 years agoUpdated THANKS
Tom Tromey [Fri, 12 Jan 2001 18:44:43 +0000 (18:44 +0000)]
Updated THANKS

23 years ago * cxxansi.test: New file.
Tom Tromey [Fri, 12 Jan 2001 18:43:41 +0000 (18:43 +0000)]
* cxxansi.test: New file.
* Makefile.am (TESTS): Added cxxansi.test.

23 years agoPacify check-news.
Akim Demaille [Fri, 12 Jan 2001 17:00:57 +0000 (17:00 +0000)]
Pacify check-news.

23 years ago * depcomp (case gcc3): Use -MD, not -M.
Tom Tromey [Thu, 11 Jan 2001 16:39:22 +0000 (16:39 +0000)]
* depcomp (case gcc3): Use -MD, not -M.

23 years ago * depcomp: Handle gcc 3.
Tom Tromey [Wed, 10 Jan 2001 21:21:19 +0000 (21:21 +0000)]
* depcomp: Handle gcc 3.

23 years ago * configure.in: Updated to 1.4c for cvs.
Tom Tromey [Sat, 23 Dec 2000 21:42:43 +0000 (21:42 +0000)]
* configure.in: Updated to 1.4c for cvs.

23 years ago * configure.in: Updated to 1.4b and released.
Tom Tromey [Sat, 23 Dec 2000 21:30:30 +0000 (21:30 +0000)]
* configure.in: Updated to 1.4b and released.

23 years ago * config.guess, config.sub, texinfo.tex: New versions.
Tom Tromey [Sat, 23 Dec 2000 21:05:56 +0000 (21:05 +0000)]
* config.guess, config.sub, texinfo.tex: New versions.

23 years ago * automake.in (handle_dist_worker): Always define DIST_SUBDIRS.
Tom Tromey [Sat, 23 Dec 2000 21:05:21 +0000 (21:05 +0000)]
* automake.in (handle_dist_worker): Always define DIST_SUBDIRS.
Re-fixes pr87.test.

23 years ago * subdirs.am (maintainer-clean-recursive): Use DIST_SUBDIRS for
Tom Tromey [Sat, 23 Dec 2000 20:26:10 +0000 (20:26 +0000)]
* subdirs.am (maintainer-clean-recursive): Use DIST_SUBDIRS for
distclean and maintainer-clean.
* automake.texi (Top level): Document use of DIST_SUBDIRS.

23 years ago From Rusty Ballinger:
Tom Tromey [Sat, 23 Dec 2000 20:11:56 +0000 (20:11 +0000)]
From Rusty Ballinger:
* automake.in (handle_java): Don't skip `noinst' prefix.

23 years ago * automake.texi (Invoking aclocal): Mention ## comments.
Tom Tromey [Sat, 23 Dec 2000 19:44:23 +0000 (19:44 +0000)]
* automake.texi (Invoking aclocal): Mention ## comments.

23 years ago From Raja R Harinath:
Tom Tromey [Sat, 23 Dec 2000 01:06:03 +0000 (01:06 +0000)]
From Raja R Harinath:
* automake.in (libtoolize_sometimes): New global.
(initialize_global_constants): Added libtoolize_sometimes to
common_files.

23 years ago * m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.
Tom Tromey [Fri, 22 Dec 2000 20:29:23 +0000 (20:29 +0000)]
* m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.

23 years ago * m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.
Tom Tromey [Fri, 22 Dec 2000 20:27:03 +0000 (20:27 +0000)]
* m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.

23 years ago * automake.texi (Tags): Document GTAGS target.
Tom Tromey [Fri, 22 Dec 2000 06:05:51 +0000 (06:05 +0000)]
* automake.texi (Tags): Document GTAGS target.
* tags.am (GTAGS): New target.

23 years ago * automake.in (libtoolize_files): Removed ltconfig.
Tom Tromey [Fri, 22 Dec 2000 05:52:37 +0000 (05:52 +0000)]
* automake.in (libtoolize_files): Removed ltconfig.
(initialize_global_constants): Added ltconfig to common_files.

23 years ago2000-12-21 Kevin Ryde <user42@zip.com.au>
Tom Tromey [Fri, 22 Dec 2000 05:23:54 +0000 (05:23 +0000)]
2000-12-21  Kevin Ryde <user42@zip.com.au>

* automake.in (handle_footer): Generate .SUFFIXES target when user
defines suffixes but automake does not.

23 years ago * vtexi.test: Fixed to reflect new rules.
Tom Tromey [Thu, 21 Dec 2000 23:46:54 +0000 (23:46 +0000)]
* vtexi.test: Fixed to reflect new rules.

23 years ago2000-12-20 Marc Espie <espie@openbsd.org>
Tom Tromey [Thu, 21 Dec 2000 06:07:14 +0000 (06:07 +0000)]
2000-12-20  Marc Espie <espie@openbsd.org>

* automake.in (handle_texinfo): Make path of $vtexi explicit in
dependency.
* texi-vers.am: Likewise.

23 years ago From Kevin Ryde:
Tom Tromey [Thu, 21 Dec 2000 02:09:21 +0000 (02:09 +0000)]
From Kevin Ryde:
* automake.in (handle_footer): Always push user suffixes at the
start of .SUFFIXES:.
* automake.texi (Suffixes): Updated to reflect new suffix
handling.

23 years ago * automake.in (handle_built_sources): Removed.
Tom Tromey [Tue, 19 Dec 2000 04:48:32 +0000 (04:48 +0000)]
* automake.in (handle_built_sources): Removed.
(handle_merge_targets): Handle BUILT_SOURCES.
* automake.texi (Sources): Updated documentation of
BUILT_SOURCES.

23 years ago * m4/protos.m4: Always do header checks.
Tom Tromey [Mon, 18 Dec 2000 01:12:17 +0000 (01:12 +0000)]
* m4/protos.m4: Always do header checks.

23 years ago * automake.in (handle_ltlibraries): Check for LDFLAGS variables
Tom Tromey [Mon, 18 Dec 2000 01:04:24 +0000 (01:04 +0000)]
* automake.in (handle_ltlibraries): Check for LDFLAGS variables
before using values.

23 years ago * automake.in (handle_ltlibraries): Allow _LDFLAGS to be
Tom Tromey [Sun, 17 Dec 2000 21:33:24 +0000 (21:33 +0000)]
* automake.in (handle_ltlibraries): Allow _LDFLAGS to be
conditionally defined.  Fixes PR automake/77 and ldflags.test.

23 years ago * Makefile.am (XFAIL_TESTS): Don't mention ldflags.test.
Tom Tromey [Sun, 17 Dec 2000 21:32:57 +0000 (21:32 +0000)]
* Makefile.am (XFAIL_TESTS): Don't mention ldflags.test.

23 years agoTypo fix; thanks Jim
Tom Tromey [Sun, 26 Nov 2000 22:11:20 +0000 (22:11 +0000)]
Typo fix; thanks Jim

23 years ago * automake.in (file_contents_with_transform): Added file name and
Tom Tromey [Sun, 26 Nov 2000 01:39:48 +0000 (01:39 +0000)]
* automake.in (file_contents_with_transform): Added file name and
line number to error report.
(MACRO_PATTERH, BOGUS_MACRO_PATTERN): Leading spaces are ok.

23 years ago * space.test: New file.
Tom Tromey [Sun, 26 Nov 2000 01:37:30 +0000 (01:37 +0000)]
* space.test: New file.
* Makefile.am (TESTS): Added space.test.

23 years ago* m4/regex.m4 (AM_WITH_REGEX): This macro was broken because
Pavel Roskin [Fri, 24 Nov 2000 02:25:13 +0000 (02:25 +0000)]
* m4/regex.m4 (AM_WITH_REGEX): This macro was broken because
of M4 underquoting.
* m4/ccstdc.m4 (AC_PROG_CC_STDC): Added some M4 quotes.
* m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise.
* m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise.
* m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise.
* m4/multi.m4 (AM_WITH_DMALLOC): Likewise.
* m4/python.m4 (AM_PATH_PYTHON): Likewise.
* m4/strtod.m4 (AM_FUNC_STRTOD): Likewise.

23 years ago* pr87.test: Prevent automake from looking into .. and ../..
Pavel Roskin [Fri, 24 Nov 2000 01:05:13 +0000 (01:05 +0000)]
* pr87.test: Prevent automake from looking into .. and ../..
by using AC_CONFIG_AUX_DIR(.) in configure.in.

23 years ago * automake.in (require_file_internal): Pass $file as second
Tom Tromey [Thu, 23 Nov 2000 21:42:38 +0000 (21:42 +0000)]
* automake.in (require_file_internal): Pass $file as second
argument to maybe_push_required_file.  Fixes PR automake/87.

23 years ago * pr87.test: New file. From PR automake/87.
Tom Tromey [Thu, 23 Nov 2000 21:42:14 +0000 (21:42 +0000)]
* pr87.test: New file.  From PR automake/87.
* Makefile.am (TESTS): Added pr87.test.

23 years ago * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
Tom Tromey [Sat, 18 Nov 2000 23:58:25 +0000 (23:58 +0000)]
* m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
/dev/null.  From Paul Martinolich.

23 years ago* aclocal.in (write_aclocal): Set ``binmode'' after file has been
Akim Demaille [Thu, 16 Nov 2000 11:07:37 +0000 (11:07 +0000)]
* aclocal.in (write_aclocal): Set ``binmode'' after file has been
opened, otherwise it has no effect.

23 years ago* aclocal.in (write_aclocal): Don't write aclocal.m4 with
Akim Demaille [Mon, 23 Oct 2000 18:58:33 +0000 (18:58 +0000)]
* aclocal.in (write_aclocal): Don't write aclocal.m4 with
CRLFs. This circumvents a bug in Cygwin bash.

* automake.in (generate_makefile): Don't write Makefile.in
files with CRLFs, as it causes problems for the dependency-file
extraction in AM_OUTPUT_DEPENDENCY_COMMANDS.

23 years ago* automake.in (handle_merge_targets): Allow parallel install
Akim Demaille [Thu, 19 Oct 2000 09:27:23 +0000 (09:27 +0000)]
* automake.in (handle_merge_targets): Allow parallel install
with forced relink.

23 years ago* subdir4.test (depcomp): Don't create it, defs does.
Akim Demaille [Thu, 19 Oct 2000 08:19:58 +0000 (08:19 +0000)]
* subdir4.test (depcomp): Don't create it, defs does.

23 years ago* aclocali1.test: New file - test for circular dependencies for aclocal.m4.
Pavel Roskin [Wed, 18 Oct 2000 21:49:37 +0000 (21:49 +0000)]
* aclocali1.test: New file - test for circular dependencies for aclocal.m4.

23 years ago* Makefile.am (TESTS): Added aclocali1.test.
Pavel Roskin [Wed, 18 Oct 2000 03:27:44 +0000 (03:27 +0000)]
* Makefile.am (TESTS): Added aclocali1.test.
* aclocali1.test: New file.

23 years ago* automake.in (handle_aclocal_m4): exclude aclocal.m4 and
Pavel Roskin [Wed, 18 Oct 2000 03:26:55 +0000 (03:26 +0000)]
* automake.in (handle_aclocal_m4): exclude aclocal.m4 and
acinclude.m4 from the dependencies of aclocal.m4 to avoid
circular and duplicated dependencies. Strip "./" from the
dependencies.

23 years ago* aclocal.in (write_aclocal): Set up aclocal.m4 header with
Akim Demaille [Tue, 17 Oct 2000 09:36:59 +0000 (09:36 +0000)]
* aclocal.in (write_aclocal): Set up aclocal.m4 header with
normal comments (#) instead of m4 dnl-type comments.

23 years agoChange leading white spaces into tabs.
Akim Demaille [Tue, 17 Oct 2000 08:37:26 +0000 (08:37 +0000)]
Change leading white spaces into tabs.

23 years ago* depcomp: Altered sed clause to strip of inclusion depth
Akim Demaille [Tue, 17 Oct 2000 08:29:44 +0000 (08:29 +0000)]
* depcomp: Altered sed clause to strip of inclusion depth

23 years agoTypos.
Akim Demaille [Tue, 17 Oct 2000 07:47:04 +0000 (07:47 +0000)]
Typos.

23 years ago* depcomp (msvisualcpp): New dependency tracking mode, for
Akim Demaille [Mon, 16 Oct 2000 19:34:57 +0000 (19:34 +0000)]
* depcomp (msvisualcpp): New dependency tracking mode, for
Microsoft Visual C++.

23 years ago* depcomp: Fix a bug in SGI dependency tracking mode with source
Akim Demaille [Mon, 16 Oct 2000 19:21:04 +0000 (19:21 +0000)]
* depcomp: Fix a bug in SGI dependency tracking mode with source
files which do not contain any dependencies to other source files.

23 years ago* aclocal.in, aclocal.m4: Standardize FSF Copyright statements.
Akim Demaille [Mon, 16 Oct 2000 09:01:36 +0000 (09:01 +0000)]
* aclocal.in, aclocal.m4: Standardize FSF Copyright statements.
* automake.in, automake.texi: Likewise.
* clean-kr.am, clean.am: Likewise.
* comp-vars.am: Likewise.
* compile, compile.am: Likewise.
* data-clean.am: Likewise.
* data.am: Likewise.
* dejagnu.am: Likewise.
* depcomp: Likewise.
* depend.am, depend2.am: Likewise.
* dist-vars.am, dist.am: Likewise.
* elisp-comp: Likewise.
* footer.am: Likewise.
* header-vars.am, header.am: Likewise.
* java-clean.am java.am: Likewise.
* kr-extra.am: Likewise.
* library.am: Likewise.
* libs-clean.am, libs.am: Likewise.
* libtool.am: Likewise.
* lisp-clean.am lisp.am: Likewise.
* ltlib-clean.am ltlib.am: Likewise.
* ltlibrary.am: Likewise.
* m4/Makefile.in: Likewise.
* m4/strtod.m4: Likewise.
* mans-vars.am, mans.am: Likewise.
* mdate-sh: Likewise.
* missing: Likewise.
* multilib.am: Likewise.
* program.am: Likewise.
* progs-clean.am, progs.am: Likewise.
* python-clean.am, python.am: Likewise.
* remake-hdr.am, remake.am: Likewise.
* scripts.am: Likewise.
* subdirs.am: Likewise.
* tags-clean.am, tags.am: Likewise.
* texi-vers.am: Likewise.
* texinfos.am: Likewise.
* ylwrap: Likewise.

23 years ago* automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is
Pavel Roskin [Tue, 10 Oct 2000 01:03:42 +0000 (01:03 +0000)]
* automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is
defined use it as the list of M4 files aclocal.m4 depends on.

23 years agoAdded more entries to ignore results of normal activity in the
Pavel Roskin [Tue, 10 Oct 2000 00:39:34 +0000 (00:39 +0000)]
Added more entries to ignore results of normal activity in the
CVS working directory.

23 years ago* m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
Pavel Roskin [Tue, 10 Oct 2000 00:18:53 +0000 (00:18 +0000)]
* m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
assignments changing $? - it's broken in ash-0.2.
* m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.

23 years ago* aclocal.in (add_file): Strip comments while scanning for
Pavel Roskin [Fri, 6 Oct 2000 22:49:14 +0000 (22:49 +0000)]
* aclocal.in (add_file): Strip comments while scanning for
macro dependencies.

23 years ago2000-09-15 Alexandre Duret-Lutz <duret_g@epita.fr>
Tom Tromey [Fri, 15 Sep 2000 20:09:55 +0000 (20:09 +0000)]
2000-09-15  Alexandre Duret-Lutz  <duret_g@epita.fr>

* automake.in (initialize_global_constants): End the
result of dist-bzip2 with tar.bz2, not bz2.

23 years ago Fix for PR automake/72:
Tom Tromey [Wed, 30 Aug 2000 17:54:33 +0000 (17:54 +0000)]
Fix for PR automake/72:
* automake.in (initialize_per_input): Define `need_link'.
(finish_languages): Use need_link.
(handle_source_transform): Set need_link if required.

23 years ago * Makefile.am (XFAIL_TESTS): Removed pr72.test.
Tom Tromey [Wed, 30 Aug 2000 17:53:32 +0000 (17:53 +0000)]
* Makefile.am (XFAIL_TESTS): Removed pr72.test.

23 years ago For PR automake/72:
Tom Tromey [Wed, 30 Aug 2000 16:51:54 +0000 (16:51 +0000)]
For PR automake/72:
* Makefile.am (TESTS): Added pr72.test.
(XFAIL_TESTS): Likewise.
* pr72.test: New file.