]> sourceware.org Git - automake.git/log
automake.git
25 years ago * automake.in (scan_dependency_file): Don't give an error if there
Tom Tromey [Fri, 16 Oct 1998 11:43:15 +0000 (11:43 +0000)]
* automake.in (scan_dependency_file): Don't give an error if there
is text after the last line.  Report from Matthew D. Langston.

25 years ago * m4/mktime.m4: Detect glibc mktime bug. From Jim Meyering.
Tom Tromey [Fri, 16 Oct 1998 10:43:43 +0000 (10:43 +0000)]
* m4/mktime.m4: Detect glibc mktime bug.  From Jim Meyering.

25 years ago * Makefile.am (SUBDIRS): Added `.' again.
Tom Tromey [Fri, 16 Oct 1998 10:21:38 +0000 (10:21 +0000)]
    * Makefile.am (SUBDIRS): Added `.' again.

25 years agoUpdated manual to refect noinst_LTLIBRARIES.
Tom Tromey [Fri, 16 Oct 1998 10:16:20 +0000 (10:16 +0000)]
Updated manual to refect noinst_LTLIBRARIES.
Remembered to save buffer with last Makefile.am change.

25 years ago * Makefile.am (EXTRA_DIST): Removed automake.spec.in. From
Tom Tromey [Fri, 16 Oct 1998 10:09:28 +0000 (10:09 +0000)]
    * 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.

25 years agoF77 additions from Matthew D Langston
Tom Tromey [Tue, 13 Oct 1998 18:57:09 +0000 (18:57 +0000)]
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.

25 years agoF77 changes + some random fixes
Tom Tromey [Tue, 13 Oct 1998 18:51:23 +0000 (18:51 +0000)]
F77 changes + some random fixes
* libobj7.test: Updated to reflect minor change in automake (test
wasn't resilient enough).
* instman.test: Updated to reflect fact that mkinstalldirs will be
in distribution.
* cxxonly.test: Removed.
* Makefile.am (TESTS): Added compile_f_c_cxx.test.
* compile_f_c_cxx.test: New file.
* Makefile.am (TESTS): Added flink.test link_c_cxx.test
link_f_c.test link_f_c_cxx.test link_f_cxx.test link_f_only.test.
Removed flink.test.
* flibs.test: New File.
* link_c_cxx.test: New file.
* link_f_c.test: New file.
* link_f_c_cxx.test: New file.
* link_f_cxx.test: New file.
* link_f_only.test: New file.
* Makefile.am (TESTS): Add cxxonly.test, fonly.test, flink.test,
fnoc.test and fo.test.
* cxxonly.test: New file.
* fonly.test: New file.
* flink.test: New file.
* fnoc.test: New file.
* fo.test: New file.

25 years ago Preliminary (completely untested) multilib support.
Tom Tromey [Sun, 11 Oct 1998 13:07:23 +0000 (13:07 +0000)]
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.

25 years ago * m4/winsz.m4 (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use
Tom Tromey [Fri, 9 Oct 1998 11:10:16 +0000 (11:10 +0000)]
* 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.

25 years ago * automake.in (handle_dist): Always include configure.in and
Tom Tromey [Thu, 8 Oct 1998 21:36:34 +0000 (21:36 +0000)]
* automake.in (handle_dist): Always include configure.in and
configure in distribution.  Fixes confdist.test.

25 years ago * confdist.test: New file.
Tom Tromey [Thu, 8 Oct 1998 21:33:37 +0000 (21:33 +0000)]
* confdist.test: New file.
* Makefile.am (TESTS): Added confdist.test.

25 years ago * automake.in (do_one_merge_target): Be silent when running
Tom Tromey [Thu, 8 Oct 1998 20:26:58 +0000 (20:26 +0000)]
* automake.in (do_one_merge_target): Be silent when running
install-exec-am and install-data-am.

25 years ago * automake.in (am_install_var): Added -noextra option.
Tom Tromey [Thu, 8 Oct 1998 10:17:13 +0000 (10:17 +0000)]
* automake.in (am_install_var): Added -noextra option.
(handle_data): Pass -noextra to am_install_var.

25 years ago * extra4.test: New file.
Tom Tromey [Thu, 8 Oct 1998 10:10:47 +0000 (10:10 +0000)]
* extra4.test: New file.
* extra3.test: New file.
* Makefile.am (TESTS): Added extra3.test, extra4.test.

25 years ago * depend2.am (%.lo): Handle case where compiler does not put space
Tom Tromey [Mon, 5 Oct 1998 23:11:10 +0000 (23:11 +0000)]
* depend2.am (%.lo): Handle case where compiler does not put space
before ":".  From Raja R Harinath.
* automake.in (scan_one_configure_file): AC_CONFIG_HEADER is not
obsolete; it simply isn't preferred with automake.
(scan_one_configure_file): Likewise for AC_DECL_YYTEXT and
AC_PROG_LEX.
* automake.in (am_line_error): Handle case where variable defined
in configure.in.  Fixes test badline.test.
(%configure_vars): Redefined meaning of values.
(scan_one_configure_file): Set $configure_vars values
appropriately.

25 years ago * badline.test: New file.
Tom Tromey [Mon, 5 Oct 1998 11:53:17 +0000 (11:53 +0000)]
* badline.test: New file.
* Makefile.am (TESTS): Added badline.test.

25 years ago * automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE
Tom Tromey [Sat, 3 Oct 1998 18:26:43 +0000 (18:26 +0000)]
* 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.

25 years agoBug fix from Jim Blandy:
Tom Tromey [Sat, 3 Oct 1998 11:28:00 +0000 (11:28 +0000)]
Bug fix from Jim Blandy:
* depend2.am (%.lo): When editing the dependency file to add the
.lo file to the targets, allow for whitespace between the end of
the filename and the colon.  Some compilers (notably the Cygnus
release of GCC 2.7-97r1) put space there: "alist.o : ..."

25 years ago * automake.in (handle_configure): Handle case where there is no
Tom Tromey [Sat, 3 Oct 1998 11:19:08 +0000 (11:19 +0000)]
* automake.in (handle_configure): Handle case where there is no
Makefile in the config header directory.  Fixes test config.test.

25 years ago * depend2.am (%.o): Append sed results to .P file in this case
Tom Tromey [Thu, 1 Oct 1998 21:53:54 +0000 (21:53 +0000)]
    * depend2.am (%.o): Append sed results to .P file in this case
        too.  From Raja R Harinath.

25 years ago * m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and
Tom Tromey [Thu, 1 Oct 1998 11:37:26 +0000 (11:37 +0000)]
* m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and
xemacs install directories.  From Robert Bihlmeyer.

25 years ago * depend2.am: Don't bother trying to delete source file from
Tom Tromey [Thu, 1 Oct 1998 01:36:34 +0000 (01:36 +0000)]
* depend2.am: Don't bother trying to delete source file from
list.

25 years ago * depend2.am (%.o): Handle deleted header file problem.
Tom Tromey [Thu, 1 Oct 1998 01:31:05 +0000 (01:31 +0000)]
* depend2.am (%.o): Handle deleted header file problem.
(%.lo): Likewise.

25 years agocomment fixes
Tom Tromey [Thu, 1 Oct 1998 00:30:16 +0000 (00:30 +0000)]
comment fixes

25 years agoSome bug fixes, plus a complete rewrite of source file handling:
Tom Tromey [Thu, 1 Oct 1998 00:23:33 +0000 (00:23 +0000)]
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.

25 years ago * colon7.test: New file.
Tom Tromey [Wed, 30 Sep 1998 11:25:06 +0000 (11:25 +0000)]
    * colon7.test: New file.
        * Makefile.am (TESTS): Added colon7.test.

25 years agoA couple bug fixes from Andreas Schwab:
Tom Tromey [Tue, 29 Sep 1998 22:47:57 +0000 (22:47 +0000)]
A couple bug fixes from Andreas Schwab:
* texi-vers.am: Use the correct target names.  Fix generation of
stamp file.
* automake.in (handle_tests): In commands generating site.exp copy
the old contents from site.exp, not site.bak, which does not
exist.

25 years ago * config.test: New file.
Tom Tromey [Tue, 29 Sep 1998 12:53:51 +0000 (12:53 +0000)]
* config.test: New file.
* Makefile.am (TESTS): Added config.test.

25 years agoUpdated for new features
Tom Tromey [Tue, 29 Sep 1998 01:48:02 +0000 (01:48 +0000)]
Updated for new features

25 years ago Fixed noinst.test again:
Tom Tromey [Tue, 29 Sep 1998 01:45:20 +0000 (01:45 +0000)]
Fixed noinst.test again:
* automake.in (do_one_merge_target): Special-case `install-am'.
(handle_merge_targets): Don't compute @install variable.

25 years ago Fixes for recurs2.test. Report from Jim Meyering.
Tom Tromey [Tue, 29 Sep 1998 01:28:42 +0000 (01:28 +0000)]
Fixes for recurs2.test.  Report from Jim Meyering.
* automake.in (vars_scanned): Define globally.
(variable_value_as_list_worker): Delete $var entry in
%vars_scanned after local work is done.

25 years ago * Makefile.am (TESTS): Reference clean.test, not clean.am.
Tom Tromey [Tue, 29 Sep 1998 01:26:18 +0000 (01:26 +0000)]
* Makefile.am (TESTS): Reference clean.test, not clean.am.

25 years ago * recurs2.test: New file, from Jim Meyering.
Tom Tromey [Mon, 28 Sep 1998 14:03:59 +0000 (14:03 +0000)]
* recurs2.test: New file, from Jim Meyering.
* Makefile.am (TESTS): Added recurs2.test.

25 years ago`include' handling from Marcus Daniels:
Tom Tromey [Mon, 28 Sep 1998 02:03:28 +0000 (02:03 +0000)]
`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.

25 years ago `.' in SUBDIRS changes order of builds:
Tom Tromey [Mon, 28 Sep 1998 01:51:04 +0000 (01:51 +0000)]
`.' 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.

25 years ago * Makefile.am (TESTS): Added clean.am.
Tom Tromey [Mon, 28 Sep 1998 01:47:02 +0000 (01:47 +0000)]
* Makefile.am (TESTS): Added clean.am.
* clean.test: New file.
* ansi2.test: Updated test for new SUBDIRS change.
* noinst.test: Updated test for new SUBDIRS change.
* checkall.test: Added check to make sure check-local is handled.
Updated test for new SUBDIRS change.
* java.test: Updated test for new SUBDIRS change.

25 years ago * automake.texi (Dist): Document EXTRA_DIST change.
Tom Tromey [Sun, 27 Sep 1998 23:02:01 +0000 (23:02 +0000)]
* automake.texi (Dist): Document EXTRA_DIST change.
* automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.

25 years ago * automake.in (handle_ltlibraries): Wrote better comment about
Tom Tromey [Sun, 27 Sep 1998 22:43:21 +0000 (22:43 +0000)]
* automake.in (handle_ltlibraries): Wrote better comment about
EXTRA_LTLIBRARIES.
* automake.texi (Invoking Automake): Document --copy.
* automake.in (copy_missing): New global.
(parse_arguments): Recognize --copy/-c.
(require_file_internal): Handle $copy_missing.  Fixed error
message.
(initialize_global_constants): Document -c/--copy.

25 years ago * automake.texi: Document LIBOBJS trick.
Tom Tromey [Sun, 27 Sep 1998 22:32:57 +0000 (22:32 +0000)]
* automake.texi: Document LIBOBJS trick.

25 years ago * automake.in (handle_dist_worker): If DIST_SUBDIRS defined, use
Tom Tromey [Sun, 27 Sep 1998 21:38:22 +0000 (21:38 +0000)]
* automake.in (handle_dist_worker): If DIST_SUBDIRS defined, use
it even when SUBDIRS not conditional.

25 years ago * Makefile.am (TESTS): Added else.test.
Tom Tromey [Sun, 27 Sep 1998 21:29:41 +0000 (21:29 +0000)]
* Makefile.am (TESTS): Added else.test.
* else.test: New file.

25 years ago * automake.in (quote_cond_val): Turn tabs into \003.
Tom Tromey [Sun, 27 Sep 1998 19:18:52 +0000 (19:18 +0000)]
* automake.in (quote_cond_val): Turn tabs into \003.
(unquote_cond_val): Turn \003 back into tabs.  Fixes test
cond6.test.

25 years ago * automake.in (read_am_file): Treat backslash-newline as
Tom Tromey [Sun, 27 Sep 1998 19:12:20 +0000 (19:12 +0000)]
* automake.in (read_am_file): Treat backslash-newline as
whitespace.  Test parse.test.

25 years ago * Makefile.am (TESTS): Added parse.test.
Tom Tromey [Sun, 27 Sep 1998 19:10:19 +0000 (19:10 +0000)]
* Makefile.am (TESTS): Added parse.test.
* parse.test: New file.

25 years agoUpped version number in configure.in
Tom Tromey [Sat, 26 Sep 1998 19:16:51 +0000 (19:16 +0000)]
Upped version number in configure.in

25 years ago Track recent autoconf changes:
Tom Tromey [Sat, 26 Sep 1998 19:10:14 +0000 (19:10 +0000)]
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.

25 years ago * aclocal.test: Put AM_INIT_AUTOMAKE into configure.in.
Tom Tromey [Sat, 26 Sep 1998 19:06:03 +0000 (19:06 +0000)]
* aclocal.test: Put AM_INIT_AUTOMAKE into configure.in.
* library.test: Use AC_EXEEXT.
* texinfo5.test: Use AC_EXEEXT.
* Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.

25 years ago Test suite updates for the @SHELL@ change:
Tom Tromey [Sat, 26 Sep 1998 18:32:21 +0000 (18:32 +0000)]
Test suite updates for the @SHELL@ change:
* exsource.test: Set SHELL on `make' command line.
* ansi.test: Set SHELL on `make' command line.
* texinfo.test: Set SHELL on `make' command line.
* insh2.test: Set SHELL on `make' command line.
* empty.test: Rewrite @SHELL@ to /bin/sh.

25 years agoSat Sep 26 16:31:29 1998 Tom Tromey <tromey@cygnus.com>
Tom Tromey [Sat, 26 Sep 1998 15:36:47 +0000 (15:36 +0000)]
Sat Sep 26 16:31:29 1998  Tom Tromey  <tromey@cygnus.com>
* ltlib.am: Use $(INSTALL) and not $(INSTALL_DATA).

25 years agoAdded .cvsignore
Tom Tromey [Wed, 23 Sep 1998 23:54:55 +0000 (23:54 +0000)]
Added .cvsignore

25 years agoUpdated HACKING to include release procedure
Tom Tromey [Wed, 23 Sep 1998 23:52:57 +0000 (23:52 +0000)]
Updated HACKING to include release procedure

25 years agoTue Sep 22 01:20:00 1998 Tom Tromey <tromey@cygnus.com>
Tom Tromey [Tue, 22 Sep 1998 00:30:06 +0000 (00:30 +0000)]
Tue Sep 22 01:20:00 1998  Tom Tromey  <tromey@cygnus.com>
* ansi3.test: Use gcc and not gcc -traditional.

25 years agoNew file that describes how to work on automake
Tom Tromey [Mon, 21 Sep 1998 15:23:42 +0000 (15:23 +0000)]
New file that describes how to work on automake

25 years agonothing
Tom Tromey [Wed, 16 Sep 1998 04:50:42 +0000 (04:50 +0000)]
nothing

25 years agoA couple fixes from Per Cederqvist
Tom Tromey [Wed, 16 Sep 1998 04:23:33 +0000 (04:23 +0000)]
A couple fixes from Per Cederqvist

25 years agoDon't create site.exp target if already defined
Tom Tromey [Wed, 26 Aug 1998 00:48:41 +0000 (00:48 +0000)]
Don't create site.exp target if already defined

25 years agoFinish previous change.
Richard Stallman [Wed, 19 Aug 1998 04:29:25 +0000 (04:29 +0000)]
Finish previous change.

25 years agoAccept hppa2.0 as cpu type.
Richard Stallman [Wed, 19 Aug 1998 04:26:39 +0000 (04:26 +0000)]
Accept hppa2.0 as cpu type.

25 years agoFixed colon6.test.
Tom Tromey [Mon, 17 Aug 1998 05:33:03 +0000 (05:33 +0000)]
Fixed colon6.test.
Added test for strange Tab bug

25 years agonothing Release-1-3b
Tom Tromey [Wed, 12 Aug 1998 20:18:40 +0000 (20:18 +0000)]
nothing

25 years agoupped to 1.3b
Tom Tromey [Wed, 12 Aug 1998 20:17:40 +0000 (20:17 +0000)]
upped to 1.3b

25 years agoChanged bug-reporting address.
Tom Tromey [Tue, 11 Aug 1998 19:30:37 +0000 (19:30 +0000)]
Changed bug-reporting address.
More minor fixes from Markus Oberhumer

25 years agotypo fix in clean.am
Tom Tromey [Tue, 11 Aug 1998 18:52:42 +0000 (18:52 +0000)]
typo fix in clean.am

25 years agoFixed ansi2knr bug
Tom Tromey [Tue, 11 Aug 1998 03:13:59 +0000 (03:13 +0000)]
Fixed ansi2knr bug

26 years agonew files from fsf
Tom Tromey [Sun, 2 Aug 1998 22:24:25 +0000 (22:24 +0000)]
new files from fsf

26 years agoAllow -beos*. Translate -be to -beos.
Richard Stallman [Sun, 19 Jul 1998 22:09:55 +0000 (22:09 +0000)]
Allow -beos*.  Translate -be to -beos.

26 years agofixed more recursivity failures
Tom Tromey [Sun, 19 Jul 1998 06:13:11 +0000 (06:13 +0000)]
fixed more recursivity failures

26 years agoFixed cond4.test
Tom Tromey [Sat, 18 Jul 1998 06:37:14 +0000 (06:37 +0000)]
Fixed cond4.test

26 years agoDESTDIR fixlet
Tom Tromey [Fri, 17 Jul 1998 22:58:47 +0000 (22:58 +0000)]
DESTDIR fixlet

26 years agorecognize DOS paths as absolute
Tom Tromey [Fri, 17 Jul 1998 22:00:11 +0000 (22:00 +0000)]
recognize DOS paths as absolute

26 years agoylwrap fix from HJ Lu
Tom Tromey [Fri, 17 Jul 1998 18:17:57 +0000 (18:17 +0000)]
ylwrap fix from HJ Lu

26 years agoAM_MAKEFLAGS patch from Ian
Tom Tromey [Fri, 17 Jul 1998 17:21:55 +0000 (17:21 +0000)]
AM_MAKEFLAGS patch from Ian

26 years agoCONFIG_STATUS_DEPENDENCIES addition from Ian
Tom Tromey [Thu, 16 Jul 1998 22:26:51 +0000 (22:26 +0000)]
CONFIG_STATUS_DEPENDENCIES addition from Ian

26 years agodoc fix for yacc renaming hack
Tom Tromey [Wed, 24 Jun 1998 03:36:25 +0000 (03:36 +0000)]
doc fix for yacc renaming hack

26 years agodoc patch from aharon robbins
Tom Tromey [Wed, 24 Jun 1998 00:18:47 +0000 (00:18 +0000)]
doc patch from aharon robbins

26 years agoEXEEXT -vs- transform fix
Tom Tromey [Tue, 23 Jun 1998 23:39:26 +0000 (23:39 +0000)]
EXEEXT -vs- transform fix

26 years agoperl4 fixlet
Tom Tromey [Tue, 2 Jun 1998 19:36:04 +0000 (19:36 +0000)]
perl4 fixlet

26 years agodetect a syntax error
Tom Tromey [Tue, 2 Jun 1998 19:30:38 +0000 (19:30 +0000)]
detect a syntax error

26 years agominor meta-updates
Tom Tromey [Tue, 2 Jun 1998 18:22:04 +0000 (18:22 +0000)]
minor meta-updates

26 years agoFixlet from Ian
Tom Tromey [Mon, 1 Jun 1998 23:20:33 +0000 (23:20 +0000)]
Fixlet from Ian

26 years agoAdded AM_ flags support
Tom Tromey [Mon, 1 Jun 1998 23:12:15 +0000 (23:12 +0000)]
Added AM_ flags support

26 years ago"clean" cleanup
Tom Tromey [Mon, 1 Jun 1998 21:12:04 +0000 (21:12 +0000)]
"clean" cleanup

26 years agoFixed check buglet
Tom Tromey [Mon, 1 Jun 1998 20:24:42 +0000 (20:24 +0000)]
Fixed check buglet

26 years agoadded new syntax checking test
Tom Tromey [Tue, 26 May 1998 07:46:13 +0000 (07:46 +0000)]
added new syntax checking test

26 years agovarious fixlets
Tom Tromey [Mon, 18 May 1998 05:33:50 +0000 (05:33 +0000)]
various fixlets

26 years agofixlets
Tom Tromey [Wed, 6 May 1998 07:18:40 +0000 (07:18 +0000)]
fixlets

26 years agoversion checking fix Release-1-3
Tom Tromey [Mon, 6 Apr 1998 04:48:14 +0000 (04:48 +0000)]
version checking fix

26 years agoperl 4/typo fix
Tom Tromey [Mon, 6 Apr 1998 04:31:37 +0000 (04:31 +0000)]
perl 4/typo fix

26 years agoupped to version 1.3
Tom Tromey [Sun, 5 Apr 1998 22:50:21 +0000 (22:50 +0000)]
upped to version 1.3

26 years agolibrary dependency bug reported by proven
Tom Tromey [Sun, 5 Apr 1998 21:35:58 +0000 (21:35 +0000)]
library dependency bug reported by proven

26 years agoupdated test for error->warning change
Tom Tromey [Sun, 5 Apr 1998 21:27:03 +0000 (21:27 +0000)]
updated test for error->warning change

26 years agolex fixes from alexandre oliva
Tom Tromey [Sun, 5 Apr 1998 19:58:52 +0000 (19:58 +0000)]
lex fixes from alexandre oliva

26 years agoac_output fix from doug evans
Tom Tromey [Sat, 4 Apr 1998 01:02:39 +0000 (01:02 +0000)]
ac_output fix from doug evans

26 years agonew files from fsf
Tom Tromey [Fri, 3 Apr 1998 21:56:50 +0000 (21:56 +0000)]
new files from fsf

26 years agoinstall fix for egcs
Tom Tromey [Fri, 3 Apr 1998 20:12:44 +0000 (20:12 +0000)]
install fix for egcs

26 years agonew ansi2knr
Tom Tromey [Wed, 1 Apr 1998 04:10:25 +0000 (04:10 +0000)]
new ansi2knr

26 years agodoc update
Tom Tromey [Tue, 31 Mar 1998 08:20:38 +0000 (08:20 +0000)]
doc update

26 years agoexeext fix
Tom Tromey [Thu, 26 Mar 1998 18:05:28 +0000 (18:05 +0000)]
exeext fix

26 years agofixed bugs with versions in AUTOMAKE_OPTIONS
Tom Tromey [Wed, 25 Mar 1998 22:42:04 +0000 (22:42 +0000)]
fixed bugs with versions in AUTOMAKE_OPTIONS

26 years agolisp files can be built
Tom Tromey [Wed, 25 Mar 1998 22:25:22 +0000 (22:25 +0000)]
lisp files can be built

This page took 0.065704 seconds and 5 git commands to generate.