]> sourceware.org Git - automake.git/log
automake.git
23 years ago* automake.in (&am_install_var): Remove $cygxform, unused.
Akim Demaille [Mon, 5 Mar 2001 14:43:47 +0000 (14:43 +0000)]
* automake.in (&am_install_var): Remove $cygxform, unused.

23 years ago* automake.in (&file_contents): Transform LIBTOOL.
Akim Demaille [Mon, 5 Mar 2001 14:42:55 +0000 (14:42 +0000)]
* automake.in (&file_contents): Transform LIBTOOL.
(&am_install_var): Remove $ltxform.
* ltlib.am, progs.am: Adjust.

23 years ago* automake.in: Require AC_PROG_INSTALL in...
Akim Demaille [Mon, 5 Mar 2001 14:42:20 +0000 (14:42 +0000)]
* automake.in: Require AC_PROG_INSTALL in...
(&scan_autoconf_files): here.

23 years ago* configure.am: New file.
Akim Demaille [Mon, 5 Mar 2001 14:41:06 +0000 (14:41 +0000)]
* configure.am: New file.
* automake.in (&file_contents): Transform CONFIGURE-AC.
(&handle_texinfo, &handle_configure): Don't transform
CONFIGURE_AM.
(&handle_configure): Use `configure.am'.
* remake-hdr.am, remake.am, texi-vers.am: Adjust to
MAINTAINER-MODE and CONFIGURE-AC.

23 years ago* automake.in (&pretty_print_internal): Don't output useless
Akim Demaille [Mon, 5 Mar 2001 14:38:52 +0000 (14:38 +0000)]
* automake.in (&pretty_print_internal): Don't output useless
spaces.
(define_pretty_variable): Don't issue the space after the `=' sign
to avoid trailing spaces in Makefile.ins.

23 years ago* automake.in (&generate_makefile): Call &initialize_per_input
Akim Demaille [Mon, 5 Mar 2001 14:38:00 +0000 (14:38 +0000)]
* automake.in (&generate_makefile): Call &initialize_per_input
*before* setting $am_file_name and $in_file_name.

23 years ago* automake.in ($in_file_name, $am_file_name, $relative_dirs):
Akim Demaille [Mon, 5 Mar 2001 14:35:44 +0000 (14:35 +0000)]
* automake.in ($in_file_name, $am_file_name, $relative_dirs):
Globals, initialized...
(&initialize_per_input): here.

23 years ago* automake.in ($am_relative_dir): Global.
Akim Demaille [Mon, 5 Mar 2001 14:33:37 +0000 (14:33 +0000)]
* automake.in ($am_relative_dir): Global.
(&initialize_per_input): Init it.
(%make_list, @make_input_list): My them from
(&scan_autoconf_files): here.
(&require_file_internal): Mying changes.

23 years ago* automake.in (%am_vars, @var_list, %def_type): Globals.
Akim Demaille [Mon, 5 Mar 2001 14:30:28 +0000 (14:30 +0000)]
* automake.in (%am_vars, @var_list, %def_type): Globals.
(&initialize_per_input): Initialize them.
(&read_main_am_file): Don't local them.
(&get_object_extension): $objext is private.
(&handle_single_transform_list): $lang is.
(&handle_ltlibraries): $libname_rx is.
(&scan_autoconf_config_files): How about actually paying attention
to your arguments, instead of working on $_? (this is no Perl
variable, it's a Perl variable followed by a question mark).
(&file_contents): $contents and $separator are private.
(&am_install_var): Declare @condvals, not $condvals.
(%make_dirs): My.

23 years ago* automake.in (&initialize_per_input): Move to the top.
Akim Demaille [Mon, 5 Mar 2001 13:26:01 +0000 (13:26 +0000)]
* automake.in (&initialize_per_input): Move to the top.
Precede with the `my' list of its variables.

23 years ago* automake.in ($am_file): Use vars.
Akim Demaille [Mon, 5 Mar 2001 13:25:21 +0000 (13:25 +0000)]
* automake.in ($am_file): Use vars.
($am_file_name, $in_file_name): Private to &generate_makefile.

23 years ago* automake.in: Preparation for `use strict': Move the
Akim Demaille [Mon, 5 Mar 2001 13:24:31 +0000 (13:24 +0000)]
* automake.in: Preparation for `use strict': Move the
initialization of the constants to the top, from...
(&initialize_global_constants): here.

23 years ago* automake.in (&handle_single_transform_list, &add_depend2): Let
Akim Demaille [Mon, 5 Mar 2001 13:23:27 +0000 (13:23 +0000)]
* automake.in (&handle_single_transform_list, &add_depend2): Let
$lang_specific_files{$lang} be a list instead of a string.

23 years agoLet's make it run ten times faster...
Akim Demaille [Mon, 5 Mar 2001 13:21:33 +0000 (13:21 +0000)]
Let's make it run ten times faster...
* automake.in (&transform): Be sure to remove the `n' with ?FOO?
transformations.
(&file_contents): Let `$command' remove the Automake commands, and
normalize the series of `n'.
Slurp the file and apply $command in a single step.
No longer apply the `@MAINTAINER_MODE_TRUE@' transformation which
is already normalized to be handled by &transform.

23 years ago * automake.in (register_language): Add entry for `-pure'.
Tom Tromey [Mon, 5 Mar 2001 07:49:42 +0000 (07:49 +0000)]
* automake.in (register_language): Add entry for `-pure'.
Added `pure=yes' entries for cxx, objc, f77, ppf77, ratfor, java.
(finish_languages): Use `-pure' field of language map.

23 years ago * tests/yaccvpath.test: No need to remove dummy files.
Tom Tromey [Sun, 4 Mar 2001 21:05:09 +0000 (21:05 +0000)]
* tests/yaccvpath.test: No need to remove dummy files.
* tests/subobj3.test: No need to remove dummy files.
* tests/pr9.test: No need to remove dummy files.
* tests/pr87.test: No need to remove dummy files.
* tests/pr19.test: No need to remove dummy files.
* tests/install2.test: No need to remove dummy files.
* tests/defs: Actually copy in install-sh, mkinstalldirs, missing,
and depcomp.

23 years ago* tests/yaccvpath.test: Add a delay to make parse.c really out
Pavel Roskin [Sat, 3 Mar 2001 07:13:04 +0000 (07:13 +0000)]
* tests/yaccvpath.test: Add a delay to make parse.c really out
of date. Detect the problem earlier, after `make distdir'. Drop
dependency on flex. Always use the `-y' flag for bison. Comment
changes.
* tests/Makefile.am: Add yaccvpath.test to XFAIL_TESTS.

23 years ago2001-03-02 Jens Krüger <jens_krueger@physik.tu-muenchen.de>
Tom Tromey [Fri, 2 Mar 2001 19:44:19 +0000 (19:44 +0000)]
2001-03-02  Jens Krüger <jens_krueger@physik.tu-muenchen.de>

* depend2.am (?!GENERIC??LIBTOOL?%LTOBJ%): Add `%' to fix typo.

23 years agoEnglisho.
Akim Demaille [Wed, 28 Feb 2001 16:16:09 +0000 (16:16 +0000)]
Englisho.

23 years agoEnglisho.
Akim Demaille [Wed, 28 Feb 2001 10:59:29 +0000 (10:59 +0000)]
Englisho.

23 years ago* automake.in (&add_depend2): Transform `GENERIC'.
Akim Demaille [Wed, 28 Feb 2001 09:53:10 +0000 (09:53 +0000)]
* automake.in (&add_depend2): Transform `GENERIC'.
Get rid of the ad hoc transformation of `@EXT@.o:' which in
addition was broken by the `@ -> %' patch.
* depend2.am: Adjust to use ?GENERIC?.

23 years ago* Makefile.am (maintainer-check): `undef $/' is OK.
Akim Demaille [Wed, 28 Feb 2001 09:51:25 +0000 (09:51 +0000)]
* Makefile.am (maintainer-check): `undef $/' is OK.

23 years ago* automake.in (&handle_configure): Fortunately, $top_reldir,
Akim Demaille [Wed, 28 Feb 2001 09:49:08 +0000 (09:49 +0000)]
* automake.in (&handle_configure): Fortunately, $top_reldir,
which definition was highly suspicious, was useless.

23 years ago* automake.in (%exec_dir_p): Move at the top so that it is visible
Akim Demaille [Tue, 27 Feb 2001 18:00:57 +0000 (18:00 +0000)]
* automake.in (%exec_dir_p): Move at the top so that it is visible
to all routines.

23 years ago* tests/yaccvpath.test: Prevent automake from looking into ..
Pavel Roskin [Tue, 27 Feb 2001 16:10:33 +0000 (16:10 +0000)]
* tests/yaccvpath.test: Prevent automake from looking into ..
and ../.. by using AC_CONFIG_AUX_DIR in configure.in.

23 years ago* automake.in (%exec_dir_p): Pulled out from...
Akim Demaille [Tue, 27 Feb 2001 09:26:37 +0000 (09:26 +0000)]
* automake.in (%exec_dir_p): Pulled out from...
(&am_primary_prefixes): here.

23 years ago* automake.in (&usage): Display $0, not $me.
Akim Demaille [Tue, 27 Feb 2001 09:18:21 +0000 (09:18 +0000)]
* automake.in (&usage): Display $0, not $me.

23 years agoAdd some comments.
Akim Demaille [Tue, 27 Feb 2001 09:15:27 +0000 (09:15 +0000)]
Add some comments.

23 years ago* mans.am: s/INSTALL_MAN/INSTALL-MAN/.
Akim Demaille [Tue, 27 Feb 2001 09:14:00 +0000 (09:14 +0000)]
* mans.am: s/INSTALL_MAN/INSTALL-MAN/.
* automake.in (&handle_clean): Don't escape what's given to
&transform.

23 years agoDistinguish automake substitutions from config.status
Akim Demaille [Tue, 27 Feb 2001 09:12:41 +0000 (09:12 +0000)]
Distinguish automake substitutions from config.status
substitutions.
* automake.in (&add_depend2): Transform AMDEP.
(&handle_clean): Transform MCFILES and MFILES.
(&file_contents): Transform MAINTAINER_MODE.
(&transform, &am_install_var): Use `%', not `@'.
Adjust all the *.am files.
* clean.am: Use ?MFILES? instead of ad hoc MAINTAINERCLEAN.
* depend2.am: Display the double dependency on both ?AMDEP? and
@AMDEP@.

23 years ago * distdir.am (distcheck): Fixed new code.
Tom Tromey [Tue, 27 Feb 2001 08:07:57 +0000 (08:07 +0000)]
* distdir.am (distcheck): Fixed new code.

* tests/yaccvpath.test: Fail gracefully if bison/flex not found.
Only configure once.

23 years ago * distdir.am (distcheck): Print error message if distclean failed
Tom Tromey [Tue, 27 Feb 2001 07:55:17 +0000 (07:55 +0000)]
* distdir.am (distcheck): Print error message if distclean failed
to fully clean.

23 years ago* tests/Makefile.am (TESTS): s/yaccpvath/yaccvpath/.
Pavel Roskin [Tue, 27 Feb 2001 06:30:50 +0000 (06:30 +0000)]
* tests/Makefile.am (TESTS): s/yaccpvath/yaccvpath/.

23 years ago2001-02-25 Alexandre Duret-Lutz <duret_g@epita.fr>
Tom Tromey [Tue, 27 Feb 2001 04:16:38 +0000 (04:16 +0000)]
2001-02-25  Alexandre Duret-Lutz  <duret_g@epita.fr>

* tests/Makefile.am (TESTS): Added yaccvpath.test.
* tests/yaccvpath.test: New file.

23 years ago* automake.in (&am_install_var): Recognize whether predefined
Akim Demaille [Mon, 26 Feb 2001 19:16:15 +0000 (19:16 +0000)]
* automake.in (&am_install_var): Recognize whether predefined
directories are `data' or `exec'.
* libs.am, ltlib.am, progs.am, python.am, scripts.am: Install
?EXEC?.
* tests/instdata2.test: Update.

23 years ago* texinfos.am: No ?EXEC? hook as currently installing TEXINFOS is
Akim Demaille [Mon, 26 Feb 2001 18:27:46 +0000 (18:27 +0000)]
* texinfos.am: No ?EXEC? hook as currently installing TEXINFOS is
necessarily in infodir.

23 years ago* automake.in ($am_file): Be `local', as my'd variables used in
Akim Demaille [Mon, 26 Feb 2001 13:59:46 +0000 (13:59 +0000)]
* automake.in ($am_file): Be `local', as my'd variables used in
`foreach' loops are always private to the loop.

23 years agoRebuild.
Pavel Roskin [Mon, 26 Feb 2001 12:43:53 +0000 (12:43 +0000)]
Rebuild.

23 years ago* Makefile.am: Add install.am.
Pavel Roskin [Mon, 26 Feb 2001 12:39:13 +0000 (12:39 +0000)]
* Makefile.am: Add install.am.

23 years ago* automake.in (&target_cmp, &dist_cmp): Do not prototype comparing
Akim Demaille [Mon, 26 Feb 2001 10:34:05 +0000 (10:34 +0000)]
* automake.in (&target_cmp, &dist_cmp): Do not prototype comparing
routines, otherwise the elements to compare are passed in @_
instead of $a and $b.

23 years ago* automake.in (%required_targets): `installcheck-am' is needed.
Akim Demaille [Mon, 26 Feb 2001 10:26:01 +0000 (10:26 +0000)]
* automake.in (%required_targets): `installcheck-am' is needed.

23 years ago* automake.in (&transform_cond): Merge into...
Akim Demaille [Mon, 26 Feb 2001 10:02:12 +0000 (10:02 +0000)]
* automake.in (&transform_cond): Merge into...
(&transform): this.
Adjust all uses.

23 years ago* automake.in (&handle_dist): Use &transform instead of dedicated
Akim Demaille [Mon, 26 Feb 2001 09:54:23 +0000 (09:54 +0000)]
* automake.in (&handle_dist): Use &transform instead of dedicated
magic for DISTDIRS.
But be sure to always do it.
* distdir.am: Adjust.

23 years ago* automake.in: Use File::Basename.
Akim Demaille [Mon, 26 Feb 2001 09:51:26 +0000 (09:51 +0000)]
* automake.in: Use File::Basename.
(&dirname, &basename): Remove.

23 years ago* automake.in ($me): New.
Akim Demaille [Mon, 26 Feb 2001 09:50:04 +0000 (09:50 +0000)]
* automake.in ($me): New.
Use it.
(&usage): Display your full name.

23 years ago* automake.texi (Invoking Automake): Remove dead options.
Akim Demaille [Mon, 26 Feb 2001 09:48:38 +0000 (09:48 +0000)]
* automake.texi (Invoking Automake): Remove dead options.

23 years ago* automake.in (&scan_texinfo_file): Also compute the list of files
Akim Demaille [Mon, 26 Feb 2001 09:48:03 +0000 (09:48 +0000)]
* automake.in (&scan_texinfo_file): Also compute the list of files
to clean.
Handle local errors.
(&handle_texinfo): Use it.

23 years ago* automake.in: Don't pass arguments to...
Akim Demaille [Mon, 26 Feb 2001 09:41:06 +0000 (09:41 +0000)]
* automake.in: Don't pass arguments to...
(&parse_arguments): Work on @ARGV.
Use Getopt.
Add support for `-f'.
(&version): New.
(&usage): Update.

23 years ago* automake.in (&handle_merge_targets, &do_one_merge_target): Don't
Akim Demaille [Mon, 26 Feb 2001 09:37:39 +0000 (09:37 +0000)]
* automake.in (&handle_merge_targets, &do_one_merge_target): Don't
handle installcheck and installcheck-am.
* install.am: Do it.

23 years ago* automake.in (&handle_merge_targets, &do_one_merge_target): Don't
Akim Demaille [Mon, 26 Feb 2001 09:33:06 +0000 (09:33 +0000)]
* automake.in (&handle_merge_targets, &do_one_merge_target): Don't
handle install and install-am.
* install.am: Do it.

23 years ago* automake.in (&handle_merge_targets, &do_one_merge_target): Don't
Akim Demaille [Mon, 26 Feb 2001 09:30:01 +0000 (09:30 +0000)]
* automake.in (&handle_merge_targets, &do_one_merge_target): Don't
work on targets handled by %dependencies.
(&handle_factored_dependencies): Do it.
* install.am: Install install-exec, install-data and uninstall's
suites.

23 years ago* automake.in (&handle_merge_targets): Move `install-strip' from
Akim Demaille [Mon, 26 Feb 2001 09:23:41 +0000 (09:23 +0000)]
* automake.in (&handle_merge_targets): Move `install-strip' from
here...
* install.am: to here.

23 years ago* automake.in (@installdirs): Remove.
Akim Demaille [Mon, 26 Feb 2001 09:14:42 +0000 (09:14 +0000)]
* automake.in (@installdirs): Remove.
(&file_contents): Be able to grow Automake macros with `+='.
(&handle_texinfo, &handle_man_pages, &am_install_var): Let your
files define _am_installdirs.
(&handle_installdirs): Remove the code, just output `install.am'.
* install.am: New.
* data.am, header.am, libs.am, lisp.am, ltlib.am, mans.am, progs.am,
* python.am, scripts.am, texinfos.am: Extend $(_am_installdirs).

23 years ago* tests/instdata2.test (libexec_DATA): Exercise more
Akim Demaille [Mon, 26 Feb 2001 08:58:44 +0000 (08:58 +0000)]
* tests/instdata2.test (libexec_DATA): Exercise more
possibilities.

23 years ago2001-02-25 Alexandre Duret-Lutz <duret_g@epita.fr>
Tom Tromey [Mon, 26 Feb 2001 02:04:55 +0000 (02:04 +0000)]
2001-02-25  Alexandre Duret-Lutz  <duret_g@epita.fr>

* header-vars.am (INSTALL_STRIP_FLAG): Remove (obsolete).

23 years agoChangeLog cleanup from Alexandre Duret-Lutz
Tom Tromey [Mon, 26 Feb 2001 02:02:44 +0000 (02:02 +0000)]
ChangeLog cleanup from Alexandre Duret-Lutz

23 years ago * tests/instdata2.test: Added `sbin_DATA' check.
Tom Tromey [Mon, 26 Feb 2001 01:28:14 +0000 (01:28 +0000)]
* tests/instdata2.test: Added `sbin_DATA' check.

23 years ago * tests/Makefile.am (TESTS): Added subdircond.test.
Tom Tromey [Mon, 26 Feb 2001 01:27:17 +0000 (01:27 +0000)]
* tests/Makefile.am (TESTS): Added subdircond.test.

23 years ago * tests/Makefile.am (TESTS): Added subdircond.test.
Tom Tromey [Mon, 26 Feb 2001 01:10:32 +0000 (01:10 +0000)]
* tests/Makefile.am (TESTS): Added subdircond.test.
* tests/subdircond.test: New file.
* automake.in (handle_gettext): Don't fail if SUBDIRS
conditionally defined.

23 years ago * automake.in: Use IO::File.
Tom Tromey [Mon, 26 Feb 2001 00:42:25 +0000 (00:42 +0000)]
* automake.in: Use IO::File.
(generate_makefile): Use IO::File.
(scan_texinfo_file): Likewise.
(handle_aclocal_m4): Likewise.
(scan_autoconf_traces): Likewise.
(scan_one_autoconf_file): Likewise.
(read_am_file): Likewise.
(file_contents): Likewise.
(create): Likewise.

23 years agoTypo.
Akim Demaille [Sun, 25 Feb 2001 19:00:38 +0000 (19:00 +0000)]
Typo.

23 years ago* automake.in (handle_texinfo): Remove code handled by texinfos.am.
Akim Demaille [Sun, 25 Feb 2001 18:57:22 +0000 (18:57 +0000)]
* automake.in (handle_texinfo): Remove code handled by texinfos.am.

23 years ago* automake.in (&transform): Also call &transform_cond on your
Akim Demaille [Sun, 25 Feb 2001 18:51:38 +0000 (18:51 +0000)]
* automake.in (&transform): Also call &transform_cond on your
arguments.
(&handle_dist): Adjust.
(&handle_factored_dependencies): Uniq dependencies.

23 years ago* automake.in (&handle_gettext): Simplify redundant `if'.
Akim Demaille [Sun, 25 Feb 2001 18:47:53 +0000 (18:47 +0000)]
* automake.in (&handle_gettext): Simplify redundant `if'.
Used &variable_value, don't read %contents directly.

23 years ago* automake.in ($install_recursive): Remove, replaced with calls to
Akim Demaille [Sun, 25 Feb 2001 18:44:17 +0000 (18:44 +0000)]
* automake.in ($install_recursive): Remove, replaced with calls to
`&variable_defined ('SUBDIRS')'.
(&handle_dist, &handle_clean): Don't transform_cond SUBDIRS since...
(&file_contents): now does.

23 years ago* automake.in (&handle_man_pages): $found is dead.
Akim Demaille [Sun, 25 Feb 2001 18:43:37 +0000 (18:43 +0000)]
* automake.in (&handle_man_pages): $found is dead.

23 years agoInternally just store the conditionals as space separated lists of
Akim Demaille [Sun, 25 Feb 2001 18:42:41 +0000 (18:42 +0000)]
Internally just store the conditionals as space separated lists of
CONDITIONS (instead of @CONDITIONS@).
* automake.in (&conditional_true_when, &variable_conditions_sub):
Split conditions at spaces.
(&handle_dependencies, &variable_conditions_permutations): Don't
put @ around conditions.
(&variable_conditions_cmp): There are no @ to strip.
(&make_condition): New.
(&define_pretty_variable, &read_main_am_file, &read_am_file): Use
it.
(&read_main_am_file, &read_am_file): Stop playing with @ by hand.
Join @conditional_stack with spaces.
(&read_main_am_file): Adjust the output of variables.
Output `TRUE = true' under the condition `TEST' as `@TEST@TRUE =
true' and no longer `@TEST@TRUE = @TEST@true'.
(&variable_conditions_cmp): Rename as...
(&by_condition): this.
Sort in a human pleasant order.
Use it everywhere a human can see conditions.
(&variable_conditions_reduce): Don't sort conditions, that's
pointless.
* tests/cond.test, ctarget1.test, pluseq3.test: Strengthen.

23 years ago* automake.in: `my' the globals.
Akim Demaille [Sun, 25 Feb 2001 18:39:59 +0000 (18:39 +0000)]
* automake.in: `my' the globals.

23 years ago* automake.in (&initialize_per_input): %targets_conditionals is
Akim Demaille [Sun, 25 Feb 2001 18:37:40 +0000 (18:37 +0000)]
* automake.in (&initialize_per_input): %targets_conditionals is
new.
(&read_am_file): When slurping a rule, set the target related
variable, and no variable related variable.
(&file_contents): Likewise.
* tests/vartar.test, tests/ctarget1.test: New.

23 years ago* automake.in (&initialize_per_input): %targets_conditionals is
Akim Demaille [Sun, 25 Feb 2001 18:17:57 +0000 (18:17 +0000)]
* automake.in (&initialize_per_input): %targets_conditionals is
new.
(&read_am_file): When slurping a rule, set the target related
variable, and no variable related variable.
(&file_contents): Likewise.
* tests/vartar.test, tests/ctarget1.test: New.

23 years ago* automake.in (&variable_defined, &variable_value_as_list_worker):
Akim Demaille [Sun, 25 Feb 2001 18:16:07 +0000 (18:16 +0000)]
* automake.in (&variable_defined, &variable_value_as_list_worker):
If $VAR is effectively a variable, don't die if it's also a
target.
Plus some formatting changes.

23 years ago* automake.in: Mying changes.
Akim Demaille [Sun, 25 Feb 2001 18:15:12 +0000 (18:15 +0000)]
* automake.in: Mying changes.
* Makefile.am (maintainer-check): Check the stability of the
number of uses of `local'.

23 years ago* automake.in: Mying changes.
Akim Demaille [Sun, 25 Feb 2001 18:12:34 +0000 (18:12 +0000)]
* automake.in: Mying changes.

23 years ago* automake.in: Mying changes.
Akim Demaille [Sun, 25 Feb 2001 18:11:41 +0000 (18:11 +0000)]
* automake.in: Mying changes.

23 years ago* automake.in: Mying changes.
Akim Demaille [Sun, 25 Feb 2001 18:11:41 +0000 (18:11 +0000)]
* automake.in: Mying changes.

23 years ago* automake.in: Mying changes.
Akim Demaille [Sun, 25 Feb 2001 18:10:50 +0000 (18:10 +0000)]
* automake.in: Mying changes.
(&handle_tags): Fix a bug uncovered by the previous mying changes:
transform CONFIG into $config, not $xform.

23 years ago* automake.in (&handle_texinfo, &handle_man_pages, &am_install_var):
Akim Demaille [Sun, 25 Feb 2001 18:04:29 +0000 (18:04 +0000)]
* automake.in (&handle_texinfo, &handle_man_pages, &am_install_var):
Don't deal with install-data-am, install-exec-am and unstall-am.
(&initialize_per_input): Add them to %dependencies.
Remove %exec_dir_p since the *.am files are now in charge of it.
Remove @uninstall, @install_data, @install_exec.
(&handle_merge_targets): Adjust to these removals.
(&file_contents): Also &transform_cond for --no-installman and
--no-installinfo.
(&do_one_merge_target): Add some magic to install hooks on
%dependencies' targets.
(%required_targets): New.
(&handle_factored_dependencies): Output required targets.
* data.am, header.am, java.am, libs.am, lisp.am, ltlib.am,
* mans-vars.am, mans.am, progs.am, python.am, scripts.am,
* texinfos.am: Declare your dependencies on install-data-am,
install-exec-am and uninstall-am.
* tests/instdata2.test (incldata_HEADERS): New test.

23 years agoRebuild.
Pavel Roskin [Sun, 25 Feb 2001 06:47:17 +0000 (06:47 +0000)]
Rebuild.

23 years ago * Makefile.am (amfiles): Added texibuild.am.
Tom Tromey [Sun, 25 Feb 2001 04:37:51 +0000 (04:37 +0000)]
* Makefile.am (amfiles): Added texibuild.am.
* texibuild.am: New file.
* tests/Makefile.am (TESTS): Added texinfo9.test.
* tests/texinfo9.test: New file.
* automake.in (handle_texinfo): Keep track of suffixes used.  Give
error if suffix unrecognized.  Removed extraneous newline.

23 years ago* automake.in (&am_install_var): Don't hook on the clean targets
Akim Demaille [Fri, 23 Feb 2001 15:11:18 +0000 (15:11 +0000)]
* automake.in (&am_install_var): Don't hook on the clean targets
and .PHONY.
* data-clean.am, java-clean.am, libs-clean.am, lisp-clean.am,
* ltlib-clean.am, progs-clean.am, python-clean.am,  tags-clean.am:
Do it.

23 years ago* automake.in: Promote local `my' over `local'.
Akim Demaille [Fri, 23 Feb 2001 15:07:56 +0000 (15:07 +0000)]
* automake.in: Promote local `my' over `local'.

23 years ago* automake.in: Formatting and mying changes.
Akim Demaille [Fri, 23 Feb 2001 15:06:52 +0000 (15:06 +0000)]
* automake.in: Formatting and mying changes.

23 years ago* automake.in: Formatting and mying changes.
Akim Demaille [Fri, 23 Feb 2001 15:06:16 +0000 (15:06 +0000)]
* automake.in: Formatting and mying changes.

23 years ago* automake.in: Formatting and mying changes.
Akim Demaille [Fri, 23 Feb 2001 15:06:16 +0000 (15:06 +0000)]
* automake.in: Formatting and mying changes.

23 years ago* automake.in (&handle_man_pages): Let install-man and
Akim Demaille [Fri, 23 Feb 2001 15:03:51 +0000 (15:03 +0000)]
* automake.in (&handle_man_pages): Let install-man and
uninstall-man be handled by the dependency tracker.
(&initialize_per_input): Let %dependencies track them.
* mans.am: Add the needed hooks with the proper dependencies.

23 years ago* tests/target-cflags.test: Don't use subshell to configure in
Pavel Roskin [Thu, 22 Feb 2001 18:49:50 +0000 (18:49 +0000)]
* tests/target-cflags.test: Don't use subshell to configure in
subdirectory. Typo fix - run `./foo', not `/foo'.

23 years ago* automake.in: Formatting and mying changes.
Akim Demaille [Thu, 22 Feb 2001 15:58:55 +0000 (15:58 +0000)]
* automake.in: Formatting and mying changes.

23 years ago * automake.in (handle_dist): Introduce new variable to avoid extra
Tom Tromey [Thu, 22 Feb 2001 02:58:50 +0000 (02:58 +0000)]
* automake.in (handle_dist): Introduce new variable to avoid extra
keys in %dist_dirs.  Fixes distdir.test.

23 years ago * automake.in (handle_texinfo): Only remove suffixes we can
Tom Tromey [Thu, 22 Feb 2001 02:40:19 +0000 (02:40 +0000)]
* automake.in (handle_texinfo): Only remove suffixes we can
handle.

23 years ago * tests/distdir.test: Check to make sure directory isn't made in
Tom Tromey [Thu, 22 Feb 2001 02:35:30 +0000 (02:35 +0000)]
* tests/distdir.test: Check to make sure directory isn't made in
build directory.

23 years ago * automake.in (handle_dist): Do nothing in Cygnus mode.
Tom Tromey [Wed, 21 Feb 2001 21:07:15 +0000 (21:07 +0000)]
* automake.in (handle_dist): Do nothing in Cygnus mode.

23 years agoRebuild.
Pavel Roskin [Wed, 21 Feb 2001 15:40:58 +0000 (15:40 +0000)]
Rebuild.

23 years ago* header-vars.am: Remove tabs before variable definitions.
Pavel Roskin [Wed, 21 Feb 2001 15:36:28 +0000 (15:36 +0000)]
* header-vars.am: Remove tabs before variable definitions.

23 years ago* tests/distdir.test (EXTRA_DIST): Use a finer pattern to avoid
Akim Demaille [Wed, 21 Feb 2001 09:29:27 +0000 (09:29 +0000)]
* tests/distdir.test (EXTRA_DIST): Use a finer pattern to avoid
false diagnostics.

23 years ago* automake.in (&dist_cmp, &target_cmp): Be sure to return a
Akim Demaille [Wed, 21 Feb 2001 08:42:45 +0000 (08:42 +0000)]
* automake.in (&dist_cmp, &target_cmp): Be sure to return a
numeric value as required by Perl 5.6.

23 years agoRemove.
Akim Demaille [Wed, 21 Feb 2001 08:37:54 +0000 (08:37 +0000)]
Remove.

23 years ago* dist-vars.am: Remove, merge into...
Akim Demaille [Wed, 21 Feb 2001 08:35:51 +0000 (08:35 +0000)]
* dist-vars.am: Remove, merge into...
* distdir.am: this.
* automake.in (dirname, basename, backname): Move at the top of
the file so that prototypes are checked,
Use them without `&'.
(&handle_dist): Adjust.

23 years ago* automake.in (&check_ambiguous_conditional, &read_main_am_file):
Akim Demaille [Wed, 21 Feb 2001 08:35:02 +0000 (08:35 +0000)]
* automake.in (&check_ambiguous_conditional, &read_main_am_file):
Use a uniform naming scheme.
(&quote_cond_val, &unquote_cond_val): Delete, dead code.
(&read_am_file): Fix conditioned definition of backslash continued
items.

23 years agoChange the handling of conditionals: instead of using an ad-hoc
Akim Demaille [Wed, 21 Feb 2001 08:32:03 +0000 (08:32 +0000)]
Change the handling of conditionals: instead of using an ad-hoc
encoding to store a hash in a string, use hashes.
* automake.in (&conditional_dump): New.
(&check_ambiguous_conditional, &variable_defined)
(&variable_conditions_sub, &variable_value_as_list_worker)
(&define_variable, read_am_file, &read_main_am_file): Be sure to
handle `$conditional{$vars}' as a hash instead of a plain string.

23 years ago* automake.in (&conditional_true_when): Modernize, simplify.
Akim Demaille [Wed, 21 Feb 2001 08:31:40 +0000 (08:31 +0000)]
* automake.in (&conditional_true_when): Modernize, simplify.
Warning: `$comp' is now private (my), while it used to be
`inherited' from a `local' elsewhere in the code.  AFAICT it was
wrong, but some dirty side effect might show up.
(&conditionals_true_when): New.
(&variable_conditions_sub, &variable_conditions_reduce): Use it.

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