Edit

kc3-lang/automake/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Akim Demaille
    Date : 2001-03-28 07:31:05
    Hash : f22d1da9
    Message : * program.am: Fix a stupid typo: now *all* (not none) the programs use `$(EXEEXT)'. Reported by Robert Boehne.

  • ChangeLog
  • 2001-03-28  Akim Demaille  <akim@epita.fr>
    
    	* program.am: Fix a stupid typo: now *all* (not none) the programs
    	use `$(EXEEXT)'.
    	Reported by Robert Boehne.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&read_am_file, &file_contents): Avoid name clashes
    	on $cond.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&handle_footer, &handle_installdirs)
    	(&read_main_am_file): Don't read %contents directly, use
    	&variable_value.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&read_am_file): Define the variables in a single
    	shot.
    	Factor the $saw_bk code.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&read_am_file): Keep $cond_string up to date.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&define_variable): Use &macro_define.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&conditional_dump): Rename as...
    	(&variables_dump): this.  Use...
    	(&variable_dump): this new sub.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&file_contents): Use rule_define.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&rule_define): Extract from...
    	(&read_am_file): here.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&macro_define, &read_am_file): More work for the
    	former from the latter.  Reorganize the latter.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&macro_define): Extract from...
    	(&read_am_file): here.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-23  Akim Demaille  <akim@epita.fr>
    
    	* 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/.
    
    2001-03-12  Pavel Roskin  <proski@gnu.org>
    
    	* tests/Makefile.am (XFAIL_TESTS): Remove cond3.test, it passes
    	now.
    
    2001-03-12  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&variable_conditions_permutations): Separate the
    	conditions.
    	* tests/cond3.test: Improve the sed expression.
    
    2001-03-09  Pavel Roskin  <proski@gnu.org>
    
    	* 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.
    
    2001-03-09  Tom Tromey  <tromey@redhat.com>
    
    	* automake.in (scan_one_autoconf_file): Fixed comment to avoid
    	maintainer-check failure.
    
    2001-03-09  Akim Demaille  <akim@epita.fr>
    
    	* tests/cond3.test: Strengthen.
    
    2001-03-09  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-08  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-07  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&handle_all): Use an array instead of a scalar for
    	local_headers.
    	Get rid of all-redirect: let `all' be that target.
    
    2001-03-07  Akim Demaille  <akim@epita.fr>
    
    	* 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.
    
    2001-03-07  Akim Demaille  <akim@epita.fr>
    
    	* automake.in, aclocal.in: Backquote is inert in double quotes.
    
    2001-03-06  Akim Demaille  <akim@epita.fr>
    
    	* Makefile.am (maintainer-check): Simplify `grep -v ... | grep .'
    	into `grep -v ...'.
    
    2001-03-06  Pavel Roskin  <proski@gnu.org>
    
    	* java.am: Use `rm -f' instead of `rm'.
    
    2001-03-06  Akim Demaille  <akim@epita.fr>
    
    	* automake.in (&push_dist_common): Simplify.
    
    2001-03-06  Jens Kr