Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| da09285c | 2001-07-04 03:25:16 | * configure.in: Released 1.4h. | ||
| 8723031a | 2001-05-29 21:04:18 | * automake.texi (A Program): Mention `check' prefix. (Program and Library Variables): New node. (Texinfo): Document UPDATED-MONTH, MAKEINFOFLAGS, and AM_MAKEINFOFLAGS. (etags): Mention per-program flags. (Tests): Document AM_RUNTESTFLAGS; added sectioning; more updates. | ||
| 35a25603 | 2001-05-20 17:17:45 | * configure.in: Updated to 1.4f. | ||
| b2083f53 | 2001-05-08 16:17:29 | * automake.texi (Canonicalizing Automake macros): Document not canonicalizing strudels (@) anymore. | ||
| c268d32c | 2001-05-08 14:06:36 | * distdir.am (dist-all): Build all the flavors using a single distdir. | ||
| 6831f0da | 2001-05-08 10:58:49 | Support `if !COND', `else COND', `end COND'. * automake.texi (Conditionals): Document it. * automake.in ($WHITE_PATTERN, $MACRO_PATTERN, $BOGUS_MACRO_PATTERN) ($GNITS_VERSION_PATTERN, $INCLUDE_PATTERN): Use `d' and `s'. ($IF_PATTERN, $ELSE_PATTERN, $ENDIF_PATTERN): Likewise, and accept a leading `!' before the condition. (&handle_options): Use `d'. (&cond_stack_if, &cond_stack_else, &&cond_stack_endif): New. (&read_am_file, &file_contents_internal): Use them. (&transform): No longer substitute `%!COND%', forcing the use of `! %?COND%'. * ansi2knr.am, lex.am, tags.am, texinfos.am, yacc.am: Adjust. | ||
| dce352b1 | 2001-02-21 08:20:40 | * distdir.am (distdir): Be sure to have permissive rights on its contents. (dist-all, dist-bzip2, dist-zip, dist-tarZ): New conditional targets. And BTW, all these guys are phony. * automake.in (&handle_dist_worker): As its name doesn't indicate, output distributions. (&handle_dist): As its name doesn't indicate, don't. (&initialize_global_constants): Don't define variables which content is now handled by distdir.am. But register `dist-all' as a factored target. (&handle_factored_dependencies): Don't output empty targets. | ||
| e53585cb | 2001-02-13 06:52:58 | * configure.in: Updated to 1.4d and released. | ||
| 4ea6c12e | 2001-01-16 11:15:21 | Let Automake support `configure.ac'. * automake.in: In the comments, prefer `configure.ac' to `configure.in'. When using &am_conf_error, don't repeat `in configure.in', since the function already reports it. When referring to `configure.in' use `$configure_ac' instead. (configure_ac): New global variable. (scan_configure, scan_one_configure_file): Rename as... (scan_autoconf_files, scan_one_autoconf_file): this. (scan_autoconf_files): Compute $configure_ac. (transform): New function. (handle_configure): Use it to transform CONFIGURE_AC in `remake.am' and in `remake-hdr.am'. (common_files): Also consider `configure.ac'. Use consistently single quotes. * aclocal.in (configure_ac): New variable. Use it. * texi-vers.am: Depend on CONFIGURE_AC not configure.in. * remake.am: Likewise. * remake-hdr.am: Likewise. | ||
| e8e8dfbb | 2001-01-12 17:00:57 | Pacify check-news. | ||
| 409b58a8 | 2000-12-23 21:30:30 | * configure.in: Updated to 1.4b and released. | ||
| 9ae48df8 | 1999-11-21 21:35:41 | Merged from user-dep-gen-branch. | ||
| 546c5271 | 1999-04-27 13:57:07 | * automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'. Minor rewrite for clarity. (check_canonical_spelling): Prefer `$1' over `\1'. * depend2.am (@OBJ@): Renamed. Use @SOURCE@, @COMPILE@. Always use `-o $@'. (@LTOBJ@): Likewise. * automake.in (handle_single_transform_list): Don't print rule if doing dependency tracking and the file's language supports it. (initialize_per_input): Initialize lang_specific_files. (add_depend2): New function. (handle_dependencies): Use it. * automake.in (lang_ppf77_finish): Use lang_f77_finish. ratfor compiler name is `RCOMPILE'. ppf77 compiler name changed to `PPF77COMPILE' to allow use of f77 and ppf77 in the same directory. (lang_ratfor_finish): Use lang_f77_finish. * compile.am (NOTDEPEND.c.o): Removed. (OBJEXT.c.obj): Likewise. * automake.in: Added `flags' attribute to all relevant languages. (handle_single_transform_list): Handle per-derived-object flags. Changed interface and all callers. (handle_built_sources): Don't call handle_single_transform_list. Added `compile' and `compiler-name' attribute to all relevant languages. (finish_languages): Define compiler variables here. (lang_cxx_finish): Don't call define_compiler_variable. Don't define flag variable or .o rules. Don't add to @suffixes. (lang_f77_finish): Likewise. (lang_ppf77_finish): Likewise. (lang_objc_finish): Likewise. (lang_java_finish): Likewise. (finish_languages): Define flag variable here. Added `output-arg' attribute to all relevant languages. (finish_languages): Define `.o' rules here. (finish_languages): Put extension on @suffixes. (get_object_extension): Don't transform NOTDEPEND or MINUSO. | ||
| 15ce645a | 1999-04-09 23:05:53 | * automake.in (handle_source_transform): Handle dist and nodist prefixes. (initialize_per_input): Initialize dist_sources. (check_libobjs_sources): Handle dist and nodist prefixes. (generate_makefile): Define DIST_SOURCES. * dist-vars.am (DISTFILES): Reference DIST_SOURCES, not SOURCES. | ||
| a4d219cd | 1999-04-09 22:27:13 | * automake.texi (Macros): Mention AM_PROG_GCJ. (Java Support): New node. (Dist): Documented dist_ and nodist_ prefixes. * m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ. | ||
| 6921e816 | 1999-03-27 00:28:05 | * scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate. (uninstall-@DIR@SCRIPTS): Likewise. * progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate. (uninstall-@DIR@PROGRAMS): Likewise. * ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate. (uninstall-@DIR@LTLIBRARIES): Likewise. * lisp.am (install-@DIR@LISP): Use NDIR when appropriate. (uninstall-@DIR@LISP): Likewise. * libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate. (uninstall-@DIR@LIBRARIES): Likewise. * java.am (install-@DIR@JAVA): Use NDIR when appropriate. (uninstall-@DIR@JAVA): Likewise. * header.am (install-@DIR@HEADERS): Use NDIR when appropriate. (uninstall-@DIR@HEADERS): Likewise. * data.am (install-@DIR@DATA): Use NDIR when appropriate. (uninstall-@DIR@DATA): Likewise. * Makefile.in: Rebuilt. * Makefile.am (dist_pkgdata_DATA): Renamed. (EXTRA_DIST): Removed. (install-data-hook): Added POST_INSTALL; print commands as they are run; respect DESTDIR. * dist-vars.am (DISTFILES): Removed $(HEADERS). * automake.in (am_install_var): Accept `-candist' and `-defaultdist' options. Handle `dist_' and `nodist_' prefixes. (am_primary_prefixes): Added can_dist argument. Recognize `dist_' and `nodist_' prefixes. (handle_scripts): Pass -candist to am_install_var. (handle_data): Pass -defaultdist to am_install_var. (handle_headers): Likewise. (handle_emacs_lisp): Pass -candist to am_install_var. (handle_java): Pass -candist to am_install_var. | ||
| 14bc46e8 | 1999-03-26 22:51:13 | Updated NEWS | ||
| dd6c734c | 1999-01-10 21:01:06 | 1999-01-10 Tom Tromey <tromey@cygnus.com> * automake.in (objc_extensions): New sub. (handle_dependencies): Only generate dependency-tracking code for ObjC when ObjC source seen. 1998-12-22 Marcus G. Daniels <mgd@chama.santafe.edu> * automake.in (handle_dependencies): Transform EXT & PFX in Objective C case. 1998-12-11 Marcus G. Daniels <mgd@chama.santafe.edu> * automake.in: Register Objective C language. (finish_languages): Consider Objective C to be non_c. (lang_objc_rewrite, lang_objc_finish): New functions. (resolve_linker): Recognize OBJCLINK before LINK. | ||
| 5b2b39cc | 1998-12-02 12:48:21 | Updated NEWS | ||
| cb0d31f8 | 1998-10-30 14:04:49 | * automake.in (MACRO_PATTERN): Recognize `+='. (BOGUS_MACRO_PATTERN): Likewise. (read_am_file): Handle `+=' assignments. | ||
| 6106bdfa | 1998-10-13 18:57:21 | F77 additions from Matthew D Langston * m4/f77.m4: New file. * m4/Makefile.am (m4data_DATA): Added f77.m4. * automake.in (resolve_linker): Put the Fortran 77 linker where it needs to be. * automake.in (lang_f77_finish): Add support for Fortran 77. * automake.in (f77_extensions): New helper function for function `lang_f77_finish'. * automake.in (lang_f77_rewrite): Change to return success. * automake.in (scan_one_configure_file): Add test for the Fortran 77 compiler. * automake.in (finish_languages): Changed tests for "C++ only" to "C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'. * automake.in: Registered the ppf77 language (`.F' extension) for preprocessed Fortran 77. * automake.in: Registered the ratfor language (`.r' extension). * automake.in: Registered Fortran 77 header files with the "header language" (`.inc' extension). * automake.texi: Added several new index entries. * automake.texi: - Add `@ovindex' (output variable index). - Merge `@defmac' (Autoconf macros) and `@ovindex' to the General Index. * automake.texi (Macros): - Changed the `@table @code' list of macros to `@defmac'. - Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list. * automake.texi (C++): Change `@table' to `@vtable'. * automake.texi (Fortran 77): Add Fortran 77 documentation. | ||
| dee4d56f | 1998-10-03 18:26:55 | * automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE conditional. (handle_configure): Likewise. (read_am_file): Likewise. (file_contents_with_transform): Likewise. (scan_one_configure_file): Recognize that AM_MAINTAINER_MODE defines a conditional. * automake.texi (Optional): Document new AM_MAINTAINER_MODE. * texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE conditional. (maintainer-clean-@VTI@): Likewise. * remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE conditional. * remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at MAINTAINER_MODE conditional. * m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE conditional. | ||
| f00e3de5 | 1998-10-01 01:31:07 | * depend2.am (%.o): Handle deleted header file problem. (%.lo): Likewise. | ||
| e29e1f59 | 1998-09-29 01:48:02 | Updated for new features | ||
| af650dd5 | 1998-08-12 20:17:43 | upped to 1.3b | ||
| b5b61792 | 1998-07-17 17:22:43 | AM_MAKEFLAGS patch from Ian | ||
| 569e3497 | 1998-06-01 23:12:20 | Added AM_ flags support | ||
| 42edeab6 | 1998-04-05 22:50:32 | upped to version 1.3 | ||
| 8b9a5afd | 1998-03-23 18:31:50 | updated NEWS | ||
| 2fb735d0 | 1998-03-21 06:00:19 | updated NEWS | ||
| 77518b4d | 1998-03-20 21:02:39 | ansi2knr updates from harlan stenn | ||
| 5b709c5b | 1998-03-20 20:13:07 | updated docs for DESTDIR | ||
| 4816911e | 1998-03-19 07:51:31 | upped to 1.2g for Per | ||
| 44cfa063 | 1998-03-19 00:30:17 | initial java support | ||
| cdc9dd81 | 1998-02-24 21:17:16 | updated NEWS | ||
| 46d1e88d | 1998-02-13 07:31:03 | upped to 1.2e | ||
| 3984c200 | 1998-02-13 07:27:36 | side-effect dependency tracking | ||
| e997d842 | 1997-11-30 05:12:04 | added new test | ||
| 1ad64040 | 1997-11-26 21:48:09 | upped to 1.2d | ||
| 1b5fea19 | 1997-10-25 05:51:45 | yaccflags fix | ||
| 7eacde0b | 1997-10-25 05:08:42 | added assembler support | ||
| 92e7f9f8 | 1997-09-29 19:26:23 | fixed 'make dist' | ||
| 783bc580 | 1997-09-25 05:57:07 | nothing | ||
| b79da84a | 1997-08-26 17:16:10 | added comment | ||
| 2deb04fc | 1997-06-23 02:16:40 | nothing | ||
| e5d799a2 | 1997-05-01 01:45:54 | dist fix | ||
| d601f421 | 1997-04-28 05:59:44 | added Ian's conditionals | ||
| 52a7eb6b | 1997-04-28 03:31:07 | nothing | ||
| 753ec470 | 1997-04-04 02:46:06 | release note | ||
| 9bac5002 | 1997-03-22 05:40:13 | new files from elsewhere | ||
| 9c2ae2af | 1997-03-20 23:51:34 | cygwin32 support | ||
| 09bb43da | 1997-03-19 05:37:03 | fixed up "missing" support | ||
| a6655646 | 1997-02-23 19:41:20 | allow texinfo files w/o .info extension | ||
| ea672ae7 | 1997-02-22 23:07:46 | remove MANS from dist | ||
| 8eaa030c | 1996-12-10 00:19:31 | nothing | ||
| f67cc5bd | 1996-12-06 01:25:58 | bug fix and new test | ||
| 38bca416 | 1996-12-04 02:04:43 | Fixes from Gord | ||
| 37ebfe30 | 1996-12-02 21:26:23 | nothing | ||
| 62ede0bc | 1996-11-22 07:25:41 | libtool cleanups | ||
| 2a4fc173 | 1996-11-16 01:43:23 | Installed Gord's library changes | ||
| ee31c619 | 1996-11-15 06:54:00 | Bug fixes | ||
| 4fc97ccb | 1996-11-08 22:21:09 | More Cygnus fixes Handle OMIT_DEPENDENCIES | ||
| 7778332f | 1996-10-25 04:03:53 | auto-discover configure substitutions | ||
| 35bc95c9 | 1996-10-06 19:24:34 | Some aclocal bug fixes | ||
| d1eaef6e | 1996-10-06 07:45:00 | Final updates | ||
| c19b5620 | 1996-10-06 03:55:55 | Many bug fixes | ||
| 7930983a | 1996-09-23 06:30:19 | added dist-all. bug fix with internal _DEPENDENCIES vars | ||
| d1f587df | 1996-09-20 16:14:24 | nothing | ||
| ed83ce6a | 1996-09-18 05:47:27 | Don't distribute BUILT_SOURCES or DATA | ||
| 6e89d0af | 1996-09-12 05:58:41 | Gnits standards compliance | ||
| 45a3c61b | 1996-09-11 18:32:38 | Last-minute bug fixes; moved to 1.1e | ||
| 314dd9a1 | 1996-09-05 03:02:31 | Rewrote dependency handling | ||
| 75349f4b | 1996-08-27 05:19:33 | Do variable interpolation | ||
| f1a4268a | 1996-08-11 20:47:15 | Fixlets | ||
| a004f05f | 1996-08-11 19:28:08 | Nothing | ||
| ef7c1e8b | 1996-08-11 18:51:18 | Determine _DEPENDENCIES automatically | ||
| 0f51c5ec | 1996-08-11 18:13:36 | Remove generated files at clean time | ||
| c98183d6 | 1996-08-11 07:42:38 | Better C++, yacc, lex support | ||
| 293f0a04 | 1996-08-10 23:15:36 | ansi2knr rework. strtod fix. aclocal fixes | ||
| ae0c9a76 | 1996-08-05 22:45:55 | Better aclocal/AM_ support | ||
| 38c33e96 | 1996-08-05 07:05:43 | Nothing | ||
| 9628f3ab | 1996-08-03 03:13:22 | Nothing | ||
| 52aa7739 | 1996-07-28 17:54:08 | Include aclocal | ||
| 9e57dd02 | 1996-06-22 00:29:18 | Added --no-force. Bug fix | ||
| 1fb33521 | 1996-06-11 04:52:26 | Bug fixes | ||
| 3fa2bf10 | 1996-06-02 17:14:29 | Bug fixes. More dejagnu support | ||
| fdbf01e9 | 1996-05-29 01:30:36 | Nothing | ||
| 69d3acec | 1996-05-29 01:29:57 | Nothing | ||
| 2ed82e7f | 1996-05-25 16:38:12 | Added support for DejaGNU | ||
| 05f8cfd9 | 1996-05-23 16:17:06 | Run installcheck target from distcheck | ||
| 69f7e293 | 1996-05-18 01:03:04 | Bug fixes | ||
| 30c068a4 | 1996-05-16 04:33:51 | Fixes | ||
| aeb7b42c | 1996-04-27 19:23:49 | More fixes | ||
| da4cbde3 | 1996-04-10 05:15:21 | Bug fixes | ||
| e300eb85 | 1996-04-05 07:44:21 | Bug fix | ||
| 564bf722 | 1996-03-29 06:20:18 | Preliminary libtool support | ||
| 22112953 | 1996-03-28 23:34:34 | Implemented dist-local idea | ||
| 6c85246d | 1996-03-28 18:41:20 | Find mdate-sh and mkinstalldirs in AC_CONFIG_AUX_DIR | ||
| a9354829 | 1996-03-28 06:34:13 | Bug fixes. Added new test. | ||
| 0c364689 | 1996-03-12 05:33:18 | Added Gord's check change. Check ALL_LINGUAS. |