|
bbf2a5d7
|
2001-04-12T14:12:05
|
|
* automake.in (&scan_texinfo_file): Catch @cindex and the like,
but also @deffn and so on which push data in indexes.
Reported by Derek R. Price.
|
|
57e9766e
|
2001-04-12T09:13:45
|
|
* automake.in (Language): New package, temporarily in this file.
Use Class::Struct.
(Automake): New package.
(%languages): New.
(&handle_single_transform_list): Use the language object's `ansi'
attribute instead of `$language_map{"$lang-ansi-p"}'.
(®ister_language): Build and register the language too.
|
|
8d571e12
|
2001-04-12T05:45:23
|
|
Fixes report from Larry Jones:
* automake.in (handle_dependencies): Add `@_am_quote@' where
appropriate.
* m4/make.m4 (AM_MAKE_INCLUDE): Handle BSD-style make.
|
|
f3d09a31
|
2001-04-10T09:21:00
|
|
* automake.in (&scan_aclocal_m4): Handle $relative_dir and special
variables.
Specify to the caller whether $regen_aclocal_m4.
(&handle_configure): Adjust.
Transform `REGEN-ACLOCAL-M4'.
* configure.am: Use it.
* tests/defs (me): New.
* tests/configdeps.test: New.
|
|
3790a17d
|
2001-04-09T16:12:11
|
|
* automake.in (&handle_configure): Don't bother with optimizing
macro uses.
|
|
5d74caca
|
2001-04-09T15:02:08
|
|
* 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.
|
|
c1239533
|
2001-04-09T14:58:01
|
|
* automake.in ($source_suffix_pattern): Remove, unused.
%extension_map seems to have replaced it.
|
|
62e23845
|
2001-04-09T14:56:30
|
|
* 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.
|
|
1b0236cf
|
2001-04-09T14:53:44
|
|
* 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.
|
|
5871219c
|
2001-04-09T14:50:53
|
|
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], ...)'.
|
|
66108cdd
|
2001-04-09T14:47:46
|
|
* automake.in: Use simple quotes to define the _PATTERN variables
to unobfuscate the regexps.
($AM_CONDITIONAL_PATTERN): Let the user quote the variable.
|
|
6037a7bc
|
2001-04-09T14:46:45
|
|
* 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.
|
|
19d98150
|
2001-04-09T14:40:11
|
|
* subdirs.am (RECURSIVE_TARGETS): New variable.
Use it.
* automake.in (&handle_subdirs): Output it.
(&file_contents_internal): Support value spread on several lines.
|
|
7400c62b
|
2001-04-09T14:38:35
|
|
* automake.in (&handle_man_pages): Rely on mans.am to define
man%SECTION%dir and MANS.
* mans.am: Do it.
|
|
24ebdf39
|
2001-04-09T14:34:38
|
|
* automake.in (&variable_dump): Use %var_type properly.
(¯o_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.
|
|
1caae397
|
2001-04-09T14:30:22
|
|
* automake.in (%var_was_plus_eq): Rename as...
(%var_type): this.
(%def_type): Remove.
(¯o_define): %var_type may now hold `', `+', or `:'.
(%conditional, %am_vars, %content_lines): Rename as...
(%var_value, %var_comment, %var_line): these.
|
|
b233ae18
|
2001-04-09T14:28:09
|
|
* 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.
|
|
8b9e044f
|
2001-04-09T14:23:09
|
|
* 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.
|
|
74d5d061
|
2001-04-09T14:06:40
|
|
* 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.
|
|
d49b6d17
|
2001-04-09T14:05:10
|
|
* 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.
|
|
7522c427
|
2001-04-09T10:31:05
|
|
* automake.in (&get_object_extension): Use ansi2knr.am.
* clean-kr.am, kr-extra.am: Remove, merged into...
* ansi2knr.am: this new file.
|
|
3922628f
|
2001-04-09T10:07:17
|
|
* automake.in (&transform): Fix an incredible bug which was
breaking the if/endif system.
($ELSE_PATTERN): Admit an optional argument.
|
|
3334f9a6
|
2001-04-09T10:06:38
|
|
* comp-vars.am: Remove, merged into...
* compile.am: here.
* automake.in (&get_object_extension): Adjust.
|
|
7aa9fca1
|
2001-04-09T10:02:40
|
|
* remake.am: Merge into...
* configure.am: ... here.
* automake.in (&handle_configure): Adjust.
|
|
610b8c5f
|
2001-04-09T10:00:50
|
|
* automake.in (&output_lex_build_rule): Output this...
* lex.am: New file.
|
|
3727a57d
|
2001-04-09T09:58:57
|
|
* 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.
|
|
6ed11d3c
|
2001-04-09T09:55:12
|
|
* 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.
|
|
de417da1
|
2001-04-09T09:54:14
|
|
* automake.in: Use strict vars and subs.
Declare `%require_file_found'.
(&handle_source_transform, &make_paragraphs): Declare my variables.
|
|
f4c13485
|
2001-04-09T09:49:22
|
|
* 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.
|
|
e24edb92
|
2001-04-09T09:46:54
|
|
* automake.in (&make_paragraphs): Extract from &file_contents.
Make it more robust than the previous RE based scheme.
(&file_contents): Use it.
|
|
2f7401af
|
2001-04-09T09:43:56
|
|
* automake.in (&handle_source_transform): Fix pr72: don't define
$linker if there are no @files.
|
|
548e3c16
|
2001-04-09T09:42:02
|
|
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.
|
|
e42d1803
|
2001-04-09T09:36:49
|
|
* automake.in (¯o_define): The user is allowed to override
a value if it was set by Automake, or if it was found in AC_SUBST.
|
|
ed431311
|
2001-04-09T09:34:16
|
|
* automake.in (&handle_source_transform): Better locality of the
variables.
Use `next' to skip nonexistent variables.
|
|
97838be7
|
2001-04-09T09:33:49
|
|
* automake.in (&variable_dump): If a variable is undefined, say
it.
(&check_ambiguous_conditional): Give finer error messages.
(¯o_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.
|
|
8320cac2
|
2001-04-09T09:08:46
|
|
(&variable_conditions): Don't include `FALSE' in the result.
|
|
b7a25f01
|
2001-04-09T09:06:14
|
|
* 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.
|
|
e1c3eb5a
|
2001-04-09T09:02:37
|
|
* 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.
|
|
413dc639
|
2001-04-09T09:00:58
|
|
* 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.
|
|
de08c4c5
|
2001-04-09T08:59:50
|
|
* 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.
|
|
eceb616c
|
2001-04-09T08:52:06
|
|
* automake.in (&handle_source_transform, &read_main_am_file):
Simplify loops which were split in two parts, conditional vs
unconditional variables.
|
|
6e816442
|
2001-04-09T08:50:40
|
|
Handle unconditional values of variables as conditioned by
`TRUE'.
* automake.in (%contents): Remove.
(&generate_makefile, &handle_ltlibraries, ¯o_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.
(¯o_define): Use it.
(&variable_delete): New.
(&read_am_file): Use it.
(&am_install_var): Simplify, as all the variables are in
%conditional now.
|
|
9bdde35f
|
2001-03-23T17:58:33
|
|
* automake.in (&read_am_file, &file_contents): Avoid name clashes
on $cond.
|
|
3ae89d51
|
2001-03-23T17:54:05
|
|
* automake.in (&variable_conditionally_defined): Rename as...
(&check_variable_unconditionally_defined): this.
(&variable_dump): Fix the output.
(&variable_defined, ¯o_define): Since conditions are
canonicalized, don't use a loop to look for a condition: read the
hash.
(¯o_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.
|
|
ddc6d9e6
|
2001-03-23T17:16:02
|
|
* automake.in (&handle_footer, &handle_installdirs)
(&read_main_am_file): Don't read %contents directly, use
&variable_value.
|
|
c7ba9668
|
2001-03-23T17:12:44
|
|
* automake.in (&read_am_file): Define the variables in a single
shot.
Factor the $saw_bk code.
|
|
9cfb4cf1
|
2001-03-23T17:09:59
|
|
* automake.in (&read_am_file): Keep $cond_string up to date.
|
|
4ae0ed06
|
2001-03-23T17:09:02
|
|
* automake.in (&define_variable): Use ¯o_define.
|
|
b278e56f
|
2001-03-23T17:06:39
|
|
* automake.in (¯o_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 ¯o_define which checks that variables are not
doubly defined.
|
|
0364b1ab
|
2001-03-23T17:03:19
|
|
* automake.in (&conditional_dump): Rename as...
(&variables_dump): this. Use...
(&variable_dump): this new sub.
|
|
d9ec7f0b
|
2001-03-23T16:58:44
|
|
* 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.
|
|
f7157905
|
2001-03-23T16:54:42
|
|
* 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.
|
|
dd2d93d3
|
2001-03-23T16:50:30
|
|
* automake.in (&file_contents): Use rule_define.
|
|
61372b38
|
2001-03-23T16:45:53
|
|
* automake.in (¯o_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.
|
|
17bfcc98
|
2001-03-23T16:40:13
|
|
* automake.in (&rule_define): Extract from...
(&read_am_file): here.
|
|
753f6e2d
|
2001-03-23T16:37:47
|
|
* automake.in (¯o_define, &read_am_file): More work for the
former from the latter. Reorganize the latter.
|
|
326ca94a
|
2001-03-23T16:34:32
|
|
* automake.in (¯o_define): Extract from...
(&read_am_file): here.
|
|
da5f3d1a
|
2001-03-23T16:27:19
|
|
* 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.
|
|
eedc18e1
|
2001-03-23T16:23:53
|
|
* 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/.
|
|
678f62bc
|
2001-03-12T11:15:13
|
|
* automake.in (&variable_conditions_permutations): Separate the
conditions.
* tests/cond3.test: Improve the sed expression.
|
|
1659cf71
|
2001-03-09T22:02:32
|
|
* automake.in (scan_one_autoconf_file): Fixed comment to avoid
maintainer-check failure.
|
|
a11fd402
|
2001-03-09T16:17:05
|
|
* 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.
|
|
0e53159e
|
2001-03-08T13:23:18
|
|
* 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.
|
|
54ae7487
|
2001-03-07T19:09:44
|
|
* automake.in (&handle_all): Use an array instead of a scalar for
local_headers.
Get rid of all-redirect: let `all' be that target.
|
|
ff4faf0a
|
2001-03-07T18:39:10
|
|
* 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.
|
|
353857b4
|
2001-03-07T18:37:06
|
|
* automake.in, aclocal.in: Backquote is inert in double quotes.
|
|
55d91ba2
|
2001-03-06T17:56:55
|
|
* automake.in (&push_dist_common): Simplify.
|
|
60d9bbc8
|
2001-03-05T19:29:16
|
|
* 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.
|
|
fdbfb151
|
2001-03-05T19:11:31
|
|
* automake.in (&file_contents): Require a hash as second argument.
Adjust callers.
|
|
80206c9e
|
2001-03-05T18:56:45
|
|
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.
|
|
a939c6ff
|
2001-03-05T18:47:49
|
|
* 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?.
|
|
6d31be95
|
2001-03-05T15:13:55
|
|
Comment changes.
|
|
65e17bce
|
2001-03-05T15:03:00
|
|
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.
|
|
44d82214
|
2001-03-05T14:52:13
|
|
* 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.
|
|
7858570e
|
2001-03-05T14:49:43
|
|
* automake.in (&do_one_merge_target): Remove, was only called from...
(&handle_merge_targets): here for `all'.
Adjust.
|
|
48eae09e
|
2001-03-05T14:47:39
|
|
* automake.in (&do_one_merge_target): Remove, was only called from...
(&handle_merge_targets): here for `all'.
Adjust.
|
|
0794a12b
|
2001-03-05T14:45:40
|
|
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.
|
|
f455f2ed
|
2001-03-05T14:44:27
|
|
* 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.
|
|
23b6c7ed
|
2001-03-05T14:43:47
|
|
* automake.in (&am_install_var): Remove $cygxform, unused.
|
|
5b77c84d
|
2001-03-05T14:42:56
|
|
* automake.in (&file_contents): Transform LIBTOOL.
(&am_install_var): Remove $ltxform.
* ltlib.am, progs.am: Adjust.
|
|
91219a8d
|
2001-03-05T14:42:21
|
|
* automake.in: Require AC_PROG_INSTALL in...
(&scan_autoconf_files): here.
|
|
51c68871
|
2001-03-05T14:41:08
|
|
* 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.
|
|
f4d5ba0b
|
2001-03-05T14:38:54
|
|
* 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.
|
|
739897c2
|
2001-03-05T14:38:02
|
|
* automake.in (&generate_makefile): Call &initialize_per_input
*before* setting $am_file_name and $in_file_name.
|
|
768c0b53
|
2001-03-05T14:35:47
|
|
* automake.in ($in_file_name, $am_file_name, $relative_dirs):
Globals, initialized...
(&initialize_per_input): here.
|
|
a64f18ef
|
2001-03-05T14:33:38
|
|
* 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.
|
|
dec92301
|
2001-03-05T14:30:28
|
|
* 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.
|
|
42e0f40a
|
2001-03-05T13:26:01
|
|
* automake.in (&initialize_per_input): Move to the top.
Precede with the `my' list of its variables.
|
|
ea5c343b
|
2001-03-05T13:25:22
|
|
* automake.in ($am_file): Use vars.
($am_file_name, $in_file_name): Private to &generate_makefile.
|
|
5bbaad4f
|
2001-03-05T13:24:31
|
|
* automake.in: Preparation for `use strict': Move the
initialization of the constants to the top, from...
(&initialize_global_constants): here.
|
|
bc36bf2b
|
2001-03-05T13:23:27
|
|
* automake.in (&handle_single_transform_list, &add_depend2): Let
$lang_specific_files{$lang} be a list instead of a string.
|
|
d7f56aa8
|
2001-03-05T13:21:33
|
|
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.
|
|
3f9a97e7
|
2001-03-05T07:49:42
|
|
* 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.
|
|
29ade8c7
|
2001-02-28T09:53:11
|
|
* 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?.
|
|
615c76fe
|
2001-02-28T09:49:08
|
|
* automake.in (&handle_configure): Fortunately, $top_reldir,
which definition was highly suspicious, was useless.
|
|
c85473d7
|
2001-02-27T18:00:57
|
|
* automake.in (%exec_dir_p): Move at the top so that it is visible
to all routines.
|
|
3341551f
|
2001-02-27T09:26:37
|
|
* automake.in (%exec_dir_p): Pulled out from...
(&am_primary_prefixes): here.
|
|
b5c653d1
|
2001-02-27T09:18:21
|
|
* automake.in (&usage): Display $0, not $me.
|
|
36287451
|
2001-02-27T09:14:00
|
|
* mans.am: s/INSTALL_MAN/INSTALL-MAN/.
* automake.in (&handle_clean): Don't escape what's given to
&transform.
|
|
e8133bcf
|
2001-02-27T09:12:42
|
|
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@.
|