From: Tom Tromey Date: Mon, 5 Aug 1996 06:53:15 +0000 (+0000) Subject: Bug fix X-Git-Tag: Release-1-1b~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f555364e08a914a47ab7af4ece963fec99d3ebd;p=thirdparty%2Fautomake.git Bug fix --- diff --git a/ChangeLog b/ChangeLog index f6bd73f99..fd6792dd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ Mon Aug 5 00:12:45 1996 Tom Tromey + * texinfos.am (.texi.info): Force .info file to be built in + srcdir. From Franc,ois Pinard. + + From Jim Meyering: + * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in + test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc + -D__EXTENSIONS__' -- with those options on that system, sys/stat.h + gets compile errors. With help from Marcus Daniels. + * automake.in (initialize_global_constants): Put elisp-comp into @common_files. Bug from Glenn Amerine. @@ -100,6 +109,11 @@ Sun Jun 16 22:21:16 1996 Harlan Stenn * automake.in: Treat an initial `#' on a word in AUTOMAKE_OPTIONS as a comment start. Add support for a dist-tarZ target. +Tue Jun 11 22:14:21 1996 Marcus Daniels + + * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir) + paths into relative paths. + Mon Jun 10 21:11:20 1996 Tom Tromey * texinfo.tex: New version.