Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| bce23ab7 | 2001-05-05 22:08:48 | * texinfos.am (uninstall-info-am): Debian install-info v1.8.3 prints to stderr. (install-info-am): Likewise. | ||
| 4412f6e1 | 2001-05-05 21:16:36 | 2001-05-05 Pavel Roskin <proski@gnu.org> * automake.in (scan_texinfo_file): Don't push undefined values to @clean_suffixes. | ||
| 9ff51628 | 2001-05-05 21:06:46 | 2001-05-05 Richard Boulton <richard@tartarus.org> * automake.in (handle_dist): Check for existence of DIST_SUBDIRS first. | ||
| 9b450918 | 2001-05-05 20:53:36 | 2001-05-05 Robert Collins <robert.collins@itdomain.com.au> * automake.in (required_targets): Added uninstall-am. | ||
| 11e74cc7 | 2001-05-05 20:47:29 | Fix bug reported by Robert Boehne: * automake.in (output_lex_build_rule): Don't let AMDEP_TRUE be substituted. (handle_dependencies): Likewise. * Makefile.am (maintainer-check): Look for AMDEP_TRUE substitution. Correct diff now has 30 lines. Look for space after losing `undef'. | ||
| a1f6446d | 2001-05-04 13:43:54 | Typo. | ||
| 168b9f0d | 2001-05-04 10:57:35 | * m4/sanity.m4: Remove the temp file before possible error exits. | ||
| f0c631a5 | 2001-05-04 09:31:45 | * configure.in: Set perllibdir. From Dave Morrison. | ||
| e789d510 | 2001-05-04 08:39:53 | * automake.in ($pkgdata_dir): New. (&require_file_internal): Use it. | ||
| 0b4e59f5 | 2001-05-03 08:32:37 | Add missing files. | ||
| 0ffa422b | 2001-05-03 08:21:05 | Case insensitive FS choke on Automake/ vs automake. Reported by Tim Van Holder. * Automake/: Move in... * lib/: this new directory. | ||
| c81d72e2 | 2001-05-03 07:28:20 | * data.am (install-%DIR%%PRIMARY%): Execute the same command as echoed. | ||
| c120f7e7 | 2001-05-01 04:34:14 | * automake.in: Remove `/lib' from include directory. | ||
| bda4b80e | 2001-04-27 14:49:47 | AM_INIT_AUTOMAKE is no longer optional. * automake.in ($seen_make_set, $seen_prog_install) ($seen_arg_prog): Remove. (&handle_programs, &handle_scripts, &scan_one_autoconf_file): Remove related code. | ||
| f059050a | 2001-04-27 14:03:26 | * tests/specflags4.test, tests/specflags5.test: Remove, merged into... * tests/specflags3.test: here. | ||
| 88610552 | 2001-04-27 13:57:39 | * automake.in ($seen_path_xtra): Remove. (&handle_compile): Don't handle `AC_PATH_XTRA' AC_SUBST variables. (&scan_one_autoconf_file): Do it, instead of setting $seen_path_xtra. | ||
| b384aaa4 | 2001-04-27 13:48:22 | * automake.in (&file_contents_internal): Declare it. | ||
| c6dd4b3b | 2001-04-27 13:31:26 | * automake.in (&read_am_file, &file_contents_internal): Don't define macros when `FALSE', to avoid errors on doubly defined variables but under condition `FALSE'. In order to allow... (&am_install_var): When reading the associated file for the first time, enable `%?FIRST%'. (&handle_libraries): Let libs.am define $(AR) and $(RANLIB). * libs.am: Do it when `%?FIRST%'. | ||
| be3d5065 | 2001-04-27 13:30:31 | * automake.in (handle_compile): Let ansi2knr.am define $(ANSI2KNR). * ansi2knr.am: Do it. Prefer `if %?FOO%' to `if %!FOO%'. | ||
| cb908691 | 2001-04-27 13:28:03 | Automake/Makefile.in, Automake/.cvsignore: New. | ||
| 038dfee9 | 2001-04-27 13:20:35 | * automake.in (®ister_language, &finish_languages): Use `pure' as a Boolean. (®ister_language): Use %done properly with objects, not names. (&finish_languages): Replace `$non_c' with `$needs_c'. | ||
| b8db9995 | 2001-04-27 13:17:02 | Unify LISP, PYTHON and JAVA primaries. * automake.in (&handle_emacs_lisp): Be like &handle_python, i.e., return if there are no files, hook elist-comp on the Autoconf macro, rely on lisp.am to define variables. (&handle_python, &handle_java): Likewise. (&scan_one_autoconf_file): Pseudo AC_SUBST of `pythondir' and `PYTHON' must be handled here, not in `&handle_python'. * java.am: Define needed variables and rules. | ||
| 2159e886 | 2001-04-27 13:02:16 | * automake.in (&am_install_var): Transform `ONE_PRIMARY'. * data.am: Use it. * header.am: Include data.am. | ||
| bd9fd822 | 2001-04-27 13:00:44 | * automake.in (&am_install_var): Transform `PRIMARY'. * data.am: Equip with %PRIMARY%. | ||
| 0fe183e5 | 2001-04-27 12:58:04 | * automake.in (@conditional_stack): Rename as... (@cond_stack): this. (&file_contents_internal): Support inclusion of files. | ||
| e71635c7 | 2001-04-27 12:55:48 | * automake.in (&lang_extensions): Remove. (&add_depend2, &saw_sources_p): Adjust. * depend2.am: `%EXT%' no longer includes the dot. | ||
| b38871b6 | 2001-04-27 12:48:46 | * automake.in (&finish_languages, &handle_single_transform_list) (&add_depend2, &handle_dependencies): No longer use the language name in `$lang'. Rename `$lang_obj' as `$lang'. | ||
| 225470f5 | 2001-04-27 11:14:10 | * automake.in (®ister_language): Use `new Language' with a hash. | ||
| d9fa2e11 | 2001-04-27 10:58:01 | * automake.in (®ister_language): Rename `output-arg' and `derived-autodep' as `output_arg' and `derived_autodep' to match the Language attribute. Set the defaults in %option instead of $lang. | ||
| 27251165 | 2001-04-27 10:45:14 | * Automake/: New directory. * Automake/Struct.pm: New file, based on Perl 5.6's Class::Struct. * automake.in (Language): Use Automake::Struct. * tests/defs: Adjust to find Struct. | ||
| 8fc51016 | 2001-04-24 18:04:59 | Rebuilt. | ||
| dffba36d | 2001-04-24 18:00:14 | * automake.in: Add forward declaration for register_language(). * tests/Makefile.am (XFAIL_TESTS): Remove installsh.test - it passes now. | ||
| 1b151eff | 2001-04-24 17:57:08 | * automake.in: Add a forward declaration for register_language(). * tests/Makefile.am (XFAIL_TESTS): Remove installsh.test - it passes now. | ||
| 5b2e7494 | 2001-04-24 09:44:16 | Regenerate. | ||
| 85e0809e | 2001-04-23 17:10:22 | * automake.in (%required_targets): Add `uninstall'. From Robert Collins. | ||
| 45adbe17 | 2001-04-12 16:51:10 | XFAIL: installsh.test. | ||
| adf2d732 | 2001-04-12 16:38:04 | * automake.in (Language): Add attribute `name'. (®ister_language): The name of the language is now given in the hash. No longer use `$lang' as the name of the language. Rename `$lang_obj' as `$lang'. | ||
| a8106198 | 2001-04-12 16:33:52 | * automake.in (Language): Add attribute `_finish'. (&finish): New. (Automake): Adjust. (&lang_header_finish, &lang_yaccxx_finish, &lang_lexxx_finish) (&lang_asm_finish): Remove. | ||
| 01780972 | 2001-04-12 16:31:54 | * automake.in (Language): Add attribute `extensions'. (Automake): Pass a hash to `®ister_language' instead of a list of pseudo assignments. (®ister_language): Adjust. (&finish_languages): Initialize `$ltoutarg'. | ||
| 17ee676b | 2001-04-12 16:28:05 | * automake.in (Language): Add attribute `output_arg'. (%language_map): Remove. (®ister_language): Build only the object, and store in %languages only. (&finish_languages, &handle_single_transform_list): Adjust. | ||
| d404c994 | 2001-04-12 16:13:49 | * automake.in (Language): Add attributes `flags', `compile' and `compiler'. (&finish_languages, &handle_single_transform_list, &handle_dist) (&add_depend2, ®ister_language): Use them and the `linker' and `pure' attributes. | ||
| ad9060d3 | 2001-04-12 16:09:12 | * automake.in (&handle_single_transform_list, &finish_languages) (&handle_dist, &handle_dependencies): Use the language object for autodep and derived-autodep too. | ||
| 19b2d1cd | 2001-04-12 15:44:56 | * automake.in (¯o_define): Ignore Automake definition for ($var, $cond) if there is already a user definition for ($var, $cond). | ||
| bbf2a5d7 | 2001-04-12 14: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-12 09: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-12 05: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. | ||
| 8c160048 | 2001-04-11 17:29:06 | * depend2.am: Fix the `if' condition for Libtool. Reported by Robert Boehne. | ||
| f42ed062 | 2001-04-11 05:44:26 | 2001-04-10 Robert Collins <robert.collins@itdomain.com.au> * tests/subobj5.test: New file. | ||
| 9c3af685 | 2001-04-11 04:17:21 | 2001-04-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * m4/make.m4 (AM_MAKE_INCLUDE): Pass `-s' to make. * tests/Makefile.am (TESTS): Added make.test. * tests/make.test: New file. | ||
| 6ce0a7d2 | 2001-04-11 04:13:08 | * tests/defs: Changed how ACLOCAL and AUTOMAKE are set. | ||
| 5b5a3b9c | 2001-04-10 20:47:20 | 2001-04-10 Derek R. Price <dprice@collab.net> * tests/defs: Allow user to override AUTOMAKE and ACLOCAL. | ||
| 56a87bec | 2001-04-10 12:41:05 | * distdir.am: Add a missing backslash. | ||
| f3d09a31 | 2001-04-10 09: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. | ||
| e163c03b | 2001-04-09 23:21:13 | * m4/missing.m4 (AM_MISSING_HAS_RUN): Use `true', not `:'. Fixes report from Jim Meyering. | ||
| 70ab1bae | 2001-04-09 18:25:39 | XFAIL: objc, subobj2. | ||
| 3790a17d | 2001-04-09 16:12:11 | * automake.in (&handle_configure): Don't bother with optimizing macro uses. | ||
| e268e6db | 2001-04-09 16:02:40 | * tests/cond3.test (expected): Adjust. | ||
| 5d74caca | 2001-04-09 15: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-09 14:58:01 | * automake.in ($source_suffix_pattern): Remove, unused. %extension_map seems to have replaced it. | ||
| 62e23845 | 2001-04-09 14: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-09 14: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-09 14: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], ...)'. | ||
| 890258dc | 2001-04-09 14:48:34 | * tags.am: Fix missing leading tabs. | ||
| 66108cdd | 2001-04-09 14: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-09 14: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. | ||
| 4b36021d | 2001-04-09 14:44:04 | * subdirs.am: Don't define info related recursive targets. * texinfos.am: Do. | ||
| 19d98150 | 2001-04-09 14: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-09 14: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-09 14: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-09 14: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-09 14: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-09 14: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-09 14: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-09 14: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. | ||
| ad16c21d | 2001-04-09 10:37:41 | More cvsignore. | ||
| a88e0ccb | 2001-04-09 10:36:44 | More cvsignore. | ||
| 280a1316 | 2001-04-09 10:34:43 | Remove. | ||
| 7522c427 | 2001-04-09 10: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-09 10: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-09 10:06:38 | * comp-vars.am: Remove, merged into... * compile.am: here. * automake.in (&get_object_extension): Adjust. | ||
| 7aa9fca1 | 2001-04-09 10:02:40 | * remake.am: Merge into... * configure.am: ... here. * automake.in (&handle_configure): Adjust. | ||
| 610b8c5f | 2001-04-09 10:00:50 | * automake.in (&output_lex_build_rule): Output this... * lex.am: New file. | ||
| 3727a57d | 2001-04-09 09: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-09 09: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-09 09:54:14 | * automake.in: Use strict vars and subs. Declare `%require_file_found'. (&handle_source_transform, &make_paragraphs): Declare my variables. | ||
| 40787818 | 2001-04-09 09:50:33 | * 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. | ||
| f4c13485 | 2001-04-09 09: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. | ||
| 1bad33bb | 2001-04-09 09:47:18 | * distdir.am: Use and abuse of if/endif. * scripts.am: Using if/endif with variables is fine. | ||
| e24edb92 | 2001-04-09 09:46:54 | * automake.in (&make_paragraphs): Extract from &file_contents. Make it more robust than the previous RE based scheme. (&file_contents): Use it. | ||
| cea28392 | 2001-04-09 09:45:02 | * tests/yacc2.test: Don't define several times a variable, as automake complains. | ||
| 2f7401af | 2001-04-09 09:43:56 | * automake.in (&handle_source_transform): Fix pr72: don't define $linker if there are no @files. | ||
| 548e3c16 | 2001-04-09 09: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-09 09: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-09 09:34:16 | * automake.in (&handle_source_transform): Better locality of the variables. Use `next' to skip nonexistent variables. | ||
| 97838be7 | 2001-04-09 09: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-09 09:08:46 | (&variable_conditions): Don't include `FALSE' in the result. | ||
| e9998a57 | 2001-04-09 09:07:47 | * tests/defs, tests/depend3.test: Remove useless code. | ||
| b7a25f01 | 2001-04-09 09: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. | ||
| fc0250b3 | 2001-04-09 09:03:11 | * 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. | ||
| e1c3eb5a | 2001-04-09 09: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. |