]> sourceware.org Git - automake.git/log
automake.git
23 years ago * m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'.
Tom Tromey [Mon, 9 Apr 2001 23:21:13 +0000 (23:21 +0000)]
* m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'.
Fixes report from Jim Meyering.

23 years agoXFAIL: objc, subobj2.
Akim Demaille [Mon, 9 Apr 2001 18:25:39 +0000 (18:25 +0000)]
XFAIL: objc, subobj2.

23 years ago* automake.in (&handle_configure): Don't bother with optimizing
Akim Demaille [Mon, 9 Apr 2001 16:12:10 +0000 (16:12 +0000)]
* automake.in (&handle_configure): Don't bother with optimizing
macro uses.

23 years ago* tests/cond3.test (expected): Adjust.
Akim Demaille [Mon, 9 Apr 2001 16:02:37 +0000 (16:02 +0000)]
* tests/cond3.test (expected): Adjust.

23 years ago* automake.in (&handle_single_transform_list): Remove $xbase,
Akim Demaille [Mon, 9 Apr 2001 15:02:07 +0000 (15:02 +0000)]
* automake.in (&handle_single_transform_list): Remove $xbase,
unused.
(&handle_source_transform): All the variables have conditions now,
simplify.
(&variable_delete): Admit an argument @conds.

23 years ago* automake.in ($source_suffix_pattern): Remove, unused.
Akim Demaille [Mon, 9 Apr 2001 14:58:00 +0000 (14:58 +0000)]
* automake.in ($source_suffix_pattern): Remove, unused.
%extension_map seems to have replaced it.

23 years ago* ext-compile.am: New file.
Akim Demaille [Mon, 9 Apr 2001 14:56:27 +0000 (14:56 +0000)]
* ext-compile.am: New file.
* automake.in (&finish_languages): Output it.
Require a C linker if there are several registered source suffixes.
(&handle_compile): No longer push the `.c', `.o', `.obj', `.lo'
extensions, which are discovered in ext-compile.am.
With the help from Robert Boehne.

23 years ago* automake.in (&handle_compile): Extract from...
Akim Demaille [Mon, 9 Apr 2001 14:53:43 +0000 (14:53 +0000)]
* automake.in (&handle_compile): Extract from...
(&get_object_extension): here.
(&read_am_file): Call it.
($included_generic_compile, $included_knr_compile)
($included_libtool_compile): Remove.
($get_object_extension_was_run): New.

23 years agoUse AM_CONDITIONAL and if/endif for AMDEP.
Akim Demaille [Mon, 9 Apr 2001 14:50:46 +0000 (14:50 +0000)]
Use AM_CONDITIONAL and if/endif for AMDEP.
* m4/depend.m4 (AM_DEP_TRACK): Use AM_CONDITIONAL to define AMDEP.
* automake.in (&add_depend2): Transform %AMDEP% into `AMDEP' (leading
to a configure time if/endif), or to `FALSE' (static removal of
the code).
(&handle_dependencies): Adjust to use `AMDEP_TRUE'.
* depend2.am: Use if/endif.
Adjust the 101 tests that use dependencies so that they
properly invoke aclocal before automake.  They need to `see'
`AM_CONDITIONAL([AMDEP], ...)'.

23 years ago* tags.am: Fix missing leading tabs.
Akim Demaille [Mon, 9 Apr 2001 14:48:33 +0000 (14:48 +0000)]
* tags.am: Fix missing leading tabs.

23 years ago* automake.in: Use simple quotes to define the _PATTERN variables
Akim Demaille [Mon, 9 Apr 2001 14:47:45 +0000 (14:47 +0000)]
* automake.in: Use simple quotes to define the _PATTERN variables
to unobfuscate the regexps.
($AM_CONDITIONAL_PATTERN): Let the user quote the variable.

23 years ago* automake.in (&rule_define): When you discover a suffix rules,
Akim Demaille [Mon, 9 Apr 2001 14:46:41 +0000 (14:46 +0000)]
* automake.in (&rule_define): When you discover a suffix rules,
register the extensions for .SUFFIXES.
(&handle_texinfo): Don't register the suffixes.
(&get_object_extension): Don't register suffixes, let them be
discovered in depend2.am.
(&handle_emacs_lisp): Depend on your lisp.am.
* lisp.am: Include the rule &handle_emacs_lisp used to output.

23 years ago* subdirs.am: Don't define info related recursive targets.
Akim Demaille [Mon, 9 Apr 2001 14:44:03 +0000 (14:44 +0000)]
* subdirs.am: Don't define info related recursive targets.
* texinfos.am: Do.

23 years ago* subdirs.am (RECURSIVE_TARGETS): New variable.
Akim Demaille [Mon, 9 Apr 2001 14:40:09 +0000 (14:40 +0000)]
* subdirs.am (RECURSIVE_TARGETS): New variable.
Use it.
* automake.in (&handle_subdirs): Output it.
(&file_contents_internal): Support value spread on several lines.

23 years ago* automake.in (&handle_man_pages): Rely on mans.am to define
Akim Demaille [Mon, 9 Apr 2001 14:38:31 +0000 (14:38 +0000)]
* automake.in (&handle_man_pages): Rely on mans.am to define
man%SECTION%dir and MANS.
* mans.am: Do it.

23 years ago* automake.in (&variable_dump): Use %var_type properly.
Akim Demaille [Mon, 9 Apr 2001 14:34:37 +0000 (14:34 +0000)]
* automake.in (&variable_dump): Use %var_type properly.
(&macro_define): Enforce better overriding rules.
Handle the special case that used to handle...
(&define_pretty_variable): this.
Hence, don't.
The variables you define are owned by Automake.
(&generate_makefile): PRE_INSTALL and co must not be defined *by
the user*.
(&variable_defined): Now independent from the owner.
(&variable_output, &variable_pretty_output): Adjust to %var_type.

23 years ago* automake.in (%var_was_plus_eq): Rename as...
Akim Demaille [Mon, 9 Apr 2001 14:30:21 +0000 (14:30 +0000)]
* automake.in (%var_was_plus_eq): Rename as...
(%var_type): this.
(%def_type): Remove.
(&macro_define): %var_type may now hold `', `+', or `:'.
(%conditional, %am_vars, %content_lines): Rename as...
(%var_value, %var_comment, %var_line): these.

23 years ago* automake.in (&variable_output): Admit a list of @CONDS.
Akim Demaille [Mon, 9 Apr 2001 14:28:08 +0000 (14:28 +0000)]
* automake.in (&variable_output): Admit a list of @CONDS.
(&variable_pretty_output): New.
(&define_pretty_variable): Use it.
(&read_am_file, &file_contents_internal): Prepend a separator to
$am_vars only if there is none yet.
(&file_contents_internal): Rename $separator as $spacing to
harmonize with &read_am_file.

23 years ago* automake.in (&am_install_var): Transform DIST, and let the *.am
Akim Demaille [Mon, 9 Apr 2001 14:23:07 +0000 (14:23 +0000)]
* automake.in (&am_install_var): Transform DIST, and let the *.am
files handle DIST_COMMON.
* data.am, header.am, java.am, list.am, python.am, script.am: Set
DIST_COMMON.

23 years ago* automake.in (%dist_common): Remove.
Akim Demaille [Mon, 9 Apr 2001 14:06:37 +0000 (14:06 +0000)]
* automake.in (%dist_common): Remove.
(%configure_dist_common): Replace with...
($configure_dist_common): this.
(&generate_makefile): Read the user file before using
push_dist_common, as it sets DIST_COMMON, and read_am_file checks
that no variable is defined before it is run.
(&handle_texinfo): Don't handle DIST_COMMON, let your file do it.
(&dist_cmp): Rename as...
(&for_dist_common): this.
(&handle_dist): Don't handle DIST_COMMON, let `configure.am' do
it.
Adjust to $configure_dist_common.
* configure.am, texi-vers.am: Set DIST_COMMON.

23 years ago* automake.in (&handle_aclocal_m4): Rename as...
Akim Demaille [Mon, 9 Apr 2001 14:05:08 +0000 (14:05 +0000)]
* automake.in (&handle_aclocal_m4): Rename as...
(&scan_aclocal_m4): this.
Return the list of aclocal.m4 dependencies.
(&handle_configure): Invoke it, and use it when loading...
* configure.am: Template the rules to recreate aclocal.m4.

23 years agoMore cvsignore.
Akim Demaille [Mon, 9 Apr 2001 10:36:46 +0000 (10:36 +0000)]
More cvsignore.

23 years agoMore cvsignore.
Akim Demaille [Mon, 9 Apr 2001 10:36:44 +0000 (10:36 +0000)]
More cvsignore.

23 years agoRemove.
Akim Demaille [Mon, 9 Apr 2001 10:34:43 +0000 (10:34 +0000)]
Remove.

23 years ago* automake.in (&get_object_extension): Use ansi2knr.am.
Akim Demaille [Mon, 9 Apr 2001 10:31:03 +0000 (10:31 +0000)]
* automake.in (&get_object_extension): Use ansi2knr.am.
* clean-kr.am, kr-extra.am: Remove, merged into...
* ansi2knr.am: this new file.

23 years ago* automake.in (&transform): Fix an incredible bug which was
Akim Demaille [Mon, 9 Apr 2001 10:07:16 +0000 (10:07 +0000)]
* automake.in (&transform): Fix an incredible bug which was
breaking the if/endif system.
($ELSE_PATTERN): Admit an optional argument.

23 years ago* comp-vars.am: Remove, merged into...
Akim Demaille [Mon, 9 Apr 2001 10:06:37 +0000 (10:06 +0000)]
* comp-vars.am: Remove, merged into...
* compile.am: here.
* automake.in (&get_object_extension): Adjust.

23 years ago* remake.am: Merge into...
Akim Demaille [Mon, 9 Apr 2001 10:02:39 +0000 (10:02 +0000)]
* remake.am: Merge into...
* configure.am: ... here.
* automake.in (&handle_configure): Adjust.

23 years ago* automake.in (&output_lex_build_rule): Output this...
Akim Demaille [Mon, 9 Apr 2001 10:00:49 +0000 (10:00 +0000)]
* automake.in (&output_lex_build_rule): Output this...
* lex.am: New file.

23 years ago* automake.in (&condition_negate): New.
Akim Demaille [Mon, 9 Apr 2001 09:58:56 +0000 (09:58 +0000)]
* automake.in (&condition_negate): New.
(&variable_conditions_permutations): Use it.
(&read_am_file, &file_contents): Use it on `else' clauses to
support `if FALSE'.
(&output_yacc_build_rule): Output this...
* yacc.am: New file.

23 years ago* automake.in (&make_paragraphs): Transform TOPDIR_P and TOPDIR.
Akim Demaille [Mon, 9 Apr 2001 09:55:12 +0000 (09:55 +0000)]
* automake.in (&make_paragraphs): Transform TOPDIR_P and TOPDIR.
(&handle_dist): Don't.
(&handle_clean): Don't handle config.status here, let...
* clean.am: ... do it.
* distdir.am: Adjust.

23 years ago* automake.in: Use strict vars and subs.
Akim Demaille [Mon, 9 Apr 2001 09:54:13 +0000 (09:54 +0000)]
* automake.in: Use strict vars and subs.
Declare `%require_file_found'.
(&handle_source_transform, &make_paragraphs): Declare my variables.

23 years ago* data.am, header.am, java.am, libs.am, lisp.am, ltlib.am,
Akim Demaille [Mon, 9 Apr 2001 09:50:33 +0000 (09:50 +0000)]
* data.am, header.am, java.am, libs.am, lisp.am, ltlib.am,
* progs.am, python.am: Use if/endif instead of ?INSTALL?.
* java.am (_am_installdirs): Be sure to set it.

23 years ago* automake.in (&make_condition): Return '#' when FALSE.
Akim Demaille [Mon, 9 Apr 2001 09:49:22 +0000 (09:49 +0000)]
* automake.in (&make_condition): Return '#' when FALSE.
(&conditional_string): Return FALSE, not '#' in the corresponding
cases.
(&file_contents_internal): Adjust.
(&check_variable_defined_unconditional): Dump the guilty variable.

23 years ago* distdir.am: Use and abuse of if/endif.
Akim Demaille [Mon, 9 Apr 2001 09:47:17 +0000 (09:47 +0000)]
* distdir.am: Use and abuse of if/endif.
* scripts.am: Using if/endif with variables is fine.

23 years ago* automake.in (&make_paragraphs): Extract from &file_contents.
Akim Demaille [Mon, 9 Apr 2001 09:46:53 +0000 (09:46 +0000)]
* automake.in (&make_paragraphs):  Extract from &file_contents.
Make it more robust than the previous RE based scheme.
(&file_contents): Use it.

23 years ago* tests/yacc2.test: Don't define several times a variable, as
Akim Demaille [Mon, 9 Apr 2001 09:45:01 +0000 (09:45 +0000)]
* tests/yacc2.test: Don't define several times a variable, as
automake complains.

23 years ago* automake.in (&handle_source_transform): Fix pr72: don't define
Akim Demaille [Mon, 9 Apr 2001 09:43:55 +0000 (09:43 +0000)]
* automake.in (&handle_source_transform): Fix pr72: don't define
$linker if there are no @files.

23 years agoAvoid reading twice header-vars.am as now macro_define
Akim Demaille [Mon, 9 Apr 2001 09:42:00 +0000 (09:42 +0000)]
Avoid reading twice header-vars.am as now macro_define
complains.
* automake.in (&define_standard_variables): Don't output the
variables.
(&read_main_am_file): Output first user variables, then Automake
variables.
Don't call twice &define_standard_variables.
Save variable comments in $am_vars.
(&variable_output): New.
(&file_contents_internal): New.
Save variable comments in $am_vars.
(&file_contents): Use it.

23 years ago* automake.in (&macro_define): The user is allowed to override
Akim Demaille [Mon, 9 Apr 2001 09:36:48 +0000 (09:36 +0000)]
* automake.in (&macro_define): The user is allowed to override
a value if it was set by Automake, or if it was found in AC_SUBST.

23 years ago* automake.in (&handle_source_transform): Better locality of the
Akim Demaille [Mon, 9 Apr 2001 09:34:16 +0000 (09:34 +0000)]
* automake.in (&handle_source_transform): Better locality of the
variables.
Use `next' to skip nonexistent variables.

23 years ago* automake.in (&variable_dump): If a variable is undefined, say
Akim Demaille [Mon, 9 Apr 2001 09:33:48 +0000 (09:33 +0000)]
* automake.in (&variable_dump): If a variable is undefined, say
it.
(&check_ambiguous_conditional): Give finer error messages.
(&macro_define): Check that a `+=' variable is not set with `='.
Check for ambiguous definitions each time you _set_ (even with `+=')
a variable.
(&read_main_am_file): Perform a deep copy of %conditional.

23 years ago(&variable_conditions): Don't include `FALSE' in the result.
Akim Demaille [Mon, 9 Apr 2001 09:08:45 +0000 (09:08 +0000)]
(&variable_conditions): Don't include `FALSE' in the result.

23 years ago* tests/defs, tests/depend3.test: Remove useless code.
Akim Demaille [Mon, 9 Apr 2001 09:07:44 +0000 (09:07 +0000)]
* tests/defs, tests/depend3.test: Remove useless code.

23 years ago* automake.in (&handle_source_transform): Use
Akim Demaille [Mon, 9 Apr 2001 09:06:14 +0000 (09:06 +0000)]
* automake.in (&handle_source_transform):  Use
&variable_conditions, don't read $conditional{$var}.
(&variable_conditions_sub): When the call is the top level call,
generate all the permutations of the conditions.

23 years ago* depend2.am (@AMDEP@%FPFX%DEPMODE): Define it when GENERIC so
Akim Demaille [Mon, 9 Apr 2001 09:03:09 +0000 (09:03 +0000)]
* depend2.am (@AMDEP@%FPFX%DEPMODE): Define it when GENERIC so
that it does not get noticed twice by automake, which now
complains for multiple definitions.
* tests/vartar.test: s/INSTALL/install/g, automake now complains
because we defined INSTALL.

23 years ago* automake.in (&generate_makefile) Use macro_define to define
Akim Demaille [Mon, 9 Apr 2001 09:02:36 +0000 (09:02 +0000)]
* automake.in (&generate_makefile) Use macro_define to define
SOURCES and OBJECTS.
(&variable_defined): Don't check for $conditional{VAR}{COND} as
this would make perl create $condition{VAR}, which we don't want.

23 years ago* automake.in (&variable_defined, &define_pretty_variable):
Akim Demaille [Mon, 9 Apr 2001 09:00:57 +0000 (09:00 +0000)]
* automake.in (&variable_defined, &define_pretty_variable):
Simplify code which used to handle the cases where not all
variables were in %conditional.
(&define_variable): Use &define_pretty_variable.
(&variable_conditions_sub, &variable_value_as_list_worker)
(&variable_value_as_list, &rule_define): Simplify syntax.
(&read_main_am_file): Dump the guilty predefined variables.

23 years ago* automake.in (&variable_conditions_sub)
Akim Demaille [Mon, 9 Apr 2001 08:59:49 +0000 (08:59 +0000)]
* automake.in (&variable_conditions_sub)
(&variable_value_as_list_worker): Remove dead code which used to
handle the cases where not all variables were in %conditional.

23 years ago* automake.in (&handle_source_transform, &read_main_am_file):
Akim Demaille [Mon, 9 Apr 2001 08:52:06 +0000 (08:52 +0000)]
* automake.in (&handle_source_transform, &read_main_am_file):
Simplify loops which were split in two parts, conditional vs
unconditional variables.

23 years agoHandle unconditional values of variables as conditioned by
Akim Demaille [Mon, 9 Apr 2001 08:50:40 +0000 (08:50 +0000)]
Handle unconditional values of variables as conditioned by
`TRUE'.
* automake.in (%contents): Remove.
(&generate_makefile, &handle_ltlibraries, &macro_define)
(&read_am_file, &variable_defined, &variable_conditions_sub)
(&variable_value, &variable_value_as_list_worker)
(&variable_value_as_list, &define_pretty_variable)
(&read_main_am_file): Use
$conditional, not %contents.
(&variable_conditions_permutations): Don't return TRUE and FALSE.
(&variable_conditionally_defined): New.
(&handle_dist): Use it.
(&check_ambiguous_conditional): When multiply defined, specify
under which condition.
(&macro_define): Use it.
(&variable_delete): New.
(&read_am_file): Use it.
(&am_install_var): Simplify, as all the variables are in
%conditional now.

23 years ago * tests/Makefile.am (XFAIL_TESTS): Added man.test.
Tom Tromey [Sun, 8 Apr 2001 00:27:35 +0000 (00:27 +0000)]
* tests/Makefile.am (XFAIL_TESTS): Added man.test.
(TESTS): Likewise.
* tests/man.test: New file.

23 years ago2001-04-07 Raja R Harinath <harinath@cs.umn.edu>
Tom Tromey [Sat, 7 Apr 2001 23:13:42 +0000 (23:13 +0000)]
2001-04-07  Raja R Harinath  <harinath@cs.umn.edu>

* depcomp (gcc3): Invert test condition.

23 years ago * depcomp (gcc3, gcc): Don't assume $? will be set in `if'
Tom Tromey [Sat, 7 Apr 2001 20:22:07 +0000 (20:22 +0000)]
* depcomp (gcc3, gcc): Don't assume $? will be set in `if'
statement.  Report from Larry Jones.

23 years ago2001-04-07 Raja R Harinath <harinath@cs.umn.edu>
Tom Tromey [Sat, 7 Apr 2001 20:15:46 +0000 (20:15 +0000)]
2001-04-07  Raja R Harinath  <harinath@cs.umn.edu>

* depcomp (sgi): Fix sed expression.  Report from Robert Boehne.

23 years ago * java.am (.PHONY clean-am): Removed trailing ":".
Tom Tromey [Sun, 1 Apr 2001 23:45:20 +0000 (23:45 +0000)]
* java.am (.PHONY clean-am): Removed trailing ":".
From Per Bothner.  Fixes PR automake/139.

23 years ago* program.am: Fix a stupid typo: now *all* (not none) the programs
Akim Demaille [Wed, 28 Mar 2001 07:31:04 +0000 (07:31 +0000)]
* program.am: Fix a stupid typo: now *all* (not none) the programs
use `$(EXEEXT)'.
Reported by Robert Boehne.

23 years ago* automake.in (&read_am_file, &file_contents): Avoid name clashes
Akim Demaille [Fri, 23 Mar 2001 17:58:33 +0000 (17:58 +0000)]
* automake.in (&read_am_file, &file_contents): Avoid name clashes
on $cond.

23 years ago* automake.in (&variable_conditionally_defined): Rename as...
Akim Demaille [Fri, 23 Mar 2001 17:54:04 +0000 (17:54 +0000)]
* automake.in (&variable_conditionally_defined): Rename as...
(&check_variable_unconditionally_defined): this.
(&variable_dump): Fix the output.
(&variable_defined, &macro_define): Since conditions are
canonicalized, don't use a loop to look for a condition: read the
hash.
(&macro_define, &rule_define, &read_am_file, &file_contents):
Rename $cond_string as $cond.
* distdir.am (PACKAGE, VERSION): Remove; since they are already
discovered via AC_SUBST, they now trigger a `defined twice' error.

23 years ago* automake.in (&handle_footer, &handle_installdirs)
Akim Demaille [Fri, 23 Mar 2001 17:16:02 +0000 (17:16 +0000)]
* automake.in (&handle_footer, &handle_installdirs)
(&read_main_am_file): Don't read %contents directly, use
&variable_value.

23 years ago* automake.in (&read_am_file): Define the variables in a single
Akim Demaille [Fri, 23 Mar 2001 17:12:43 +0000 (17:12 +0000)]
* automake.in (&read_am_file): Define the variables in a single
shot.
Factor the $saw_bk code.

23 years ago* automake.in (&read_am_file): Keep $cond_string up to date.
Akim Demaille [Fri, 23 Mar 2001 17:09:59 +0000 (17:09 +0000)]
* automake.in (&read_am_file): Keep $cond_string up to date.

23 years ago* automake.in (&define_variable): Use &macro_define.
Akim Demaille [Fri, 23 Mar 2001 17:09:02 +0000 (17:09 +0000)]
* automake.in (&define_variable): Use &macro_define.

23 years ago* automake.in (&macro_define): Don't lose the location if we
Akim Demaille [Fri, 23 Mar 2001 17:06:39 +0000 (17:06 +0000)]
* automake.in (&macro_define): Don't lose the location if we
redefine a variable.
Don't push all the variables in @var_list, let...
(&read_am_file, &file_contents): ... do it.
(&define_pretty_variable): Use macro_define.
(&am_install_var): Delete the value of variables being redefined
to pacify &macro_define which checks that variables are not
doubly defined.

23 years ago* automake.in (&conditional_dump): Rename as...
Akim Demaille [Fri, 23 Mar 2001 17:03:19 +0000 (17:03 +0000)]
* automake.in (&conditional_dump): Rename as...
(&variables_dump): this.  Use...
(&variable_dump): this new sub.

23 years ago* automake.in (&file_contents): Maintain $cond_string sync with
Akim Demaille [Fri, 23 Mar 2001 16:58:43 +0000 (16:58 +0000)]
* automake.in (&file_contents): Maintain $cond_string sync with
@cond_stack.
Output rules only if not under `FALSE'.
Define variables under $cond_string.
* scripts.am: For the time being if/endif does not work properly
with macros.

23 years ago* automake.in (IF_PATTERN): Unobfuscate the parens.
Akim Demaille [Fri, 23 Mar 2001 16:54:42 +0000 (16:54 +0000)]
* automake.in (IF_PATTERN): Unobfuscate the parens.
(ENDIF_PATTERN): Allow a condition to be specified.
(&file_contents): Use a @cond_stack.
(&transform): At least for an easy transition, also transform
%?FOO% and %!FOO%, as suggested by Lars.
* scripts.am: First test bed for static if/endif use.

23 years ago* automake.in (&file_contents): Use rule_define.
Akim Demaille [Fri, 23 Mar 2001 16:50:29 +0000 (16:50 +0000)]
* automake.in (&file_contents): Use rule_define.

23 years ago* automake.in (&macro_define): Don't rely on $1.
Akim Demaille [Fri, 23 Mar 2001 16:45:53 +0000 (16:45 +0000)]
* automake.in (&macro_define): Don't rely on $1.
Initialize the variable.
Set its Automakism only if not defined or if given to the user.
When concatenating values, insert a separator only if the value
was not empty.
(&read_am_file): When dumping the @var_list, skip Automake
variables.
(&file_contents): Use macro_define.

23 years ago* automake.in (&rule_define): Extract from...
Akim Demaille [Fri, 23 Mar 2001 16:40:13 +0000 (16:40 +0000)]
* automake.in (&rule_define): Extract from...
(&read_am_file): here.

23 years ago* automake.in (&macro_define, &read_am_file): More work for the
Akim Demaille [Fri, 23 Mar 2001 16:37:46 +0000 (16:37 +0000)]
* automake.in (&macro_define, &read_am_file): More work for the
former from the latter.  Reorganize the latter.

23 years ago* automake.in (&macro_define): Extract from...
Akim Demaille [Fri, 23 Mar 2001 16:34:32 +0000 (16:34 +0000)]
* automake.in (&macro_define): Extract from...
(&read_am_file): here.

23 years ago* automake.in (%am_var_defs): Replace with...
Akim Demaille [Fri, 23 Mar 2001 16:27:18 +0000 (16:27 +0000)]
* automake.in (%am_var_defs): Replace with...
(%var_is_am): this.
(&handle_installdirs, &variable_value_as_list_worker, &read_am_file)
(&file_contents, am_primary_&prefixes): Adjust.
(&variable_defined, &define_variable): The actual semantics is
`user defined'.
(&read_main_am_file): Assert the var is user defined when
outputting @var_list.

23 years ago* automake.in (read_am_file): TRUE and FALSE are predefined
Akim Demaille [Fri, 23 Mar 2001 16:23:51 +0000 (16:23 +0000)]
* automake.in (read_am_file): TRUE and FALSE are predefined
conditionals.
(&by_condition): Adjust.
(&conditional_string): Recognize `TRUE' and `FALSE'.
(&make_condition): Use it.
* m4/cond.m4: Reject TRUE and FALSE as conditionals.
* automake.texi (Conditionals): Adjust.
* tests/cond9.test: s/FALSE/WRONG/.

23 years ago* tests/Makefile.am (XFAIL_TESTS): Remove cond3.test, it passes
Pavel Roskin [Mon, 12 Mar 2001 15:42:36 +0000 (15:42 +0000)]
* tests/Makefile.am (XFAIL_TESTS): Remove cond3.test, it passes
now.

23 years ago* tests/Makefile.am (XFAIL_TESTS): Remove cond3.test, it passes
Pavel Roskin [Mon, 12 Mar 2001 15:40:28 +0000 (15:40 +0000)]
* tests/Makefile.am (XFAIL_TESTS): Remove cond3.test, it passes
now.

23 years ago* automake.in (&variable_conditions_permutations): Separate the
Akim Demaille [Mon, 12 Mar 2001 11:15:11 +0000 (11:15 +0000)]
* automake.in (&variable_conditions_permutations): Separate the
conditions.
* tests/cond3.test: Improve the sed expression.

23 years ago* Makefile.am (maintainer-check): Scan all *.am files and tests
Pavel Roskin [Fri, 9 Mar 2001 22:24:20 +0000 (22:24 +0000)]
* Makefile.am (maintainer-check): Scan all *.am files and tests
for invocations of `rm' without `-f'.
* tests/mclean.test: Adjusted to prevent triggering the above
test.

23 years ago* Makefile.am (maintainer-check): Scan all *.am files and tests
Pavel Roskin [Fri, 9 Mar 2001 22:08:46 +0000 (22:08 +0000)]
* Makefile.am (maintainer-check): Scan all *.am files and tests
for invocations of `rm' without `-f'.
* tests/mclean.test: Strengthen to prevent triggering the above
test.

23 years ago * automake.in (scan_one_autoconf_file): Fixed comment to avoid
Tom Tromey [Fri, 9 Mar 2001 22:02:32 +0000 (22:02 +0000)]
* automake.in (scan_one_autoconf_file): Fixed comment to avoid
maintainer-check failure.

23 years ago* tests/cond3.test: Strengthen.
Akim Demaille [Fri, 9 Mar 2001 19:17:39 +0000 (19:17 +0000)]
* tests/cond3.test: Strengthen.

23 years ago* automake.in (&conditional_string): Produce a unique string
Akim Demaille [Fri, 9 Mar 2001 16:17:04 +0000 (16:17 +0000)]
* automake.in (&conditional_string): Produce a unique string
characterizing a condition stack.
(&conditional_same): Remove, comparing two strings is now enough.
(&variable_defined): Adjust.
(&read_am_file): Use conditional_string.

23 years ago* automake.in: Use -w.
Akim Demaille [Thu, 8 Mar 2001 13:23:15 +0000 (13:23 +0000)]
* automake.in: Use -w.
Normalize all use of `$lang . '-foo'' into `"$lang-foo"'.
(&parse_arguments): Support --Werror and --Wno-error as a
temporary hack until --warning/-W is properly implemented.
(&handle_single_transform_list): Prototype.
Be sure to define $directory.
Use `exists' instead of testing the value of a maybe undefined
hash value.
(&add_depend2, &handle_configure, &handle_footer, &file_contents)
(&handle_factored_dependencies): Use defined values.
(&scan_one_autoconf_file): Save $_.
* tests/lex2.test, tests/sinclude.test, tests/suffix3.test:
Run automake with --Wno-error.

23 years ago* automake.in (&handle_all): Use an array instead of a scalar for
Akim Demaille [Wed, 7 Mar 2001 19:09:43 +0000 (19:09 +0000)]
* automake.in (&handle_all): Use an array instead of a scalar for
local_headers.
Get rid of all-redirect: let `all' be that target.

23 years ago* automake.in (&handle_merge_targets): Ventilate its non `all'
Akim Demaille [Wed, 7 Mar 2001 18:39:09 +0000 (18:39 +0000)]
* automake.in (&handle_merge_targets): Ventilate its non `all'
related content into...
(&generate_makefile): here.
(&handle_merge_targets): Rename as...
(&handle_all): this.
Remove a useless `if': `@all' is obviously not empty, since it
contains at least the `basename ($makefile)' which has just been
unshifted.

23 years ago* automake.in, aclocal.in: Backquote is inert in double quotes.
Akim Demaille [Wed, 7 Mar 2001 18:37:06 +0000 (18:37 +0000)]
* automake.in, aclocal.in: Backquote is inert in double quotes.

23 years ago* Makefile.am (maintainer-check): Simplify `grep -v ... | grep .'
Akim Demaille [Tue, 6 Mar 2001 18:24:59 +0000 (18:24 +0000)]
* Makefile.am (maintainer-check): Simplify `grep -v ... | grep .'
into `grep -v ...'.

23 years ago* java.am: Use `rm -f' instead of `rm'.
Pavel Roskin [Tue, 6 Mar 2001 18:12:33 +0000 (18:12 +0000)]
* java.am: Use `rm -f' instead of `rm'.

23 years ago* automake.in (&push_dist_common): Simplify.
Akim Demaille [Tue, 6 Mar 2001 17:56:55 +0000 (17:56 +0000)]
* automake.in (&push_dist_common): Simplify.

23 years ago2001-03-06 Jens Krüger <jens_krueger@physik.tu-muenchen.de>
Tom Tromey [Tue, 6 Mar 2001 17:25:35 +0000 (17:25 +0000)]
2001-03-06  Jens Krüger <jens_krueger@physik.tu-muenchen.de>

* ltlib.am: Replaced spaces with tab.

23 years agoUpdate.
Akim Demaille [Tue, 6 Mar 2001 15:05:37 +0000 (15:05 +0000)]
Update.

23 years ago* tests/Makefile.am (XFAIL_TESTS): noinstdir.test removed, it's
Pavel Roskin [Tue, 6 Mar 2001 14:56:08 +0000 (14:56 +0000)]
* tests/Makefile.am (XFAIL_TESTS): noinstdir.test removed, it's
fixed now.

23 years ago* header.am, scripts.am: Use ?INSTALL? in the install and
Akim Demaille [Tue, 6 Mar 2001 14:44:44 +0000 (14:44 +0000)]
* header.am, scripts.am: Use ?INSTALL? in the install and
uninstall rules.

23 years ago* tests/copy.test: Never use `rm' without `-f' - it may ask
Pavel Roskin [Tue, 6 Mar 2001 00:48:20 +0000 (00:48 +0000)]
* tests/copy.test: Never use `rm' without `-f' - it may ask
questions, notably for read-only files during `make distcheck'.
* tests/insh.test: Likewise.
* tests/installsh.test: Likewise.
* tests/symlink.test: Likewise.
* tests/symlink2.test: Likewise.
* tests/symlink3.test: Likewise.

23 years agoRebuild.
Pavel Roskin [Mon, 5 Mar 2001 22:14:08 +0000 (22:14 +0000)]
Rebuild.

23 years ago* noinstdir.test: New test.
Pavel Roskin [Mon, 5 Mar 2001 22:11:04 +0000 (22:11 +0000)]
* noinstdir.test: New test.
* tests/Makefile.am (TESTS): Add noinstdir.test.
(XFAIL_TESTS): Likewise.

23 years ago* automake.in (&handle_options): Change the RE so that the third
Akim Demaille [Mon, 5 Mar 2001 19:29:15 +0000 (19:29 +0000)]
* automake.in (&handle_options): Change the RE so that the third
part of the versions always exist.
(&file_contents): Don't pass uninitialized values to &transform.

23 years ago* automake.in (&file_contents): Require a hash as second argument.
Akim Demaille [Mon, 5 Mar 2001 19:11:31 +0000 (19:11 +0000)]
* automake.in (&file_contents): Require a hash as second argument.
Adjust callers.

23 years agoAlways use hashes with &file_contents.
Akim Demaille [Mon, 5 Mar 2001 18:56:44 +0000 (18:56 +0000)]
Always use hashes with &file_contents.
* automake.in (&handle_texinfo): texibuild.am does not need
TEXINFODIR.
texinfos.am wants only TEXICLEANS.
(&handle_dist, &add_depend2, &handle_clean): Replace $xform with
%transform.
* texinfos.am: Adjust.

23 years ago* automake.in (&handle_programs, &handle_libraries, &handle_tags)
Akim Demaille [Mon, 5 Mar 2001 18:47:48 +0000 (18:47 +0000)]
* automake.in (&handle_programs, &handle_libraries, &handle_tags)
(&handle_ltlibraries, &handle_emacs_lisp, &handle_python): Adjust.
(&am_install_var): Forget about `-clean'.
Transform ?INSTALL?.
Always output the *.am file.
* data-clean.am, java-clean.am, libs-clean.am, lisp-clean.am,
* ltlib-clean.am, progs-clean.am, python-clean.am, tags-clean.am:
Remove, merged into the corresponding *.am file.
* data.am, libs.am, ltlib.am, progs.am, python.am: Equip with
?INSTALL?.

This page took 0.065394 seconds and 5 git commands to generate.