platform/upstream/automake.git
21 years ago* lib/Automake/Configure_ac.pm
Alexandre Duret-Lutz [Tue, 3 Jun 2003 21:09:22 +0000 (21:09 +0000)]
* lib/Automake/Configure_ac.pm
(search_configure_ac, find_configure_ac): Rename as ...
(find_configure_ac, require_configure_ac): ... these.
* aclocal.in (scan_configure): Adjust call to require_configure_ac.
* automake.in (scan_autoconf_files): Likewise.
Suggested by Tim Van Holder.

21 years ago* alocal.in: Use Automake::Configure_ac.
Alexandre Duret-Lutz [Mon, 2 Jun 2003 23:35:00 +0000 (23:35 +0000)]
* alocal.in: Use Automake::Configure_ac.
($configure_ac): Delete.
(scan_configure): Adjust use of find_configure_ac;
* automake.in: Use Automake::Configure_ac.
($configure_ac): Delete.
(scan_autoconf_files): Adjust use of find_configure_ac;
* lib/Automake/Configure_ac.pm: New file.
* lib/Automake/General.pm (find_configure_ac): Delete.  Now
replaced by Automake::Configure_ac::search_configure_ac.
* lib/Automake/Makefile.am (dist_perllib_DATA): Add Configure_ac.pm.
* lib/Automake/Variable.pm: Use Automake::Configure_ac.
(require_variables): Adjust use of $configure_ac.

21 years agorun autoconf
Alexandre Duret-Lutz [Mon, 2 Jun 2003 21:59:14 +0000 (21:59 +0000)]
run autoconf

21 years ago* lib/am/texi-vers.am, lib/am/subdirs.am, lib/am/scripts.am,
Akim Demaille [Mon, 2 Jun 2003 07:08:40 +0000 (07:08 +0000)]
* lib/am/texi-vers.am, lib/am/subdirs.am, lib/am/scripts.am,
* lib/am/remake-hdr.am, lib/am/python.am, lib/am/progs.am,
* lib/am/program.am, lib/am/multilib.am, lib/am/mans.am,
* lib/am/mans-vars.am, lib/am/ltlibrary.am, lib/am/ltlib.am,
* lib/am/lisp.am, lib/am/libtool.am, lib/am/library.am,
* lib/am/lang-compile.am, lib/am/java.am, lib/am/header.am,
* lib/am/header-vars.am, lib/am/footer.am, lib/am/depend.am,
* lib/am/dejagnu.am, lib/am/data.am, lib/am/compile.am,
* lib/am/clean.am, lib/am/clean-hdr.am, lib/am/check.am,
* lib/am/ansi2knr.am, lib/am/Makefile.am, lib/Makefile.am,
* m4/strip.m4, m4/sanity.m4, m4/runlog.m4, m4/regex.m4,
* m4/python.m4, m4/protos.m4, m4/options.m4, m4/obsolete.m4,
* m4/obsol-lt.m4, m4/obsol-gt.m4, m4/multi.m4, m4/missing.m4,
* m4/minuso.m4, m4/maintainer.m4, m4/lispdir.m4, m4/lex.m4,
* m4/install-sh.m4, m4/header.m4, m4/gcj.m4, m4/dmalloc.m4,
* m4/depout.m4, m4/cond.m4, m4/ccstdc.m4, m4/auxdir.m4, m4/as.m4,
* m4/Makefile.am: White space changes and Copyright updates.

21 years ago* lib/Automake/Variable.pm (check_defined_unconditionally): Add
Alexandre Duret-Lutz [Thu, 29 May 2003 19:05:55 +0000 (19:05 +0000)]
* lib/Automake/Variable.pm (check_defined_unconditionally): Add
the $parent_cond argument.
(output): Use $self->name in diagnostic not $self.
(variable_value_as_list): Rename as ...
(value_as_list): ... this.  Declare as a method.  Take a $parent_cond
argument and pass it to check_defined_unconditionally.  Do not call
variable_assert, now that this is a method.
(variable_assert): Delete (unused).
* automake.in (traverse_variable_recursively_worker): Adjust to
use check_defined_unconditionally and value_as_list as a methods.

21 years ago* lib/Automake/Variable.pm (output): Declare as a method, since it
Alexandre Duret-Lutz [Thu, 29 May 2003 17:34:52 +0000 (17:34 +0000)]
* lib/Automake/Variable.pm (output): Declare as a method, since it
is only used this way.
(define): Fix documentation of $cond.
Suggested by Raja R. Harinath.

21 years ago* lib/Automake/Variable.pm, lib/Automake/VarDef.pm: New files.
Alexandre Duret-Lutz [Sun, 25 May 2003 20:05:50 +0000 (20:05 +0000)]
* lib/Automake/Variable.pm, lib/Automake/VarDef.pm: New files.
* lib/Automake/Makefile.am (dist_perllib_DATA): Add Variable.pm
and VarDef.pm.
* automake.in: Use Automake::Variable and Automake::VarDef.
(MACRO_PATTERN): Delete. Now Automake::Variable::_MACRO_PATTERN.
(am_macro_for_var): Delete. Now Automake::Variable::_am_macro_for_var.
(ac_macro_for_var): Delete. Now Automake::Variable::_ac_macro_for_var.
(silent_variable_override): Delete.  Now
Automake::Variable::_silent_variable_override.
(var_value, var_location, var_comment, var_type, var_owner,
var_pretty, content_seen): Delete.  This functionality is now
offered by Automake::Variable and Automake::VarDef.
(VAR_AUTOMAKE, VAR_CONFIGURE, VAR_MAKEFILE, VAR_ASIS, VAR_PRETTY):
Delete.  Now defined in Automake::VarDef.
(var_order): Delete.  Now Automake::Variable::_var_order.
(appendvar): Delete.  Now Automake::Variable::_appendvar.
(var_SUFFIX_trigger): Register using Automake::Variable::hook.
(initialize_per_input): Call Automake::Variable::reset.
(err_var, msg_cond_var, msg_var, reject_var): Delete.  Now
defined in Automake::Variable.
(generate_makefile, process_option_list, handle_languages)
(traverse_variable_recursively_worker)
(transform_variable_recursively, handle_compile)
(handle_libraries, handle_ltlibraries)
(check_typos, handle_dist, handle_subdirs, scan_autoconf_files):
Adjust to use Automake::Variable functions.
(check_ambiguous_condition): Delete.  Now
Automake::Variable::_check_ambiguous_condition.
(condition_ambiguous_p): Delete.  Now
Automake::Variable::condition_ambiguous_p.
(variable_not_always_defined_in_cond): Delete.  Now
Automake::Variable::not_always_defined_in_cond.
(macro_define): Delete.  Now Automake::Variable::define.
(macro_delete): Delete.  Now Automake::Variable::variable_delete.
(macro_dump): Delete.  Now Automake::Variable::variable_dump.
(macros_dump): Delete.  Now Automake::Variable::variables_dump.
(variable_defined): Delete.  Now
Automake::Variable::variable_defined, with the target check
temporarily disabled.
(variable_assert): Delete.  Now Automake::Variable::variable_assert.
(examine_variable): Delete.  Now
Automake::Variable::examine_variable.
(variable_conditions): Delete.  Now Automake::Variable::conditions.
(scan_variable_expansions): Delete.  Now
Automake::Variable::scan_variable_expansions.
(check_variable_expansions): Delete.  Now
Automake::Variable::check_variable_expansions.
(check_variable_defined_unconditionally): Delete.  Now
Automake::Variable::check_defined_unconditionally.
(variable_value): Delete.  Now Automake::Variable::variable_value.
(variable_value_as_list): Delete.  Now
Automake::Variable::variable_value_as_list.
(variable_value_as_list_recursive_worker): Adjust to use
Automake::Variable functions.
(variable_output): Delete.  Now Automake::Variable::output.
(define_pretty_variable, define_configure_variable, read_am_file)
(define_standard_variables, read_main_am_file): Adjust to use
Automake::Variable functions.
(handle_variables): Delete.  Now Automake::Variable::output_variables.
(file_contents_internal, am_primary_prefixes, am_install_var)
(require_file_with_macro, require_conf_file_with_macro)
(push_dist_common): : Adjust to use
Automake::Variable functions.
(require_variables): Delete.  Now
Automake::Variable::require_variables.
(require_variables_for_macro): Delete.  Now
Automake::Variable::require_variables_for_variable.
* tests/Makefile.am (XFAIL_TESTS): Add target.test.

21 years ago* tests/dejagnu7.test: Check if runtest supports --status.
Alexandre Duret-Lutz [Sun, 25 May 2003 17:12:57 +0000 (17:12 +0000)]
* tests/dejagnu7.test: Check if runtest supports --status.

21 years ago* lib/Automake/Location.pm (dump): Output 'INTERNAL' when position
Alexandre Duret-Lutz [Fri, 23 May 2003 21:53:34 +0000 (21:53 +0000)]
* lib/Automake/Location.pm (dump): Output 'INTERNAL' when position
is undefined.

21 years ago* lib/Automake/DisjConditions.pm (human): Fix infinite loop when
Alexandre Duret-Lutz [Fri, 23 May 2003 21:26:06 +0000 (21:26 +0000)]
* lib/Automake/DisjConditions.pm (human): Fix infinite loop when
$self contains only one Condition.

21 years ago* automake.in: Use plain strict, including refs.
Alexandre Duret-Lutz [Fri, 23 May 2003 21:10:38 +0000 (21:10 +0000)]
* automake.in: Use plain strict, including refs.
(macro_define, handle_single_transform_list): Use &{'name'} to
build references to named subroutines.

21 years ago* automake.texi: Update @dircategory to match the Free Software
Alexandre Duret-Lutz [Thu, 22 May 2003 20:44:11 +0000 (20:44 +0000)]
* automake.texi: Update @dircategory to match the Free Software
Directory.  End directory entries with dots.

21 years ago* automake.texi (maintainer-mode): s/François/Fran@,{c}ois/.
Alexandre Duret-Lutz [Thu, 22 May 2003 20:23:33 +0000 (20:23 +0000)]
* automake.texi (maintainer-mode): s/François/Fran@,{c}ois/.
* lib/elisp-comp: s/François/Franc,ois/.
Suggested by Paul Eggert.

21 years ago* automake.in: Move the "main" code at the end.
Alexandre Duret-Lutz [Thu, 22 May 2003 17:50:10 +0000 (17:50 +0000)]
* automake.in: Move the "main" code at the end.
(parse_arguments): Move near the end.
($KNOWN_EXTENSIONS_PATTERN, @known_extensions_list,
accept_extensions, var_SUFFIXES_trigger): Move these definitions
before any call to register_language.
(am_file): Move the definition with all other global variables,
do not use local to define it.
* Makefile.am (maintainer-check): Expect no `local' in Automake.

21 years ago* lib/Automake/Wrap.pm, lib/Automake/tests/Wrap.pl: New files.
Alexandre Duret-Lutz [Wed, 21 May 2003 20:30:07 +0000 (20:30 +0000)]
* lib/Automake/Wrap.pm, lib/Automake/tests/Wrap.pl: New files.
* lib/Automake/Makefile.am (dist_perllib_DATA): Add Wrap.pm.
* lib/Automake/tests/Makefile.am (TESTS): Add Wrap.pl.
* automake.in (handle_texinfo_helper, pretty_print_rule)
(variable_output): Adjust to use makefile_wrap instead of
pretty_print_internal.
(pretty_print_internal): Remove.  Renamed as Automake::Wrap::wrap
and augmented to accept the $eol and $max_len arguments.

21 years ago* lib/Autom4te/XFile.pm, lib/config.guess, lib/config.sub,
Alexandre Duret-Lutz [Sun, 18 May 2003 08:38:21 +0000 (08:38 +0000)]
* lib/Autom4te/XFile.pm, lib/config.guess, lib/config.sub,
lib/texinfo.tex: New upstream versions.

21 years ago* lib/am/install.am (install, install-exec, install-data, uninstall):
Alexandre Duret-Lutz [Sat, 17 May 2003 11:31:57 +0000 (11:31 +0000)]
* lib/am/install.am (install, install-exec, install-data, uninstall):
Declare conditionally using a if/else/endif block instead of
using ?SUBDIRS?-style conditions.  The latter fail when
%maybe_BUILT_SOURCES% is replaced by several lines.
This fixes a bug introduced on 2003-04-06.
* tests/bsource.test: New file.
* tests/Makefile.am (TESTS): Add bsource.test.
Reported by Bruno Haible.

21 years ago* automake.texi (renamed objects): New node.
Alexandre Duret-Lutz [Sun, 11 May 2003 19:56:59 +0000 (19:56 +0000)]
* automake.texi (renamed objects): New node.
(Program and Library Variables): Move maude_DEPENDENCIES closer
to maude_LDADD.  Define and use `per-target compilation flags' in the
explanation for maude_CFLAGS et al.  Link to the `renamed objects'
node.  Illustrate maude_SHORTNAME.

21 years ago* lib/install-sh: Update copyright notice and license to that of
Alexandre Duret-Lutz [Fri, 9 May 2003 17:58:21 +0000 (17:58 +0000)]
* lib/install-sh: Update copyright notice and license to that of
X11R6.  This removes an advertising clause reported as Debian bug
#191717.

21 years ago* configure.in (ACLOCAL): Do not use -I, --acdir is enough.
Alexandre Duret-Lutz [Wed, 7 May 2003 21:12:43 +0000 (21:12 +0000)]
* configure.in (ACLOCAL): Do not use -I, --acdir is enough.

21 years ago* m4/make.m4: Rename the doit target as am__doit,
Alexandre Duret-Lutz [Wed, 7 May 2003 20:59:08 +0000 (20:59 +0000)]
* m4/make.m4: Rename the doit target as am__doit,
and make it phony.
Reported by Philip S Tellis.

21 years agoquote DJGPP; from Simon Richter
Alexandre Duret-Lutz [Tue, 6 May 2003 22:36:54 +0000 (22:36 +0000)]
quote DJGPP; from Simon Richter

21 years ago* lib/am/configure.am (%MAKEFILE-IN%): Propagate automake's exit
Alexandre Duret-Lutz [Tue, 6 May 2003 22:29:16 +0000 (22:29 +0000)]
* lib/am/configure.am (%MAKEFILE-IN%): Propagate automake's exit
status.
* tests/makej.test: New file (test Autom4te's cache locking,
new in CVS Autoconf).
* tests/Makefile.am (TESTS): Add makej.test.

21 years ago* lib/Automake/General.pm (contents): New function.
Alexandre Duret-Lutz [Tue, 6 May 2003 12:07:22 +0000 (12:07 +0000)]
* lib/Automake/General.pm (contents): New function.
* aclocal.in (greatest_mtime, force_output): New globals.
(scan_configure, add_file): Update $greatest_mtime.
(parse_arguments): Parse --force.
(write_aclocal): Do not overwrite $output_file unless needed.
* automake.texi (aclocal options): Document --force.
* tests/aclocal7.test: New file.
* tests/Makefile.am (TESTS): Add aclocal7.test.

21 years ago* automake.texi (Optional): Document m4_include.
Alexandre Duret-Lutz [Mon, 5 May 2003 19:56:21 +0000 (19:56 +0000)]
* automake.texi (Optional): Document m4_include.
(Invoking aclocal): Shake a bit to introduce the various uses
of aclocal and explain that aclocal will use m4_include for
local files.
(Extending aclocal): Show how to install installable macros
in $(datadir)/aclocal, and make it clearer that writing installable
macros is not the only way to extend aclocal.
(Local Macros, Future of aclocal): New sections.

21 years ago* automake.in (@common_files): Remove acinclude.m4 since
Alexandre Duret-Lutz [Sun, 27 Apr 2003 18:14:37 +0000 (18:14 +0000)]
* automake.in (@common_files): Remove acinclude.m4 since
it will be m4_included by aclocal.m4 and files are always
distributed.
(scan_aclocal_m4): Do not bother about acinclude.m4 anymore.
We will get this dependency when tracing m4_includes.
* tests/aclocal6.test: Make sure acinclude.m4 is distributed
when used.
* tests/acinclude.test: Delete.
* tests/Makefile.am (TESTS): Remove acinclude.test.

21 years ago* automake.in (handle_configure): Don't add @configure_deps to
Alexandre Duret-Lutz [Fri, 25 Apr 2003 20:46:21 +0000 (20:46 +0000)]
* automake.in (handle_configure): Don't add @configure_deps to
DIST_COMMON, we do this from lib/am/configure.am now.
Define the am__configure_deps variable instead of substituing
%CONFIGURE_DEPS%.
* lib/am/configure.am (%MAKEFILE-IN%, $(top_srcdir)/configure,
$(ACLOCAL_M4)): Use $(am__configure_deps) instead of %CONFIGURE_DEPS%.
(DIST_COMMON): Add $(am__configure_deps).

21 years ago* tests/aclocal6.test: New file.
Alexandre Duret-Lutz [Fri, 25 Apr 2003 18:39:21 +0000 (18:39 +0000)]
* tests/aclocal6.test: New file.
* lib/am/configure.am (am--refresh): New rule.
(%MAKEFILE-IN%, %MAKEFILE%, $(top_builddir)/config.status,
$(top_srcdir)/configure): Call the top-level am--refresh from
subdirectories.
($(ACLOCAL_M4)): Depend upon %CONFIGURE_DEPS%.  Call the
top-level am--refresh when not in the top-level directory.
Fix jump directories for VPATH builds.
Suggested by Raja R. Harinath.

21 years agotypos
Alexandre Duret-Lutz [Thu, 24 Apr 2003 18:54:46 +0000 (18:54 +0000)]
typos

21 years ago* automake.in (scan_aclocal_m4): Do not parse ACLOCAL_AMFLAGS
Alexandre Duret-Lutz [Thu, 24 Apr 2003 18:48:07 +0000 (18:48 +0000)]
* automake.in (scan_aclocal_m4): Do not parse ACLOCAL_AMFLAGS
and glob for m4_files (We've got all local m4 files while
tracing m4_include's).  Diagnose ACLOCAL_M4_SOURCES as obsolete.
Distribute aclocal.m4 only at the top-level.
(my_glob): Remove.  This fixes PR automake/11.
(handle_dist): Strip leading `./' from directories.
* aclocal.in (add_file): Output 'm4_include([file.m4])' instead
of copying local files.
(write_aclocal, parse_arguments): Bump copyright date.
* configure.in: De not build m4/amversion.m4 from here ...
* m4/Makefile.am ($(srcdir)/amversion.m4): ... do this here.
(nodist_m4data_DATA): Use $(srcdir)/amversion.m4 instead
of amversion.m4.
* tests/Makefile.am (XFAIL_TESTS): Remove aclocal5.test.
(TESTS): Remove aclocal2.test.  Do not test aclocal.test twice.
* tests/aclocal2.test: Delete (pointless).
* tests/aclocal5.test: Make sure configure's dependencies are
distributed.
* tests/acinclude.test: Adjust to search for m4_include.
* tests/dirlist.test, tests/dup3.test: Run $AUTOCONF and grep
configure instead of aclocal.m4.

21 years agoFor automake PR/46:
Alexandre Duret-Lutz [Thu, 24 Apr 2003 18:39:32 +0000 (18:39 +0000)]
For automake PR/46:
* automake.in (scan_aclocal_m4): Work in all directories, not only
the top-level.  Prepend $(top_srcdir) in front of each aclocal.m4
dependency.
* lib/am/configure.am (config.status, configure, $(ACLOCAL_M4)):
Define rebuild rules in each directory.
* tests/subdir8.test: Augment to exercise aclocal.m4's dependencies
from the top-level directory.
* tests/aclocal5.test: New file.  Exercise aclocal.m4's dependencies
from a subdirectory.
* tests/Makefile.am (TESTS): Add aclocal5.test.
(XFAIL_TESTS): Replace subdir8.test by aclocal5.test.

21 years agoFor automake PR/46:
Alexandre Duret-Lutz [Thu, 24 Apr 2003 18:33:42 +0000 (18:33 +0000)]
For automake PR/46:
* lib/am/configure.am (%MAKEFILE-IN%): If Makefile.in is rebuilt
because of one of configure's dependencies, run automake without
argument to update the whole tree at once.  Depend upon
%CONFIGURE_DEPS%.
(%MAKEFILE%): If Makefile is rebuilt because config.status has
been updated, run config.status without arguments.
* automake.in (scan_autoconf_traces): Prepend $(top_srcdir)
before all files in @configure_deps.
* tests/subdir5.test: Modernize configure.in, make sure
maude/Makefile was actually created, and exercise %CONFIGURE_DEPS%.
* tests/subdir8.test: New file.
* tests/Makefile.am (TESTS): Add subdir8.test.
(XFAIL_TESTS): Replace subdir5.test by subdir8.test.

21 years ago* automake.texi (Requirements): Typo in index
Alexandre Duret-Lutz [Wed, 23 Apr 2003 21:45:19 +0000 (21:45 +0000)]
* automake.texi (Requirements): Typo in index
s/AC_CONFIG_FILE/AC_CONFIG_FILES/.

21 years ago* lib/texinfo.tex: New upstream version.
Alexandre Duret-Lutz [Wed, 23 Apr 2003 19:08:47 +0000 (19:08 +0000)]
* lib/texinfo.tex: New upstream version.

21 years ago.
Jim Meyering [Mon, 21 Apr 2003 15:09:46 +0000 (15:09 +0000)]
.

21 years ago * lib/mkinstalldirs: Remove each sequence of spaces before a
Jim Meyering [Mon, 21 Apr 2003 15:06:29 +0000 (15:06 +0000)]
* lib/mkinstalldirs: Remove each sequence of spaces before a
TAB character.
* lib/depcomp: Search for TAB-SPC, not SPC-TAB.

21 years agoFix for PR automake/389:
Alexandre Duret-Lutz [Sat, 19 Apr 2003 11:22:22 +0000 (11:22 +0000)]
Fix for PR automake/389:
* automake.in (handle_configure): Don't put $colon_infile in
CONFIG-MAKEFILE.
* tests/conff.test: New file.
* tests/Makefile.am (TESTS): Add conff.test.
Reported by Alexander Turbov.

21 years agoback out mistaken commit
Alexandre Duret-Lutz [Fri, 18 Apr 2003 20:05:31 +0000 (20:05 +0000)]
back out mistaken commit

21 years ago* tests/defs.in: Handle required=etags to work around
Alexandre Duret-Lutz [Fri, 18 Apr 2003 19:59:31 +0000 (19:59 +0000)]
* tests/defs.in: Handle required=etags to work around
Exuberant Ctags.

21 years ago* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
Alexandre Duret-Lutz [Fri, 18 Apr 2003 17:23:20 +0000 (17:23 +0000)]
* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
versions.

21 years ago* tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test:
Alexandre Duret-Lutz [Fri, 18 Apr 2003 17:15:02 +0000 (17:15 +0000)]
* tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test:
Distribute dejagnu test cases, so that distcheck actually runs them.

21 years ago.
Jim Meyering [Fri, 18 Apr 2003 09:11:04 +0000 (09:11 +0000)]
.

21 years ago(variable_output): Fix typo in comment s/is/if/.
Jim Meyering [Fri, 18 Apr 2003 09:09:57 +0000 (09:09 +0000)]
(variable_output): Fix typo in comment s/is/if/.

21 years ago* lib/am/dejagnu.am (site.exp): Don't define tool in site.exp,
Richard Dawe [Fri, 18 Apr 2003 09:07:01 +0000 (09:07 +0000)]
* lib/am/dejagnu.am (site.exp): Don't define tool in site.exp,
  because we set that by invoking runtest with --tool.
* tests/Makefile.am (TESTS): Add dejagnu4.test, dejagnu5.test,
  dejagnu6.test, dejagnu7.test.
* tests/dejagnu4.test: New test.
* tests/dejagnu5.test: New test.
* tests/dejagnu6.test: New test.
* tests/dejagnu7.test: New test.

* tests/dejagnu3.test: Make sure the DejaGnu test is actually run.

21 years ago * lib/am/yacc.am (?!GENERIC?%OBJ% aka .y.c): Don't redirect
Jim Meyering [Fri, 18 Apr 2003 08:54:34 +0000 (08:54 +0000)]
* lib/am/yacc.am (?!GENERIC?%OBJ% aka .y.c): Don't redirect
directly to $@.  Instead, redirect to $@t and rename upon success.
Also, move the commands that update $@ so they are last.  Otherwise,
this rule could leave the user with an up to date target (.c file)
but with a missing or corrupted corresponding .h file.

21 years agos/Silent/Silence/
Alexandre Duret-Lutz [Thu, 17 Apr 2003 19:57:58 +0000 (19:57 +0000)]
s/Silent/Silence/

21 years ago* tests/defs.in: Handle required=runtest, to detect runtest from DejaGnu.
Richard Dawe [Thu, 17 Apr 2003 19:06:45 +0000 (19:06 +0000)]
* tests/defs.in: Handle required=runtest, to detect runtest from DejaGnu.
* tests/Makefile.am (TESTS): Add dejagnu3.test.
* tests/dejagnu3.test: New test.

21 years ago* automake.in (rule_define): If the user tries to override
Alexandre Duret-Lutz [Wed, 16 Apr 2003 19:59:03 +0000 (19:59 +0000)]
* automake.in (rule_define): If the user tries to override
an Automake which has a -local variant, suggest using the
-local variant in the -Woverride diagnostic.
(handle_factored_dependencies): Register factored
rules with rule_define, and define them only in undefined
conditions.
* tests/Makefile.am (TESTS): Add override.test.
* tests/overrid.test: New file.
* tests/phony.test: Count the number of .PHONY targets.

21 years ago* lib/am/distdir.am (distuninstallcheck, distcleancheck): Silent
Alexandre Duret-Lutz [Tue, 15 Apr 2003 20:40:31 +0000 (20:40 +0000)]
* lib/am/distdir.am (distuninstallcheck, distcleancheck): Silent
these rules, so that we don't confuse users by echoing
"echo ERROR:" commands which are not run.

21 years ago2003-03-14 Richard Dawe <rich@phekda.freeserve.co.uk>
Alexandre Duret-Lutz [Mon, 14 Apr 2003 19:59:30 +0000 (19:59 +0000)]
2003-03-14  Richard Dawe  <rich@phekda.freeserve.co.uk>
            Alexandre Duret-Lutz  <adl@gnu.org>

        * automake.in (output_texinfo_build_rules, handle_texinfo_helper,
        initialize_per_input):  Add infrastructure for generating HTML
        documentation from texinfo source.
        * lib/am/texinfos.am: Add rules for building HTML documentation
        from texinfo source.
        * lib/am/texibuild.am: Likewise.
        * automake.texi (Texinfo): Document rules for building
        HTML documentation from texinfo source.
        * tests/txinfo21.test: New file.
        * tests/Makefile.am (TESTS): Add txinfo21.test.
* tests/defs.in: Handle required=makeinfo-html.

21 years ago* automake.in (%silent_variable_override): New variable.
Alexandre Duret-Lutz [Mon, 14 Apr 2003 19:13:15 +0000 (19:13 +0000)]
* automake.in (%silent_variable_override): New variable.
(macro_define): Warn about variable definitions overriding
Automake variables.
(rule_define): Warn about target definitions overriding
Automake variables.  Fix $condmsg definition.
* automake.texi (Invoking Automake): Document the `override'
category.
* lib/Automake/ChannelDefs.pm (usage): Likewise.
* lib/am/texinfos.am [!%?CYGNUS] (MAKEINFO): Do not define,
this is already done in m4/init.m4.
* tests/dejagnu2.test: Run $MAKE, don't only grep.  Use
-Wno-override, and make sure we get a warning without.
* tests/exeext2.test, tests/substtarg.test: Use -Wno-override,
and make sure we get a warning without.
* tests/exeext3.test, tests/java2.test, tests/nolink.test,
tests/subpkg.test, tests/vartest.test: Use -Wno-override.
* tests/txinfo13.test: Use installcheck-local instead of overriding
installcheck.
* tests/txinfo2.test: Run $MAKE on the real Makefile (this test
used to succeed thanks to a failure...)
* tests/location.test: Adjust expected messages.
* tests/Makefile.am (XFAIL_TESTS): Add txinfo5.test.

21 years ago* lib/Automake/DisjConditions.pm (true): Don't cache answer.
Raja R Harinath [Sat, 12 Apr 2003 16:41:59 +0000 (16:41 +0000)]
* lib/Automake/DisjConditions.pm (true): Don't cache answer.
(invert): Update comment.
(_simplify): Remove.
(simplify): Implement using invert().
* lib/Automake/tests/DisjConditions.pl (test_simplify):
Update to reflect changes.

21 years ago* automake.in (scan_autoconf_files): Augment the error message
Alexandre Duret-Lutz [Sat, 12 Apr 2003 11:16:51 +0000 (11:16 +0000)]
* automake.in (scan_autoconf_files): Augment the error message
about AM_INIT_AUTOMAKE not found.
Suggested by Bruno Haible.

21 years ago* lib/Automake/Version.pm: New file.
Alexandre Duret-Lutz [Fri, 11 Apr 2003 22:11:43 +0000 (22:11 +0000)]
* lib/Automake/Version.pm: New file.
* lib/Automake/Makefile.am (dist_perllib_DATA): Add Version.pm.
* lib/Automake/tests/Version.pl: New file.
* lib/Automake/tests/Makefile.am (TESTS): Add Version.pl.
* tests/Makefile.am (TESTS): Remove version5.test.
* tests/version5.test: Delete.  Move the tests to Version.pl.
* automake.in (version_split, version_compare, version_check): Move ...
* lib/Automake/Version.pm (split, compare, check): ... here.

21 years ago* lib/Automake/tests/Condition.pl (test_reduce_and)
Alexandre Duret-Lutz [Fri, 11 Apr 2003 21:12:23 +0000 (21:12 +0000)]
* lib/Automake/tests/Condition.pl (test_reduce_and)
(test_reduce_or): Cosmetics.
* lib/Automake/tests/DisjConditions.pl (test_sub_conditions):
Fix a comment.
* lib/Automake/DisjConditions.pm (sub_conditions): Add missing C<...>
in comment.
* tests/yacc8.test, configure.in: Update copyright year.

21 years ago* configure.in: Get the build platform name. Define
Richard Dawe [Thu, 10 Apr 2003 23:15:46 +0000 (23:15 +0000)]
* configure.in: Get the build platform name.  Define
  MODIFICATION_DELAY as the time to wait after modifying a file,
  to cope with timestamp granularity issues, depending
  on the platform.

* tests/defs.in: Define `sleep' using MODIFICATION_DELAY.

21 years ago2003-04-08 Eric Siegerman <eric_97@pobox.com> (tiny change)
Alexandre Duret-Lutz [Thu, 10 Apr 2003 20:36:14 +0000 (20:36 +0000)]
2003-04-08  Eric Siegerman  <eric_97@pobox.com>  (tiny change)

        * automake.texi (Public macros): Clarify that the new
        AM_INIT_AUTOMAKE variant is preferred, and the old one
        deprecated.  Copy-edit the rest of the AM_INIT_AUTOMAKE item.
        (Hello): Caution that the example uses the deprecated
        AC_INIT/AM_INIT_AUTOMAKE syntax, and xref to the discussion.

21 years agoRetain all variable definitions until the whole Makefile.am has
Alexandre Duret-Lutz [Thu, 10 Apr 2003 19:50:22 +0000 (19:50 +0000)]
Retain all variable definitions until the whole Makefile.am has
been processed, then output all variables in one step, at the top
of Makefile.in.  (Older revisions used to output user variables
before generating Automake targets, and to mix Automake variables
with Automake targets, preventing redefinitions of previously
output variables.)

* automake.in (%var_pretty): New variable.
(VAR_ASIS, VAR_PRETTY): New constants.
(@var_list): Rename as ...
(@var_order): ... this.
(initialize_per_input): Clear %var_pretty.
(handle_variables): New function, extracted from ...
(read_main_am_file): ... here.
(generate_makefile): Call handle_variable after everything else.
(handle_dist): Use define_pretty_variable, not pretty_print.
(pretty_print): Delete.
(macro_define): Augment with $COMMENT and $PRETTY parameters.
Update %var_comment, %var_pretty, and @var_order.  Adjust callers.
(variable_pretty_output): Merge with ...
(variable_output): ... this, and choose the prettiness on a
per-condition basis.
(append_comments): Delete.  This work is now done by macro_define.
(read_am_file, file_contents_internal): Don't call append_comments
nor update @var_list, adjust calls to macro_define.
(handle_subdirs): Don't explicitly output RECURSIVE_TARGETS,
just mark it as VAR_PRETTY.
* tests/exeext.test: Make sure bin_PROGRAMS is output only once.
Report from Jim Meyering.

21 years ago* automake.in (handle_installdirs): Rename as ...
Alexandre Duret-Lutz [Sun, 6 Apr 2003 19:26:29 +0000 (19:26 +0000)]
* automake.in (handle_installdirs): Rename as ...
(handle_install): ... this.  Define maybe_BUILT_SOURCES.
(generate_makefile): Adjust call to handle_install.
* lib/am/install.am (install): Use %maybe_BUILT_SOURCES%.
* automake.texi (Sources, Built sources example): BUILT_SOURCES
is honored by `make install' too.
* tests/check3.test: Make sure that `make install' also depends
upon BUILT_SOURCES.
Report from Alexander Turbov.

21 years ago* lib/am/libs.am (ARFLAGS): Define.
Alexandre Duret-Lutz [Sun, 6 Apr 2003 18:31:12 +0000 (18:31 +0000)]
* lib/am/libs.am (ARFLAGS): Define.
* automake.in (handle_libraries): Use `$(ARFLAGS)' instead of
hard-coding `cru'.
* automake.texi (A Library): Explain how AR, ARFLAGS and RANLIB
are used, and how they can be overridden.
(Program and Library Variables): Adjust to show `$(ARFLAGS)'
instead of `cru'
* tests/ar.test: Rewrite to test for AR, ARFLAGS, and RANLIB.
* tests/ranlib.test: Delete, obsoleted by ar.test.
* tests/Makefile.am (TESTS): Remove ranlib.test.
Report from Paul Thomas.

21 years ago* automake.in (check_trailing_slash): New function (variation on
Alexandre Duret-Lutz [Thu, 3 Apr 2003 21:38:39 +0000 (21:38 +0000)]
* automake.in (check_trailing_slash): New function (variation on
a patch by Peter Muir).  Diagnose whitespaces following trailing
backslash.
(read_am_file): Use it.
* tests/backsl4.test: New file.
* tests/Makefile.am (TESTS): Add backsl4.test.
Reported by Peter Muir.

21 years agoSpeedup Automake::DisjConditions::invert().
Raja R Harinath [Sun, 30 Mar 2003 01:56:28 +0000 (01:56 +0000)]
Speedup Automake::DisjConditions::invert().
* lib/Automake/Condition.pm (multiply): New.
* lib/Automake/DisjConditions.pm (_multiply): Use it.
(sub_conditions): Likewise.

* lib/Automake/Condition.pm (reduce): Rename to ...
(reduce_and): ... this.
(reduce_or): New.
* lib/Automake/DisjConditions.pm (_multiply): Use reduce_or().
* lib/Automake/tests/Condition.pl (test_reduce): Rename to ...
(test_reduce_and): ... this.
(test_reduce_or): New.
* lib/Automake/tests/DisjConditions.pl
(test_invert): Update to reflect effect of reduce_or().
(test_simplify): Don't skip invert() on larger inputs.

21 years agoAdd a $sleep before modifying Makefile.am so
Raja R Harinath [Sat, 29 Mar 2003 21:29:08 +0000 (21:29 +0000)]
Add a $sleep before modifying Makefile.am so
that timestamp will change.

21 years agotests/yacc8.test: Add a sleep before modifying Makefile.am so
Raja R Harinath [Sat, 29 Mar 2003 20:05:20 +0000 (20:05 +0000)]
tests/yacc8.test: Add a sleep before modifying Makefile.am so
that timestamp will change.

21 years ago* lib/am/tags.am (TAGS): Use --etags-include instead of --include,
Alexandre Duret-Lutz [Sun, 23 Mar 2003 20:37:20 +0000 (20:37 +0000)]
* lib/am/tags.am (TAGS): Use --etags-include instead of --include,
when supported by etags (Exuberant Ctags).
* tests/tagsub.test: Rewrite to _run_ the `tags' rule.

21 years agoFor Debian Bug #185388:
Alexandre Duret-Lutz [Thu, 20 Mar 2003 22:44:34 +0000 (22:44 +0000)]
For Debian Bug #185388:
* automake.texi (Extending): Augment the install-exec-hook
discussion with an example how to symlink a versioned binary.
* tests/insthook.test: Rewrite to test the above example.
Report from James R. Van Zandt.

21 years ago* Makefile.am (maintainer-check): Allow `automake:' tokens,
Alexandre Duret-Lutz [Wed, 19 Mar 2003 21:14:56 +0000 (21:14 +0000)]
* Makefile.am (maintainer-check): Allow `automake:' tokens,
occuring in location.test.  Automake now has 5 legitimate
unsubstituted @strings@.

21 years ago* tests/aclocal4.test: Require GNU make.
Alexandre Duret-Lutz [Wed, 19 Mar 2003 20:41:03 +0000 (20:41 +0000)]
* tests/aclocal4.test: Require GNU make.

21 years agoregen
Alexandre Duret-Lutz [Fri, 14 Mar 2003 21:57:49 +0000 (21:57 +0000)]
regen

21 years ago* tests/aclocal4.test: New file. Test for the ACLOCAL_M4 bug below.
Alexandre Duret-Lutz [Fri, 14 Mar 2003 21:55:01 +0000 (21:55 +0000)]
* tests/aclocal4.test: New file.  Test for the ACLOCAL_M4 bug below.
* tests/Makefile.am (TESTS): Add aclocal4.test.

21 years ago* automake.in (scan_aclocal_m4): Define ACLOCAL_M4 even in
Alexandre Duret-Lutz [Fri, 14 Mar 2003 21:46:57 +0000 (21:46 +0000)]
* automake.in (scan_aclocal_m4): Define ACLOCAL_M4 even in
subdirectories.  Makefile.in depends on that variable.

21 years ago* m4/init.m4: Remove a leftover comment from the pre-1.7 era.
Alexandre Duret-Lutz [Thu, 13 Mar 2003 21:43:47 +0000 (21:43 +0000)]
* m4/init.m4: Remove a leftover comment from the pre-1.7 era.

21 years agoFix for PR automake/386:
Alexandre Duret-Lutz [Thu, 13 Mar 2003 21:33:59 +0000 (21:33 +0000)]
Fix for PR automake/386:
* m4/init.m4: Require Autoconf 2.55.
Reported by Owen Taylor.

21 years ago* lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj)
Alexandre Duret-Lutz [Thu, 13 Mar 2003 20:50:59 +0000 (20:50 +0000)]
* lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj)
(?GENERIC?%EXT%.lo): Use `mv -f' instead of `mv' in FASTDEP mode.
Suggested by Matthias Andree.

21 years ago* tests/README: Typo.
Alexandre Duret-Lutz [Thu, 13 Mar 2003 20:33:05 +0000 (20:33 +0000)]
* tests/README: Typo.

21 years ago* lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj)
Alexandre Duret-Lutz [Sat, 8 Mar 2003 09:02:15 +0000 (09:02 +0000)]
* lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj)
(?GENERIC?%EXT%.lo): Hide the if/then/else machinery for FASTDEP.
Just echo the gcc command.
Suggested by Karl Berry.

21 years ago* lib/am/depend2.am (?GENERIC?%EXT%.lo): Do not use
Alexandre Duret-Lutz [Thu, 6 Mar 2003 21:18:57 +0000 (21:18 +0000)]
* lib/am/depend2.am (?GENERIC?%EXT%.lo): Do not use
`test -f foo || echo $(srcdir)/` to emulate a VPATH search when
outputing suffix rules.  This follows 2003-02-25's change.
* lib/am/lex.am (?GENERIC?%EXT%%DERIVED-EXT%): Likewise.
* lib/am/yacc.am (?GENERIC?%EXT%%DERIVED-EXT%): Likewise.

21 years ago* lib/am/depend2.am (?GENERIC?%EXT%.lo): Do not use
Alexandre Duret-Lutz [Thu, 6 Mar 2003 21:11:48 +0000 (21:11 +0000)]
* lib/am/depend2.am (?GENERIC?%EXT%.lo): Do not use
`test -f foo || echo $(srcdir)/` to emulate a VPATH search when
outputing suffix rules.  This follows 2003-02-25's change.
* lib/am/lex.am (?GENERIC?%EXT%%DERIVED-EXT%): Likewise.
* lib/am/yacc.am (?GENERIC?%EXT%%DERIVED-EXT%): Likewise.

21 years ago* automake.texi (Requirements) <AC_CONFIG_FILES>: Files listed
Alexandre Duret-Lutz [Wed, 5 Mar 2003 22:22:50 +0000 (22:22 +0000)]
* automake.texi (Requirements) <AC_CONFIG_FILES>: Files listed
with AC_CONFIG_FILES are cleaned by `make distclean'.  Don't
pretend otherwise.
Reported by Rafael Laboissiere.

21 years ago* lib/mdate-sh: Find out which column of the ls -l output contains
Alexandre Duret-Lutz [Tue, 4 Mar 2003 21:26:06 +0000 (21:26 +0000)]
* lib/mdate-sh: Find out which column of the ls -l output contains
the month. Do not assume it is at least the fifth column.

21 years ago* automake.texi (Emacs Lisp): Mention that `dist_' can be used.
Alexandre Duret-Lutz [Wed, 26 Feb 2003 21:05:12 +0000 (21:05 +0000)]
* automake.texi (Emacs Lisp): Mention that `dist_' can be used.

21 years ago* automake.texi (Emacs Lisp): Instruct people to use lisp_DATA
Alexandre Duret-Lutz [Wed, 26 Feb 2003 20:53:48 +0000 (20:53 +0000)]
* automake.texi (Emacs Lisp): Instruct people to use lisp_DATA
instead of lisp_LISP when they don't want byte-compilation.
Don't mention ELCFILES anymore.
* automake.in (handle_data): Allow lisp_DATA.
* tests/lisp5.test: New file.
* tests/Makefile.am (TESTS): Add lisp5.test.

21 years ago* automake.in (handle_emacs_lisp): Don't build *.elc files
Alexandre Duret-Lutz [Wed, 26 Feb 2003 20:11:18 +0000 (20:11 +0000)]
* automake.in (handle_emacs_lisp): Don't build *.elc files
if ELCFILES was set empty.
* tests/lisp4.test: New file.
* tests/Makefile.am (TESTS): Add lisp4.test.
Reported by Simon Josefsson.

21 years ago* tests/lex3.test, tests/lex5.test: Require flex.
Alexandre Duret-Lutz [Wed, 26 Feb 2003 12:17:14 +0000 (12:17 +0000)]
* tests/lex3.test, tests/lex5.test: Require flex.
Reported by Leo Davis.

21 years ago* lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj): Do not
Alexandre Duret-Lutz [Tue, 25 Feb 2003 20:07:33 +0000 (20:07 +0000)]
* lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj): Do not
use the `test -f foo || echo $(srcdir)/` to emulate a VPATH search
when outputing suffix rules.
* lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.dvi)
(?GENERIC?%SOURCE_SUFFIX%.pdf): Likewise.
Suggested by Bruno Haible.

21 years ago* automake.in (read_am_file): Catch trailing backslashes on last line.
Alexandre Duret-Lutz [Tue, 25 Feb 2003 17:30:54 +0000 (17:30 +0000)]
* automake.in (read_am_file): Catch trailing backslashes on last line.
* tests/backsl3.test: New file.
* tests/Makefile.am (TESTS): Add backsl3.test.
Reported by Akim Demaille.

21 years ago* ChangeLog: Move 2002's entries to ...
Alexandre Duret-Lutz [Mon, 24 Feb 2003 22:58:40 +0000 (22:58 +0000)]
* ChangeLog: Move 2002's entries to ...
* ChangeLog.02: ... this new file.
* Makefile.am (EXTRA_DIST): Add ChangeLog.02.

21 years agoignore Makefile
Alexandre Duret-Lutz [Mon, 24 Feb 2003 22:13:47 +0000 (22:13 +0000)]
ignore Makefile

21 years ago2003-02-24 Richard Dawe <rich@phekda.freeserve.co.uk>
Alexandre Duret-Lutz [Mon, 24 Feb 2003 22:12:19 +0000 (22:12 +0000)]
2003-02-24  Richard Dawe  <rich@phekda.freeserve.co.uk>

* tests/version7.test: Use $sleep to sleep before updating
the version, to work around timestamp inconsistencies in Windows.

21 years ago* lib/am/texibuild.am: Don't remove the target info files. Instead,
Alexandre Duret-Lutz [Mon, 24 Feb 2003 22:09:21 +0000 (22:09 +0000)]
* lib/am/texibuild.am: Don't remove the target info files. Instead,
back up and restore them if makeinfo fails.
* tests/txinfo20.test: New file.
* tests/Makefile.am (TESTS): Add txinfo20.test.

21 years agoauto-detect the path separator; patch from Richard Dawe
Alexandre Duret-Lutz [Mon, 24 Feb 2003 14:34:58 +0000 (14:34 +0000)]
auto-detect the path separator; patch from Richard Dawe

21 years ago* automake.texi (FAQ, CVS, maintainer-mode, wildcards)
Alexandre Duret-Lutz [Sun, 23 Feb 2003 18:51:58 +0000 (18:51 +0000)]
* automake.texi (FAQ, CVS, maintainer-mode, wildcards)
(distcleancheck): Fix typos and other errors reported by Karl
Berry.

21 years agomissing file from 2003-02-19
Alexandre Duret-Lutz [Thu, 20 Feb 2003 17:16:20 +0000 (17:16 +0000)]
missing file from 2003-02-19

21 years ago* lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...)
Alexandre Duret-Lutz [Thu, 20 Feb 2003 16:49:44 +0000 (16:49 +0000)]
* lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...)
instead of ${...}.

21 years ago* tests/defs.in: Handle required=ro-dir.
Alexandre Duret-Lutz [Thu, 20 Feb 2003 12:28:37 +0000 (12:28 +0000)]
* tests/defs.in: Handle required=ro-dir.
* tests/destdir.test: Use this.

21 years ago* lib/am/distdir.am (distcheck): Strip any leading DOS drive
Alexandre Duret-Lutz [Wed, 19 Feb 2003 20:06:39 +0000 (20:06 +0000)]
* lib/am/distdir.am (distcheck): Strip any leading DOS drive
from dc_install_base.

21 years ago* lib/am/texinfos.am (install-info-am, uninstall-info-am): Install
Alexandre Duret-Lutz [Wed, 19 Feb 2003 19:12:56 +0000 (19:12 +0000)]
* lib/am/texinfos.am (install-info-am, uninstall-info-am): Install
DJGPP-style *.iNN info files.
(maintainer-clean-aminfo): Rewrite using the same pattern
as in uninstall-info-am.
* lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Erase
DJGPP-style *.iNN info files before running $(MAKEINFO).
* tests/txinfo19.test: New file.
* tests/Makefile.am (TESTS): Add txinfo19.test.

21 years ago* lib/depcomp (dashmstdout): Cope with DOS filenames in
Alexandre Duret-Lutz [Tue, 18 Feb 2003 23:28:42 +0000 (23:28 +0000)]
* lib/depcomp (dashmstdout): Cope with DOS filenames in
dependencies.

21 years ago* lib/depcomp (makedepend): Don't pass $object to makedepend.
Alexandre Duret-Lutz [Mon, 17 Feb 2003 14:55:05 +0000 (14:55 +0000)]
* lib/depcomp (makedepend): Don't pass $object to makedepend.
Reported by Stepan Kasal.

21 years ago* tests/defs.in: Handle required=makedepend.
Alexandre Duret-Lutz [Wed, 12 Feb 2003 16:26:41 +0000 (16:26 +0000)]
* tests/defs.in: Handle required=makedepend.