]> sourceware.org Git - automake.git/log
automake.git
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?.

23 years agoRebuild.
Pavel Roskin [Mon, 5 Mar 2001 17:05:26 +0000 (17:05 +0000)]
Rebuild.

23 years ago* Makefile.am (amfiles): Add configure.am. Sort alphabetically.
Pavel Roskin [Mon, 5 Mar 2001 16:57:51 +0000 (16:57 +0000)]
* Makefile.am (amfiles): Add configure.am. Sort alphabetically.

23 years agoComment changes.
Akim Demaille [Mon, 5 Mar 2001 15:13:55 +0000 (15:13 +0000)]
Comment changes.

23 years agoIf OBJEXT and EXEEXT are not set, provide a default value, and use
Akim Demaille [Mon, 5 Mar 2001 15:02:58 +0000 (15:02 +0000)]
If OBJEXT and EXEEXT are not set, provide a default value, and use
them unconditionally.
* automake.in (&generate_makefile): Provide default values for
EXEEXT and OBJEXT.
(&get_object_extension, &finish_languages)
(&handle_single_transform_list, &handle_programs, &add_depend2)
(&check_cygnus, &lang_c_finish, am_install_var): Don't bother with
them, they are defined.
* compile.am, depend2.am, program.am, progs.am: Likewise.
* remake-hdr.am: Fix a typo.
* tests/cxxo.test, tests/fo.test, tests/implicit.test,
* tests/interp.test, tests/subobj.test, tests/subobj2.test,
* tests/suffix2.test: Adjust.

23 years ago* automake.in (&file_contents): Map MAINTAINER-MODE to
Akim Demaille [Mon, 5 Mar 2001 14:52:12 +0000 (14:52 +0000)]
* automake.in (&file_contents): Map MAINTAINER-MODE to
@MAINTAINER_MODE_TRUE@ or nothing.
* configure.am, remake-hdr.am, remake.am, texi-vers.am: Adjust.
Suggested by Tom.

23 years ago* automake.in (&do_one_merge_target): Remove, was only called from...
Akim Demaille [Mon, 5 Mar 2001 14:49:43 +0000 (14:49 +0000)]
* automake.in (&do_one_merge_target): Remove, was only called from...
(&handle_merge_targets): here for `all'.
Adjust.

23 years ago* automake.in (&do_one_merge_target): Remove, was only called from...
Akim Demaille [Mon, 5 Mar 2001 14:47:39 +0000 (14:47 +0000)]
* automake.in (&do_one_merge_target): Remove, was only called from...
(&handle_merge_targets): here for `all'.
Adjust.

23 years agoMake the installation/uninstallation of Info pages follow the
Akim Demaille [Mon, 5 Mar 2001 14:45:36 +0000 (14:45 +0000)]
Make the installation/uninstallation of Info pages follow the
regular am/recursive scheme.
* automake.in (%required_targets, %dependencies): Add
install-info.
(%dependencies): Add install-info, install-info-am, and
unstall-info.
(&handle_subdirs): Don't transform INSTALLINFO, which mapping was
reversed BTW.  Does anybody use the option `no-installinfo'?
(&handle_merge_targets): Let the handling of info related targets
to...
(&handle_factored_dependencies): this.
* subdirs.am: Use ?INSTALL-INFO?.
* texinfos.am: Define the install-info, uninstall-info and
uninstall-info-am targets.

23 years ago* automake.in (%required_targets, %dependencies): Add dvi, info,
Akim Demaille [Mon, 5 Mar 2001 14:44:26 +0000 (14:44 +0000)]
* automake.in (%required_targets, %dependencies): Add dvi, info,
dvi-am, info-am.
(@info, @dvi): Remove.
(&handle_texinfo, &handle_merge_targets): Adjust.
(&handle_factored_dependencies): Required targets are phony.
* texinfos.am: Build info, dvi, and the corresponding -am or
-recursive targets.

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.

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