Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f61264d0 | 1999-01-14 22:47:20 | Updated generated files | ||
| 7540a67e | 1999-01-10 21:12:47 | Rebuilt files with latest automake | ||
| 35850024 | 1999-01-10 18:37:08 | * aclocal.in (write_aclocal): Updated copyright. (parse_arguments): Likewise. * automake.in (parse_arguments): Updated copyright. (initialize_global_constants): Likewise. * Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS. (install-data-hook): New hook. Report from Petter Reinholdtsen. | ||
| 403a3cef | 1998-12-02 12:47:00 | * configure.in: Upped version to 1.3d. | ||
| e57b9978 | 1998-10-27 23:49:11 | * m4/Makefile.am (m4data_DATA): Don't mention f77.m4. * m4/f77.m4: Removed; macro now in autoconf proper. | ||
| 8ca52217 | 1998-10-16 10:09:33 | * Makefile.am (EXTRA_DIST): Removed automake.spec.in. From Matthew D. Langston. (info_TEXINFOS): Removed am-f77.texi. * automake.in (handle_ltlibraries): Allow `noinst' LTLIBRARIES. These are libtool convenience libraries. | ||
| 86552783 | 1998-10-11 13:07:31 | Preliminary (completely untested) multilib support. * automake.texi (Macros): Document AM_ENABLE_MULTILIB. * m4/Makefile.am (m4data_DATA): Added multi.m4. * Makefile.am (amfiles): Added multilib.am. * automake.in (seen_multilib): New global. (scan_one_configure_file): Recognize AM_ENABLE_MULTILIB. (generate_makefile): Call handle_multilib. (handle_multilib): New function. * multilib.am: New file. * m4/multi.m4: New file. | ||
| 72c1e14a | 1998-10-01 00:23:45 | Some bug fixes, plus a complete rewrite of source file handling: * texinfos.am (install-info-am): Handle case where INFO_DEPS is empty. Reported by Andrew Cagney. (uninstall-info): Likewise. (dist-info): Likewise. * automake.in (handle_texinfo): Error if user tries to generate HTML. * automake.in (do_one_clean_target): Don't push previous clean target if this target is `mostly'. Report from Raja R Harinath. * subdirs.am (mostlyclean-recursive ...): Build local_target, not target. From Raja R Harinath. Completely changed how languages and source files are handled: * automake.in: Call register_language for each language. (lang_c_rewrite): New function. (lang_cxx_rewrite): Likewise. (lang_header_rewrite): Likewise. (lang_yacc_rewrite): Likewise. (lang_yaccxx_rewrite): Likewise. (lang_lex_rewrite): Likewise. (lang_lexxx_rewrite): Likewise. (lang_asm_rewrite): Likewise. (lang_fortran_rewrite): Likewise. (register_language): Likewise. (extension_map): New global. (language_map): Likewise. (resolve_linker): New function. (handle_single_transform_list): Rewrote to use lang_X_rewrite functions. Changed meaning of first argument. (initialize_per_input): Removed seen_any_source. Initialize language_scratch, extension_seen. Removed cxx_extensions, seen_c_source, dir_holds_headers, dir_holds_sources. (handle_source_transform): Don't compute $objpat. Pass $obj directly to handle_single_transform_list. (handle_built_sources): Fixed call to handle_single_transform_list. (lang_c_finish): New function. (lang_cxx_finish): Likewise. (lang_header_finish): Likewise. (lang_yacc_finish): Likewise. (lang_yaccxx_finish): Likewise. (lang_lex_finish): Likewise. (lang_lexxx_finish): Likewise.. (lang_asm_finish): Likewise. (lang_fortran_finish): Likewise. (yacc_lex_finish_helper): Likewise. (libtool_compiler): Likewise. (saw_extension): New function. (handle_lib_objects_cond): Use saw_extension, not old variables. (handle_yacc_lex_cxx): Removed. (finish_languages): New function. (get_object_extension): Don't set dir_holds_sources. (handle_headers): Don't set dir_holds_headers. Instead, call saw_extension. (saw_sources_p): New function. (handle_tags): Use it. (handle_dependencies): Likewise. (cxx_extensions): New function. (handle_dependencies): Use it. (generate_makefile): Call finish_languages, not handle_yacc_lex_cxx. | ||
| 9f0dd45a | 1998-09-28 02:03:36 | `include' handling from Marcus Daniels: * automake.in: New pattern: INCLUDE_PATTERN. (read_am_file): Make AM_FILE a local filehandle. For INCLUDE_PATTERN, store included paths on @include_stack and call read_am_file with argument. (handle_configure): When printing the dependencies for Makefile.in, print the items on include_stack (if any) as dependencies, too. * automake.texi: Make a command index `cm' that goes into the concept index. Put if, endif, else, and include in the command index. (Include): Show usage of include directive. | ||
| 0ac22bb6 | 1998-09-28 01:51:16 | `.' in SUBDIRS changes order of builds: * Makefile.am (SUBDIRS): Added `.'. Put tests last. * tags.am (TAGS): Don't look for TAGS file in `.'. * automake.texi (Top level): Document SUBDIRS change. * automake.in (handle_installdirs): Create separate installdirs-am target. (handle_merge_targets): Don't put all-am onto @all. Fixed error message. Correctly handle install-info. Give error if install-info-local inappropriately defined. Don't special-case install-data, install-exec, install, uninstall, or all. (handle_subdirs): Don't push `-recursive' target names onto corresponding lists. (do_one_merge_target): Always define `-am' form of rule, and point ordinary form to `-am' or `-recursive' as appropriate. Special-case `all'. (do_check_merge_target): Generate check-am target. (handle_dist_worker): Use target_defined. (handle_dist): Likewise. (handle_merge_targets): Likewise. (do_one_merge_target): Likewise. (do_check_merge_target): Likewise. (do_one_clean_target): Likewise. (initialize_per_input): Initialize $all_target. (do_one_clean_target): Always generate -am form of rule; other changes for new SUBDIRS change. (handle_clean): Always generate clean-am form of rule. (handle_tags): Only build subdir if not `.'. (handle_dist_worker): Skip `.' directory. * subdirs.am: Allow `.' to be specified in SUBDIRS. | ||
| 174373e9 | 1998-09-27 23:02:12 | * automake.texi (Dist): Document EXTRA_DIST change. * automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST. | ||
| d4d59682 | 1998-09-26 19:10:24 | Track recent autoconf changes: * m4/Makefile.in: Rebuilt. * m4/Makefile.am (m4data_DATA): Updated for deleted files. * m4/init.m4 (AM_INIT_AUTOMAKE): Use AC_PROG_INSTALL. * m4/mingw.m4: Removed. * m4/cygwin.m4: Removed. * m4/install.m4: Removed. * m4/exeext.m4: Removed. * automake.in (scan_one_configure_file): Don't look for AM_EXEEXT. (check_cygnus): Only mention AC_EXEEXT. (obsolete_macros): Mention AM_PROG_INSTALL, AM_EXEEXT, AM_CYGWIN32, AM_MINGW32. ($seen_prog_install): Changed interpretation; changed all users. (scan_one_configure_file): Don't look for AM_PROG_INSTALL. ($scripts_installed): Removed. (handle_scripts): Use local $scripts_installed. * aclocal.in (obsolete_macros): Added AM_PROG_INSTALL, AM_EXEEXT, AM_CYGWIN32, AM_MINGW32. | ||
| d75bed2b | 1998-08-12 20:18:42 | nothing | ||
| b5b61792 | 1998-07-17 17:22:43 | AM_MAKEFLAGS patch from Ian | ||
| 5f2c1350 | 1998-06-01 21:12:08 | "clean" cleanup | ||
| 42edeab6 | 1998-04-05 22:50:32 | upped to version 1.3 | ||
| c172f1e8 | 1998-03-23 18:31:18 | upped to 1.2h | ||
| de473fa8 | 1998-03-21 05:57:11 | lex fixes for hpux from alexandre oliva | ||
| f9a9763d | 1998-03-20 06:13:41 | java patch from Per | ||
| 60378202 | 1998-03-19 08:37:01 | removed default: target. moved all: target to start | ||
| b219e3bc | 1998-02-24 20:39:48 | upped version to 1.2f | ||
| 46d1e88d | 1998-02-13 07:31:03 | upped to 1.2e | ||
| 2a3ef5dd | 1998-02-13 06:04:25 | uniquify files passed to etags | ||
| 1ad64040 | 1997-11-26 21:48:09 | upped to 1.2d | ||
| 7eacde0b | 1997-10-25 05:08:42 | added assembler support | ||
| 92e7f9f8 | 1997-09-29 19:26:23 | fixed 'make dist' | ||
| 3cd0636b | 1997-09-25 05:55:06 | released 1.2b | ||
| d699e713 | 1997-08-28 15:52:35 | upped version number | ||
| 3038064b | 1997-08-25 23:25:10 | merged changes from Cygnus | ||
| 69fc9e63 | 1997-08-05 23:10:54 | maintainer-clean patch for info | ||
| 6a517d6f | 1997-06-23 02:15:22 | version 1.2 | ||
| 247315dd | 1997-06-23 01:37:37 | test fixes | ||
| 9366b5f8 | 1997-05-30 05:42:15 | really fixed redef bug | ||
| b0a15b5d | 1997-05-30 05:30:06 | nothing | ||
| e5d799a2 | 1997-05-01 01:45:54 | dist fix | ||
| d601f421 | 1997-04-28 05:59:44 | added Ian's conditionals | ||
| b03a1bd9 | 1997-04-28 03:10:37 | test fixlet | ||
| 5458d5bf | 1997-04-27 23:18:44 | makefile regeneration fixes | ||
| 9e76ccba | 1997-04-16 06:28:58 | makeinfo bug fixes | ||
| 4119bfe6 | 1997-04-02 07:53:36 | quoting fix from Per | ||
| 0a4d56b7 | 1997-03-28 03:27:50 | fix in texinfo version code | ||
| 9c11ddf6 | 1997-03-24 20:48:14 | fixed bug in sanity check | ||
| 9c2ae2af | 1997-03-20 23:51:34 | cygwin32 support | ||
| c1bf7cf1 | 1997-03-19 07:42:37 | last-minute fixes | ||
| 09bb43da | 1997-03-19 05:37:03 | fixed up "missing" support | ||
| fdf4f35e | 1997-02-25 03:40:20 | bug fix | ||
| 7279b801 | 1997-02-23 19:42:25 | now 1.1m | ||
| 01ae66fb | 1997-02-23 07:21:43 | error if dir has / | ||
| 1b10e923 | 1997-02-21 07:50:43 | many fixes | ||
| e6d412ab | 1997-02-05 02:45:39 | various bug fixes | ||
| 12014054 | 1996-12-08 21:05:11 | installs now 'quiet' | ||
| 1895feea | 1996-12-07 21:41:41 | fixed remake2.test | ||
| d611836d | 1996-12-06 05:16:14 | minor bug fixes. added postscript generation | ||
| 0df76f10 | 1996-12-06 03:31:22 | bug fixes for : mode support | ||
| 7ae775a8 | 1996-12-04 08:21:14 | removed --strictness | ||
| 1f62a0eb | 1996-12-04 07:48:44 | allow -local clean rules | ||
| 2e55e263 | 1996-12-03 21:02:43 | bug fix | ||
| 37ebfe30 | 1996-12-02 21:26:23 | nothing | ||
| 5ad5323e | 1996-12-02 20:52:12 | bug fix and version increment | ||
| 12dcae39 | 1996-11-24 07:54:52 | Fixed check target handling for parallel make | ||
| b67f2a26 | 1996-11-22 06:25:29 | Wrote AM_CONFIG_HEADER | ||
| 9424e57e | 1996-11-20 02:12:38 | nothing | ||
| 6dd56d0c | 1996-11-18 21:36:28 | Removed old macro | ||
| fefccdc2 | 1996-11-16 06:27:55 | AM_FUNC_FNMATCH is obsolete | ||
| 85fe4e7a | 1996-11-08 23:06:54 | bug fixes | ||
| c7f27ed5 | 1996-11-08 22:57:04 | Added sanity check macro | ||
| 637af7c2 | 1996-11-08 22:31:45 | fixlets | ||
| cbf3dc2e | 1996-11-07 22:47:12 | Initial draft of --cygnus mode. Bug fixes for config.h in subdir | ||
| 6451dad7 | 1996-10-12 03:02:58 | Fix for libobj5.test | ||
| ed54a60c | 1996-10-06 06:44:08 | remake bug fix (for broken makes) | ||
| c19b5620 | 1996-10-06 03:55:55 | Many bug fixes | ||
| 695da3da | 1996-09-23 06:57:07 | start of --help/--version testing | ||
| 7930983a | 1996-09-23 06:30:19 | added dist-all. bug fix with internal _DEPENDENCIES vars | ||
| 7e378559 | 1996-09-12 04:41:04 | Fixed bug with variable interpolation | ||
| 45a3c61b | 1996-09-11 18:32:38 | Last-minute bug fixes; moved to 1.1e | ||
| 642c6533 | 1996-09-08 20:15:14 | Doc updates. Bug fixes. Removed old files. Check versions | ||
| 771349c4 | 1996-09-05 16:19:38 | More cleanups for dependency handling | ||
| b301dce0 | 1996-08-27 14:27:22 | New m4 macro | ||
| 18518e21 | 1996-08-24 16:20:57 | m4 fixes | ||
| 503a558c | 1996-08-12 23:37:13 | New test, m4 macros | ||
| 530176ea | 1996-08-11 19:06:16 | More bug fixes | ||
| ae0c9a76 | 1996-08-05 22:45:55 | Better aclocal/AM_ support | ||
| 5e4f0682 | 1996-08-05 06:54:51 | Regenned Makefiles | ||
| b9c56835 | 1996-08-04 20:39:35 | More fixes | ||
| 52aa7739 | 1996-07-28 17:54:08 | Include aclocal |