.
authorJim Meyering <jim@meyering.net>
Sat, 4 Mar 2000 08:52:29 +0000 (08:52 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Mar 2000 08:52:29 +0000 (08:52 +0000)
ChangeLog

index 82a5773..eaa5e16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-13  Jim Meyering  <meyering@lucent.com>
+
+       * automake.in (generate_makefile): Detect write/close failure.
+
 2000-02-02  Assar Westerlund  <assar@sics.se>
 
        * automake.in (handle_single_transform_list): do not use $< which
@@ -62,7 +66,7 @@
 
        * automake.in (get_object_extension): Added space before `-I.'.
        Report from Ralf Corsepius.
-       
+
 1999-12-15  Tom Tromey  <tromey@cygnus.com>
 
        * aclocal.in: Don't pass $acdir to scan_m4_files.
        * m4/init.m4 (AM_INIT_AUTOMAKE): Likewise.
        * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
        * aclocal.m4, configure, Makefile.in: Rebuilt.
-       
+
        * AUTHORS: Added myself.
 
 1999-09-14  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
        LEX program is found, use `${am_missing_run}flex'.
 
 1999-08-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
-       
+
        * automake.in (handle_single_transform_list): Replace `$(OBJEXT)'
        with `o' in depfile.
 
        that we don't get libtool output mixed up with make rules.
 
        * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_DEPDIR.
-       * depend2.am: Set tmpdepfile too, to speed up depcomp.  Always use 
+       * depend2.am: Set tmpdepfile too, to speed up depcomp.  Always use
        -o for libtool, otherwise it may try to deduce the object name
        from the dependency-generation flag.
-       * depcomp: Assume depdir exists.  Preserve depfile on unsuccessful 
+       * depcomp: Assume depdir exists.  Preserve depfile on unsuccessful
        compilations.
 
        * libtool.am: Do not emit .c.lo here...
        * automake.in (dist_header): Avoid changing permissions of files
        in the source tree, trying a complex `find/chmod' command before
        falling back to plain chmod.
-       (handle_dist_worker): Do not create directories with mode 777, the 
+       (handle_dist_worker): Do not create directories with mode 777, the
        find above will take care of that.
        * m4/init.m4: Set install_sh for find/chmod above.
 
        before re-creating it.
        Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
 
-       * texinfos.am (uninstall-info): Look for info file in srcdir, just 
+       * texinfos.am (uninstall-info): Look for info file in srcdir, just
        like in install-info-am.
        Reported by Tudor Hulubei <tudor@cs.unh.edu>
 
 
 1999-04-03  Raja R Harinath  <harinath@cs.umn.edu>
 
-       * automake.in (handle_tests): Test `dir=./' before `dir=', so that 
+       * automake.in (handle_tests): Test `dir=./' before `dir=', so that
        we do not depend on PATH starting with `.'.
 
 1999-03-31  Tom Tromey  <tromey@cygnus.com>
        * m4/Makefile.am (dist_m4data_DATA): Likewise.
        * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Extract DEPDIR
        from the Makefile and subst it in deps.  Report creation of deps
-       files (for now).  Replace $U with `_' and the empty string.  Write 
-       a comment to each created file. 
+       files (for now).  Replace $U with `_' and the empty string.  Write
+       a comment to each created file.
        * m4/depend.m4 (AM_SET_DEPDIR): Select a valid deps dir name.
        (AM_DEPENDENCIES): Accept CC, CXX and OBJC.  Just determine the
        dependency mode and AC_SUBST [$1]DEPMODE.
 1999-01-11  Marcus G. Daniels  <mgd@chama.santafe.edu>
 
        * automake.in (PATH_PATTERN): New variable:
-       (INCLUDE_PATTERN): Use it.  Ignore all include commands using 
+       (INCLUDE_PATTERN): Use it.  Ignore all include commands using
        symbols besides $(top_srcdir) and $(srcdir).
 
 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
        * automake.in (objc_extensions): New sub.
        (handle_dependencies): Only generate dependency-tracking code for
        ObjC when ObjC source seen.
-