Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. | ||
| a2287964 | 1998-10-24 15:20:31 | * m4/lispdir.m4: Fixed sed invocation. From Akim Demaille. | ||
| 41eff269 | 1998-10-16 10:43:44 | * m4/mktime.m4: Detect glibc mktime bug. From Jim Meyering. | ||
| 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. | ||
| 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. | ||
| 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. | ||
| a150fe6f | 1998-10-09 11:10:23 | * m4/winsz.m4 (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use 3-argument form of AC_DEFINE. * m4/regex.m4 (AM_WITH_REGEX): Use 3-argument form of AC_DEFINE. * m4/ptrdiff.m4 (AM_TYPE_PTRDIFF_T): Use 3-argument form of AC_DEFINE. * m4/protos.m4 (AM_C_PROTOTYPES):Use 3-argument form of AC_DEFINE. * m4/obstack.m4 (AM_FUNC_OBSTACK): Use 3-argument form of AC_DEFINE. * m4/init.m4 (AM_INIT_AUTOMAKE): Use 3-argument form of AC_DEFINE. * m4/dmalloc.m4 (AM_WITH_DMALLOC): Use 3-argument form of AC_DEFINE. | ||
| 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. | ||
| 0efcfbcc | 1998-10-01 11:37:29 | * m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and xemacs install directories. From Robert Bihlmeyer. | ||
| 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 | ||
| b8629ec9 | 1998-04-05 19:59:03 | lex fixes from alexandre oliva | ||
| 13e5db5e | 1998-03-26 18:05:30 | exeext fix | ||
| c172f1e8 | 1998-03-23 18:31:18 | upped to 1.2h | ||
| 20fd4e26 | 1998-03-23 17:11:16 | new mktime.m4 | ||
| de473fa8 | 1998-03-21 05:57:11 | lex fixes for hpux from alexandre oliva | ||
| cccfb856 | 1998-03-20 22:19:52 | minor ansi2knr fix | ||
| 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 | ||
| 3da538ae | 1998-03-07 04:22:10 | AM_EXEEXT fixlet | ||
| 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 | ||
| 17f38456 | 1997-11-26 21:41:40 | circular dependency hack | ||
| 8bbac8a3 | 1997-11-21 22:16:53 | bug fix | ||
| 7eacde0b | 1997-10-25 05:08:42 | added assembler support | ||
| ac4023d1 | 1997-10-21 06:41:53 | sanity bug fix | ||
| 92e7f9f8 | 1997-09-29 19:26:23 | fixed 'make dist' | ||
| 32cf2528 | 1997-09-28 23:20:15 | nothing | ||
| 3cd0636b | 1997-09-25 05:55:06 | released 1.2b | ||
| 55918e44 | 1997-09-25 05:50:05 | another cc-stdc bug fix | ||
| f6d7829f | 1997-09-25 05:44:17 | stdc fix from paul eggert | ||
| ebca6675 | 1997-09-19 01:44:50 | m4 quoting fixlet | ||
| 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 | ||
| cc54f1fc | 1997-06-10 21:44:40 | cygwin fix | ||
| 9366b5f8 | 1997-05-30 05:42:15 | really fixed redef bug | ||
| b0a15b5d | 1997-05-30 05:30:06 | nothing | ||
| cf6c8b75 | 1997-05-10 23:11:04 | error if srcdir already configured | ||
| f86d7938 | 1997-05-10 21:54:07 | fix to ccstdc.m4 | ||
| 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 | ||
| d9a5a21d | 1997-04-26 05:07:53 | patch to missing check | ||
| be107a4e | 1997-04-25 18:31:57 | config header patch from Ian | ||
| 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 | ||
| 97cadf26 | 1997-03-28 03:23:29 | lisp fix | ||
| 12740d7d | 1997-03-28 03:20:03 | lisp fix | ||
| 0877cdef | 1997-03-28 00:45:18 | added 3rd arg to init function | ||
| 2cd1bd2a | 1997-03-26 05:12:05 | bug fix in "missing" checks | ||
| 9c11ddf6 | 1997-03-24 20:48:14 | fixed bug in sanity check | ||
| 9bac5002 | 1997-03-22 05:40:13 | new files from elsewhere | ||
| 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 | ||
| 346c7ccd | 1997-03-19 04:58:56 | applied missing patches from Francois, verbatim | ||
| 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 / | ||
| 12324415 | 1997-02-23 07:19:33 | bug fix | ||
| 36612ff6 | 1997-02-22 22:30:16 | macro fixes | ||
| 1b10e923 | 1997-02-21 07:50:43 | many fixes | ||
| e6d412ab | 1997-02-05 02:45:39 | various bug fixes | ||
| 87431841 | 1997-01-08 01:58:42 | added -I option to aclocal | ||
| 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 | ||
| b11d19e5 | 1996-12-04 08:28:28 | fix to AM_WITH_REGEX | ||
| 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 | ||
| f854b32d | 1996-12-01 20:35:52 | More fixes | ||
| 12dcae39 | 1996-11-24 07:54:52 | Fixed check target handling for parallel make | ||
| d7ef0e3d | 1996-11-24 07:36:33 | Minor bug fixes | ||
| 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 | ||
| 53e692b2 | 1996-10-20 18:14:04 | bug fix |