* confh.test: if include/Makefile.am is created, the test fails
[automake.git] / ChangeLog
blobcedf2a6e679c65239e43de1f857775038598cece
1 1999-03-27  Tom Tromey  <tromey@cygnus.com>
3         * automake.in (saw_sources_p): Correctly count header extensions
4         seen.
5         (handle_headers): Fixed order of arguments to am_install_var.
7         * automake.in (am_install_var): Don't error if EXTRA_foo is
8         defined uselessly.
10         * scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
11         (uninstall-@DIR@SCRIPTS): Likewise.
12         * progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
13         (uninstall-@DIR@PROGRAMS): Likewise.
14         * ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
15         (uninstall-@DIR@LTLIBRARIES): Likewise.
16         * lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
17         (uninstall-@DIR@LISP): Likewise.
18         * libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
19         (uninstall-@DIR@LIBRARIES): Likewise.
20         * java.am (install-@DIR@JAVA): Use NDIR when appropriate.
21         (uninstall-@DIR@JAVA): Likewise.
22         * header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
23         (uninstall-@DIR@HEADERS): Likewise.
24         * data.am (install-@DIR@DATA): Use NDIR when appropriate.
25         (uninstall-@DIR@DATA): Likewise.
26         * Makefile.in: Rebuilt.
27         * Makefile.am (dist_pkgdata_DATA): Renamed.
28         (EXTRA_DIST): Removed.
29         (install-data-hook): Added POST_INSTALL; print commands as they
30         are run; respect DESTDIR.
31         * dist-vars.am (DISTFILES): Removed $(HEADERS).
32         * automake.in (am_install_var): Accept `-candist' and
33         `-defaultdist' options.  Handle `dist_' and `nodist_' prefixes.
34         (am_primary_prefixes): Added can_dist argument.  Recognize `dist_'
35         and `nodist_' prefixes.
36         (handle_scripts): Pass -candist to am_install_var.
37         (handle_data): Pass -defaultdist to am_install_var.
38         (handle_headers): Likewise.
39         (handle_emacs_lisp): Pass -candist to am_install_var.
40         (handle_java): Pass -candist to am_install_var.
42 1999-03-26  Tom Tromey  <tromey@cygnus.com>
44         * m4/init.m4: Fixed typo when invoking SHELL.
46         * automake.in (lang_yacc_finish): Always use `.h' as suffix for
47         yacc header file.  From Ralf Corsepius.
49         * Makefile.in: Rebuilt.
50         * Makefile.am: Updated to reflect removal of TAR subst.
51         * automake.texi (Options): Document dist-bzip2.
52         * automake.in (TAR): Removed global.
53         (initialize_global_constants): Changed `dist' to use pipe with
54         gzip; work with non-GNU tar.
55         (handle_dist): Handle non-GNU tar.  Don't define TAR.
56         (initialize_global_constants): Added `dist-bzip2' entry.
57         (handle_options): Recognize dist-bzip2 option.
58         (handle_dist): Likewise.
59         * configure: Rebuilt.
60         * configure.in: Don't check for tar.
61         * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'.  Substitute
62         AMTARFLAGS.
64         * automake.in (am_install_var): Removed obsolete comment.
66         * texinfos.am (uninstall-info): Don't print loop but instead print
67         commands.  Simplified pre-uninstall loop.
68         * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but
69         instead print commands.
70         * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead
71         print commands.
72         * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but
73         instead print commands.
74         * lisp.am (install-@DIR@LISP): Strip subdir from file name.
75         (uninstall-@DIR@LISP): Likewise.  Also, don't print loop but
76         instead print commands.
77         * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead
78         print commands.
79         * java.am (uninstall-@DIR@JAVA): Don't print loop but instead
80         print commands.
81         * header.am (install-@DIR@HEADERS): Strip subdir from file name.
82         (uninstall-@DIR@HEADERS): Likewise.  Also, don't print loop but
83         instead print commands.
84         * data.am (install-@DIR@DATA): Strip subdir from file name.
85         (uninstall-@DIR@DATA): Likewise.  Also, don't print loop but
86         instead print commands.
88         * automake.in (handle_merge_targets): `install-strip' is a phony
89         target.  From Michel de Ruiter.
91 1999-03-25  Tom Tromey  <tromey@cygnus.com>
93         * automake.in (define_compiler_variable): Don't define variable
94         with trailing `_'.
96 1999-03-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
98         * automake.in (LDADD): accept -dlopen and -dlpreopen here
99         * automake.texi: ditto
101 1999-03-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
103         * automake.in (TESTS): make from Solaris 7/x86 loses if srcdir
104         is absolute and != objdir.  dir="" or "$(srcdir)/" fixes it
106 1999-03-24  Tom Tromey  <tromey@cygnus.com>
108         * automake.in (define_compiler_variable): New sub.
109         (finish_languages): Use it.
110         (lang_cxx_finish): Likewise.
111         (lang_f77_finish): Likewise.
112         (lang_ppf77_finish): Likewise.
113         (lang_ratfor_finish): Likewise.
114         (lang_objc_finish): Likewise.
116 1999-03-23  Tom Tromey  <tromey@cygnus.com>
118         * progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple
119         sed invocations.  From Elrond.
120         (uninstall-@DIR@PROGRAMS): Likewise.
122         * automake.in (lang_lex_finish): Rewrite `l', not `y', to `c'.
123         From Ralf Corsepius.
125 1999-02-01  Thomas Tanner  <tanner@gmx.de>
127         * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a
128         warning when AM_PROG_LIBTOOL was found
129         * automake.texi: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
131 1999-03-22  Tom Tromey  <tromey@cygnus.com>
133         Made `+=' more robust.  Fixes pluseq6.test and pluseq7.test.
134         * automake.in (define_standard_variables): New sub.
135         (read_main_am_file): Use two passes to scan standard variables.
136         (read_am_file): Don't special-case configure variables with `+='.
137         (initialize_per_input): Initialize %var_was_plus_eq.
138         (read_am_file): Set var_was_plus_eq element correctly.
139         (define_variable): Give error if variable assigned with `+=' is
140         internally defined.
141         (initialize_per_input): Initialize %am_var_defs.
142         (file_contents_with_transform): Set element in %am_var_defs.
143         (read_am_file): Use %am_var_defs.
145 1999-03-21  Tom Tromey  <tromey@cygnus.com>
147         * automake.in (initialize_per_input): Initialize %object_map.
148         (handle_single_transform_list): Allow source files in
149         subdirectories.
151 1999-03-21  Jim Meyering  <meyering@na-net.ornl.gov>
153         * automake.in (handle_dist): Add missing newline after the first
154         semicolon.
156 1999-03-11  Tom Tromey  <tromey@cygnus.com>
158         * m4/error.m4, m4/mktime.m4, m4/obstack.m4, m4/regex.m4,
159         m4/strtod.m4: Use $ac_objext, not `.o'.  From Jim Meyering.
161         From Jim Meyering:
162         * automake.in (handle_dist): Add `;\' to end of distcheck-hook
163         line.
164         (scan_one_configure_file): In LIBOBJS, recognize `$ac_objext' as
165         legitimate ending.  Fixes libobj9.test.
167         From Ralf Corsepius.  Fixes lex3.test.
168         * automake.in (lang_yacc_finish): Include `.' in name pushed onto
169         maintainer-clean list.
170         (lang_lex_finish): Likewise.
172 1999-03-02  Tom Tromey  <tromey@cygnus.com>
174         * subdirs.am (maintainer-clean-recursive): Changed "&&" into "if"
175         construct to work around FreeBSD make/sh problem.  From Rich Wales.
177 1999-03-01  Tom Tromey  <tromey@cygnus.com>
179         Fixes from Pavel Roskin:
180         * automake.in (variable_conditions_sub): Sort list passed to
181         variable_conditions_permutations.
182         (variable_conditions): Sort list before returning.
184 1999-02-27  Tom Tromey  <tromey@cygnus.com>
186         * automake.in (lang_extensions): New sub.
187         (handle_dependencies): Use it.
188         (cxx_extensions): Removed.
189         (lang_cxx_finish): Use lang_extensions.
190         (f77_extensions): Removed.
191         (lang_f77_finish): Use lang_extensions.
192         (objc_extensions): Removed.
193         (lang_ppf77_finish): Put `.' before extension.  Fixes ext.test.
194         Report from Dave Morrison.
195         (lang_ratfor_finish): Likewise.
197 1999-02-26  Tom Tromey  <tromey@cygnus.com>
199         * automake.in (finish_languages): Added AM_LDFLAGS.
200         (lang_cxx_finish): Likewise.
201         (lang_f77_finish): Likewise.
202         (lang_ppf77_finish): Likewise.
203         (lang_ratfor_finish): Likewise.
204         (lang_objc_finish): Likewise.
206 1999-02-11  Tom Tromey  <tromey@cygnus.com>
208         * aclocal.in (obsolete_macros): Copied from automake.in.
209         (obsolete_rx): Use only keys of obsolete_macros.
210         (scan_configure): Report replacement macro for an obsolete macro.
211         * automake.in (obsolete_macros): Added ud_GNU_GETTEXT.
213         * automake.in (obsolete_macros): Corrected typo in AM_EXEEXT
214         entry.  Fixes obsolete2.test.
216         * automake.in (obsolete_macros): Use empty string to indicate no
217         substitution.
218         (scan_one_configure_file): Likewise.
220 1999-02-07  Paul Eggert  <eggert@twinsun.com>
222         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Prefer -Ae to -Aa
223         -D_HPUX_SOURCE, since -Ae allows `long long' and this is
224         needed by some programs.
226 1999-02-10  Tom Tromey  <tromey@cygnus.com>
228         * automake.in (handle_texinfo): Added `pgs' to list of
229         extensions.  From NISHIDA Keisuke.
231 1999-02-04  Akim Demaille  <demaille@inf.enst.fr>
233         * automake.in (handle_texinfo): remove texinfo.tex from
234         TEXINFODIR.
236 1999-02-02  Tom Tromey  <tromey@cygnus.com>
238         * automake.in (handle_merge_targets): Use INSTALL_STRIP_FLAG.
239         * progs.am (install-@DIR@PROGRAMS): Added INSTALL_STRIP_FLAG.
240         * header-vars.am (INSTALL_PROGRAM): Removed
241         AM_INSTALL_PROGRAM_FLAGS.
242         (INSTALL_STRIP_FLAG): New macro.
244         * automake.in: Handle `ypp' as C++ yacc source and `lpp' as C++
245         lex source.
246         (lang_yacc_finish): Likewise.
247         (lang_lex_finish): Likewise.
249 1999-02-01  Tom Tromey  <tromey@cygnus.com>
251         * automake.in (handle_dist_worker): Correctly find find in $$d,
252         not $$.  From Bill Davidson.
254         * automake.in (finish_languages): Use "&", not "do".  From Pavel
255         Roskin.
256         (handle_single_transform_list): Likewise.
258 1999-01-29  Tom Tromey  <tromey@cygnus.com>
260         * automake.in (handle_configure): Removed unused variable.  From
261         Pavel Roskin.
263         * ansi2knr.c: New version from L. Peter Deutsch.
265 1999-01-22  Tom Tromey  <tromey@cygnus.com>
267         * automake.in (require_file_internal): Correctly examine return
268         value of `system'.  From Andris Pavenis.  Fixes copy.test.
270         * m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
272         * automake.in (lang_ppf77_rewrite): New function.  From Jochen
273         Kuepper.  Fixes ppf77.test.
274         (lang_ratfor_rewrite): New function
276         * automake.in (handle_configure): Use `&' before sub calls (Perl 4
277         fix).  From Erez Zadok.
279 1999-01-15  Tom Tromey  <tromey@cygnus.com>
281         * configure.in: Version 1.4a (oops).
283         * configure.in: Updated version to 1.5a.
285 1999-01-14  Tom Tromey  <tromey@cygnus.com>
287         * automake.in (handle_configure): Compute $header_dir based on
288         $one_name, not $one_hdr.  Reported by Erez Zadok.  Fixes
289         confh2.test.
290         (handle_configure): Compute relative path to input header
291         correctly in all cases.
293         * automake.in (handle_tests): Avoid error messages from dejagnu
294         test rules.  From Karl Heuer.
296         * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
298         * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
300         * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
301         From Alexandre Oliva and Erez Zadok.
303         * automake.in (create): Renamed from touch.
304         (handle_configure): Use create, not touch.
306         * config.sub, config.guess: New versions from autoconf.
308         * mkinstalldirs: New version from autoconf.
310 1999-01-12  Tom Tromey  <tromey@cygnus.com>
312         * config.sub, config.guess, COPYING, texinfo.tex: New versions
313         from FSF.
315 1999-01-11  Marcus G. Daniels  <mgd@chama.santafe.edu>
317         * automake.in (PATH_PATTERN): New variable:
318         (INCLUDE_PATTERN): Use it.  Ignore all include commands using 
319         symbols besides $(top_srcdir) and $(srcdir).
321 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
323         * automake.in (handle_dist_worker): avoid failure in `make dist'
324         if last file is a builddir-only file
326 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
328         * missing (autoheader): `s' was missing from sed script; grr
330 1999-01-11  Tom Tromey  <tromey@cygnus.com>
332         * remake-hdr.am (@STAMP@): Reverted timestamp change.
333         ($(srcdir)/@STAMP@.in): Likewise.
335 1999-01-10  Tom Tromey  <tromey@cygnus.com>
337         * Makefile.am (scriptdir): New macro.
338         (script_DATA): Likewise.
339         (install-data-hook): Use them.
340         (EXTRA_DIST): Added script_DATA.
341         (installcheck-local): Use script_DATA.
343         * Makefile.am (pkgdata_DATA): Removed duplicate definition.
345 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
347         * missing (autoheader): accept multiple header files
348         (automake): simplify sed processing
350 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
352         * automake.in (handle_configure, stamp_dir): create only one stamp
353         file per header, instead of one in the top-level directory and one
354         in the directory that contains the header.
356 1999-01-10  Tom Tromey  <tromey@cygnus.com>
358         * automake.in (lang_objc_finish): Formatting fix.
360         * automake.in (objc_extensions): New sub.
361         (handle_dependencies): Only generate dependency-tracking code for
362         ObjC when ObjC source seen.
364 1998-12-22  Marcus G. Daniels  <mgd@chama.santafe.edu>
366         * automake.in (handle_dependencies): Transform EXT & PFX in
367         Objective C case.
369 1998-12-11  Marcus G. Daniels  <mgd@chama.santafe.edu>
371         * automake.in: Register Objective C language.
372         (finish_languages): Consider Objective C to be non_c.
373         (lang_objc_rewrite, lang_objc_finish): New functions.
374         (resolve_linker): Recognize OBJCLINK before LINK.
376 1999-01-10  Tom Tromey  <tromey@cygnus.com>
378         * automake.in (handle_texinfo): Handle empty $config_aux_dir.
380         * automake.in (handle_texinfo): Set $conf_pat correctly when
381         config_aux_dir not used.
382         (handle_texinfo): Run maintainer-clean-aminfo rules in srcdir.
383         From Erez Zadok.
384         * texi-vers.am (maintainer-clean-@VTI@): Prefix file names with
385         $(srcdir).  From Erez Zadok.
386         ($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir.
388 1999-01-08  Thomas Tanner  <tanner@gmx.de>
390         * depend.am: remove the dependencies (.deps)
391         in "make distclean", not "make maintainer-clean"
393 1999-01-10  Tom Tromey  <tromey@cygnus.com>
395         * aclocal.in (write_aclocal): Updated copyright.
396         (parse_arguments): Likewise.
397         * automake.in (parse_arguments): Updated copyright.
398         (initialize_global_constants): Likewise.
400         * Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS.
401         (install-data-hook): New hook.  Report from Petter Reinholdtsen.
403         * remake-hdr.am: Provide `else' clause for each `if'.
405 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
407         * remake-hdr.am: recover from removal of config headers, and try
408         to get real timestamps, which is useful for CVS files
410 1999-01-10  Tom Tromey  <tromey@cygnus.com>
412         * automake.in (handle_merge_targets): Don't special-case "-local"
413         targets.  Test all.test.
415         * automake.in (handle_texinfo): Prepend $(srcdir) to directory
416         used to find texinfo.tex.  Report from Glenn Amerine.
418 1999-01-07  Tom Tromey  <tromey@cygnus.com>
420         Based on report from Marcus G. Daniels.  Fixes include.test.
421         * automake.in (generate_makefile): Call read_main_am_file.
422         (read_main_am_file): New sub.
423         (read_am_file): Moved header generation code into
424         read_main_am_file.
426 1999-01-06  Gary V. Vaughan  <garyv@oranda.demon.co.uk>
428         * automake.in (require_file_internal): qub perl on win32 hangs
429         on a call to unlink for a non-existant file, which in turn causes
430         tests/symlink.test to hang on win32.  Check that the file exists
431         before unlinking it!
433 1998-12-24  Thomas Tanner  <tanner@gmx.de>
435         * automake.in (handle_ltlibraries): check whether -module was
436         defined for libraries names without 'lib' prefix.
438 Fri Dec 11 10:20:42 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
440         * compile_f_c_cxx.test: Change to use F77 and F77LINK instead of
441         FC and FLINK, respectively.
442         * flibs.test: same
443         * fnoc.test: same
444         * fo.test: same
445         * fonly.test: same
446         * link_f_c.test: same
447         * link_f_c_cxx.test: same
448         * link_f_cxx.test: same
449         * link_f_only.test: same
451 Fri Dec 11 10:23:17 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
453         * automake.in, automake.texi: Change all of the Fortran 77 code to
454         use the new `F77' prefix instead of the older `FC' prefix.
455         Specifically this changed FC, FCOMPILE, LTFCOMPILE, FLINK and FLD
456         to F77, F77COMPILE, LTF77COMPILE, F77LINK and F77LD, respectively.
458 1999-01-05  Tom Tromey  <tromey@cygnus.com>
460         * depend2.am (%.o): Use \012, not \n, to avoid losing `tr's.  From
461         Bill Currie.
462         (%.lo): Likewise.
464 1998-12-22  Alexandre Oliva  <oliva@dcc.unicamp.br>
466         * depend2.am: Don't assume backslash can't occur in the middle of
467         filename; it loses on M$W
469 1998-12-21  Tom Tromey  <tromey@cygnus.com>
471         * automake.in (handle_libraries): Reverted Thomas Tanner's
472         change.  Non-libtool libraries still must fit naming
473         requirements.
475 1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
477         * automake.in (handle_configure): Dist inputs for AC_OUTPUT.
479 1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
481         * depend2.am: don't use .p and .P for dependencies; it loses on
482         case-insensitive filesystems.
483         Reported by Henrik Frystyk Nielsen <frystyk@w3.org>
485 1998-12-20  Thomas Tanner  <tanner@gmx.de>
487         * automake.in (handle_libraries, handle_ltlibraries): relax the
488         name checking to not enforce `^lib.*' for the sake of building libtool 
489         modules.
491 1998-12-21  Tom Tromey  <tromey@cygnus.com>
493         * automake.in (do_one_merge_target): Special case
494         install-data-hook and install-exec-hook.
495         (handle_merge_targets): Removed install-data-hook and
496         install-exec-hook code.  Test insthook.test.
498 1998-12-16  Tom Tromey  <tromey@cygnus.com>
500         * tags.am (ID): Uniquify list of sources.  Report from Jim
501         Meyering.
503 1998-12-11  Tom Tromey  <tromey@cygnus.com>
505         Bug report from Paul D. Smith:
506         * automake.in (handle_merge_targets): Set
507         AM_INSTALL_PROGRAM_FLAGS, not INSTALL_PROGRAM.
508         * header-vars.am (INSTALL_PROGRAM): Added
509         AM_INSTALL_PROGRAM_FLAGS.
511 1998-12-03  Tom Tromey  <tromey@cygnus.com>
513         * automake.in (handle_dist): Print prettier banner when
514         `make dist' succeeds.  From Akim Demaille.
516 1998-12-02  Tom Tromey  <tromey@cygnus.com>
518         * configure.in: Upped version to 1.3e (1.3d was just released).
520         * configure.in: Upped version to 1.3d.
522         * texinfo.tex, config.guess, config.sub, install-sh: New
523         versions.
524         * ansi2knr.c: New version.
526         * automake.in (handle_configure): Quote @MAINTAINER_MODE_TRUE@ to
527         avoid problems where AM_MAINTAINER_MODE is put into automake's own
528         configure.in.
530         * Makefile.am (cvs-dist): Run `cvs tag' operation in srcdir.
532         Some bugs from François Pinard:
533         * automake.in (usage): Remove duplicates in file list.
535         * automake.in (usage): Print files in column-major order.
536         (handle_gettext): Only require ABOUT-NLS for GNU programs.
538 1998-12-01  Tom Tromey  <tromey@cygnus.com>
540         * automake.texi (Dist): Documented GZIP_ENV.
541         * automake.in (handle_dist): Define and use GZIP_ENV, not GZIP.
542         (initialize_global_constants): Use GZIP_ENV, not GZIP.
544 1998-11-27  Tom Tromey  <tromey@cygnus.com>
546         * automake.in (quote_cond_val): Use "\002", not '\002', to
547         represent null string.
548         (unquote_cond_val): Removing all "\002" strings from result.  Test
549         cond7.test.
551         * automake.texi: Formatting changes for latest texinfo.
553         * automake.in (handle_java): Removed debugging print.
555 1998-11-18  Tom Tromey  <tromey@cygnus.com>
557         * automake.in (finish_languages): Use CCLD, not CLD.
559         * automake.in (finish_languages): Define CLD; use it in LINK
560         definition.
561         (lang_cxx_finish): Define CXXLD; use it in CXXLINK definition.
562         (lang_f77_finish): Define FLD; use it in FLINK definition.
563         (lang_ppf77_finish): Likewise.
564         (lang_ratfor_finish): Likewise.
566 1998-11-10  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
568         * automake.in (scan_one_configure_file): Recognize
569         AC_F77_LIBRARY_LDFLAGS, and recognize FLIBS as a configure
570         substitution.
572         * automake.texi: Fix several little Fortran 77 references to now
573         point to autoconf.texi.  Rename associated Fortran 77 macros from
574         `AM_' to `AC_'.
576 1998-11-10  Tom Tromey  <tromey@cygnus.com>
578         * automake.in (read_am_file): Handle configure_vars case.  Test
579         pluseq4.test.
581 1998-11-09  Tom Tromey  <tromey@cygnus.com>
583         * automake.in (read_am_file): `conditional_stack' isn't a
584         function.  Correctly add new value to existing value in `+='
585         case.
587 1998-10-29  Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
589         * automake.in (parse_arguments): Fixed type of -c for copying
591 1998-10-30  Tom Tromey  <tromey@cygnus.com>
593         * automake.texi (Install): Documented DESTDIR more fully.  From
594         Jeff Garzik.
596         * automake.in (MACRO_PATTERN): Recognize `+='.
597         (BOGUS_MACRO_PATTERN): Likewise.
598         (read_am_file): Handle `+=' assignments.
600 1998-10-28  Tom Tromey  <tromey@cygnus.com>
602         * Makefile.am (maintainer-check): Changed code to be acceptable to
603         bash 2.01.1.
605         * automake.in (do_one_clean_target): Special-case config.status.
606         Report from Jeff Garzik.
608         * m4/Makefile.am (m4data_DATA): Don't mention f77.m4.
609         * m4/f77.m4: Removed; macro now in autoconf proper.
611 1998-10-24  Tom Tromey  <tromey@cygnus.com>
613         * automake.in (handle_dist_worker): Typo fix in code testing to
614         see if subdir is `.'.  From Raja R Harinath.
616         * m4/lispdir.m4: Fixed sed invocation.  From Akim Demaille.
618 1998-10-20  Tom Tromey  <tromey@cygnus.com>
620         * automake.in (scan_dependency_file): Fixed test on `while' loop.
621         Fixes depend2.test.  Report from Akim Demaille.
623 1998-10-16  Tom Tromey  <tromey@cygnus.com>
625         * automake.in (handle_ltlibraries): Specify `noinst' when
626         computing valid prefixes.  From Ulrich Drepper.
628         * automake.in (scan_dependency_file): Don't give an error if there
629         is text after the last line.  Report from Matthew D. Langston.
631         * m4/mktime.m4: Detect glibc mktime bug.  From Jim Meyering.
633         * Makefile.am (SUBDIRS): Added `.' again.
635         * Makefile.am (EXTRA_DIST): Removed automake.spec.in.  From
636         Matthew D. Langston.
637         (info_TEXINFOS): Removed am-f77.texi.
639         * automake.in (handle_ltlibraries): Allow `noinst' LTLIBRARIES.
640         These are libtool convenience libraries.
642 1998-10-13  Tom Tromey  <tromey@cygnus.com>
644         * m4/f77.m4: New file.
645         * m4/Makefile.am (m4data_DATA): Added f77.m4.
647 Thu Oct  8 15:00:57 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
649         * automake.in (resolve_linker): Put the Fortran 77 linker where it
650         needs to be.
652         * automake.in (lang_f77_finish): Add support for Fortran 77.
654         * automake.in (f77_extensions): New helper function for function
655         `lang_f77_finish'.
657         * automake.in (lang_f77_rewrite): Change to return success.
659         * automake.in (scan_one_configure_file): Add test for the Fortran
660         77 compiler.
662         * automake.in (finish_languages): Changed tests for "C++ only" to
663         "C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'.
665         * automake.in: Registered the ppf77 language (`.F' extension) for
666         preprocessed Fortran 77.
667         
668         * automake.in: Registered the ratfor language (`.r' extension).
670         * automake.in: Registered Fortran 77 header files with the "header
671         language" (`.inc' extension).
673 Tue Sep  8 14:50:50 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
675         * automake.texi: Added several new index entries.
677 Sun Aug 30 16:10:31 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
679         * automake.texi:
680         - Add `@ovindex' (output variable index).
681         - Merge `@defmac' (Autoconf macros) and `@ovindex' to the General
682           Index.
684         * automake.texi (Macros):
685         - Changed the `@table @code' list of macros to `@defmac'.
686         - Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list.
688 Tue Aug 11 10:42:39 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
690         * automake.texi (C++): Change `@table' to `@vtable'.
692         * automake.texi (Fortran 77): Add Fortran 77 documentation.
694 1998-10-11  Tom Tromey  <tromey@cygnus.com>
696         Preliminary (completely untested) multilib support.
697         * automake.texi (Macros): Document AM_ENABLE_MULTILIB.
698         * m4/Makefile.am (m4data_DATA): Added multi.m4.
699         * Makefile.am (amfiles): Added multilib.am.
700         * automake.in (seen_multilib): New global.
701         (scan_one_configure_file): Recognize AM_ENABLE_MULTILIB.
702         (generate_makefile): Call handle_multilib.
703         (handle_multilib): New function.
704         * multilib.am: New file.
705         * m4/multi.m4: New file.
707 1998-10-08  Tom Tromey  <tromey@cygnus.com>
709         * automake.in (handle_dist): Always include configure.in and
710         configure in distribution.  Fixes confdist.test.
712         * automake.in (do_one_merge_target): Be silent when running
713         install-exec-am and install-data-am.  Fixes extra3.test and
714         extra4.test.
716 1998-10-07  Tom Tromey  <tromey@cygnus.com>
718         * automake.in (am_install_var): Added -noextra option.
719         (handle_data): Pass -noextra to am_install_var.
721 Sun Oct  4 22:24:10 1998  Tom Tromey  <tromey@cygnus.com>
723         * m4/winsz.m4 (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use
724         3-argument form of AC_DEFINE.
725         * m4/regex.m4 (AM_WITH_REGEX): Use 3-argument form of AC_DEFINE.
726         * m4/ptrdiff.m4 (AM_TYPE_PTRDIFF_T): Use 3-argument form of
727         AC_DEFINE.
728         * m4/protos.m4 (AM_C_PROTOTYPES):Use 3-argument form of
729         AC_DEFINE.
730         * m4/obstack.m4 (AM_FUNC_OBSTACK): Use 3-argument form of
731         AC_DEFINE.
732         * m4/init.m4 (AM_INIT_AUTOMAKE): Use 3-argument form of
733         AC_DEFINE.
734         * m4/dmalloc.m4 (AM_WITH_DMALLOC): Use 3-argument form of
735         AC_DEFINE.
737 Tue Oct  6 00:02:15 1998  Tom Tromey  <tromey@cygnus.com>
739         * depend2.am (%.lo): Handle case where compiler does not put space
740         before ":".  From Raja R Harinath.
742 Mon Oct  5 13:05:43 1998  Tom Tromey  <tromey@cygnus.com>
744         * automake.in (scan_one_configure_file): AC_CONFIG_HEADER is not
745         obsolete; it simply isn't preferred with automake.
746         (scan_one_configure_file): Likewise for AC_DECL_YYTEXT and
747         AC_PROG_LEX.
749         * automake.in (am_line_error): Handle case where variable defined
750         in configure.in.  Fixes test badline.test.
751         (%configure_vars): Redefined meaning of values.
752         (scan_one_configure_file): Set $configure_vars values
753         appropriately.
755 Sat Oct  3 14:53:34 1998  Tom Tromey  <tromey@cygnus.com>
757         * automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE
758         conditional.
759         (handle_configure): Likewise.
760         (read_am_file): Likewise.
761         (file_contents_with_transform): Likewise.
762         (scan_one_configure_file): Recognize that AM_MAINTAINER_MODE
763         defines a conditional.
764         * automake.texi (Optional): Document new AM_MAINTAINER_MODE.
765         * texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE
766         conditional.
767         (maintainer-clean-@VTI@): Likewise.
768         * remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE
769         conditional.
770         * remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at
771         MAINTAINER_MODE conditional.
772         * m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE
773         conditional.
775 1998-10-03  Jim Blandy  <jimb@zwingli.cygnus.com>
777         * depend2.am (%.lo): When editing the dependency file to add the
778         .lo file to the targets, allow for whitespace between the end of
779         the filename and the colon.  Some compilers (notably the Cygnus
780         release of GCC 2.7-97r1) put space there: "alist.o : ..."
782 Sat Oct  3 12:07:21 1998  Tom Tromey  <tromey@cygnus.com>
784         * automake.in (handle_configure): Handle case where there is no
785         Makefile in the config header directory.  Fixes test config.test.
787 Thu Oct  1 00:51:51 1998  Tom Tromey  <tromey@cygnus.com>
789         * depend2.am (%.o): Append sed results to .P file in this case
790         too.  From Raja R Harinath.
792         * m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and
793         xemacs install directories.  From Robert Bihlmeyer.
795         * depend2.am: Don't bother trying to delete source file from
796         list.
798         * depend2.am (%.o): Handle deleted header file problem.
799         (%.lo): Likewise.
801         * texinfos.am (install-info-am): Handle case where INFO_DEPS is
802         empty.  Reported by Andrew Cagney.
803         (uninstall-info): Likewise.
804         (dist-info): Likewise.
806         * automake.in (handle_texinfo): Error if user tries to generate
807         HTML.
809 Wed Sep 30 00:41:40 1998  Tom Tromey  <tromey@cygnus.com>
811         * automake.in (do_one_clean_target): Don't push previous clean
812         target if this target is `mostly'.  Report from Raja R Harinath.
814         * subdirs.am (mostlyclean-recursive ...): Build local_target, not
815         target.  From Raja R Harinath.
817         Completely changed how languages and source files are handled:
818         * automake.in: Call register_language for each language.
819         (lang_c_rewrite): New function.
820         (lang_cxx_rewrite): Likewise.
821         (lang_header_rewrite): Likewise.
822         (lang_yacc_rewrite): Likewise.
823         (lang_yaccxx_rewrite): Likewise.
824         (lang_lex_rewrite): Likewise.
825         (lang_lexxx_rewrite): Likewise.
826         (lang_asm_rewrite): Likewise.
827         (lang_fortran_rewrite): Likewise.
828         (register_language): Likewise.
829         (extension_map): New global.
830         (language_map): Likewise.
831         (resolve_linker): New function.
832         (handle_single_transform_list): Rewrote to use lang_X_rewrite
833         functions.  Changed meaning of first argument.
834         (initialize_per_input): Removed seen_any_source.  Initialize
835         language_scratch, extension_seen.  Removed cxx_extensions,
836         seen_c_source, dir_holds_headers, dir_holds_sources.
837         (handle_source_transform): Don't compute $objpat.  Pass $obj
838         directly to handle_single_transform_list.
839         (handle_built_sources): Fixed call to
840         handle_single_transform_list.
841         (lang_c_finish): New function.
842         (lang_cxx_finish): Likewise.
843         (lang_header_finish): Likewise.
844         (lang_yacc_finish): Likewise.
845         (lang_yaccxx_finish): Likewise.
846         (lang_lex_finish): Likewise.
847         (lang_lexxx_finish): Likewise..
848         (lang_asm_finish): Likewise.
849         (lang_fortran_finish): Likewise.
850         (yacc_lex_finish_helper): Likewise.
851         (libtool_compiler): Likewise.
852         (saw_extension): New function.
853         (handle_lib_objects_cond): Use saw_extension, not old variables.
854         (handle_yacc_lex_cxx): Removed.
855         (finish_languages): New function.
856         (get_object_extension): Don't set dir_holds_sources.
857         (handle_headers): Don't set dir_holds_headers.  Instead, call
858         saw_extension.
859         (saw_sources_p): New function.
860         (handle_tags): Use it.
861         (handle_dependencies): Likewise.
862         (cxx_extensions): New function.
863         (handle_dependencies): Use it.
864         (generate_makefile): Call finish_languages, not
865         handle_yacc_lex_cxx.
867 1998-05-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
869         * texi-vers.am: Use the correct target names.  Fix generation of
870         stamp file.
872         * automake.in (handle_tests): In commands generating site.exp copy
873         the old contents from site.exp, not site.bak, which does not
874         exist.
876 Tue Sep 29 00:10:22 1998  Tom Tromey  <tromey@cygnus.com>
878         Fixed noinst.test again:
879         * automake.in (do_one_merge_target): Special-case `install-am'.
880         (handle_merge_targets): Don't compute @install variable.
882         Fixes for recurs2.test.  Report from Jim Meyering.
883         * automake.in (vars_scanned): Define globally.
884         (variable_value_as_list_worker): Delete $var entry in
885         %vars_scanned after local work is done.
887 1998-05-26  Marcus G. Daniels  <mgd@ute.santafe.edu>
889         * automake.in: New pattern: INCLUDE_PATTERN.
890         (read_am_file):  Make AM_FILE a local filehandle.
891         For INCLUDE_PATTERN, store included paths on @include_stack and call 
892         read_am_file with argument.
893         (handle_configure): When printing the dependencies for
894         Makefile.in, print the items on include_stack (if any) as
895         dependencies, too.
897         * automake.texi: Make a command index `cm' that goes into the
898         concept index.  Put if, endif, else, and include in the command index.
899         (Include): Show usage of include directive.  
901 Mon Sep 28 00:03:45 1998  Tom Tromey  <tromey@cygnus.com>
903         `.' in SUBDIRS changes order of builds:
904         * Makefile.am (SUBDIRS): Added `.'.  Put tests last.
905         * tags.am (TAGS): Don't look for TAGS file in `.'.
906         * automake.texi (Top level): Document SUBDIRS change.
907         * automake.in (handle_installdirs): Create separate installdirs-am
908         target.
909         (handle_merge_targets): Don't put all-am onto @all.  Fixed error
910         message.  Correctly handle install-info.  Give error if
911         install-info-local inappropriately defined.  Don't special-case
912         install-data, install-exec, install, uninstall, or all.
913         (handle_subdirs): Don't push `-recursive' target names onto
914         corresponding lists.
915         (do_one_merge_target): Always define `-am' form of rule, and point
916         ordinary form to `-am' or `-recursive' as appropriate.
917         Special-case `all'.
918         (do_check_merge_target): Generate check-am target.
919         (handle_dist_worker): Use target_defined.
920         (handle_dist): Likewise.
921         (handle_merge_targets): Likewise.
922         (do_one_merge_target): Likewise.
923         (do_check_merge_target): Likewise.
924         (do_one_clean_target): Likewise.
925         (initialize_per_input): Initialize $all_target.
926         (do_one_clean_target): Always generate -am form of rule; other
927         changes for new SUBDIRS change.
928         (handle_clean): Always generate clean-am form of rule.
929         (handle_tags): Only build subdir if not `.'.
930         (handle_dist_worker): Skip `.' directory.
931         * subdirs.am: Allow `.' to be specified in SUBDIRS.
933 Sun Sep 27 20:02:21 1998  Tom Tromey  <tromey@cygnus.com>
935         * automake.texi (Dist): Document EXTRA_DIST change.
936         * automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.
938         * automake.in (handle_ltlibraries): Wrote better comment about
939         EXTRA_LTLIBRARIES.
941         * automake.texi (Invoking Automake): Document --copy.
942         * automake.in (copy_missing): New global.
943         (parse_arguments): Recognize --copy/-c.
944         (require_file_internal): Handle $copy_missing.  Fixed error
945         message.
946         (initialize_global_constants): Document -c/--copy.
948         * automake.texi: Document LIBOBJS trick.
950         * automake.in (handle_dist_worker): If DIST_SUBDIRS defined, use
951         it even when SUBDIRS not conditional.
953         * automake.in (quote_cond_val): Turn tabs into \003.
954         (unquote_cond_val): Turn \003 back into tabs.  Fixes test
955         cond6.test.
957         * automake.in (read_am_file): Treat backslash-newline as
958         whitespace.  Test parse.test.
960 Sat Sep 26 19:31:22 1998  Tom Tromey  <tromey@cygnus.com>
962         * configure: Rebuilt.
963         * configure.in: Upped version to 1.3c.
965         Track recent autoconf changes:
966         * m4/Makefile.in: Rebuilt.
967         * m4/Makefile.am (m4data_DATA): Updated for deleted files.
968         * m4/init.m4 (AM_INIT_AUTOMAKE): Use AC_PROG_INSTALL.
969         * m4/mingw.m4: Removed.
970         * m4/cygwin.m4: Removed.
971         * m4/install.m4: Removed.
972         * m4/exeext.m4: Removed.
973         * automake.in (scan_one_configure_file): Don't look for
974         AM_EXEEXT.
975         (check_cygnus): Only mention AC_EXEEXT.
976         (obsolete_macros): Mention AM_PROG_INSTALL, AM_EXEEXT,
977         AM_CYGWIN32, AM_MINGW32.
978         ($seen_prog_install): Changed interpretation; changed all users.
979         (scan_one_configure_file): Don't look for AM_PROG_INSTALL.
980         ($scripts_installed): Removed.
981         (handle_scripts): Use local $scripts_installed.
982         * aclocal.in (obsolete_macros): Added AM_PROG_INSTALL, AM_EXEEXT,
983         AM_CYGWIN32, AM_MINGW32.
985 Mon Jul  6 14:52:49 1998  Ian Lance Taylor  <ian@cygnus.com>
987         * compile.am (mostlyclean-compile): If OBJEXT, remove *.$(OBJEXT)
988         along with *.o.
990 Thu May 28 18:49:47 1998  Ian Lance Taylor  <ian@cygnus.com>
992         * automake.in (seen_objext): New variable.
993         (get_object_extension): If seen_objext, use .$(OBJEXT) rather than
994         .o.  When including compile.am, keep or discard OBJEXT lines
995         according to whether seen_objext is set.  If seen_objext, add .obj
996         to @suffixes.  If seen_objext, use .$(OBJEXT) rather than .o when
997         building ansi2knr.
998         (handle_yacc_lex_cxx): If seen_objext, add a rule to create .obj
999         files.  If seen_objext, use .$(OBJEXT) rather than .o when
1000         building ansi2knr.
1001         (scan_one_configure_file): Check for .obj as well as .o in
1002         LIBOBJS.  Set seen_exeext if we see AC_EXEEXT.  Look for
1003         AC_OBJEXT, and if found set seen_objext and set OBJEXT in
1004         configure_vars.
1005         (check_cygnus): Change error message to permit AC_EXEEXT.
1006         * compile.am: Add OBJEXT lines for .c.obj compilation.
1007         * Makefile.in: Rebuild.
1008         * m4/Makefile.in: Rebuild.
1009         * tests/Makefile.in: Rebuild.
1011 Mon Sep 11 16:07:55 1997  Chris Provenzano <proven@cygnus.com>
1013         * header-vars.am: SHELL=@SHELL@
1014         Ran aclocal, autoconf, and automake.
1016 Sat Sep 26 16:31:29 1998  Tom Tromey  <tromey@cygnus.com>
1018         * ltlib.am: Use $(INSTALL) and not $(INSTALL_DATA).
1020 Mon Sep 14 08:27:38 1998  Per Cederqvist  <ceder@lysator.liu.se>
1022         * automake.in (handle_texinfo): The logic for when to provide
1023         texinfo.tex was broken.  Attempt to fix.
1025 Mon Sep 14 00:55:12 1998  Per Cederqvist  <ceder@lysator.liu.se>
1027         Fix for Dynix 3.1.1.
1028         * automake.in (handle_yacc_lex_cxx): Transform "# " to "#line";
1029         some compilers (such as /bin/cc on Dynix 3.1.1) don't accept the
1030         output from the preprocessor.
1032 Tue Aug 25 18:40:51 1998  Tom Tromey  <tromey@cygnus.com>
1034         * automake.in (handle_tests): Don't create site.exp target if it
1035         is already in Makefile.am.
1037 Sun Aug 16 23:26:26 1998  Tom Tromey  <tromey@cygnus.com>
1039         * automake.in (handle_configure): Use @inputs, not
1040         @rewritten_inputs, when constructing CONFIG_FILES.  Use different
1041         list to test for file existence.  Test colon6.test.
1042         (rewrite_inputs_into_dependencies): Added add_srcdir argument.
1043         Updated all callers.
1045 Wed Aug 12 14:16:57 1998  Tom Tromey  <tromey@cygnus.com>
1047         * Released 1.3b.
1049 Tue Aug 11 12:18:59 1998  Tom Tromey  <tromey@cygnus.com>
1051         * automake.in (handle_clean): Added missing close-paren.  Quote
1052         `$' so it doesn't expand when replacing.  From Markus
1053         F.X.J. Oberhumer.
1055         * aclocal.in (usage): Changed bug address.
1056         * automake.in (usage): Changed bug address.
1058         * clean.am (distclean-generic): Don't mention
1059         DISTCONFIGCLEANFILES.  From Markus F.X.J. Oberhumer.
1061 Mon Aug 10 20:57:35 1998  Tom Tromey  <tromey@cygnus.com>
1063         * automake.in (handle_yacc_lex_cxx): Redirect ansi2knr output to
1064         correct file.  From Kave Ghazi.
1066 Sun Aug  2 16:05:16 1998  Tom Tromey  <tromey@cygnus.com>
1068         * Released 1.3a.
1070         * config.sub, config.guess, texinfo.tex: New versions from FSF.
1072 Sun Jul 19 00:04:25 1998  Tom Tromey  <tromey@cygnus.com>
1074         * automake.in (variable_conditions): Initialize %vars_scanned.
1075         (variable_conditions_sub): Check it.  Test cond5.test.
1077 Sat Jul 18 00:24:14 1998  Tom Tromey  <tromey@cygnus.com>
1079         * automake.in (variable_value_as_list_worker): Renamed from
1080         variable_value_as_list.  Set entry in vars_scanned, and give error
1081         if variable recursively defined.  Test recurs.test.
1082         (value_to_list): Call it instead.
1083         (variable_value_as_list): New function.
1085         * automake.in (variable_conditions_sub): If var is not
1086         conditional, but does have conditional subvariables, then return
1087         value should be all permutations of subvariable conditions.  Test
1088         cond4.test.
1089         (handle_source_transform): Define _OBJECTS variable with each
1090         condition; no need to define multiple new variables.
1092 Fri Jul 17 12:56:14 1998  Tom Tromey  <tromey@cygnus.com>
1094         * automake.in (am_install_var): Use DESTDIR, not DATADIR.  From
1095         Motoyuki Kasahara.
1097         * automake.in (scan_dependency_file): Recognize DOS-style paths as
1098         absolute.
1099         * ylwrap: Recognize DOS-style paths as absolute.  From Ian Lance
1100         Taylor.
1102 Fri Jul 17 07:37:20 1998  H.J. Lu  (hjl@gnu.org)
1104         * ylwrap: Don't use absolute path if the input is in the
1105         current directory.
1107 Fri Jul 17 11:58:27 1998  Ian Lance Taylor  <ian@cygnus.com>
1109         * automake.in: Use $(AM_MAKEFLAGS) in every invocation of $(MAKE).
1110         * subdirs.am: Likewise.
1112 Thu Jul 16 18:09:03 1998  Ian Lance Taylor  <ian@cygnus.com>
1114         * remake.am (config.status): Depend upon
1115         $(CONFIG_STATUS_DEPENDENCIES).
1116         * automake.in (handle_configure): Examine
1117         CONFIG_STATUS_DEPENDENCIES.
1119 Tue Jul 14 13:37:48 1998  Tom Tromey  <tromey@cygnus.com>
1121         * Makefile.am: Always look in srcdir for automake.in.
1123 Tue Jun 23 14:00:27 1998  Ian Lance Taylor  <ian@cygnus.com>
1125         * progs.am: Don't let $(EXEEXT) interfere with $(transform).
1126         Report from Mike Stump <mrs@wrs.com>.
1128 Tue Jun  2 13:27:34 1998  Tom Tromey  <tromey@cygnus.com>
1130         * automake.in (scan_one_configure_file): Make CONFIGURE file
1131         handle local.  From Kevin Street.
1133         * automake.in (read_am_file): Error if blank line or comment
1134         follows trailing backslash.  Test syntax.test.
1135         (file_contents_with_transform): Likewise.
1137 Thu May 28 18:49:47 1998  Ian Lance Taylor  <ian@cygnus.com>
1139         * automake.in (handle_configure): Always use $(SHELL) when running
1140         config.status.
1142 Mon Jun  1 14:23:29 1998  Tom Tromey  <tromey@cygnus.com>
1144         * automake.in (handle_yacc_lex_cxx): Use AM_CPPFLAGS, AM_CXXFLAGS,
1145         AM_CFLAGS.
1146         (output_yacc_build_rule): Use AM_YFLAGS, AM_LFLAGS.
1147         (handle_dependencies): Don't define CXXMKDEP.
1149         * clean.am (mostlyclean-generic): Prefix rule with MOSTLYCLEAN.
1150         (clean-generic): Prefix rule with CLEAN.
1151         (distclean-generic): Prefix rule with DISTCLEAN.
1152         (maintainer-clean-generic): Prefix rule with MAINTAINERCLEAN.
1153         BUILT_SOURCES now handled in automake itself.
1154         * automake.in (initialize_per_input): Initialize
1155         maintainer_clean_files.
1156         (handle_yacc_lex_cxx): Put lex and yacc output files onto
1157         @maintainer_clean_files.
1158         (handle_clean): Handle @maintainer_clean_files.  Transform
1159         clean.am when installing; try to remove unnecessary tests in
1160         generated code.
1162         * automake.in (do_check_merge_target): Only generate $(MAKE)
1163         command if there are check targets to make.  Report from Karl
1164         Heuer.
1166 Sun May 17 23:05:55 1998  Tom Tromey  <tromey@cygnus.com>
1168         * aclocal.in (write_aclocal): Fixed generated copyright message.
1169         From Eleftherios Gkioulekas.
1171         * automake.in (parse_arguments): Typo fix from Paul D. Smith.
1173 Fri May  8 12:14:03 1998  Tom Tromey  <tromey@cygnus.com>
1175         * automake.in (handle_yacc_lex_cxx): Put lex and yacc output files
1176         onto @clean.
1178 Wed May  6 01:18:05 1998  Tom Tromey  <tromey@cygnus.com>
1180         * header-vars.am (DESTDIR): Changed from DISTDIR.
1182 Fri Apr 24 10:16:20 1998  Tom Tromey  <tromey@cygnus.com>
1184         * libs.am: Don't display loop while it runs.
1186 Sun Apr  5 13:58:24 1998  Tom Tromey  <tromey@cygnus.com>
1188         * Released 1.3.
1190         * automake.in (handle_options): Correctly handle trailing alpha
1191         version letter or lack thereof.  Test version3.test.
1193         * automake.in (am_conf_line_warning): Perl 4 fixlet; typo fix.
1195         * automake.in (handle_ltlibraries): Examine _DEPENDENCIES
1196         variable.  Report from Chris Provenzano.  Test library.test.
1197         (handle_libraries): Likewise.
1199         * m4/lex.m4: Allow AM_PROG_LEX to be called with no arguments.
1201 Sun Apr  5 13:54:25 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
1203         * automake.in (scan_one_configure_file): Only warn about
1204         AC_DECL_YYTEXT and AC_PROG_LEXX.
1205         (am_conf_line_warning): New function.
1207 Fri Apr  3 15:43:46 1998  Doug Evans  <devans@seba.cygnus.com>
1209         * automake.in (handle_configure): Fix setting of colon_infile
1210         in case where multiple files are used to build Makefile.
1211         [ Test colon5.test ]
1212         
1213 Fri Apr  3 13:07:58 1998  Tom Tromey  <tromey@cygnus.com>
1215         * ansi2knr.c, texinfo.tex: New versions from respective
1216         maintainers.
1218         * automake.in (scan_one_configure_file): Exclude INSTALL_DATA from
1219         configure_vars.  Test instdata.test.
1221 Tue Mar 31 21:07:42 1998  Tom Tromey  <tromey@cygnus.com>
1223         * automake.in (handle_yacc_lex_cxx): Changed to use new version of
1224         ansi2knr.
1225         * ansi2knr.c: New version from L. Peter Deutsch.
1227 Thu Mar 26 11:00:04 1998  Tom Tromey  <tromey@cygnus.com>
1229         * m4/exeext.m4: Correctly eliminate bad cases when computing
1230         am_cv_exeext.  Report from Markus F.X.J. Oberhumer.
1232 Wed Mar 25 15:09:56 1998  Tom Tromey  <tromey@cygnus.com>
1234         * automake.in (handle_options): Support alpha version numbers.
1236         * lisp.am (install-@DIR@LISP): Allow .el files to appear in build
1237         directory.  From Gary V Vaughan.
1239 Mon Mar 23 07:55:04 1998  Tom Tromey  <tromey@cygnus.com>
1241         * Released 1.2h.
1243         * header.am (install-@DIR@HEADERS): A header can appear in the
1244         build directory as well as the source directory.  From Gary V
1245         Vaughan.
1247         * automake.in (handle_yacc_lex_cxx): Push lib sources onto
1248         de_ansi_files before generating ._c dependencies.  Test
1249         libobj8.test.
1251         * m4/mktime.m4: New version from Jim Meyering.
1253         * aclocal.in (usage): Document --print-ac-dir.
1254         (parse_arguments): Added --print-ac-dir.
1256         * ansi2knr.c, ansi2knr.1: New versions from ghostscript.
1257         (main): Reapplied "-" change from Harlan Stenn.
1259 Fri Mar 20 22:42:30 1998  Tom Tromey  <tromey@cygnus.com>
1261         * automake.in (scan_one_configure_file): Use &am_conf_line_error,
1262         not warn.  Check to make sure warnings happen only for
1263         configure.in, not for "not aclocal.m4".
1265 Fri Mar 20 22:35:31 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
1267         * automake.in: understand AM_PROG_LEX as a replacement for
1268         AC_PROG_LEX and AC_DECL_YYTEXT
1269         warn if the replaced macros are used.
1270         * m4/Makefile.am: add lex.m4
1271         * m4/lex.m4 (AM_PROG_LEX): new file and macro
1272         * missing: added lex/flex support
1273         instead of touching flex and bison output files, try to copy
1274         them from a filename based on the last given argument
1276 Fri Mar 20 00:26:10 1998  Tom Tromey  <tromey@cygnus.com>
1278         * m4/protos.m4: Require AC_PROG_CPP.
1280         * aclocal.in (add_file): If &search fails, and macro matches AM_,
1281         then print error.  Test aclocalii.test.
1283         De-ansi-fication fixes from Harlan Stenn:
1284         * ansi2knr.c (main): Accept "-" argument to mean stdin.
1285         * automake.in (handle_yacc_lex_cxx): Preprocess C source before
1286         running through ANSI2KNR.
1287         (get_object_extension): Generate rule for <dir>/ansi2knr.o.
1289         * texinfos.am: Include $(DESTDIR).
1290         * lisp.am: Include $(DESTDIR).
1291         * java.am: Include $(DESTDIR).
1292         * mans.am (install-man@SECTION@): Include $(DESTDIR).
1293         * automake.in (handle_man_pages): Include $(DESTDIR) in
1294         installdirs variable.
1295         (handle_texinfo): Likewise.
1296         (am_install_var): Likewise.
1297         * header-vars.am (DISTDIR): Define.
1298         * data.am, header.am, libs.am, ltlib.am, progs.am, scripts.am:
1299         Support $(DESTDIR) at install time.  From Assar Westerlund.
1301         * automake.in (handle_java): Put Java sources in distribution.
1303 Thu Mar 19 01:33:35 1998  Tom Tromey  <tromey@cygnus.com>
1305         * automake.in (handle_java): Put JAVACFLAGS after -d option.  From
1306         Per Bothner.
1308         * automake.in (handle_java): Use $(JAVAROOT) in place of `../..'
1309         in default CLASSPATH.
1310         (am_install_var): Allow `JAVA' variable to be defined.  Don't
1311         define `JAVA' primary.
1313         * automake.in (scan_one_configure_file): Check for `sinclude' and
1314         turn into recursive call.
1316         * automake.in (initialize_per_input): Set $output_all.
1317         (generate_makefile): Don't set $output_header or generate
1318         `default' target.  Print $output_all before $output_header.
1319         (handle_merge_targets): Put `all' target into $output_all.
1321 Wed Mar 18 14:48:44 1998  Tom Tromey  <tromey@cygnus.com>
1323         * automake.in (handle_configure): Put secondary dependencies from
1324         multi-":" AC_OUTPUT entry into dependency list for file created by
1325         config.status, not file created by automake.  Test colon3.test.
1326         (generate_makefile): Pass $output, not $makefile, to
1327         handle_merge_targets.
1329         * Makefile.am (pkgdata_DATA): Added java.am, java-clean.am.
1330         * java-clean.am: New file.
1331         * java.am: New file.
1332         * automake.in (generate_makefile): Call handle_java.
1333         (handle_java): New sub.
1334         (am_install_var): Only push primary variable on @all if not doing
1335         Java.
1337 Sun Mar  8 15:43:09 1998  Tom Tromey  <tromey@cygnus.com>
1339         * automake.in (handle_configure): When recognizing AC_OUTPUT ":"
1340         syntax, make regexp less greedy.  From Maciej W. Rozycki.  Test
1341         colon4.test.
1343 Fri Mar  6 21:20:53 1998  Tom Tromey  <tromey@cygnus.com>
1345         * m4/exeext.m4 (AM_EXEEXT): Ignore am_c_test.o.  From Bruno
1346         Haible.
1348 Tue Feb 24 12:10:44 1998  Tom Tromey  <tromey@cygnus.com>
1350         * Released 1.2f.
1352         * mans.am (install-man@SECTION@, uninstall-man@SECTION@): Quote
1353         `$' in sed expression.
1355         * config.guess, config.sub, texinfo.tex: New versions from FSF.
1357         * Makefile.am (pkgdata_DATA): Added mans.am.
1358         * automake.in (handle_man_pages): Rewrote for new man page
1359         handling.
1360         (initialize_global_constants): Removed install_man_format,
1361         uninstall_man_format.
1362         * mans.am: New file.
1364         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
1365         scripts.am, texinfos.am: Put `@' before NORMAL_UNINSTALL
1366         invocation.
1368 Mon Feb 23 13:38:56 1998  Tom Tromey  <tromey@cygnus.com>
1370         * automake.in (get_object_extension): Remove .c.lo rule from
1371         libtool when dependencies turned on.
1372         * libtool.am (.c.lo): Disable when dependency checking turned on.
1374         Dependency fixes from Alexandre Oliva:
1375         * automake.in (handle_dependencies): Fixed quoting when
1376         substituting @PFX@ and @EXT@.  Don't look for the `.P' file.
1377         * depend2.am (%.o): Use @PFX@ and @EXT@.
1378         (%.lo): New rule.
1380         * texinfos.am (.txi.info, .txi.dvi, .txi): New rules.
1381         * automake.in (handle_texinfo): Recognize .txi files.  From Karl
1382         Berry.
1384         * automake.in (handle_single_transform_list): $objpat now a
1385         parameter.  Set $objpat when suffix rule found.
1387         * aclocal.in (parse_arguments): Only put current year in --version
1388         output.
1389         * automake.in (parse_arguments): Only put current year in
1390         --version output.
1392 Mon Feb 16 00:12:03 1998  Tom Tromey  <tromey@cygnus.com>
1394         * automake.in (handle_aclocal_m4): When processing -I options,
1395         directory is separate argument.  Test aclocali.test.
1397 Fri Feb 13 14:35:39 1998  Ian Lance Taylor  <ian@cygnus.com>
1399         * automake.in (handle_texinfo): Correct condition for whether
1400         texinfo.tex is required.  [Test texinfo5.test]
1402 Fri Feb 13 00:28:53 1998  Tom Tromey  <tromey@cygnus.com>
1404         * Released 1.2e.
1406         * Makefile.am: Removed bogus line.
1408 Thu Feb 12 22:27:05 1998  Tom Tromey  <tromey@cygnus.com>
1410         * automake.in (get_object_extension): Conditionally include .c.o
1411         rule from compile.am.
1412         (handle_dependencies): Generate correct code when including new
1413         depend2.am.
1414         (file_contents_with_transform): Better error reporting.
1415         * depend.am (MKDEP): Removed.
1416         (.deps/.P): Removed.  Don't include .deps/.P.
1417         * compile.am (.c.o): Now conditional on dependencies not being
1418         generated by compiles.
1419         * depend2.am (%.o): New rule.
1420         (.deps/%.P): Removed.
1422         * tags.am (TAGS): Uniquify list of files.  From Harlan Stenn.
1424         * aclocal.in (scan_m4_files): Reverse-sort keys when constructing
1425         `search' function.  From Johan Danielsson.
1427 Tue Sep 16 14:13:15 1997  Paul D. Smith  <psmith@baynetworks.com>
1429         * automake.in: Create new option --generate-deps.  This option has
1430         automake generate a .dep_segment file containing just the
1431         dependencies created from the .P list.  This is needed to maintain
1432         other makefiles that automake doesn't deal with (Makefile.DOS,
1433         SMakefile, etc.)
1434         * automake.texi (Invoking Automake): Document it.
1436 Thu Feb 12 19:45:16 1998  Tom Tromey  <tromey@cygnus.com>
1438         * aclocal.in (scan_configure): Tightened regexp a bit.  Test
1439         whoami.test.  From Johan Danielsson.
1441         Report from H.J. Lu.
1442         * automake.in (output_yacc_build_rule): Don't write rule to create
1443         `.h' file.
1444         (handle_yacc_lex_cxx): Generate rule to build each .h file.
1446         * automake.in (handle_options): Set readme-alpha and check-news
1447         for Gnits after main processing.  Test alpha.test.  From Jim
1448         Meyering.
1450         * aclocal.in (usage): Updated bug-reporting address.
1451         * automake.in (usage): Updated bug-reporting address.
1453         * compile.am: Remove *.core for 4.4BSD systems.  From Assar
1454         Westerlund.
1456         * automake.in (handle_single_transform_list): Don't set
1457         seen_any_source if all sources are C++.
1459 Wed Feb 11 17:30:01 1998  Tom Tromey  <tromey@cygnus.com>
1461         * aclocal.in (write_aclocal): Write to $output_file, not
1462         aclocal.m4.  From Alexandre Oliva.
1464 Thu Feb  5 13:38:55 1998  Tom Tromey  <tromey@cygnus.com>
1466         * automake.in (scan_one_configure_file): Put CXCPP before CXX in
1467         regexp.  From Garth Corral.  Test cxxxcpp.test.
1469 Sun Jan 25 11:16:53 1998  Tom Tromey  <tromey@cygnus.com>
1471         * automake.in (generate_makefile): Run handle_minor_options before
1472         handle_dist, to make sure README-alpha ends up in distribution.
1473         From Jim Meyering.
1475 Tue Jan 13 09:19:33 1998  Tom Tromey  <tromey@cygnus.com>
1477         * aclocal.in (add_file): Hack for Perl 4.  From Seth Alves.
1479 Thu Dec 11 12:29:46 1997  Ian Lance Taylor  <ian@cygnus.com>
1481         * scripts.am: Don't add @EXEEXT@ to installed scripts.  Scripts
1482         are not executables.
1484 Tue Dec  2 20:07:18 1997  Tom Tromey  <tromey@cygnus.com>
1486         * automake.in (initialize_global_constants): Bug fix in
1487         uninstall_man_format.  Report from Eric Backus.
1489 Mon Dec  1 13:52:39 1997  Tom Tromey  <tromey@cygnus.com>
1491         * automake.in (handle_source_transform): Correctly generate
1492         _OBJECTS when _SOURCES is defined conditionally.  Reported by Rob
1493         Savoye.  Test cond3.test.
1495         Fixes for test objc.test:
1496         * automake.in (initialize_per_input): New global seen_any_source.
1497         (handle_yacc_lex_cxx): Use seen_any_source to decide when to
1498         define LINK, et al.
1499         (handle_single_transform_list): Set seen_any_source.
1500         (handle_lib_objects_cond): Likewise.
1502 Wed Nov 26 13:41:57 1997  Tom Tromey  <tromey@cygnus.com>
1504         * Released 1.2d.
1506         * m4/ccstdc.m4: Don't force AM_PROG_CC_STDC before AC_PROG_CPP.
1507         Temporary hack.
1509         * m4/mktime.m4 (AM_FUNC_MTIME): New version from Paul Eggert.
1511         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL,
1512         NORMAL_UNINSTALL, PRE_UNINSTALL, POST_UNINSTALL): Define as `:',
1513         not `true'.
1515         * automake.in (output_yacc_build_rule): Don't overwrite .h file in
1516         non-ylwrap case.
1518         * tags.am (ID): Scan lisp files.
1519         (TAGS): Make tags for lisp files.
1521 Tue Nov 25 14:20:42 1997  Tom Tromey  <tromey@cygnus.com>
1523         * ltlib.am: Use INSTALL_DATA, not INSTALL_PROGRAM.  From Gord
1524         Matzigkeit.
1526 Fri Nov 21 15:15:50 1997  Tom Tromey  <tromey@cygnus.com>
1528         * m4/mingw.m4, m4/cygwin.m4: Argument to AC_TRY_COMPILE is
1529         function body, not entire function.  From Ian Taylor.
1531 Sat Oct 25 12:39:19 1997  Tom Tromey  <tromey@cygnus.com>
1533         * automake.in (scan_one_configure_file): Skip empty string for
1534         Perl 4.  From Assar Westerlund.
1536         * config.guess, config.sub, texinfo.tex: New versions from FSF.
1538 Fri Oct 24 23:15:09 1997  Tom Tromey  <tromey@cygnus.com>
1540         * automake.in (output_yacc_build_rule): Use YFLAGS again.
1541         (handle_yacc_lex_cxx): Error if YACCFLAGS used.
1543 Wed Aug 27 19:26:45 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
1545         * compile.am: Add suffix rules for ".s.o" and ".S.o" so assembler
1546         files can be used.
1547         * libtool.am: Add suffix rules for ".s.lo" and ".S.lo" so assembler
1548         files can be used.
1549         * automake.in: Add .S and .s to the standard list of suffixes so
1550         assembler files can be used.
1552 Fri Oct 24 13:39:01 1997  Tom Tromey  <tromey@cygnus.com>
1554         * m4/exeext.m4: Require AM_MINGW32.  Check MINGW32 setting.
1556 Thu Oct 23 21:16:28 1997  Tom Tromey  <tromey@cygnus.com>
1558         * m4/init.m4 (missing_dir): AC_REQUIRE AM_SANITY_CHECK,
1559         AC_ARG_PROGRAM, and AC_PROG_MAKE_SET.
1561 Tue Oct 21 16:49:36 1997  Tom Tromey  <tromey@cygnus.com>
1563         * automake.in (handle_options): Recognize `cygnus'.
1565 Tue Sep  9 17:09:47 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
1567         * m4/mingw.m4: New file for mingw32 support.
1568         * m4/exeext.m4: Also check for the mingw32 environment.
1570 Tue Oct 21 00:39:44 1997  Tom Tromey  <tromey@cygnus.com>
1572         * m4/Makefile.am (m4data_DATA): Added mingw.m4.
1574         * automake.in (handle_lib_objects_cond): Don't require @LEXLIB@.
1575         (handle_programs): Likewise.
1577         * subdirs.am (check-recursive installcheck-recursive
1578         info-recursive dvi-recursive): Handle case when SUBDIRS is empty.
1579         (maintainer-clean-recursive): Likewise.  From Assar Westerlund.
1581         * aclocal.in (scan_m4_files): If macro recognized, &search will
1582         return 1.
1583         (scan_configure): If AM_ macro not found, give error.
1585         * m4/sanity.m4: If `ls' completely fails, die.  From Jim
1586         Meyering.
1588 Mon Oct 20 16:13:48 1997  Tom Tromey  <tromey@cygnus.com>
1590         * automake.in (handle_single_transform_list): Fixlet for Fortran.
1591         From Bernard Urban.
1593         * libtool.am: Remove _libs, for libtool 1.0d.  From Gord
1594         Matzigkeit.
1596 Sun Oct 19 22:59:35 1997  Tom Tromey  <tromey@cygnus.com>
1598         * texinfos.am: Bug fix.  From John W. Coomes.
1600 Mon Sep 29 12:57:00 1997  Tom Tromey  <tromey@cygnus.com>
1602         * Released 1.2c.
1604         * automake.in (handle_dist_worker): In topmost directory of
1605         project, use `distdir', not `top_distdir', as argument to
1606         --output-dir; likewise when building in subdirs.
1608 Sun Sep 28 15:55:46 1997  Tom Tromey  <tromey@cygnus.com>
1610         * m4/sanity.m4: Test $*, not $@.  From Akim Demaille.
1612         * automake.in (handle_minor_options): New sub.
1613         (check_gnits_standards): Don't handle README-alpha here.
1614         (handle_dist_worker): Check NEWS file if `check-news' option
1615         requested.
1616         (generate_makefile): Run handle_minor_options.
1617         (handle_options): Handle readme-alpha and check-news.  Set them if
1618         --gnits.
1620         * depend.am (MKDEP): Use $(CC), not gcc.
1622 Wed Sep 24 23:48:26 1997  Tom Tromey  <tromey@cygnus.com>
1624         * Release 1.2b.
1626         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Make sure this is run before
1627         AC_PROG_CPP.  From Markus Oberhumer.
1629 Fri Sep 12 00:04:19 1997  Paul Eggert  <eggert@twinsun.com>
1631         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Don't look at __STDC__;
1632         look only at whether function prototypes are supported.
1634 Wed Sep 24 16:10:37 1997  Tom Tromey  <tromey@cygnus.com>
1636         * Various: Put "-" before each `rm' line.  This avoids a bug in
1637         some losing makes (Ultrix, 4.3 BSD).
1639         * automake.in (handle_dist_worker): Correctly handle subdirs that
1640         have their own configure.in.  From Peter Mattis.
1642         * automake.in (handle_yacc_lex_cxx): Handle de-ansi-fied sources
1643         in srcdir as well as build dir.
1645         * automake.in (scan_one_configure_file): Detect AC_OUTPUT().
1646         (handle_single_transform_list): Don't apply length() to a list.
1648         * automake.in (handle_programs): Define _DEPENDENCIES variable if
1649         not defined by user.
1651 Thu Sep 18 19:43:38 1997  Tom Tromey  <tromey@cygnus.com>
1653         * m4/sanity.m4: Quote "$@" for m4.  From Gord Matzigkeit.
1655 Mon Sep  1 23:50:38 1997  Tom Tromey  <tromey@cygnus.com>
1657         * automake.in (handle_texinfo): Set need_texi_file only when
1658         TEXINFO_TEX not defined.
1660 Thu Aug 28 09:37:29 1997  Tom Tromey  <tromey@cygnus.com>
1662         From Juergen Erhard:
1663         * automake.in (SUFFIX_RULE_PATTERN): New global.
1664         (handle_single_transform_list): If suffix matches a source suffix,
1665         rewrite.
1666         (read_am_file): Add suffix rules to %suffix_rules.
1667         (initialize_per_input): Initialize %suffix_rules.
1669 Wed Aug 27 12:56:50 1997  Tom Tromey  <tromey@cygnus.com>
1671         * automake.in (handle_texinfo): Also remove .kys and .ps files.
1673         * automake.in (handle_yacc_lex_cxx): Quoting fixlet.  From Kaveh
1674         Ghazi.
1676         * aclocal.in (write_aclocal): Print copyright and copying
1677         permissions.  From RMS.
1678         * automake.in (initialize_global_constants): More copyright stuff
1679         from RMS.
1681         * automake.in (handle_texinfo): Only require texinfo.tex in
1682         appropriate situations.  Report from Paul D. Smith.
1684 Mon Aug 25 15:45:52 1997  Tom Tromey  <tromey@cygnus.com>
1686         * automake.in (scan_dependency_file): Fix so that
1687         OMIT_DEPENDENCIES will work.  From Alexander Lukyanov.
1689         * automake.in (handle_texinfo): texi2dvi can generate `.cn'
1690         files.  From Akim Demaille.
1692 Wed Aug  6 10:51:37 1997  Tom Tromey  <tromey@cygnus.com>
1694         * automake.in (handle_texinfo): Reversed sense of test.
1696 Tue Aug  5 17:49:54 1997  Tom Tromey  <tromey@cygnus.com>
1698         * automake.in (handle_dependencies): Always mark OMIT_DEPENDENCIES
1699         as seen.
1701         * automake.in (handle_yacc_lex_cxx): Make each _.c file depend on
1702         ansi2knr.
1704         * automake.in (handle_yacc_lex_cxx): Fix for makes which don't
1705         allow $< in non-suffix rules.  From Akim Demaille.
1707         * automake.in (value_to_list): If variable name contains configure
1708         substitution, then just ignore it.
1710         * automake.in (variable_defined): Mark variable is seen, even if
1711         only conditionally seen.
1713         * Makefile.am: Check for bad splits.
1714         * automake.in (various): Use split(' ',...), not split(/ /,...).
1716 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
1718         * ylwrap: If the program is a relative path, force it to be
1719         absolute.
1721 Tue Aug  5 16:59:41 1997  Tom Tromey  <tromey@cygnus.com>
1723         * missing: Examine A[CM]_CONFIG_HEADER for name of files to
1724         touch.  From Markus F.X.J. Oberhumer.
1726         * automake.in (require_file_internal): Better error message when
1727         installing.
1729         * automake.in (handle_texinfo): Smarter test when deleting output
1730         of makeinfo.
1732 Sat Aug  2 13:32:45 1997  Tom Tromey  <tromey@cygnus.com>
1734         * automake.in (do_check_merge_target): In --cygnus mode, check
1735         doesn't depend on all.
1737         * automake.in (output_yacc_build_rule): Use YACCFLAGS, not
1738         YFLAGS.  Per GNU Standards.
1740         * dejagnu.am (RUNTESTDEFAULTFLAGS): New macro.
1741         (check-DEJAGNU): Use it.
1743         * subdirs.am (maintainer-clean-recursive): Actually reverse subdir
1744         list.  From Alexander Lukyanov.
1746         * automake.in (initialize_global_constants): Changed generated
1747         copyright.  From RMS.
1749         * automake.in (handle_configure): Pass correct value for
1750         CONFIG_FILES.  From Ian Taylor.
1752 Thu Jul 31 17:36:10 1997  Ian Lance Taylor  <ian@cygnus.com>
1754         * ylwrap (pairlist): Shift out trailing "--"; don't pass it to
1755         $prog.
1757 Thu Jul 24 00:52:02 1997  Tom Tromey  <tromey@cygnus.com>
1759         * automake.in (initialize_global_constants): Changed index names
1760         in dist hash so that alternate dist targets will be generated.
1761         Report from Glenn Amerine.
1763         Suggestion from Karl Berry:
1764         * automake.in (usage): Added short info line.
1766         * aclocal.in (usage): Updated bug-reporting address.  Added short
1767         info line.
1769         * automake.in (handle_emacs_lisp): Put contents of lisp-clean.am
1770         into output.  Report from Karl Berry.
1772 Mon Aug 25 16:14:32 1997  Tom Tromey  <tromey@cygnus.com>
1774         * automake.in (handle_configure): Only generate ":" syntax for
1775         CONFIG_FILES when really needed.
1777 Wed Aug  6 14:47:12 1997  Ian Lance Taylor  <ian@cygnus.com>
1779         * remake-hdr.am (@CONFIG_HEADER@): Use a dummy command to force
1780         GNU make to recheck the file modification time.
1782 Tue Aug  5 14:44:10 1997  Ian Lance Taylor  <ian@cygnus.com>
1784         * ylwrap: If the program is a relative path, force it to be
1785         absolute.
1787 Mon Aug  4 14:52:08 1997  Ian Lance Taylor  <ian@cygnus.com>
1789         * automake.in ($RULE_PATTERN): Accept $ in body of rule name.
1790         (handle_programs): Don't append $(EXEEXT) if the
1791         program name contains '.'.
1792         (am_install_var): When rewriting _PROGRAMS, don't append $(EXEEXT)
1793         if the program names contains '.'.  Also, handle conditionals.
1795 Sat Aug  2 14:43:41 1997  Tom Tromey  <tromey@cygnus.com>
1797         * m4/exeext.m4: Fixed quoting.
1799         * m4/exeext.m4 (am_cv_exeext): Use echo, not ls.
1801         * automake.in (handle_programs): Transform @EXEEXT@ when including
1802         program.am.
1804 Fri Aug  1 17:09:09 1997  Tom Tromey  <tromey@cygnus.com>
1806         * automake.in (handle_programs): Don't transform CYGWIN or
1807         NOTCYGWIN.
1808         (am_install_var): Likewise.
1810         * progs-clean.am (clean-@DIR@PROGRAMS): Never include EXEEXT.
1812         * progs.am: Removed @EXEEXT@; it is now implicit.
1813         * program.am: Add @EXEEXT@ in appropriate places; removed
1814         cygwin-dependent code.
1815         * automake.in (seen_exeext): Renamed from seen_cygwin32.
1816         (handle_programs): Use seen_exeext.
1817         (scan_one_configure_file): Look for AM_EXEEXT, not AM_CYGWIN32.
1818         (check_cygnus): Use seen_exeext.
1819         (am_install_var): Likewise.
1820         (am_install_var): When handling PROGRAMS primary, append EXELIST
1821         to program names as necessary.
1822         * m4/exeext.m4: Require AM_CYGWIN32.
1824 Thu Jul 31 17:36:10 1997  Ian Lance Taylor  <ian@cygnus.com>
1826         * ylwrap (pairlist): Shift out trailing "--"; don't pass it to
1827         $prog.
1829         * texinfos.am: Add -I $(srcdir) when invoking $(MAKEINFO) for
1830         CYGNUS .texinfo.info case and .texinfo case.
1832         * automake.in (handle_configure): Correct handling of inputs for
1833         for AC_OUTPUT files when invoking config.status.
1835 Mon Jul 28 15:29:25 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
1837         * m4/cygwin.m4: Set a variable CYGWIN32, rather than EXEEXT.
1838         * m4/exeext.m4: New autoconf test for an executable suffix.
1839         * m4/Makefile.in: Install the new exeext.m4 test.
1841 Sun Jun 22 14:01:59 1997  Tom Tromey  <tromey@cygnus.com>
1843         * Released version 1.2.
1845         * automake.in (handle_texinfo): Look for texinfo.tex in aux dir.
1847         * automake.in (require_file_internal): Only print "installing"
1848         when actually installing.  From Gord Matzigkeit.
1850         * automake.in (handle_tests): Exit status `77' means `ignore
1851         test'.  From François Pinard.
1852         (handle_tests) Also, make banner same size as text.
1854         * automake.in (handle_configure): Don't handle PRE_BUILT_SOURCES.
1855         (handle_built_sources): Likewise; don't have `all' depend on
1856         BUILT_SOURCES.
1858         * depend.am (DEPS_MAGIC): New variable.
1859         (.deps/.P): Depend on BUILT_SOURCES again.
1861         * texinfos.am: Use ||, not ;.
1863 Tue Jun 10 11:04:16 1997  Tom Tromey  <tromey@cygnus.com>
1865         * m4/cygwin.m4: Examine output of compiler to see if .exe needed.
1867 Sun Jun  1 13:16:05 1997  Tom Tromey  <tromey@cygnus.com>
1869         * automake.in (handle_built_sources): Handle PRE_BUILT_SOURCES.
1870         (handle_configure): Likewise.
1872         * depend2.am (.deps/%.P): Don't generate file if MKDEP fails.
1873         From Alexandre Oliva.
1875         * depend.am (.deps/.P): Depend on PRE_BUILT_SOURCES, not
1876         BUILT_SOURCES.
1878         * automake.in (initialize_global_constants): Added 1997 to
1879         copyright info.
1881         * automake.in (output_yacc_build_rule): Never move y.tab.c over
1882         the .h file.  From Jim Meyering.
1884 Thu May 29 23:16:02 1997  Tom Tromey  <tromey@cygnus.com>
1886         * automake.in (scan_one_configure_file): Avoid defining ACLOCAL,
1887         AUTOCONF, AUTOMAKE, AUTOHEADER.  From David Zaroski.
1889 Sat Feb 22 16:05:24 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
1891         * Makefile.am (pkgdata_DATA): Under this new scheme, we no longer
1892         need compile-kr.am.  Delete it.
1894         * automake.in (handle_yacc_lex_cxx, get_object_extension): Use
1895         _.c, _.o, _.lo instead of ._c, ._o, .l_o for de-ansification.
1897         * ansi2knr.c (main): Parse our arguments a little differently so
1898         that we don't create null output files when we can't read the
1899         input file.
1901 Wed May 28 23:40:33 1997  Tom Tromey  <tromey@cygnus.com>
1903         * depend.am (.deps/.P): Depend on $(BUILT_SOURCES) again.  From
1904         Gord Matzigkeit.
1906 Mon May 26 22:50:49 1997  Tom Tromey  <tromey@cygnus.com>
1908         * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent.  Report
1909         from Alexandre Oliva.
1911         * automake.in (generate_makefile): If --no-force, check
1912         Makefile.in against configure.in and aclocal.m4.  Report from
1913         Alexandre Oliva.
1915         * automake.in (handle_dist_worker): Put --include-deps on command
1916         line if specified originally.
1917         (handle_configure): Likewise.
1919         * configure.in: Error if Perl 5.001 is used.
1921         * ylwrap: Don't quote $prog when executing it.  From Jim
1922         Meyering.
1924 Thu May 15 12:05:20 1997  Tom Tromey  <tromey@cygnus.com>
1926         * automake.in (handle_merge_targets): Set INSTALL_SCRIPT in
1927         install-strip target.
1929 Tue May 13 08:20:02 1997  Tom Tromey  <tromey@cygnus.com>
1931         * automake.in (handle_dependencies): Don't generate dependencies
1932         if DEP_FILES would be empty.
1934 Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>
1936         * config.guess: New version from FSF.
1938         * automake.in (get_object_extension): If ansi2knr in another
1939         directory, always define ANSI2KNR to full path.  From Akim
1940         Demaille.
1942         * kr-extra.am (clean-krextra): Remove ansi2knr here, not in
1943         distclean-krextra.
1945         * missing: Regularized grammar.  From François Pinard.
1947 Sat May 10 16:48:47 1997  Tom Tromey  <tromey@cygnus.com>
1949         * Released 1.1p.
1951         * m4/init.m4: Error if source directory already configured.
1953         * automake.in (scan_dependency_file): Always use srcdir name as
1954         passed in on command line.
1956 Thu May  1 12:53:46 1997  Ian Lance Taylor  <ian@cygnus.com>
1958         * automake.in (value_to_list): Don't fail when a variable
1959         substitution is not a complete word.
1961 Tue May  6 15:22:41 1997  Ian Lance Taylor  <ian@cygnus.com>
1963         * subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not
1964         get fooled by command line arguments.
1966 Sat May 10 15:48:46 1997  Tom Tromey  <tromey@cygnus.com>
1968         * m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by
1969         default.
1971 Mon May  5 23:24:09 1997  Tom Tromey  <tromey@cygnus.com>
1973         * mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex:
1974         New versions from FSF.
1976 Sun May  4 15:21:22 1997  Tom Tromey  <tromey@cygnus.com>
1978         * texinfos.am (install-info): Avoid the Debian install-info.
1979         (uninstall-info): Likewise.
1981         * automake.in (handle_single_transform_list): Strip any directory
1982         name before processing name.
1984 Thu May  1 19:24:08 1997  Tom Tromey  <tromey@cygnus.com>
1986         * depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.
1988 Wed Apr 30 19:15:47 1997  Tom Tromey  <tromey@cygnus.com>
1990         * automake.in (handle_dist_worker): Change how top_distdir is
1991         computed.  Based on patch from Ian Taylor.
1992         (handle_dist): Define top_distdir.
1994         * automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK.
1995         (handle_yacc_lex_cxx): Include CFLAGS in LINK.
1997 Wed Apr 30 14:46:37 1997  Ian Lance Taylor  <ian@cygnus.com>
1999         * automake.in (handle_dist_worker): When building a distribution,
2000         if SUBDIRS is defined conditionaly, recur into each possible
2001         subdirectory.
2003         * clean.am (distclean-generic): Remove stamp-h[0-9]*.
2005 Tue Apr 29 19:11:45 1997  Tom Tromey  <tromey@cygnus.com>
2007         * INSTALL, mkinstalldirs, install-sh: Update from François
2008         Pinard.
2010         * aclocal.in (add_macro): If AC_ macro was defined, then mark it
2011         as seen.  Report from Janos Farkas.
2013         * subdirs.am: Clean targets now run in reverse order.  From Kevin
2014         Dalley.
2016         * automake.in (handle_texinfo): Put `aminfo', not `info' on
2017         @clean.
2019         * mdate-sh: New version from Ulrich Drepper.
2021 Mon Apr 28 01:18:05 1997  Tom Tromey  <tromey@cygnus.com>
2023         * automake.in (handle_configure): Makefile only depends on
2024         BUILT_SOURCES when generating dependencies.
2026         * Released 1.1o.
2028 Sun Apr 27 23:58:20 1997  Tom Tromey  <tromey@cygnus.com>
2030         * automake.in (handle_dist): Use variable_value, not
2031         variable_contents.
2033 Wed Apr 23 14:04:28 1997  Ian Lance Taylor  <ian@cygnus.com>
2035         * automake.in (IF_PATTERN): Define.
2036         (ELSE_PATTERN, ENDIF_PATTERN): Define.
2037         (AM_CONDITIONAL_PATTERN): Define.
2038         (%configure_cond): New global hash table.
2039         (handle_source_transform): If xx_SOURCES is defined conditionally,
2040         define xx_OBJECTS using the same conditions.
2041         (handle_lib_objects): If variable is defined conditionally, define
2042         xx_DEPENDENCIES conditionally.  Most code moved into subroutine.
2043         (handle_lib_objects_cond): New function, broken out of
2044         handle_lib_objects.
2045         (scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN.
2046         (conditional_true_when): New function.
2047         (variable_defined): Add new parameter: cond.  Change some
2048         callers.
2049         (variable_conditions): New function.
2050         (variable_conditionally_defined): New function.
2051         (variable_value): New function.  Change most uses of $contents to
2052         call variable_value instead.
2053         (value_to_list): New function, from variable_value_as_list.
2054         (variable_value_as_list): Add new parameter: cond.  Change all
2055         callers.  Move some code into subroutine value_to_list.
2056         (define_pretty_variable): Add new parameter: cond.  Change call
2057         callers.
2058         (read_am_file): Handle conditionals.
2059         (initialize_per_input): Initialize %conditional and
2060         @conditional_stack.
2061         * m4/cond.m4: New file.
2062         * m4/Makefile.am (m4data_DATA): Add cond.m4.
2064 Sun Apr 27 11:03:36 1997  Tom Tromey  <tromey@cygnus.com>
2066         * automake.in (handle_dist_worker): Run automake once per
2067         directory, instead of once at the top.
2068         (handle_dist_worker): Changed interface.
2069         (handle_dist): Likewise.
2070         (generate_makefile): Better error message if can't write the
2071         file.
2072         (handle_dist_worker): Pass top_distdir to subdir makes.
2074         * automake.in (handle_dist_worker): Use mode 777 on directories in
2075         distribution.  GNU Standards compliance.
2077         * automake.in (handle_yacc_lex_cxx): Don't use interlock.
2078         (output_yacc_build_rule): Don't use interlock; just use new ylwrap
2079         instead.  The new ylwrap builds in a subdir; idea from Mark
2080         Eichin.
2081         (output_lex_build_rule): Likewise.
2082         (initialize_global_constants): [common_files] Don't include
2083         interlock.
2085         * Makefile.am (pkgdata_SCRIPTS): Removed interlock.
2086         * interlock: Removed.
2087         * ylwrap: Changed interface.  Now runs command in subdir.
2089         * remake.am (config.status): Look in srcdir for config header.
2090         ($(srcdir)/configure): Likewise.
2091         * remake-hdr.am (@STAMP@): Look in srcdir for config header.  From
2092         Phil Nelson.
2093         ($(srcdir)/@CONFIG_HEADER_IN@): Likewise.
2095         * automake.in (handle_aclocal_m4): Make target $(ACLOCAL_M4), not
2096         value spelled out.  From Phil Nelson
2098         * automake.in (handle_configure): Don't skip Makefiles; instead
2099         skip automake inputs.
2100         (handle_merge_targets): Changed interface; put $makefile at
2101         beginning of @all (rather than Makefile at end).
2103         * automake.in (handle_yacc_lex_cxx): Correctly compute
2104         de_ansi_sources.
2106         * clean-kr.am (distclean-kr): Do nothing; ansi2knr is removed in
2107         kr-extra.am.
2109         * Makefile.am: Check to make sure there are no accidental
2110         configure substitutions.
2112         * automake.in (handle_texinfo): Don't allow configure substitution
2113         on @MAKEINFO@ here.
2115         * automake.in (handle_yacc_lex_cxx): ._c and ._o files both depend
2116         on $(ANSI2KNR).
2118         * kr-extra.am (ansi2knr): Removed.
2119         (ansi2knr.o): Likewise.
2121         * automake.in (get_object_extension): Allow ansi2knr to be built
2122         from any directory.
2124 Fri Apr 25 12:33:23 1997  Tom Tromey  <tromey@cygnus.com>
2126         * missing: Changed bison text.  From Ian Taylor.
2128         * m4/missing.m4: Redirect stdin of testee.  From Bill Fenner.
2130         * automake.in (output_yacc_build_rule): Generate rule to create .h
2131         file.
2132         (handle_footer): Generate unique, sorted list of suffixes.
2134         * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK,
2135         _CPP, _CXCPP, _LN_S.  From Ralph Schleicher.
2137 Mon Apr 21 12:35:57 1997  Ian Lance Taylor  <ian@cygnus.com>
2139         * automake.in (@config_fullnames): New array.
2140         (@config_names): New array, replacing $config_name.
2141         (@config_headers): New array, replacing $config_header.
2142         (get_object_extension): Handle multiple header files.
2143         (handle_tags, handle_merge_targets): Likewise.
2144         (scan_one_configure_file): Likewise.
2145         (handle_configure): Likewise.  Don't check for the configuration
2146         header file in AC_OUTPUT; it won't be there.
2147         * remake-hdr.am: Handle multiple header files.
2148         * clean-hdr.am: New file, broken out of remake-hdr.am.
2149         * m4/header.m4: Handle multiple header files.
2150         * Makefile.am (pkgdata_DATA): Add clean-hdr.am.
2152 Wed Apr 16 00:05:47 1997  Tom Tromey  <tromey@cygnus.com>
2154         * texinfos.am (.texi.info, .texi, .texinfo.info, .info): Remove
2156         * automake.in (define_program_variable): Added `override' argument.
2157         (handle_texinfo): Pass override arg when defining MAKEINFO.
2158         (AC_MISSING_PROG): New constant.
2159         (scan_one_configure_file): Use it.
2161 Tue Apr 15 12:12:28 1997  Tom Tromey  <tromey@cygnus.com>
2163         * automake.in (handle_texinfo): In --cygnus mode, reserve
2164         clean-info for the user.
2166         * automake.in (handle_subdirs): Typo fix.  From Akim Demaille.
2168         * automake.in (handle_tags): Only use SUBDIRS if it is actually
2169         defined.  Report from Ian Taylor.
2171         * tags.am: Added prefix to SUBDIRS rules.
2173 Wed Apr  9 17:09:40 1997  Tom Tromey  <tromey@cygnus.com>
2175         * automake.in (handle_ltlibraries): Use correct rpath
2176         substitution.  Bug from Jim Blandy.
2178 Mon Apr  7 17:40:18 1997  Tom Tromey  <tromey@cygnus.com>
2180         * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg.
2181         Test version2.test.
2183 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
2185         * Released 1.1n.
2187         * tags.am (TAGS): Run "cd && etags" in subshell for proper
2188         associativity.
2190         * texinfos.am (install-info-am): If --cygnus, then info file can
2191         be in build dir.  From David Zaroski.
2193         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
2195         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
2196         specially.
2198 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
2200         * automake.in (handle_source_transform): Don't generate dependency
2201         on config.h.
2202         (scan_dependency_file): Strip the .P file from the target.
2204         * automake.in (handle_tags): Use single, not double, quotes when
2205         setting list variable.
2207         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
2208         progs.am, scripts.am, tags.am: Use single quotes to fill list
2209         variable; otherwise `$' in filename will not work.  From Per
2210         Bothner.
2212         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
2213         From Bruno Haible.
2215         * automake.in (handle_programs): Error if LIBADD used where LDADD
2216         meant.
2217         (handle_libraries): Error if LDADD used where LIBADD meant.
2218         (handle_ltlibraries): Likewise.
2220 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
2222         * automake.in (check_canonical_spelling): New sub.
2223         (handle_programs): Use it.
2224         (handle_libraries): Likewise.
2225         (handle_ltlibraries): Likewise.
2227 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
2229         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
2230         file includes.
2232 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
2234         * automake.in (handle_configure): Error if stamp-h appears in
2235         AC_OUTPUT line.
2237 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
2239         * automake.in (handle_dist_worker): Avoid automake rules in
2240         generated Makefile when no-dependencies specified.  From Greg
2241         Woods.
2243         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
2245         * texi-vers.am (stamp-@VTI@): Make commands silent.
2247         * Makefile.am (maintainer-check): "true" is ok now.
2249         * m4/init.m4: Added optional 3rd argument, which avoids
2250         AC_DEFINE.
2252         * automake.in (scan_one_configure_file): Explicitly avoid
2253         INSTALL_SCRIPT to avoid defining it twice.
2255         * header-vars.am: Change _INSTALL variable definitions to `true'.
2256         Updated all users to put `@' before invocation.
2258 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
2260         Update to follow GNU Standards:
2261         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
2262         uninstall-man.
2263         * texinfos.am (uninstall-info): Use two loops, and have
2264         PRE_UNINSTALL before running install-info.
2265         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
2266         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
2267         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
2268         NORMAL_UNINSTALL): Define.
2270         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
2271         a configure varriable.
2273         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
2275 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
2277         * m4/sanity.m4: Sleep before creating temp file.
2279         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
2280         Define.
2282 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
2284         * automake.in (am_install_var): Make sure to delete
2285         CYGWIN/NOTCYGWIN tokens as appropriate.
2286         (handle_programs): Remove NOTCYGWIN tokens as well.
2287         (file_contents_with_transform): A single newline makes an empty
2288         line.
2290         * program.am: Remove executable before linking.
2292         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
2293         (.texinfo.dvi): Likewise.
2295         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
2296         location of texinfo.tex.
2298 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
2300         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
2302         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
2304         * scripts.am: Add @EXEEXT@ to installed scripts.
2306 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
2308         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
2309         for the TZ environment variable.  Andre Novaes Cunha provided the
2310         hairy TZ setting that exercized the Solaris tzset bug.
2312 1997-01-22  Paul Eggert  <eggert@twinsun.com>
2314         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
2315         test now, test a couple of thousand times.
2317 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
2319         * automake.in (handle_programs): Remove CYGWIN lines unless
2320         AM_CYGWIN32 seen.
2321         (am_install_var): Remove CYGWIN lines from -clean file as well.
2323         * progs.am: Put @EXEEXT@ where appropriate.
2325         * program.am (@PROGRAM@): If using Cygwin32, then create actual
2326         name in addition to ".exe" name.
2328         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
2330         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
2331         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
2332         from .am files.
2334         * automake.in (seen_cygwin32): New global.
2335         (scan_one_configure_file): Check for AM_CYGWIN32.
2337         * m4/cygwin.m4: New file.
2339         * automake.in (scan_one_configure_file): Explicitly handle
2340         AC_CONFIG_HEADER so we can avoid spurious warnings.
2341         (obsolete_macros): Removed AC_CONFIG_HEADER.
2343         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
2344         A. Woods.
2346 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
2348         * Released 1.1m.
2350         * m4/missing.m4: Print message saying what is happening.
2352         * m4/sanity.m4: sleep before testing.
2354 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
2356         * config.guess, config.sub: New from the FSF.
2358         * automake.in (initialize_global_constants): [common_files]
2359         Include `missing'.
2360         (scan_configure): Require `missing'.
2362         * header-vars.am (MAKEINFO): Don't define.
2364         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
2365         * m4/missing.m4: New file.
2367         `missing' changes from François Pinard:
2368         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
2369         names aclocal program.
2370         * m4/init.m4: Replace programs with `missing' if not found.
2371         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
2372         (AC_CHECK_PATTERN): Check for alphanumeric names only.
2373         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
2374         * Makefile.am (pkgdata_SCRIPTS): Include missing.
2375         * missing: New file.
2377         * automake.in (target_defined): New sub.
2378         (handle_footer): Error if target .SUFFIXES used.
2380 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
2382         * automake.in (handle_lib_objects): Set seen_c_source to line
2383         number.
2384         (handle_yacc_lex_cxx): Use seen_c_source as line number.
2385         (am_line_error): Line of -1 means skip line-number check.
2387         * automake.in (read_am_file): Change to keep perl -w quiet.
2388         (check_typos): Removed extra check of EXTRA_ containing config
2389         subs.
2391 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
2393         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
2394         $(CONFIG_HEADER_FULL).
2395         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
2397         * automake.in (handle_lib_objects): Set seen_c_source as
2398         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
2400 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
2402         * texinfo.tex: New version.
2404         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
2405         couldn't find an Emacs.  So don't bother running elisp-comp.  From
2406         Ulrich Drepper.
2408         * automake.in (handle_texinfo): Added .tr and .cv to list of
2409         texinfo clean extensions.  From Karl Berry.
2411 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
2413         * Makefile.am: Make sure we never use "undef".
2415         * automake.in (usage): Changed bug-reporting address.
2416         (handle_dist): Use undef, not delete.
2418 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2420         * automake.in (%obsolete_macros): Reintroduce, with hints for what
2421         to do to upgrade the support.
2423         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
2424         libtool support to use the _LTLIBRARIES primary.
2426 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
2428         * automake.in (handle_tags): In default case, add @tags_deps to
2429         dependencies of tags target.
2431 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
2433         * automake.in (handle_tests): If a test failed, then make should
2434         fail.  From Jim Meyering.
2436 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
2438         * texi-vers.am (@VTEXI@): Copy stamp file into output.
2440 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
2442         * automake.in (handle_programs): Give correct error line for lex
2443         error.
2444         (am_line_error): Avoid uninitialized value errors from perl -w.
2446         * aclocal.in (scan_m4_files): Fixed perl -w warning.
2448         * texinfos.am (.texi, .texinfo): New targets.
2450         * automake.in (scan_texinfo_file): Renamed.
2451         (handle_texinfo): Handle files without ".info" extension.
2453         * automake.in (handle_subdirs): Error if directory contains "/".
2454         (handle_yacc_lex_cxx): Quoting fix.
2455         (handle_single_transform_list): Use transformed (non-ansi) version
2456         of $obj instead of explicit ".o".  From Gord Matzigkeit.
2458         * m4/sanity.m4: Pass -L to ls if possible.
2460 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
2462         * dist-vars.am (DISTFILES): Don't distribute MANS.
2464         * automake.in (handle_dist): Use define_variable to define TAR,
2465         GZIP.
2466         (handle_dist): Pass GZIP in environment to tar.
2467         (initialize_global_constants): Likewise.
2469         From Kaveh Ghazi:
2470         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
2471         AC_C_CONST.
2472         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
2473         or AC_C_CONST.
2475 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
2477         From The Crimson Binome:
2478         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
2479         (output_yacc_build_rule): New sub for C++ yacc/lex.
2481         * automake.in (my_glob): New sub.
2482         (handle_dependencies): Use my_glob.
2483         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
2485         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
2486         scripts.am, texinfos.am: Add leading space to echo.
2488         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
2489         endings.  From Jim Blandy.
2490         (install_man_format): Make rule silent; instead print actual
2491         command.
2493 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
2495         * dist-vars.am (TAR): Removed.
2496         * automake.in (TAR): New variable.
2497         (handle_dist): Explicitly define TAR.
2498         * configure.in: Compute TAR.
2500         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
2501         @dep_files.
2502         (AC_SUBST_PATTERN): Typo fix.
2503         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
2504         (handle_clean): Put -recursive target before -am target.
2505         (handle_merge_targets): Put basename of $config_name on @all.
2506         Test confsub.test.  From Ramón García Fernández.
2508 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
2510         * automake.in (initialize_global_constants): Put libtoolize files
2511         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
2513 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
2515         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
2516         Per Bothner.
2518 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
2520         * automake.in: Use 'interlock' and 'ylwrap' from source
2521         directory or aux config directory, not build directory.
2523 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
2525         * aclocal.in (parse_arguments): Handle -I.
2526         (usage): Ditto.
2527         (scan_m4_files): Ditto.
2529         * automake.in (handle_single_transform_list): Don't give error
2530         message if extension unrecognized.
2532 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2534         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
2535         $CONFIG_HEADER.
2537 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
2539         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
2540         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
2541         (handle_texinfo): Handle no-texinfo.tex option.
2542         (handle_options): Ditto.
2544 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
2546         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
2547         From Marius Vollmer.
2549 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
2551         * automake.in (read_am_file): Sort configure_vars before adding to
2552         output_vars.
2553         (handle_yacc_lex_cxx): Sort de_ansi_objects.
2554         (handle_man_pages): Sort %section keys.
2556 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
2558         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
2559         names only.  Test subst.test.
2560         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
2561         defun2.test.
2563 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
2565         * automake.in (file_contents_with_transform): Use ne, not !=, to
2566         compare strings.  Compare against correct string.  From Jim
2567         Meyering.
2568         (handle_texinfo): Use rm -f to remove info files.  From Gord
2569         Matzigkeit.
2571         * Released 1.1l.
2573         * automake.in (handle_texinfo): Put .ps on @suffixes.
2575 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
2577         * automake.in (am_install_var): Directory with 'exec' in its name
2578         is installed by install-exec.
2580         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
2581         * texinfos.am: Make commands quiet.
2582         * scripts.am: Make commands quiet.
2583         * progs.am: Make commands quiet.
2584         * ltlibs.am: Make comamnds quiet.
2585         * lisp.am: Make commands quiet.
2586         * libs.am: Make commands quiet.
2587         * header.am: Make commands quiet.
2588         * data.am: Make commands quiet.
2590         * automake.in (variable_value_as_list): Handle := substitution
2591         references.
2592         (am_conf_line_error): Take file argument.  Changed all callers.
2593         (scan_one_configure_file): Skip config header of [$1].
2594         (scan_dependency_file): Don't add top_builddir to regex if it is
2595         ".".  Don't include top_builddir in output if it is ".".
2596         (scan_one_configure_file): Skip version of [$2].
2598 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
2600         * automake.in (scan_one_configure_file): New sub.
2601         (scan_configure): Scan aclocal.m4 as well as configure.in.
2602         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
2603         automake scans it.
2605         * automake.in (handle_configure): Put full path to file onto
2606         @rewritten_inputs.  Test output4.test.
2608         * automake.in (handle_configure): Put proper name onto @inputs.
2609         Test output3.test.
2611         * automake.in (handle_configure): Pass correct args to automake
2612         invocations.  Test remake2.test.
2614         * automake.in (handle_configure): Check dirname of $file, not of
2615         $local.  Test output2.test.
2617         * automake.in (handle_dependencies): Added some missing ";"s in
2618         transforms.
2619         (get_object_extension): Ditto.
2620         (handle_tags): Ditto.
2621         (handle_tests): Ditto.
2622         (read_am_file): Ditto.
2623         (am_install_var): Ditto.
2624         (file_contents_with_transform): Die if transform missing trailing
2625         ";".
2627         * automake.in (am_install_var): Quote $ in regexp substitution.
2628         From Ulrich Drepper.
2630 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
2632         * automake.in (handle_configure): Require actual input files, not
2633         rewritten input files.  From Ulrich Drepper.
2635 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
2637         Suggestion from Mark Galassi:
2638         * texinfos.am (DVIPS): New macro.
2639         (.dvi.ps): New rule.
2641         * automake.in (handle_dependencies): Check to make sure
2642         --build-directory specified before searching for .P files.
2643         (handle_configure): Correctly handle ":" syntax when running
2644         config.status.
2646         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
2647         now handled by handle_configure.
2649         * remake-subd.am: Removed.
2651         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
2652         arg.
2653         (parse_arguments): Ditto.
2654         (handle_configure): Ditto.
2655         (%other_output_files): Removed.
2656         (rewrite_inputs_into_dependencies): New sub.
2657         (handle_configure): Use it.
2658         (handle_configure): Ditto.
2660         From Gord Matzigkeit:
2661         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
2662         (handle_configure): Ditto.
2664         * automake.in (handle_single_transform_list): .S is assembly
2665         source.  From Anthony Green.
2667         * automake.in (handle_single_transform_list): Correctly rewrite
2668         C++ and Fortran source to objects ending in ".o".  Test
2669         cxxo.test.
2671         * automake.in: Better error message if file missing.
2673         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
2674         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
2675         ud_GNU_GETTEXT.
2676         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
2678 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
2680         * automake.in (scan_configure): Skip empty elements when adding to
2681         libsources.  Perl 4 bug reported by Greg A Woods.
2683         * Makefile.am (perl4-check): New target.
2684         (cvs-dist): Run perl4-check.
2686         Perl 4 fixes.  Reported by Greg A. Woods:
2687         * automake.in (file_contents_with_transform): If transform caused
2688         all chars to go away, then skip rest of loop.
2689         (handle_texinfo): Don't use "next" in arg to
2690         file_contents_with_transform.
2691         (handle_dependencies): Ditto.
2692         (handle_tests): Ditto.
2694         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
2695         Andreas Schwab.
2697         * automake.in (parse_arguments): Removed --strictness.
2698         (handle_dist_worker): Don't use --strictness.
2699         (handle_configure): Ditto.
2700         (initialize_global_constants): Don't mention --strictness.
2702         * automake.in (handle_merge_targets): Use all-recursive-am instead
2703         of all-recursive-hack.  The latter is ugly, according to Joel
2704         Weber.
2706         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
2708         * automake.in (do_one_clean_target): Allow -local version of clean
2709         targets.
2711 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
2713         * automake.in (handle_dependencies): Skip C-only lines in
2714         depend2.am when appropriate.
2715         * depend2.am (.deps/%.P): Omit modification of $o if language is
2716         not C.
2718 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2720         * compile-kr.am: Quote arguments to echo.
2722         * progs.am: Fix up problems when LIBTOOL is not defined (by
2723         setting shell variable instprog to the installation program).
2725         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
2726         any other macro files (but still prevent multiple definitions
2727         within acinclude.m4).
2729 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
2731         From Ulrich Drepper:
2732         * automake.in (handle_emacs_lisp): Typo fix.
2733         (scan_configure): Only recognize VERSION after whitespace.
2735         * texinfos.am: install-info requires path to info file.
2737         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
2739         * automake.in (am_install_var): If -ltlibs passed, substitute
2740         @LIBTOOL@.
2742 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2744         * automake.in (get_object_extension): Unshift ansi2knr onto the
2745         all target, so that it builds before any other targets.
2746         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
2747         solution.
2749 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
2751         * Released 1.1i.
2753         From Janos Farkas:
2754         * automake.in (handle_texinfo): Must quote $ for make.
2756 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
2758         * automake.in (handle_configure): Correctly handle common case of
2759         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
2760         using ":" syntax.
2762 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
2764         * automake.in (handle_source_transform): Don't define
2765         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
2767         * automake.in (initialize_per_input): New variables
2768         included_generic_compile, included_knr_compile,
2769         included_libtool_compile.
2770         (get_object_extension): Use them.
2772         * automake.in (handle_single_transform_list): Removed
2773         Objective-C/C++ support (didn't really work anyway).
2774         (handle_single_transform_list): Handle assembly specially.
2776         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
2777         --mode=link when running libtool.
2779         * ltlibs.am: Set --mode=install when running libtool.
2780         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
2781         libtool.
2782         * libtool.am (.c.lo): Set --mode=compile when running libtool.
2783         * progs.am: Set --mode=install when running libtool.
2785         Fix for bug reported by François Pinard:
2786         * automake.in (do_check_merge_target): New sub.
2787         (do_one_merge_target): No longer handle `check'.
2788         (handle_merge_targets): Use do_check_merge_target.
2789         (initialize_per_input): Set @check_tests.
2790         (handle_tests): Push onto @check_tests, not @check.
2792         * automake.in (am_install_var): Typo fix.
2793         (handle_configure): Require $inputs[0].
2795 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
2797         * automake.in (handle_lib_objects): Fixed error message
2798         processing.
2800 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
2802         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
2803         LIBOBJS.
2804         (handle_configure): Support multi-":" mode for AC_OUTPUT.
2806         * m4/header.m4: New file.
2808         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
2810 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
2812         * acinstall: Allow commentary at end of "serial" line.  From Gord
2813         Matzigkeit.
2815         * automake.in (handle_yacc_lex_cxx): Only replace output header if
2816         it has changed.
2818 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
2820         * automake.in (am_primary_prefixes): Allow configure variables to
2821         be named after primary.
2822         (am_install_var): Ditto.
2824         * automake.in (initialize_per_input): Initialize output_header.
2825         (generate_makefile): Set up output_header; print it before
2826         output_rules.
2827         (handle_footer): Put .SUFFIXES into output_header, for AIX.
2829 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2831         * automake.in: Added a lot of libtool support.  New variable
2832         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
2833         libtool support files.
2835 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
2837         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
2838         onto dependency list.
2840         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
2841         part of autoconf proper.
2842         * m4/ccsanity.m4: Removed.
2844 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
2846         * automake.in (check_typos): Check to make sure EXTRA_ variables
2847         don't contain configure subs.
2848         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
2850 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
2852         * tags-subd.am: Removed.
2854         * tags.am (tags-recursive): Removed.
2855         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
2856         (ID): From tags-subd.am.
2857         
2858         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
2859         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
2860         * m4/fnmatch.m4: Removed (now in autoconf).
2862         * automake.in (initialize_per_input): Init de_ansi_objects.
2863         (handle_single_transform_list): Error if extension unrecognized.
2864         Set elements of de_ansi_objects.
2865         (get_object_extension): Don't push ANSI2KNR onto @all.
2866         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
2867         files.
2868         (pretty_print_internal): Initialize $bol depending on the column.
2870 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2872         * library.am: Fixed references to LIBRARY according to new scheme.
2874         * libs.am, libs-clean.am: Removed references to LIBFILES.
2876         * automake.texi (A Library): doc fix
2878         * automake.in (handle_libraries): Deleted references to *LIBFILES,
2879         since we now have the full library name in the *LIBRARIES
2880         variable.
2881         (am_install_var): Removed `-no-all' option, which was only required
2882         for the LIBFILES hack.
2884 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
2886         * automake.in: Applied libtool-related patches from Gord.
2887         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
2888         Also indicate that AC_CANONICAL_HOST was run.
2890         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
2892 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
2894         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
2895         CXX, CC.
2897         * dejagnu.am: Print warning if runtest missing.
2899         From Joerg-Martin Schwarz:
2900         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
2901         (require_file_internal): Unlink file before creating it.
2903         * depend2.am (.deps/%.P): Don't print commands when running.
2905 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
2907         * automake.in (handle_single_transform_list): Simplified C++
2908         matching expression.
2910 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
2912         * Released 1.1g.
2914         * compile-kr.am ($(OBJECTS)): Removed.
2916         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
2917         @all if ansi2knr is in this directory.
2919         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
2921         * m4/init.m4: Run AM_SANITY_CHECK.
2923         * m4/sanity.m4: New file.
2925         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
2926         files to dist in build dir, not srcdir.
2927         (%omit_dependencies): New global.
2928         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
2929         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
2930         libintl.h.
2931         (handle_tests): Remove CYGNUS strings in Cygnus mode.
2932         (handle_texinfo): Ditto.
2934         * texinfos.am (dist-info): New target.
2936         * automake.in (handle_dist_worker): Use DISTFILES, not
2937         DEP_DISTFILES.
2938         (initialize_per_input): Initialize dist_targets.
2939         (handle_texinfo): Don't compute @infos_list; don't define or use
2940         INFOS.  Put dist-info onto @dist_targets.
2941         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
2942         trick" for expanding DISTFILES any more.
2944         * dist-vars.am (DEP_DISTFILES): Removed.
2945         (DISTFILES): Don't include INFOS.
2947         * automake.in (handle_texinfo): Handle Cygnus mode.
2948         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
2950         * automake.in (handle_single_transform_list): New sub.
2951         (handle_source_transform): Use it.
2952         (handle_built_sources): New sub.
2954 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
2956         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
2957         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
2958         automake.
2959         * automake.in (handle_configure): Pass --cygnus when running
2960         automake again.
2962         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
2963         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
2964         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
2965         top_srcdir.
2966         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
2967         instead substitute files directly.
2969 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
2971         * remake-hdr.am (stamp-h): Look in top_builddir for
2972         config.status.
2973         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
2975 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
2977         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
2978         From Jim Meyering.
2980         * automake.in (handle_texinfo): Push install-info-am, not
2981         install-info.
2982         (handle_merge_targets): Handle no-installinfo option.
2984         * texinfos.am (install-info-am): Renamed from install-info.
2986         * automake.in (handle_subdirs): Include install-info-recursive if
2987         no-installinfo given.
2989         * subdirs.am: Include INSTALLINFO token.
2991         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
2992         TEXI2DVI.
2993         (cygnus_mode): New global.
2994         (handle_dist_worker): Pass --cygnus to automake.
2995         (initialize_global_constants): Document --cygnus.
2996         (check_cygnus): New sub.
2997         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
2999         * texi-vars.am: Removed.
3001         * dejagnu.am (check-DEJAGNU): Don't define rootme.
3003         * automake.in (handle_tests): Define EXPECT, RUNTEST.
3005         * dejagnu.am (EXPECT): Removed.
3006         (RUNTEST): Removed.
3008         * automake.in (define_program_variable): New sub.
3010 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
3012         * automake.in (handle_dependencies): Use -M, not -MM, for C++
3013         dependencies.
3015 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
3017         * automake.in (check_libobjs_sources): New sub.  Test
3018         libobj4.test.
3019         (handle_source_transform): Don't check for auto-discovered source
3020         files here.
3021         (handle_programs): Run check_libobjs_sources here.
3022         (handle_libraries): Ditto.
3024         * automake.in (define_configure_variable): New function.
3025         (get_object_extension): Use define_configure_variable.
3026         (handle_yacc_lex_cxx): Ditto.
3027         (handle_emacs_lisp): Ditto.
3028         (configure_vars): New global.
3029         (AC_CHECK_PATTERN): New global.
3030         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
3031         Removed.
3032         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
3033         (AC_SUBST_PATTERN): New global.
3034         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
3035         (handle_libraries): Don't use seen_ranlib.
3036         (read_am_file): Run define_configure_variable on each discovered
3037         variable.
3039 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
3041         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
3042         (handle_libraries): Pass configure substitutions directly on to
3043         LIBFILES.
3045         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
3046         (scan_configure): Use it.  Test version.test.
3048 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
3050         * automake.in (handle_dist_worker): Explicitly pass distdir to
3051         dist-hook make.  From Tatu Ylonen.
3053         * m4/strtod.m4: Use correct cache variable.
3055 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
3057         Lisp fixes from Erick Branderhorst:
3058         * m4/lispdir.m4: Define lispdir, not LISPDIR.
3059         * lisp.am: Added missing \.
3061 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
3063         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
3064         to use de-ansi-fication.
3065         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
3066         libobj5.test.
3068         * automake.in (handle_lib_objects): Added $lex_seen argument.
3069         Error if lex file used but LEXLIB not seen.
3070         (handle_programs): Ditto.
3071         (handle_yacc_lex_cxx): Define LEXLIB variable.
3072         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
3073         list.
3075 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
3077         * automake.in (handle_gettext): Moved check for SUBDIRS and
3078         ABOUT-NLS here.
3080         * automake.in (handle_configure): Run mkinstalldirs under
3081         $(SHELL).
3082         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
3084         * remake-subd.am (Makefile): Run config.status under $(SHELL).
3085         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
3086         * remake.am (Makefile): Run config.status under $(SHELL).
3087         (config.status): Ditto.
3089         * automake.in (read_am_file): Removed UNMAINT code.
3090         (file_contents_with_transform): Ditto.
3091         * m4/maintainer.m4: Removed bogus UNMAINT code.
3093         * automake.in (handle_emacs_lisp): Define EMACS variable.
3094         (handle_emacs_lisp): Make sure EMACS is in environment when
3095         elisp-comp is run.
3097         * elisp-comp: Exit with status 1 if usage bad.
3098         Use "emacs -q".  Use EMACS environment variable if set (unless set
3099         to t).
3101         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
3103         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
3104         in subdirs.
3105         (do_one_merge_target): Use all-am, not all, in subdirs case.
3106         (handle_merge_targets): Always generate all-am in subdirs case.
3108         * remake.am (Makefile): Depend on BUILT_SOURCES.
3109         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
3110         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
3112         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
3113         case.
3115         * ylwrap: Bug fix.  From Jim Meyering.
3117 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
3119         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
3120         check directly for header.
3122 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
3124         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
3125         are obsolete.
3127 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
3129         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
3130         (AM_INIT_AUTOMAKE_PATTERN): New global.
3131         (scan_configure): Use them.
3133         * aclocal.in (add_file): Search contents of included files.  Test
3134         req.test.
3135         (scan_m4_files): Don't skip acinclude.m4 when constructing
3136         search.  Test acsilent.test.
3137         (scan_m4_files): Scan acinclude.m4.
3139         * aclocal.in (add_file): Removed debugging print.
3140         (scan_configure): Set $file_contents when scanning acinclude.m4.
3141         Test acinclude.test.
3143         * configure.in: Upped to 1.1g.
3145         * Released 1.1f.
3147         * texinfos.am: Run : after install-info.
3149         * aclocal.in (parse_arguments): Better error message.
3150         * automake.in (parse_arguments): Better error message.
3152         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
3153         around broken makes.  From David A. Swierczek.
3154         * remake-subd.am (Makefile): Ditto.
3156 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
3158         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
3159         appropriate.
3160         (handle_source_transform): Error if discovered source file is
3161         mentioned.
3162         (do_one_merge_target): Move all-vs-check test here.
3164         * m4/obstack.m4: New file.
3165         * m4/error.m4: New file.
3167         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
3168         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
3170         * texinfo.tex: New version from texinfo 3.9.
3172         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
3173         Also, handle y.tab.h file when "yacc -d" is used.
3174         (do_one_merge_target): Use pretty_print_rule.
3176         * ylwrap: Changed usage.
3178         * m4/mktime.m4: New file.
3180         * m4: Renamed all .m4 files to fit into 14-char limits.
3182         * m4/Makefile.am (EXTRA_DIST): New macro.
3184         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
3185         (scan_m4_files): Use $ac_defun_rx.
3186         (add_file): Ditto.
3187         Run scan_m4_files.
3188         (scan_configure): Scan acinclude.m4 before anything else.
3189         (scan_file): New sub.
3190         (check_acinclude): New sub.
3191         (add_file): Rewrote.
3193         * progs-clean.am, progs.am: Renamed from programs-clean.am,
3194         programs.am.
3195         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
3196         libraries.am.
3197         * texi-vars: Renamed from texinfos-vars.am.
3198         * comp-vars.am: Renamed from compile-vars.am.
3199         * texi-vers.am: Renamed from texi-version.am.
3201         * automake.in (require_file_internal): Give error if symlink can't
3202         be made.
3203         (require_config_file): Error message references configure.in.
3204         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
3205         Joerg-Martin Schwarz.
3206         (handle_texinfo): Use texi-vers, not texi-version.
3207         (get_object_extension): Use comp-vars, not compile-vars.
3208         (handle_texinfo): Use texi-vars, not texinfos-vars.
3209         (handle_libraries): Use `libs' prefix, not `libraries'.
3210         (handle_programs): Use `progs' prefix, not `programs'.
3212 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
3214         * aclocal.in (scan_m4_files): New sub.
3216         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
3217         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
3218         everywhere.
3220 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
3222         * texinfos.am (uninstall-info): Run install-info --remove.
3224         * automake.in (read_am_file): Define all variables after reading
3225         .am file.  Test vpath.test.  Reported by Anthony Green.
3227 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
3229         * texinfos.am: Run install-info.
3231         * automake.in (variable_value_as_list): Just return if comment
3232         seen.  Report from Mark Galassi.
3233         (handle_options): Don't bother with explicit comment checking.
3235 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
3237         * automake.in (read_am_file): Cleaned up dejagnu variables.
3239 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
3241         * automake.in (parse_arguments): New usage to conform to GNU
3242         standards.
3244         * aclocal.in (parse_arguments): New usage to conform to GNU
3245         standards.
3247         * automake.in (handle_scripts): Push new target onto @check.
3248         * scripts.am (check-@DIR@SCRIPTS): New target.
3250         * automake.in (initialize_global_constants): Define %dist,
3251         dist_header, dist_trailer.
3252         (handle_dist): Make dist-all target.
3253         (generate_makefile): Run check_typos later.
3254         (examine_variable): New sub.
3255         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
3256         Error if TAGS_DEPENDENCIES but no sources used.
3257         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
3259 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
3261         * automake.in (am_install_var): More error checking.
3263 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
3265         * tags.am (TAGS): Minor cleanup.
3267         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
3269         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
3270         maintainer-clean-hdr): New targets.
3272         * automake.in (handle_configure): Define CONFIG_HEADER correctly
3273         when it is in current directory.
3274         (handle_configure): Push "hdr" on @clean.
3276         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
3277         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
3279         * automake.in (scan_configure): Check for install.sh here.
3280         (basename): New sub.
3281         (handle_configure): Handle case where config.h is in subdir.
3282         (handle_configure): Make stamp-in.h for user if it doesn't already
3283         exist.
3284         (touch): New sub.
3286 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3288         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
3290         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
3291         DATA.
3292         (DEP_DISTFILES): Ditto.
3294 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
3296         * automake.in (check_typos): Renamed.
3297         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
3298         (variable_defined): Note variable as being "seen".
3299         (handle_lib_objects): Don't push configure substitutions onto
3300         _DEPENDENCIES.
3302 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
3304         * automake.in (initialize_per_input): Init content_seen.
3305         (variable_value_as_list): Set content_seen entry.
3306         (define_variable): Ditto.
3307         (define_pretty_variable): Ditto.
3308         (check_source_typos): New sub.
3309         (generate_makefile): Call it.
3311 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
3313         * automake.in (handle_source_transform): Removed extraneous
3314         space.  Test implicit.test.
3315         (read_am_file): Make sure "canonical" variables are mentioned in
3316         %contents.
3317         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
3318         $AC_CANONICAL_HOST conditionally.
3319         (handle_footer): Don't use define_pretty_variable in all cases.
3321 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
3323         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
3324         per GNU/Gnits standards.
3326         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
3327         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
3329         * automake.in (handle_options): Rewrote version handling.  Now
3330         returns error indicator.
3331         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
3332         (RULE_PATTERN): Exclude `:=' from being a rule.
3334         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
3336         * automake.in (variable_value_as_list): Always use am_line_error.
3337         (define_variable): New sub.
3338         (get_object_extension): Use define_variable.
3339         (handle_yacc_lex_cxx): Ditto.
3340         (handle_source_transform): Ditto.
3341         (handle_programs): Ditto.
3342         (handle_libraries): Ditto.
3343         (handle_texinfo): Ditto.
3344         (handle_man_pages): Ditto.
3345         (handle_dependencies): Ditto.
3346         (handle_aclocal_m4): Ditto.
3347         (define_pretty_variable): New sub.
3348         (handle_source_transform): Use define_pretty_variable.
3349         (handle_lib_objects): Ditto.
3350         (handle_libraries): Ditto.
3351         (handle_dist): Ditto.
3352         (handle_dependencies): Ditto.
3353         (handle_configure): Ditto.
3354         (handle_footer): Ditto.
3355         (handle_emacs_lisp): Ditto.
3356         (am_install_var): Ditto.
3358         * Released version 1.1e.
3360         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
3361         releases.
3363         * configure.in: Version 1.1e.
3365         * automake.in (handle_texinfo): Distribute .info file.
3367 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
3369         * Makefile.am (EXTRA_DIST): New macro.
3370         (maintainer-clean): Don't run "make check".
3371         (pathchk): New target.
3373         * automake.in (check_gnits_standards): Only check version number
3374         syntax at top level.
3375         ($package_version_line): New variable.
3376         (scan_configure): Set it.
3377         (check_gnits_standards): Use am_conf_line_error.
3378         (scan_configure): Remove extraneous whitespace from version
3379         number.
3380         (handle_dist): Handle distcheck-hook.
3382         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
3384         * automake.in (scan_configure): Handle AM_WITH_REGEX.
3385         (handle_lib_objects): Require .h files in %libsources but don't
3386         generate dependencies for them.
3387         (scan_configure): Also require rx.h and regex.h.
3389         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
3390         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
3391         AM_SYSTEM_HEADER.
3393         * texi-version.am: Use "cp; rm" and not "mv", to work around
3394         broken mvs.
3396         * automake.in ($package_version): New global.
3397         (scan_configure): Set it.
3398         (check_gnits_standards): Verify version string; require
3399         README-alpha if alpha version.
3400         (scan_configure): Recognize AM_FUNC_FNMATCH,
3401         AM_REPLACE_GNU_GETOPT.
3403         * Makefile.am (installcheck-local): Check all scripts.
3405 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3407         * tags-clean.am: Do deletions here again.
3409 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
3411         * automake.in (usage): Include bug-reporting information.
3412         (handle_lib_objects): Error if LIBOBJS seen but never set.
3414         * aclocal.in ($acdir): Use @datadir@/aclocal.
3415         (usage): Include bug-reporting information.
3417 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
3419         * automake.in (handle_source_transform): .deps no longer in
3420         srcdir.
3421         (handle_lib_objects): Ditto.
3422         (handle_dist_worker): Pass --build-dir to automake.
3423         ($build_directory): New global.
3424         (parse_arguments): Handle --build-dir.
3425         (initialize_global_constants): Include --build-dir in help.
3426         (scan_dependency_file): New sub.
3427         (handle_dependencies): Use it.  Also, use $build_directory.
3428         (initialize_global_constants): Added --srcdir-name.
3429         (parse_arguments): Ditto.
3430         (handle_dist_worker): Ditto.
3431         ($srcdir_name): New global.
3432         ($srcdir_rx): New global.
3433         (parse_arguments): Set it.
3435         * depend2.am: Removed all mention of $(srcdir).
3437         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
3438         Removed all mention of $(srcdir); dependencies now put into build
3439         dir.
3441         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
3442         Don't do work silently.
3444         * automake.in (handle_merge_targets): Error if invalid uninstall
3445         targets are given.
3446         (read_am_file): Fix for test block.test.
3448 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3450         * texinfos.am (install-info): Added NORMAL_INSTALL.
3451         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
3452         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
3453         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
3454         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
3455         Also, use POST_INSTALL when running ranlib.
3456         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
3457         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
3459         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
3460         (handle_merge_targets): Ditto.
3461         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
3462         NORMAL_INSTALL defined.
3464         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
3465         ${INSTALL_PROGRAM}.  From François Pinard.
3467 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
3469         * automake.in (file_contents_with_transform): Correctly remove
3470         @(UN)?MAINT@ from input when maintainer mode not active.
3471         (handle_aclocal_m4): Handle no-maintainer-mode case.
3473         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
3475         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
3477 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3479         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
3480         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
3481         in LIBFILES definition.  Reported by Steve M Robbins.  Test
3482         alllib.test.
3484         * automake.in (variable_value_as_list): New sub.
3485         (handle_source_transform): Use it.
3486         (handle_lib_objects): Ditto.
3487         (handle_libraries): Ditto.
3488         (handle_texinfo): Ditto.
3489         (handle_man_pages): Ditto.
3490         (am_install_var): Ditto.
3491         (handle_options): Ditto.
3493 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
3495         Reported by Jim Meyering:
3496         * automake.in (get_object_extension): Look in "./" for ansi2knr if
3497         no path found.
3498         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
3500         * remake.am (.PHONY): New target.
3502         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
3504         * automake.in (check_gnu_standards): Disallow no-installman,
3505         no-installinfo.
3506         (read_am_file): Sed out UNMAINT too.
3507         (file_contents_with_transform): Ditto.
3509         * acinstall: New file.
3511         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
3513         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
3515         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
3516         * m4/AM_C_PROTOTYPES.m4: Ditto.
3517         * m4/AM_FUNC_STRTOD.m4: Ditto.
3518         * m4/AM_PROG_CC_STDC.m4: Ditto.
3519         * m4/AM_PROG_LIBTOOL.m4: Ditto.
3521 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
3523         * m4/Makefile.am (m4datadir): New macro
3524         (m4data_DATA): Renamed.
3526         * Makefile.am (cvs-dist): Depend on distcheck target.
3528 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3530         * automake.in (initialize_global_constants): [common_files]
3531         Include acinclude.m4.
3533         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
3535 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3537         * automake.in (handle_dependencies): Push `depend'-clean targets
3538         on @clean.
3539         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
3540         maintainer-clean-depend): New targets.
3542 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
3544         * texinfos.am (.texinfo.info): New target.
3545         (.texinfo.dvi): New target.
3547         From Jim Meyering:
3548         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
3549         match info files.
3550         (handle_texinfo): Handle `.texinfo' files.
3552 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
3554         * automake.in (require_file_internal): Special-case `.' when
3555         finding files to distribute.  Test libobj2.test.
3557         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
3558         order.test.
3560         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
3561         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
3563         * compile-kr.am: Removed duplicate ansi2knr rules.
3565 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
3567         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
3568         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
3569         (mkdir): Removed.
3571         * automake.in (initialize_global_constants): [common_files]
3572         Include interlock and ylwrap.
3574         * Released version 1.1c.
3576         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
3577         ud_PATH_LISPDIR are obsolete names.
3579         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
3580         Removed.
3582         * automake.in (handle_lib_objects): Changed interface.  Now
3583         generates _DEPENDENCIES variable if appropriate.
3584         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
3585         (scan_configure): Ditto.
3587         * Makefile.am (CLEANFILES): Removed.
3589         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
3591         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
3593         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
3595         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
3596         multi-lex/yacc case.
3597         (handle_source_transform): Changed return result.
3598         (handle_programs): Use linker returned by
3599         handle_source_transform.
3600         (seen_prog_cc, seen_prog_cxx): New globals.
3601         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
3602         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
3603         AC_PROG_YACC missing.
3604         (seen_decl_yytext, seen_prog_lex): New globals.
3605         (scan_configure): Set them.
3606         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
3607         AC_DECL_YYTEXT.
3608         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
3609         (initialize_per_input): Initialize seen_c_source.
3610         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
3611         C source seen.
3612         (handle_source_transform): Set seen_c_source.
3614         * interlock: Changed usage.
3616         * ylwrap: New file.
3618         * automake.in (handle_yacc_lex_cxx): Renamed.
3620         * automake.in (handle_dependencies): Handle %cxx_extensions.
3621         Include depend2.am when appropriate.
3623         * depend2.am: New file; contents from depend.am but templatized.
3625         * automake.in (initialize_per_input): Initialize
3626         %cxx_extensions.
3627         (handle_source_transform): Set %cxx_extensions.
3629 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
3631         * interlock: New file.
3633         * automake.in (handle_yacc_lex): New sub.
3634         (handle_source_transform): Removed most yacc/lex handling.
3635         (initialize_per_input): Init yacc_sources, lex_sources.
3636         (generate_makefile): Run handle_yacc_lex.
3637         (handle_merge_targets): Use `scalar' and not $# to find length of
3638         array.
3640         * m4/AM_FEATURE_EXIT.m4: Wrote.
3641         * m4/AM_FEATURE_CTYPE.m4: Wrote.
3642         * m4/AM_FEATURE_ERRNO.m4: Wrote.
3644         * aclocal.in (macro_seen): New global.
3645         (add_file): Set macro_seen entry.  Only push required macro on
3646         @rlist if not already seen.  Test defun.test.
3648         * automake.in (get_object_extension): Handle directory prefix on
3649         `ansi2knr' option.
3651         * kr-extra.am: New file.
3653         * kr-vars.am: Removed.
3655         * automake.in (handle_options): Handle directory prefix on
3656         `ansi2knr' option.
3658         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
3660         * aclocal.in (add_file): Error if macro is duplicated.  Test
3661         dup.test.
3663 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
3665         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
3666         linker variable is transformed name.
3667         * program.am (@PROGRAM@): Use @XLINK@ to link.
3669         * automake.in (handle_scripts): Fixed call to
3670         am_primary_prefixes.
3671         (handle_libraries): Better error message when AC_PROG_RANLIB
3672         required.
3674         * automake.in (handle_libraries): Canonicalize library name.  Test
3675         canon4.test.
3676         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
3677         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
3679 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
3681         * automake.in (handle_scripts): Correctly compute
3682         $scripts_installed.  Test scripts.test.
3684 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
3686         * ansi2knr.c: New version.
3688 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
3690         * automake.in (handle_source_transform): Handle more C++ file
3691         extensions.  "Handle" Objective C.  Handle more FORTRAN
3692         extensions.
3694         * compile-vars.am (LEX): Removed.
3695         (YACC): Removed.
3697         * automake.in (handle_source_transform): Correctly handle lex
3698         source.  Test lex.test.
3699         (handle_source_transform): Skip more C++ headers.  Generate macro
3700         definitions for YACC and LEX on first use.
3702         * aclocal.in (parse_arguments): Mention GNU.
3703         * automake.in (parse_arguments): Mention GNU.
3705 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
3707         * automake.in (handle_programs): Define program_LINK.
3708         * program.am (@PROGRAM@): Use program_LINK to link.
3710         * Released version 1.1b
3712         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
3713         seen_prog_install to `2'.
3715         * configure.in: Don't run AM_PROG_INSTALL.
3717         * automake.in (parse_arguments): Use $PACKAGE.
3718         ($PACKAGE): New global.
3719         ($am_c_prototypes): Renamed.
3720         (get_object_extension): Use am_c_prototypes.
3721         (scan_configure): Ditto.
3722         (scan_configure): Use AM_MAINTAINER_MODE.
3723         (scan_configure): Warn about obsolete macros.
3725         * aclocal.in (parse_arguments): Use $PACKAGE.
3726         ($PACKAGE): New global.
3728         * Makefile.am (CLEANFILES): Added aclocal.
3729         (ETAGS_ARGS): Added aclocal.in.
3730         (TAGS_DEPENDENCIES): Ditto.
3731         (maintainer-check): Depend on aclocal.
3732         (maintainer-check): Check aclocal.
3733         (bin_SCRIPTS): Include aclocal.
3735         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
3736         (scan_configure): Use AM_PROG_INSTALL.
3738         * configure.in: Use AM_INIT_AUTOMAKE.
3740         * automake.in (keyed_aclocal_warning): Warning tells about
3741         aclocal.
3742         (handle_aclocal_m4): New sub.
3743         (handle_configure): Use it.
3745         * aclocal.in (output_file): New global.
3746         (usage): Handle --output.
3747         (parse_arguments): Handle --output.
3749         * m4/AM_INIT_AUTOMAKE.m4: New file.
3751         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
3752         Don't touch CFLAGS.
3754         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
3755         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
3757         * texinfos.am (.texi.info): Force .info file to be built in
3758         srcdir.  From Franc,ois Pinard.
3760         From Jim Meyering:
3761         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
3762         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
3763         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
3764         gets compile errors.  With help from Marcus Daniels.
3766         * automake.in (initialize_global_constants): Put elisp-comp into
3767         @common_files.  Bug from Glenn Amerine.
3769 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
3771         * automake.in (handle_dist_worker): Use fgrep, not grep.
3773         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
3775         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
3776         output.
3777         (initialize_global_constants): [install_man_format] Don't hide
3778         "ugliness" at install time.
3780         * lisp-clean.am: New file.
3782         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
3784         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
3785         bug when installing man pages.  Test man.test.
3786         (initialize_global_constants): [install_man_format] Make sure man
3787         page can actually be found in either source or build dirs.
3788         (handle_dist_worker): Use "755" permissions on distdir.
3790         * automake.in (handle_dist): Allow chmod's to fail.
3791         (am_primary_prefixes): New function.
3792         (am_install_var): Use it.
3793         (handle_libraries): Use it.  Test libfiles.test.
3794         (handle_dist): For dist-tarZ, assume traditional "tar" and
3795         "compress".
3797         * m4/AM_FUNC_STRTOD.m4: New file.
3799         * automake.in (handle_dist): Only generate `distdir' variable if
3800         it doesn't already exist.
3802         Fix for bug reported by Harlan Stenn.  Test tags.test.
3803         * automake.in (initialize_per_input): Define dir_holds_sources.
3804         (handle_tags): Check dir_holds_headers.
3805         (handle_headers): Set dir_holds_headers.
3807         * automake.in (handle_texinfo): Generate "version.texi" dependency
3808         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
3810         * automake.in (handle_configure): Require file $input, not
3811         "$local.in".  From Nyul Laszlo.  Test colon.test.
3813 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
3815         * aclocal.in: New file.
3816         * configure.in: Generate m4/Makefile, aclocal.
3817         * Makefile.am (SUBDIRS): Include m4.
3818         * m4/Makefile.am: New file.
3820 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
3822         * automake.in (initialize_global_constants): Put ansi2knr.c and
3823         ansi2knr.1 into common_files.  Bug report from François Pinard.
3825 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
3827         * install-sh: Updated copyright notice.
3829 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
3831         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
3832         Report from Josh MacDonald.
3834         Bugs from Gord Matzigkeit:
3835         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
3836         `$(SUFFIXES)'.
3837         (handle_dist): Ignore chmod return results.
3839         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
3840         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
3841         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
3843 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
3845         * texinfos.am (install-info): Use "if", not "&&", to avoid
3846         install problem when glob doesn't match.
3848         * automake.in (initialize_global_constants): [USAGE] Added
3849         --no-force.
3850         (force_generation): New global.
3851         (parse_arguments): Handle --no-force.
3852         (generate_makefile): Handle --no-force.
3854         * Makefile.am (maintainer-check): Ensure all invocations of
3855         mkinstalldirs are correct.
3857 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
3859         * automake.in (handle_tests): Don't directly generate site.exp.
3861 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
3862         
3863         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
3864         as a comment start.  Add support for a dist-tarZ target.
3866 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
3868         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
3869         paths into relative paths.
3871 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
3873         * texinfo.tex: New version.
3875         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
3876         (initialize_global_constants): Added libtool to
3877         @common_sometimes.
3878         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
3880 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
3882         * texinfos.am (install-info): Don't install ~ files.  Bug report
3883         from Greg McGary.
3884         * automake.in (handle_texinfo): Don't push '.info*' onto
3885         @infos_list.
3887         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
3888         using gettext.
3889         (handle_dist): Pass --with-included-gettext to configure if using
3890         gettext.
3892         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
3893         (.c._o): Ditto.
3894         * compile.am (.c.o): Pass -c to $(COMPILE).
3895         * compile-vars.am (COMPILE): Don't include -c.
3897         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
3898         automake.
3899         * automake.in (handle_configure): Supply --strictness arg to
3900         automake.
3902 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
3904         * automake.in (handle_tests): Fix quoting on `pwd`.
3905         (handle_options): Recognize no-installinfo option.
3906         (handle_man_pages): Don't put man directory on @installdirs if
3907         no-installman is specified.
3908         (handle_texinfo): Handle no-installinfo option.
3909         (handle_options): Compare version against $num_version, not
3910         $VERSION.
3911         (handle_source_transform): Generate rules for output of lex,
3912         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
3913         (handle_dist): "distcheck" now runs "make dvi".
3914         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
3915         Drepper.
3917         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
3919 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
3921         * automake.in (handle_emacs_lisp): New function.
3922         (initialize_global_constants): Added elisp-comp to
3923         @common_sometimes.
3924         (seen_lispdir): New global.
3925         (scan_configure): Handle ud_PATH_LISPDIR.
3927         * elisp-comp: New file.
3929         * lisp.am: New file.
3931         * automake.in (generate_makefile): Run handle_emacs_lisp.
3933         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
3935         * automake.in (initialize_global_constants): Removed version.texi
3936         from common_sometimes.
3937         (initialize_global_constants): Added texinfo.tex to common_files.
3938         Test texinfo.test.
3939         (handle_tests): Allow dejagnu- and automake-style test suites to
3940         coexist.  Test dejagnu.test.
3941         (initialize_global_constants): New constants AC_CANONICAL_HOST,
3942         AC_CANONICAL_SYSTEM.
3943         (scan_configure): Use new constants.
3944         (handle_tests): Put target specific information into site.exp if
3945         AC_CANONICAL_* used.
3946         (read_am_file): Generate some extra variables when AC_CANONICAL_*
3947         used.
3948         (handle_options): Allow version number to have letters appended.
3949         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
3950         option not specd.
3951         (initialize_global_constants): install_man_format changed to
3952         handle built man pages.
3954 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
3956         * config.guess, config.sub: New versions.
3958 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
3960         * configure.in (VERSION): Upped to 1.0.
3962 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
3964         * automake.in (handle_tests): Handle dejagnu.
3965         (handle_options): Recognize dejagnu option.
3967         * dejagnu.am: New file.
3969 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
3971         * automake.in (handle_dist): Run installcheck target from
3972         distcheck.
3974         * configure.in (VERSION): Upped to 0.34.
3976         * automake.in (scan_configure): Always allow upgrading to
3977         fp_PROG_INSTALL.  Test fpinstall.test.
3979 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
3981         (handle_dist): Make `distcheck' check `install' target, too.
3983 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
3985         * automake.in (initialize_per_input): Don't initialize
3986         $output_directory here; initialize it globally.  From Joshua
3987         Cowan.  Test outdir.test.
3989 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
3991         * automake.in (handle_tests): Don't push TESTS onto dist_common.
3992         (initialize_global_constants): Put install-sh and mkinstalldirs
3993         into @common_files.  Test insh2.test.
3995 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
3997         * automake.in (handle_source_transform): Don't generate _OBJECTS
3998         when no source files specified.  Test number.test.
4000         From Joerg-Martin Schwarz:
4001         * automake.in (seen_package, seen_version): New globals.
4002         (scan_configure): Look for PACKAGE= and VERSION=.
4004         * automake.in (handle_options): Recognize dist-zip.
4005         (handle_dist): Handle dist-zip.
4006         (handle_options): Use ' ', not \s+, with split.  Test
4007         backsl.test.
4008         (handle_source_transform): Likewise.
4009         (handle_lib_objects): Likewise.
4010         (handle_libraries): Likewise.
4011         (handle_texinfo): Likewise.
4012         (handle_man_pages): Likewise.
4013         (handle_subdirs): Likewise.
4014         (handle_gettext): Likewise.
4015         (handle_footer): Likewise.
4016         (handle_tests): Likewise.
4017         (scan_configure): Likewise.
4018         (am_install_var): Likewise.
4020         * Makefile.am (TAGS_DEPENDENCIES): New macro.
4022         * tags.am (tags-recursive): New target.
4023         (TAGS): Depend on it.
4025         * automake.in (handle_tags): Put tags-recursive on @phony.
4027         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
4028         TAGS_DEPENDENCIES.
4029         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
4031 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
4033         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
4035         * automake.in (scan_configure): Look for install-sh and
4036         mkinstalldirs here.
4037         (initialize_global_constants): Moved mdate-sh from
4038         common_sometimes to common_files.  Test mdate2.test.
4040 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
4042         * automake.in (seen_maint_mode): New global.
4043         (scan_configure): Handle jm_MAINTAINER_MODE.
4044         (read_am_file): Handle seen_maint_mode.
4045         (file_contents_with_transform): Handle seen_maint_mode.
4046         (handle_source_transform): Changed interface, all callers.
4048         From Jim Meyering:
4049         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
4050         Handle @MAINT@.
4051         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
4053         * automake.in (handle_configure): Check $config_aux_dir against
4054         empty string.  From Markku Rossi.  Test mkinstall.test.
4056 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
4058         * automake.in (distcheck): Added new rule to top level
4059         Makefile.in.
4061 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
4063         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
4064         sets seen_ranlib.
4065         (generate_makefile): libtool, config.sub, and config.guess should
4066         only ever appear in the top directory of a package.
4068 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
4070         * automake.in (initialize_global_constants): Added libversion.in
4071         to @common_files.
4073         * configure.in (VERSION): Upped to 0.33.
4075         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
4076         Test extra.test.
4078 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
4080         * install-sh (transformbasename): Correct misspelling of
4081         transformbasename.  From Ian Lance Taylor.
4083 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
4085         * automake.in (handle_configure): Set mkinstalldirs variable
4086         here.
4087         (handle_dist_worker): Explicitly set distdir in subdir makes.
4088         (handle_dist): Handle separate distdir target.
4089         (handle_dist_worker): Only generate distdir target.
4091         * texinfos.am (install-info): Use $(mkinstalldirs).
4092         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
4093         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
4094         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
4095         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
4096         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
4098         * automake.in (read_am_file): Set mkinstalldirs variable.
4099         (handle_man_pages): Use it.
4100         (handle_installdirs): Ditto.
4102 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
4104         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
4106 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
4108         * automake.in (handle_dist_worker): Use $(TAR), not tar.
4109         (handle_merge_targets): Make sure config header is built before
4110         recursing into subdirs.
4111         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
4112         (handle_merge_targets): Handle case where nothing is installed but
4113         something must be built -- "make install" must still work.
4115         * dist-vars.am (TAR): New macro.
4117         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
4118         (handle_configure): Require stamp-h.in when config header used.
4120 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4122         * doc/mdate-sh: Extract the last field from the date output, not
4123         the sixth, which will fail when the timezone name has more than
4124         one word or is missing.
4126 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
4128         * automake.in (am_install_var): Use delete, not undef, to remove
4129         EXTRA entry.  From Gord Matzigkeit.
4131 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
4133         * automake.in (read_am_file): Handle case where last line doesn't
4134         end in newline.
4136 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
4138         * automake.in (variable_defined): New function.
4139         (read_am_file): Ensure a blank line comes before starting comments
4140         from Makefile.am.
4141         (initialize_per_input): Initialize %targets.
4142         (read_am_file): Set appropriate entry in %targets.
4143         Many changes to use variable_defined.
4144         (check_gnu_standards): Only require ChangeLog at top level.  From
4145         Gord Matzigkeit.
4146         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
4147         Matzigkeit.
4149 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
4151         * automake.in (parse_arguments): Added short options.
4152         (initialize_global_constants): Ditto.
4154 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
4156         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
4157         fails.
4159         * automake.in (handle_source_transform): Typo fix.
4161 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
4163         * automake.in (handle_dist_worker): Renamed dist-local to
4164         dist-hook.
4165         (handle_merge_targets): Added install-data-hook and
4166         install-exec-hook.
4167         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
4169         * automake.in (handle_scripts): Never allow scripts_installed to
4170         become 0.
4172         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
4173         srcdir.
4175         * automake.in (generate_makefile): Derived file names from given
4176         input; don't assume Makefile.in and Makefile.am.
4177         (am_file_name, in_file_name): New globals.
4178         (read_am_file): Use them.
4180         * program.am (@PROGRAM@): Use transformed program name.
4182         * remake-hdr.am (stamp-h): Actually touch stamp-h.
4184 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
4186         * automake.in (require_file_internal): Use correct file for error
4187         messages.  Test insh.test.
4189 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
4191         * texinfos.am (.texi.info): Build output file in srcdir.
4193         * automake.in (require_file_internal): If $dir is ".",then look in
4194         relative directory.
4195         (handle_texinfo): Canonicalize name of texi file before looking
4196         for dependency variable.
4198 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
4200         * automake.in (require_conf_file_with_conf_line): Yet another
4201         function of this form.
4202         (libtool_line): New variable.
4203         (handle_libraries): Handle libtool.
4205         * libraries-vars.am: Removed.
4207         * automake.in (seen_libtool): New variable.
4208         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
4210         * automake.in (handle_dist_worker): Handle dist-local.
4212         * Makefile.am (maintainer-check): Do "make check" after all syntax
4213         checks.
4215         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
4216         directory.
4218         * automake.in ($seen_arg_prog): New global.
4219         (handle_programs): Error if AC_ARG_PROGRAM not seen.
4220         (handle_scripts): Ditto.
4221         (handle_configure): mkinstalldirs now a config file.
4222         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
4223         (handle_dist_worker): Removed DIST_SUBDIRS.
4224         (require_file_path): New variable.
4225         (require_file_with_conf_line): Set it.
4226         (require_file_with_line): Ditto.
4227         (require_file): Ditto.
4228         (require_file_internal): Incorporated code from
4229         require_config_file.
4230         (require_config_file): Rewrote.
4231         (require_conf_file_with_line): New function.
4232         (handle_texinfo): Use it for mdate-sh.
4233         (handle_texinfo): Look for mdate-sh in appropriate directory.
4235 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
4237         * Makefile.am (cvs-dist): Find NEWS in srcdir.
4238         * automake.in (handle_dist_worker): Find NEWS in srcdir.
4239         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
4240         rule.
4241         (require_config_file): Set config_aux_path when file found.
4242         ($config_aux_dir): New variable.
4243         (require_config_file): Set it.
4244         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
4246 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
4248         * data.am (install-@DIR@DATA): Also allow data to be in build
4249         directory.
4251 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
4253         * automake.in (am_install_var): Don't look in EXTRA_primary
4254         variable any more; it is handled in the main loop.
4256 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
4258         * data.am (install-@DIR@DATA): Find data in srcdir.
4260 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
4262         * automake.in (require_config_file): Use correct filename when
4263         looking for errors.  Also, install file in `.' if not found.  Bug
4264         reported by Gord Matzigkeit.  Test installsh.test.
4266 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
4268         * Makefile.am (cvs-diff): New target.
4270         Fix for bug when install var substitutes empty.  Test empty.test.
4271         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
4272         (uninstall-@DIR@HEADERS): Ditto.
4273         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
4274         (uninstall-@DIR@SCRIPTS): Ditto.
4275         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
4276         libraries.
4277         (uninstall-@DIR@LIBRARIES): Ditto.
4278         * data.am (install-@DIR@DATA): Allow empty list of data.
4279         (uninstall-@DIR@DATA): Ditto.
4280         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
4281         From François Pinard.
4282         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
4283         (uninstall-@DIR@PROGRAMS): Ditto.
4285 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
4287         * tags-subd.am (ID): Name of ID file must be flush against -f.
4289         * configure.in (VERSION): Version 0.32.
4291 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
4293         * automake.in (seen_linguas, all_linguas_line): New variables.
4294         (handle_gettext): New function.
4295         (generate_makefile): Run it.
4296         (scan_configure): Recognize ALL_LINGUAS.
4298 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
4300         * automake.texi: doc fix.
4302         * automake.in (am_install_var): Added support for check and
4303         installcheck special prefixes.
4305 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
4307         * automake.in (handle_subdirs): Don't do SUBDIRS check for
4308         gettext.
4310 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
4312         * automake.in (OBJECT_PATTERN): Removed.
4313         (am_install_var): No error if name is invalid.
4314         (handle_programs): Canonicalize program names.
4315         (BOGUS_MACRO_PATTERN): New variable.
4316         (read_am_file): Error if bad macro name given.
4317         (require_file_internal): Use am_line_error, not am_conf_error.
4319         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
4321 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
4323         * automake.in (handle_lib_objects): New function.
4324         (handle_libraries): Use it.
4325         (handle_programs): Ditto.
4326         (handle_dist_worker): Deprecate DIST_SUBDIRS.
4327         (am_install_var): Allow extended directory mechanism to work.
4328         Test exdir.test.
4330         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
4331         (DEP_DISTFILES): Ditto.
4333         * automake.in (OBJECT_PATTERN): New variable.
4334         (am_install_var): Use it.
4335         (handle_dist): DIST_OTHER is an anachronism.
4337 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
4339         * automake.in (handle_dist_worker): Only cause Automake to be
4340         re-run if not making a distribution.  Fixes bug reported by
4341         Joerg-Martin Schwarz.
4342         (require_file_with_line): New function.
4343         (require_file): Use it.
4344         (am_line_error): Don't print line number if $symbol is empty.
4345         (get_object_extension): Use require_file_with_line.
4346         (handle_libraries): Use require_file_with_line.
4347         (handle_texinfo): Use require_file_with_line.
4348         (handle_configure): Use am_conf_line_error and
4349         require_file_with_conf_line.
4350         (handle_subdirs): Use require_file_with_conf_line.
4351         (handle_configure): Use require_file_with_conf_line.
4352         (handle_tests): Push check-TESTS on @phony.
4353         (am_conf_line_error): New function.
4354         (require_file_with_conf_line): New function.
4355         (require_file_internal): New function.
4356         (require_file_with_line): Use it.
4357         (require_file): Ditto.
4358         (am_conf_line_error): Handle empty line number.
4359         (ac_gettext_line, ac_output_line): New variables.
4360         (scan_configure): Set them.
4362 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
4364         * automake.in (parse_arguments): Default strictness is gnu.
4365         Changed `normal' to `foreign' everywhere.
4366         (parse_arguments): Handle --foreign.
4367         (initialize_global_constants): Document --foreign.
4368         (handle_dependencies): Better error message.
4369         (handle_texinfo): Don't push $vtexi on @texis.
4370         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
4371         (handle_configure): install-sh is a config file; require it as
4372         such.
4373         (parse_arguments): Renamed --install-missing to --add-missing.
4374         (add_missing): Renamed from install_missing.
4375         (am_install_var): Check to make sure contents of install variable
4376         are correct if primary requires it.  Test badprog.test.
4377         (initialize_global_constants): Initialize
4378         %primary_uses_subobjects.
4379         (handle_source_transform): Skip configure substitutions.  Test
4380         depend.test.  Also, skip empty elements.
4382 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
4384         * texinfo.tex: New version.
4386         * automake.in (am_install_var): Allow extended range of
4387         installation directories.
4389         * automake.in (get_object_extension): Don't allow
4390         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
4391         From Gord Matzigkeit.  Test confincl.test.
4393         * texinfos.am (install-info): Changed usage of install-info (in
4394         comment).  Per Feb 25 GNU Standards document.
4396 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
4398         * automake.in (handle_tests): New function.
4399         (generate_makefile): Call it.
4400         (handle_subdirs): Skip directories whose names look like configure
4401         substitutions.
4402         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
4403         when using gettext.
4404         (scan_configure): Clear in_ac_output if "]" found.  Test
4405         acoutqnl.test.
4406         (require_config_file): New function.
4407         (generate_makefile): Use require_config_file.
4408         (config_aux_path): New variable.
4409         (scan_configure): Check for AC_CONFIG_AUX_DIR.
4410         (handle_merge_targets): Add install-strip rule.
4412 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
4414         * mdate-sh: New version from Ulrich Drepper.
4416         * automake.in (handle_source_transform): Changed fill back to
4417         empty string.
4418         (handle_libraries): Ditto.
4419         (handle_dist): Ditto.
4420         (handle_dependencies): Ditto.
4421         (handle_footer): Ditto.
4422         (handle_phony): Ditto.
4424         * Makefile.am (DIST_SUBDIRS): Removed.
4425         (installcheck-local): Use Perl, not test -x.
4426         (PERL): New macro.
4427         (maintainer-check): Use $(PERL), not @PERL@.
4429         * configure.in (VERSION): Upped to 0.31.
4431 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
4433         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
4434         and config.guess.
4436         * automake.in: Use keyed_aclocal_warning when warning about
4437         fp_PROG_INSTALL.
4438         (get_object_extension): Use keyed_aclocal_warning when warning
4439         about fp_C_PROTOTYPES.
4440         (keyed_aclocal_warning): New function.
4442         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
4443         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
4445         * automake.in (get_object_extension): Only give error about
4446         fp_C_PROTOTYPES once.
4448         * automake.in (seen_ranlib): New variable.
4449         (scan_configure): Recognized AC_PROG_RANLIB.
4450         (handle_libraries): Error if ranlib not checked for.
4452         * automake.in (default_strictness): Default to GNU.
4453         (default_strictness_name): Ditto.
4455 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
4457         * automake.in (read_am_file): Removed @kr@ support.
4458         (get_object_extension): Ditto.
4460         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
4462 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
4464         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
4466 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
4468         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
4469         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
4471         * automake.in (handle_scripts): Ensure $scripts_installed set to
4472         boolean value.  Test proginst.test.
4474         * Makefile.am (installcheck-local): New target.
4476         * automake.in (require_file): No error if missing file is
4477         installed.
4479 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
4481         * automake.in (handle_scripts): SCRIPTS no longer automatically
4482         cleaned.  Now possible to install scripts in pkgdatadir.
4483         ($seen_canonical): New variable.
4484         (generate_makefile): Check for config.guess and config.sub here;
4485         fixes bug reported by Gord Matzigkeit.
4487         * Makefile.am (pkgdata_SCRIPTS): New variable.
4488         (CLEANFILES): New macro.
4490         * scripts-clean.am: Removed.
4492 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
4494         * automake.in (am_install_var): Error if primary variable actually
4495         defined.
4496         (am_install_var): Skip elements that look like configure
4497         substitutions.
4498         (am_install_var): "EXTRA" is a valid prefix.
4499         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
4500         (handle_merge_targets): Treat "all" target like "install".
4501         (handle_subdirs): Don't push all-recursive.
4503         * header.am (install-@DIR@HEADERS): Don't depend on all.
4504         * data.am (install-@DIR@DATA): Don't depend on all.
4505         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
4506         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
4507         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
4509         * automake.in (am_install_var): Push generated install targets
4510         onto @phony.
4512         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
4513         * automake.in (handle_merge_targets): Correctly handle recursive
4514         calls of uninstall, install-exec, and install-data.
4515         (handle_merge_targets): Put Makefile, and possibly $config_name,
4516         onto @all.
4517         (handle_merge_targets): Push 'all' onto @install as appropriate.
4519 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
4521         * automake.in (handle_configure): config.status is in
4522         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
4524         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
4526 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
4528         * automake.in: (seen_prog_yacc): New variable.
4529         (scan_configure): Look for yacc.
4530         (handle_source_transform): Skipp C++ header files.
4531         (handle_source_transform): .cxx is a C++ source file.
4533 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
4535         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
4537         Implemented --verbose feature; idea from Greg Woods:
4538         * automake.in (verbose): New global.
4539         (generate_makefile): Print creating message if verbose.
4540         (grep_for_vers_texi): Print message if verbose.
4541         (handle_dependencies): Ditto.
4542         (scan_configure): Ditto.
4543         (read_am_file): Ditto.
4544         (parse_arguments): Added --verbose.
4545         (initialize_global_constants): Ditto.
4547         * automake.in (get_object_extension): Use am_line_error.
4548         (handle_source_transform): Ditto.
4549         (handle_libraries): Ditto.
4550         (handle_texinfo): Ditto.
4551         (handle_man_pages): Ditto.
4552         (handle_dist): Ditto.
4553         (handle_dist): Ditto.
4554         (handle_subdirs): Ditto.
4555         (handle_configure): Ditto.
4556         (handle_merge_targets): Ditto.
4557         (am_install_var): Ditto.
4558         (am_line_error): Allow actual line number as argument.
4559         (handle_configure): Use am_line_error.
4560         (scan_configure): Set config_header_line.
4561         (config_header_line): New global.
4562         Use @PERL@ to find perl during exec.  From Greg Woods.
4564 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
4566         * automake.in (initialize_per_input): Init %content_lines.
4567         (read_am_file): Set appropriate content_lines elements while
4568         reading.
4569         (am_line_error): New function.
4570         (read_am_file): Use it.
4571         (handle_options): Ditto.
4573         * automake.in (scan_configure): Handle case where more than one .o
4574         is put into LIBOBJS at once.  Test libobj.test.
4576 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
4578         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
4579         Test acouttbs.test.
4580         (handle_subdirs): Restored intl, po warnings.
4582         * automake.in (scan_configure): Delete everything after "," or
4583         ")".  Test acoutnoq.test.
4584         (handle_dist): Use $relative_dir, not nonexistent $subdir.
4585         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
4586         SUBDIRS; don't warn about their absence.
4588 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
4590         * automake.in (handle_texinfo): Removed bogus error message.
4592         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
4593         onto @all.
4594         (handle_options): Handle version number.
4596         * automake.in ($maint_charset, $dist_charset): New variables.
4597         (initialize_per_input): Init $local_maint_charset.
4598         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
4599         (generate_makefile): Don't print "creating...".
4601 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
4603         * automake.in (get_object_extension): Substitute
4604         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
4605         (handle_source_transform): Use $1, not \1.
4606         (pretty_print_internal): Handle Tabs in fill when computing indent
4607         on new line.
4608         (handle_merge_targets): Always generate install-exec and
4609         install-data targets.  Test instexec.test.
4610         Fixed error message if fp_PROG_INSTALL missing.
4612         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
4613         @CONFIG_INCLUDE_SPEC@.
4615         * automake.in (scan_configure): Delete everything after "]".  Test
4616         acoutput.test.
4618         * configure.in (AC_OUTPUT): Create tests/Makefile.
4619         * Makefile.am (SUBDIRS): New macro.
4621         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
4622         Meyering.
4624         * configure.in (AC_OUTPUT): Ensure automake is executable.
4626 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
4628         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
4629         not exist.
4631         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
4633         From Jim Meyering:
4634         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
4635         (@DIR@_LIBFILES).
4636         * header.am (install-@DIR@HEADERS): Depend on all, not
4637         $(@DIR@_HEADERS).
4638         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
4639         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
4640         $(@DIR@_SCRIPTS).
4641         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
4642         $(@DIR@_PROGRAMS).
4644         * automake.in (initialize_per_input): Initialize
4645         $use_dependencies.
4646         ($seen_path_xtra): New variable.
4647         (scan_configure): Look for AC_PATH_XTRA.
4648         (get_object_extension): Add variables to output if X seen.
4650 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
4652         * automake.in (handle_programs): add pkglib to list of
4653         directories for C
4654         (various): include a tab as fill for continuation lines
4655         printed with pretty_print*, esp. for macro variable assignments.
4656         [ changed to 4 spaced by me ]
4658 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
4660         * configure.in (VERSION): Upped to 0.30.
4662         * Makefile.am (automake): Removed.
4663         (DIST_OTHER): Removed.
4665         * automake.in (handle_source_transform): All dep_files are
4666         relative to $(srcdir).
4667         (handle_libraries): Ditto.
4668         (scan_configure): Test for AC_PROG_INSTALL as well as
4669         fp_PROG_INSTALL.  Don't error here.
4670         (seen_prog_install): Now global.
4671         (scripts_installed): New global.
4672         (handle_scripts): Set it.
4673         Give error if appropriate install macro not seen.
4674         (handle_subdirs): Ensure $seen_gettext before requiring
4675         gettext-specific files.
4676         (handle_configure): Automatically rebuild 
4678         From Jim Meyering:
4679         * automake.in (handle_source_transform): Use \W when quoting
4680         regexp.  When blah_SOURCES not explicitly defined, still create
4681         entry in %deps.
4682         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
4683         * subdirs.am (maintainer-clean-recursive): Now depends on
4684         $(CONFIG_HEADER) and Makefile.
4686         * automake.in (handle_source_transform): Skip macro references.
4688 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
4690         * automake.in (handle_texinfo): Include "rm" when deleting files.
4692         * Makefile.am (maintainer-check): Expect only one ${...}.
4693         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
4694         Meyering.
4696         * automake.in (handle_configure): Only define CONFIG_HEADER if
4697         $config_name.
4698         ($seen_gettext): New variable.
4699         (handle_subdirs): Do all gettext-related checking here.
4700         (scan_configure): Just set $seen_gettext.
4701         (handle_man_pages): Properly quote $(MANS).
4703 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
4705         * depend.am: Don't use srcdir anywhere.
4706         * automake.in (handle_libraries): Don't make .deps relative to
4707         srcdir.
4708         (handle_options): Recognize no-dependencies.
4710         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
4711         ".".  Properly quote regexp.
4713 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
4715         * automake.in (handle_configure): Only defined CONFIG_HEADER if
4716         $config_name.
4717         (read_am_file): Quote regexp when substituting top_builddir.
4718         (handle_source_transform, handle_libraries): Look in
4719         $(srcdir)/.deps for .P files.
4721 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
4723         * automake.in (am_conf_error): New function.
4724         (scan_configure): Use it.
4725         (scan_configure): A comma also ends AC_OUTPUT macro.
4727         * automake.in (read_am_file): Compute top_builddir when including
4728         header-vars.am.
4729         (handle_configure): Use $top_builddir, not $top_reldir.
4730         (other_input_files): New variable.
4731         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
4733         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
4734         * automake.in (input_files, seen_make_set): Declare globally.
4735         (parse_arguments): Use input_files, not make_list.
4736         Only scan configure.in once.
4737         (handle_dist): Use SUBDIRS to determine when to make
4738         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
4739         find top of dist tree.
4740         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
4741         configure.in (done elsewhere).
4742         (scan_configure): seen_make_set is global.  Allow arbitrary space
4743         in LIBOBJS assignment.
4744         (top_builddir): New variable.
4745         * header-vars.am (top_builddir): New variable.
4746         * remake-subd.am (Makefile): Look in top_builddir, not .., when
4747         remaking.
4748         * automake.in (handle_merge_targets): Run 'all' before
4749         check-recursive.
4751         * automake.in (file_contents_with_transform): Changed error
4752         message.
4753         (handle_configure): Define $contents{'CONFIG_HEADER'}.
4755         * texi-version.am: Many changes to support multiple .texi files.
4756         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
4757         "@VTI@".
4758         * automake.in (handle_configure): install.sh is an anachronism.
4759         (handle_texinfo): Generalized for multiple .texi files.  Handle
4760         'clean-info' internally.
4761         * texi-clean.am: Removed.
4762         * Makefile.am: Updated for removal.
4764 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
4766         * automake.in (grep_for_vers_texi): New function.
4767         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
4768         (handle_texinfo): Changes to generalize to multiple .texi files.
4770 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
4772         Fixes from Gord Matzigkeit:
4773         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
4774         topsrcdir.
4775         * header.am: New file.
4776         * Makefile.am (pkgdata_DATA): Install header.am.
4777         * automake.in (handle_headers): Use header.am, not data.am.
4778         (am_install_var): Allow pattern to be compiled multiple times.
4780         * config.guess, config.sub: New files.
4781         * Makefile.am (pkgdata_DATA): Install config.guess and
4782         config.sub.
4783         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
4784         AC_CANONICAL_SYSTEM.
4786 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
4788         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
4789         (handle_man_pages): Use man_MANS, not MANS.
4791         * Makefile.am (info_TEXINFOS): Renamed.
4793         * automake.in (scan_configure): Remove comments from input line.
4794         (am_variable): Removed.
4796         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
4798         * automake.in (config_name, config_header): New globals.
4799         (scan_configure): Look for AC_CONFIG_HEADER.
4800         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
4802 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
4804         * automake.in (handle_dist_worker): Bug fix.
4806 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
4808         * automake.in (require_file): Install missing files only according
4809         to desired strictness.
4810         (initialize_per_input): Don't init libsources.
4811         (scan_configure): Reinit libsources.
4812         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
4813         (fp_c_prototypes): New global.
4814         (scan_configure): Set it.
4815         (get_object_extension): Error if fp_C_PROTOTYPES not in
4816         configure.in when using ansi2knr.
4817         (handle_source_transform): Skip header files.
4819         * automake.in (handle_dist_worker): Explicitly make 'dist' in
4820         subdirs.
4822 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
4824         From François Pinard:
4825         * automake.in (handle_source_transform): Transform $o file into .P
4826         file.
4827         (handle_dist_worker): Handle case where DISTFILES includes
4828         wildcard.  Bug fix in subdir case.
4830         * automake.in (parse_arguments): Initialize strictness to
4831         'normal'.
4833 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
4835         * automake.in (scan_configure): Look for NLS support.
4837         Changes from François Pinard:
4838         * texinfos.am (install-info): Correctly install when build dir is
4839         not srcdir.
4840         * tags-subd.am (ID): Indentation change.
4841         * kr-vars.am (o): Use ".@U@o", not "@U@o".
4842         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
4843         * automake.in (handle_dist_worker): Fixlets.
4844         (handle_dist): Sort keys going into dist_common.
4846 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
4848         * automake.in (handle_dist_worker): If Gnits, don't allow release
4849         until NEWS is updated.
4851         * configure.in (VERSION): Version 0.29.
4853         * Makefile.am (maintainer-check): Look for perl4.036 in path.
4855         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
4856         (DEP_DISTFILES): Ditto.
4858         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
4859         * dist-vars.am (DEP_DISTFILES): New variable.
4861         * automake.in (handle_options): Support dist-shar option.
4862         (handle_dist_worker): New function.
4863         (handle_dist): Use it.
4865         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
4866         *.tmp.
4868         * automake.in (handle_dist): Chmod distdir 777.  From François
4869         Pinard.
4871         * automake.in (scan_configure): New function.
4872         (initialize_per_input): Init libsources.
4873         (generate_makefile): Run handle_configure first.
4874         (handle_configure): Run scan_configure.
4875         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
4877 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
4879         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
4881         * automake.in (strictness, strictness_name): Renamed.
4882         (initialize_per_input): Set strictness, strictness_name.
4883         Initialize %options.
4884         (generate_makefile): Run handle_options.
4885         (handle_options): New function.
4886         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
4887         man page install if no-installman option given.
4888         (read_am_file): Deprecate @kr@.
4889         (get_object_extension): Look at ansi2knr option.
4890         (parse_arguments): Take global strictness from command-line
4891         options.
4893 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
4895         Fixes from François Pinard:
4896         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
4897         * automake.in (get_object_extension): Use $o, not $(kr)o.
4898         (handle_source_transform): Don't look for $(kr)c files.
4899         * kr-vars.am (o): New macro.
4900         (kr): Removed.
4902         * depend.am (DEP_FILES): Removed.
4903         * automake.in (handle_source_transform): Push .P file onto
4904         dep_files.
4905         (initialize_per_input): New variable %dep_files.
4906         (handle_dependencies): Generate DEP_FILES here.
4908 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
4910         * automake.in (do_one_clean_target): Only remove config.status in
4911         top-level directory.
4912         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
4914         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
4916         * automake.in (handle_dist): Make "ln" quiet.
4918         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
4920 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4922         * automake.in (handle_merge_targets): 'check' shouldn't depend on
4923         'all' at top level.
4924         (file_contents_with_transform): New function.
4925         (am_install_var): Use file_contents_with_transform.
4926         (handle_programs): Ditto.
4927         (handle_libraries): Ditto.
4928         (handle_texinfo): Ditto.
4929         (handle_merge_targets): Let 'install' depend on 'all' if no other
4930         dependencies exist.  From Jim Meyering.
4931         (check_gnu_standards): GNU requires AUTHORS file.  (See
4932         maintain.text).
4933         (require_file): Put body in loop.
4934         (get_object_extension): Only call require_file once.
4935         (handle_configure): Ditto.
4937         From Jim Meyering:
4938         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
4939         * tags-subd.am (id): Removed.
4941 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4943         * Added copyright notice to each .am file.
4945         * automake.in: Cleanups from François Pinard to avoid $#.
4946         (require_argument): Fixed sense of test.
4947         (set_strictness): Bug fix.
4949 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4951         * Makefile.am (pkgdata_DATA): Removed old dist files.
4953         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
4955         * automake.in (set_strictness): Set $strictness_name.
4956         (strictness_name): New variable.
4957         (handle_dist): Substantially rewrote.
4959         * configure.in: Point AC_INIT at automake.in.
4961         * automake.in (generate_makefile): Report errors against
4962         Makefile.in, not Makefile.am.
4964 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4966         * mdate-sh: Bug fix from Jim Meyering.
4968         * dist.am (dist): Changed in parallel with dist-subd-top.am.
4970         * mkinstalldirs: Reverted.
4972         * automake.in (initialize_global_constants): Allow COPYING.LIB
4973         again.
4974         (check_gnits_standards): Disallow COPYING.LIB.
4976         * texinfos.am (install-info): Only look in $(srcdir) for info
4977         files.
4979         * automake.in (initialize_global_constants): New variable
4980         gen_copyright.
4981         (read_am_file): Put a copyright in each Makefile.in.
4983         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
4985         * automake.in (am_install_var): Put space before "=".
4986         (handle_dist): Put README first in DIST_COMMON.
4988         * Makefile.am (pkgdata_DATA): Include COPYING.
4990         * COPYING: New file.
4992         * automake.in (parse_arguments): Added --gnu and --gnits as
4993         synonyms.
4994         (initialize_global_constants): Ditto.
4995         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
4996         (initialize_global_constants): Look for README first.
4997         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
4998         ABOUT-GNU.
4999         (check_gnu_standards): Require file COPYING.
5001         From François Pinard:
5002         * automake.in (file_contents): Comment out "warn"s.
5003         (usage): Use 4 columns.
5004         (USAGE_FORMAT): Ditto.
5006         * texinfos.am (install-info): Look for info file relative to $$d.
5008         * Makefile.am (cvs-dist): Suppress output of "grep".
5010         * configure.in (VERSION): Version 0.28.
5012         * automake.in (pretty_print_internal): Fix for Perl 4
5013         compatibility.
5015         * configure.in (VERSION): Version 0.27.
5017         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
5018         invocation.
5020         * automake.in (initialize_global_constants): Don't quote "@" in
5021         $install_man_format.
5022         (handle_merge_targets): use "@:" as empty command, not ":".
5024 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
5026         * texinfos.am (install-info): Look in $d for info files.  From
5027         François Pinard.
5029         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
5031         * automake.in (read_am_file): Correctly deal with continued
5032         variable definitions.
5034 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
5036         * automake.in (handle_merge_targets): 'check' target depends on
5037         'all'.
5038         (file_contents): Don't be so verbose.
5039         (read_am_file): Ditto.
5040         (read_am_file): Must use substr to check for trailing \.
5041         (am_install_var): Use push_phony_cleaners.
5042         (file_contents): Set $was_rule when assuming a rule is seen.
5043         (read_am_file): Ditto.
5044         (do_one_clean_target): Removed spurious newline.
5046         Some changes from François Pinard:
5047         * Removed trailing whitespace from all '.am' files.
5048         * tags-subd.am (ID): Use &&, not ;.
5049         (TAGS): Ditto.
5050         * automake.in (parse_arguments): Removed useless message.
5051         (parse_arguments): Don't explicitly referenced STDERR.
5052         (require_argument): Ditto.
5053         (am_error): Ditto.
5054         (set_strictness): Ditto.
5055         (file_contents): Ditto.
5056         (read_am_file): Ditto.
5057         (generate_makefile): Style tweaks.
5058         (handle_programs): Ditto.
5059         (handle_libraries): Ditto.
5060         (handle_texinfo): Ditto.
5061         (handle_man_pages): Ditto.
5062         (handle_tags): Ditto.
5063         (handle_dist): Ditto.
5064         (handle_subdirs): Ditto.
5065         (handle_configure): Ditto.
5066         (handle_footer): Don't put newline before footer.am contents.
5067         (handle_merge_targets): Style tweaks.
5068         (do_one_clean_target): Ditto.
5069         (dirname): Ditto.
5070         (am_variable): Ditto.
5071         Defined some new constants.
5072         (generate_makefile): Don't call generate_header.
5073         (generate_header): Removed.
5074         (file_contents): Rewrote.
5075         (read_am_file): Rewrote.
5077         * automake.in (generate_makefile): Handle phony target.
5078         (do_one_clean_target): Pretty-print dependencies.
5079         (handle_installdirs): Pretty-print rule.
5081         * Makefile.am (maintainer-check): Made some commands silent.
5083         * automake.in (initialize_global_constants): Don't install or
5084         uninstall cat'd man pages.
5085         (initialize_per_input): Added phony target.
5086         (push_phony_cleaners): New function.
5087         (get_object_extension): Handle phony targets.
5088         (handle_texinfo): Ditto.
5089         (handle_man_pages): Ditto.
5090         (handle_tags): Ditto.
5091         (handle_dist): Ditto.
5092         (handle_subdirs): Ditto.
5093         (handle_installdirs): Ditto.
5094         (handle_merge_targets): Ditto.
5095         (handle_clean): Ditto.
5096         (do_one_merge_target): Ditto.
5097         (am_install_var): Ditto.
5098         (handle_phony): New function.
5099         (generate_makefile): Call it.
5100         (pretty_print_internal): New function.
5101         (pretty_print_rule): Ditto.
5103 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5105         * automake.in (initialize_global_constants): Don't print body of
5106         loop at make time.
5108         Changes from François Pinard:
5109         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
5110         (DEP_FILES): Put dependency files in $(srcdir).
5111         Look in $(srcdir) when including dependency files.
5112         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
5113         (.deps/%.P): MKDEP includes all macro expansions.
5114         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
5115         be so verbose.
5116         * dist-subd.am (dist): Don't be so verbose.
5117         * dist.am (dist): Don't be so verbose.
5119         * automake.in (do_one_clean_target): Remove config.status in
5120         maintainer-clean.  From Jim Meyering.
5122         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
5123         Meyering.
5125         * automake.in (handle_merge_targets): Add dummy command for empty
5126         install target.  From Jim Meyering.
5128 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5130         * texinfos.am (uninstall-info): Bug fix.
5132         * Makefile.am (maintainer-check): Error if ${...} used.
5133         * depend.am (DEP_FILES): Prefer $(...).
5135         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
5136         exists.
5137         * libraries.am (install-@DIR@LIBRARIES): Only install library if
5138         it exists.
5139         * programs.am (install-@DIR@PROGRAMS): Only install program if it
5140         exists.
5142         * texinfos-vars.am (TEXFILES): Removed.
5144         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
5146         * automake.in (do_one_merge_target): Never generate trailing
5147         whitespace.
5148         (pretty_print): New function.
5149         (handle_footer): Prettyprint definitions.
5150         (am_install_var): Ditto.
5151         (handle_source_transform): Ditto.
5152         (handle_dist): Ditto.
5153         (handle_libraries): Ditto.
5154         (read_am_file): Put comments nearer appropriate code.
5156         * texi-clean.am (mostlyclean-info): Use continued lines, not
5157         multiple rm's.  From Jim Meyering.
5159 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5161         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
5162         mkinstalldirs, texinfo.tex to be installed.
5163         * automake.in (symlink_exists): New global.
5164         (install_missing): Ditto.
5165         (require_file): Install missing files if possible.
5166         (parse_arguments): Handle --install-missing option.
5167         (initialize_global_constants): Document --install-missing.
5169         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
5170         Ensure 'checks' pass before release.
5171         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
5172         Franc,ois Pinard.
5173         (cvs-dist): Depend on maintainer-check instead of explicitly
5174         running check.
5176         * configure.in (VERSION): Version 0.26.
5178         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
5179         of 'if' test.
5181         * depend.am (DEP_FILES): Bug fix.
5183         * automake.in (do_one_clean_target): Typo.
5185         * Makefile.am (check-local): Run syntax check under Perl 4.
5187         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
5188         (handle_source_transform): Loop variable is now $_.  From Gor
5190         * Makefile.am (check-local): Check for 'true' in source.
5191         * texinfos.am (install-info): Can't use "true" in any rule.
5193 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5195         * Makefile.am (cvs-dist): New target.
5197         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
5198         failures.
5200         * texinfos.am (install-info): Don't do install-info for now.
5202         * clean.am (distclean-generic): Don't remove config.status here.
5203         * automake.in (do_one_clean_target): Remove config.status later,
5204         for 'make -j2'.  From Jim Meyering.
5206 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5208         * configure.in (VERSION): Version 0.25.
5210         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
5211         (handle_configure): Check for AC_PROG_MAKE_SET.
5213         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
5214         Meyering.
5216         * automake.in (am_install_var): Changed how 'clean' handled for
5217         uniform name targets.
5218         * Makefile.am (pkgdata_DATA): Added new files.
5219         * data-clean.am: New file.
5220         * scripts-clean.am: New file.
5221         * libraries-clean.am: New file.
5222         * programs-clean.am: New file.
5224 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5226         * automake.in (am_install_var): Error if variable name
5227         "misspelled".
5228         (handle_source_transform): Automatically include .c file
5229         corresponding to .y or .l.
5231 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5233         * programs.am: Changed for uniform naming scheme.
5235         * automake.in (read_am_file): Allow '-' and '.' in target names.
5236         (generate_makefile): Don't pass arguments to handle_libraries.
5237         (initialize_per_input): Define @sources, @objects.
5238         (generate_makefile): Init @sources, @objects if needed.
5239         (handle_source_transform): Push onto @sources, @objects here.
5240         (am_install_var): Push primary onto @all, for configure-time
5241         customization.
5242         (handle_programs): Use new uniform naming scheme.
5244         * Makefile.am (check-local): New target.
5246         * automake.in (handle_libraries): Use uniform naming scheme.
5248         * libraries.am: Rewrote for uniform naming scheme.
5250         * scripts.am: Updated names of all clean targets.
5252         * automake.in (handle_programs): Split on all whitespace.
5253         (handle_libraries): Ditto.
5254         (handle_texinfo): Ditto.
5255         (handle_man_pages): Ditto.
5256         (am_install_var): Changed return result.
5257         (am_install_var): Changed interface.
5258         (am_install_var): Push onto @clean@ if requested.
5259         (handle_scripts): Pass -clean to am_install_var.
5261 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5263         * automake.in (am_install_var): Push target onto @all.
5264         (get_object_extension): Use $(...).
5265         (handle_source_transform): Ditto.
5266         (handle_programs): Ditto.
5268         * automake.in (require_argument): New function.
5269         (parse_arguments): Use it.
5270         (push_dist_common): New function.
5271         (generate_makefile): Use it.
5272         (handle_texinfo): Ditto.
5273         (handle_dist): Ditto.
5274         (handle_configure): Ditto.
5275         (require_file): Ditto.
5276         (generate_makefile): Don't pass arguments to handle_scripts.
5277         (handle_configure): Require configure.in.
5278         (check_gnu_standards): New function.
5279         (check_gnits_standards): Ditto.
5280         (generate_makefile): Check standards.
5282         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
5284         * automake.in (LENIENT, GNU, GNITS): New constants.
5285         (initialize_per_input): New function.
5286         (generate_makefile): Use it.
5287         (initialize_global_constants): Renamed from init_globals.
5288         (require_file): Added strictness argument.
5289         (parse_arguments): Added --strict option.
5290         (set_strictness): New function.
5291         (parse_arguments): use it.
5292         (initialize_global_constants): Document --strictness.
5294         * automake.in: Use ${1+"$@"} to preserve quoting when running
5295         under sh.
5297         * texinfos.am (install-info): Don't use "true".
5298         * tags.am (TAGS): Don't use "true".
5300         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
5301         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
5303         * program.am (@PROGRAM@): Use LINK macro.
5304         * compile.am (.c.o): Use COMPILE macro.
5306         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
5307         ${...}.
5309         * subdirs.am (RECURSIVE): Removed macro.
5311         * clean.am: Changed to not be so verbose.
5313         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
5314         * automake.in (handle_texinfo): Transform texi-clean and put into
5315         output rules.
5316         * texinfos-vars.am (TEXFILES): Removed.
5317         * texinfos.am: Removed 'clean' targets.
5318         * texi-clean.am: New file.
5320         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
5322         * texinfos-vars.am (TEXFILES): Added *.op.
5324         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
5325         standards.
5326         * dist.am (dist): Use DISTFILES.
5327         * dist-subd.am (dist): Use DISTFILES.
5328         * dist-subd-top.am (dist): Use DISTFILES.
5330 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5332         * Makefile.am (ETAGS_ARGS): Define.
5334         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
5335         Meyering.
5337         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
5339         * automake.in (handle_scripts): Use am_install_var.
5341         * scripts.am: Rewrote for new uniform naming scheme.
5343         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
5345         * libscripts.am: Removed.
5347         * packagedata.am: Removed.
5349         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
5350         (pkgdata_DATA): Renamed from PACKAGEDATA.
5352         * automake.in (handle_data): Use am_install_var.
5353         (init_globals): Init %exec_dir_p.
5355         * data.am: Rewrote for new uniform naming scheme.
5357         * automake.in (get_object_extension): New function.
5358         (handle_programs): Use it.
5359         (dir_holds_sources): Changed interpretation.
5360         (handle_headers): New function.
5361         (am_install_var): New function.
5362         (generate_makefile): Call handle_headers.
5364         * header-vars.am (pkgdatadir): New macro.
5365         (pkglibdir): Ditto.
5366         (pkgincludedir): Ditto.
5368         * automake.in (handle_source_transform): New function.
5369         (am_error): New function.
5370         (generate_makefile): Use it.
5371         (handle_source_transform): Ditto.
5372         (handle_texinfo): Ditto.
5373         (handle_dependencies): Ditto.
5374         (handle_merge_targets): Ditto.
5375         (require_file): Ditto.
5377 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5379         * automake.in: Updated FSF address.  From Jim Meyering.
5380         * header-vars.am: Updated FSF address.
5382         * distname.am: Removed.
5384         * automake.in (file_contents): Strip "##" comments.
5385         * Various files: Added "##" comments for strange things.
5387         * automake.in (handle_tags): Generate TAGS rule for every
5388         directory.
5390         * subdirs.am (RECURSIVE): Include installcheck-recursive.
5391         * automake.in (installcheck): New variable.
5392         (generate_makefile): Initialize it.
5393         (handle_subdirs): Push 'installcheck-recursive'.
5394         (handle_merge_targets): Handle installcheck target.
5396 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
5398         * automake.in ($PACKAGE): Removed.
5400         * header-vars.am (ALL): Removed.
5402         * automake.in: Reworked 'all' target handling.
5404         * automake.in (generate_makefile):
5405         Don't use AM_ forms in call to am_variable.
5407         * automake.in: Changes for Perl 5, from Gord Matzigkeit
5409         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
5411         * automake.in (handle_footer): Allow SUFFIXES variable.
5413         * automake.in (am_variable): New function.
5414         (handle_texinfo): Use it.
5415         (generate_makefile): Use it.
5417         * configure.in: Version 0.24.
5419 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
5421         * automake.in (handle_libraries):
5422         Generate blah_LIBADD defines if required.
5424         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
5426         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
5428         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
5430         * configure.in: Version 0.23
5432         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
5434         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
5436         * automake.in: New option --output-dir
5438         * automake.in (handle_configure): Fixed typo.
5440         * automake.in (handle_installdirs): Always make installdirs target.
5442         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
5443         uninstall-exec-recursive.  Added installdirs-recursive.
5445         * automake.in (handle_installdirs): Handle installdirs-recursive.
5446         (handle_man_pages): 'all' depends on $(MANS)
5448         * Makefile.am: Removed mans.am.
5450         * automake.in: More man-related fixes
5452         * automake.in: Bug fixes
5454         * automake.in: Rewrote man page handling.
5456         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
5458         * automake.in (handle_installdirs): New function.
5459         (@installdirs): New global.
5460         Many changes to deal with installdirs.
5462         * clean.am (clean-generic): Always supply 'else' clause to 'if'
5464         * automake.in (generate_header): Don't use header.am.
5465         (handle_dist): Don't use dist-subd-vars.am.
5467         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
5469         * Makefile.am (DISTCLEANFILES): Removed.
5471         * clean.am (clean-generic): Bug fix.
5473         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
5475         * texi-version.am (clean-vti): No such macro as VTI
5477 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
5479         * automake.in: Bug fix for maintainer-clean
5481         * automake.in (do_one_clean_target):
5482         Print special text in maintainer-clean.
5483         (handle_clean): Always include clean.am
5485         * clean.am: Use -generic clean targets.
5487         * compile.am: Added clean targets.
5489         * configure.in: Version 0.22.
5491         * automake.in (handle_dependencies):
5492         Put trailing newline after all deps.
5494         * automake.in (handle_dependencies): Another dependency bug fix.
5496         * automake.in (handle_dependencies):
5497         Bug fix when including dependencies.
5499         * automake.in (handle_configure):
5500         Verify existence of install-sh, mkinstalldirs
5502         * automake.in (handle_texinfo): Include stamp-vti in distribution
5504         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
5505         Include DATA, PACKAGEDATA.
5507         * Makefile.am: Nothing
5509         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
5511         * automake.in (handle_texinfo): Typo
5513         * automake.in: If script ends up in shell, feed to perl
5515         * automake.in: Rewrote 'clean' rules.
5516         Documentation made and installed first.
5517         'all' depends on 'info'
5519 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
5521         * configure.in, Makefile.am: Turned off internationalization.
5523         * clean-kr.am: Rewrote for new clean scheme.
5525         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
5527         * Makefile.am (PACKAGEDATA): Include tags-clean.am
5529         * subdirs.am: Removed bogus local clean targets
5531         * tags-clean.am: Initial revision
5533         * texi-version.am: Added clean targets
5535         * texinfos.am: Fixes to clean targets.
5537         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
5538         Added clean targets
5540         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
5542         * automake.in: Completely revamped automatic de-ANSI-fication
5544         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
5546         * compile-vars.am (LINK): New macro
5548         * kr-vars.am: Trailing blank line
5550         * compile-kr.am: Rewrote
5552         * compile-vars.am (COMPILE): New macro
5554         * compile-vars.am (ANSI2KNR): Removed
5556         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
5558         * kr-vars.am: Initial revision
5560         * automake.in (require_file): New function.
5561         (handle_texinfo): Require 'mdate-sh'
5562         (common_sometimes): New variable
5563         (usage): Use it.
5565         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
5567         * mdate-sh: Initial revision
5569         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
5571         * automake.in (generate_makefile):
5572         Put Makefile.in, Makefile.am in @dist_common
5573         (handle_configure): Use @dist_common as appropriate
5575         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
5577         * configure.in: Abort if perl not found
5579         * configure.in: Look for perl
5581         * automake.in: Reimplemented in Perl
5583         * automake.in: Fixlet
5585 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
5587         * automake.in: Always print ".SUFFIXES:" rule.
5589         * automake.in: Distribution config.h.in if required
5591         * automake.in: Bug fix when including texi-version.am
5593         * automake.in: Bug fix when looking for .texi file in $am_reldir
5595         * depend.am: Comment fix
5597         * automake.in: Look for .texi file in $am_reldir
5599         * automake.in: Fixlet
5601         * automake.in: Blank line after targets from user's Makefile.am
5603         * automake.in: Move footer items to actual footer
5605         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
5607         * automake.in (common):
5608         Don't include acconfig.h, config.h.top, config.h.bot
5610         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
5612         * Makefile.am (CONFIG_H): Define
5614         * acconfig.h: Initial revision
5616         * configure.in: Use AC_CONFIG_HEADER.
5618         * automake.in: Put blah_TEXINFOS into DIST_COMMON
5620         * automake.in: .info file explicitly depends on primary .texi file
5622         * texinfos.am (install-info): Always supply 'else' clause to 'if'
5624         * tags.am (TAGS): Always supply 'else' clause to 'if'
5626         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
5628         * automake.in: Always include footer.am in output
5630         * mans.am (install-man): Always supply 'else' clause to 'if'
5632         * automake.in: More version.texi fixes
5634         * automake.in: Only do version.texi processing if requested.
5636         * automake.in: Minor internationalization fixes.
5637         Subshell can now exit with nonzero status.
5638         Fixed up .texi handling; now uses texi-version.am
5639         Make sure '.c' and '.o' are in .SUFFIXES if required.
5641         * Makefile.am (PACKAGEDATA): Include texi-version.am
5642         (stamp-vti, version.texi): Removed
5643         (TEXINFOS): Don't reference version.texi
5645         * texi-version.am: Initial revision
5647         * dist.am, dist-subd-top.am (dist):
5648         [DIST_SUBDIRS] Follow symlinks when copying.
5650         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
5652 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
5654         * automake.in: Added --amdir option
5656         * Makefile.am, configure.in: Turned on internationalization
5658         * Makefile.am: Set EDITION
5660         * configure.in: Version 0.21
5662         * tags.am, tags-subd.am: Don't use double-colon rules
5664         * automake.in: Redid install-data, install-exec, uninstall handling
5666         * configure.in: Turn off i18n
5668 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
5670         * automake.in (common): Remove NLS
5672         * automake.in (common): Include ABOUT-NLS.
5674         * automake.in: Test for install-sh and mkinstalldirs
5676         * automake.in: Blank line after OBJECTS= line
5678         * automake.in: Start subshell in loop after check for Makefile.am
5680         * automake.in: --use-deps now the default
5682         * automake.in (am_dir): Don't apply transform to install directory name
5684         * packagedata.am: Don't apply transform to install directory name
5686         * Makefile.am (SUBDIRS): Hold off on internationalization
5688 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
5690         * automake.in:
5691         Write 'SOURCES =' line after copying Makefile.am variables
5693         * automake.in: Fixed bug in "--" option processing
5695         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
5697         * Makefile.am (DIST_OTHER): Include gettext-sh
5699         * Makefile.am (SUBDIRS): Define
5701         * configure.in: Include internationalization bits
5703         * automake.in: Many changes to avoid double-colon rules.
5705         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
5707         * subdirs.am: Removed "::" rules
5709         * header.am: Removed install, uninstall
5711         * header.am: Added install, uninstall targets
5713         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
5715         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
5716         Removed "::" rules
5718         * Makefile.am (PACKAGEDATA): Include libscripts.am
5720         * libprograms.am: Don't install libscripts here
5722         * libscripts.am: Initial revision
5724         * scripts.am, programs.am, libprograms.am: Removed "::" rules
5726         * automake.in (am_dir): Run package name through name transform.
5728         * automake.in: Don't use packagedata.sed or data.sed
5730         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
5731         packagedata.am
5733         * data.am: No longer run through sed
5735         * packagedata.am: Initial revision
5737 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
5739         * automake.in: No blank line after Usage
5741         * automake.in: Removed "NLS nuisances" section.
5742         Now uniformly uses $echo for user-visible messages (in advance of
5743         internationalization)
5745         * subdirs.am (maintainer-clean): Don't use realclean-local
5747         * Makefile.am: Use PACKAGEDATA, not custom code
5749         * data.am: Use @LONG@, not $(@LONG@)
5751         * automake.in: Handle DATA and PACKAGEDATA
5753         * packagedata.sed: Initial revision
5755         * data.am: Use @DIR@, not $(@DIR@)
5757         * data.sed: Use $(datadir), not datadir
5759         * data.sed: Initial revision
5761         * data.am: Wrote uninstall targets
5763         * data.am: Initial revision
5765         * dist-subd.am (dist): Don't link a file that has already been linked
5767         * dist-subd-top.am, dist.am (dist):
5768         Run `automake --include-deps' before making distribution
5770         * automake.in: More dependency-tracking bug fixes
5772         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
5774         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
5776         * tags-subd.am, tags.am: Added trailing blank line
5778         * depend.am: Use ".P", not "empty.P", as placeholder.
5780         * automake.in: Only include depend.am if SOURCES not empty
5782         * automake.in: Added --use-deps and --include-deps options.
5783         Handle auto-generating dependencies.
5785         * Makefile.am (am_DATA): Include depend.am
5787         * depend.am: Initial revision
5789         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
5791         * automake.in: Put blank line after .SUFFIXES
5793         * scripts.am: Added blank line at end
5795         * scripts.am: Removed unnecessary comment
5797         * scripts.am: Removed unnecessary workarounds
5799         * automake.in: Don't include programs.am if PROGRAMS empty
5801         * header-vars.am (INSTALL_SCRIPT): Typo
5803         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
5805         * automake.in: Handle .SUFFIXES here.
5807         * configure.in: Use fp_PROG_INSTALL
5809         * header-vars.am: Changes for autoconf 2.5.
5810         Now includes INSTALL_SCRIPTS.
5812         * texinfos.am (install-info): Bug fix
5814         * automake.in:
5815         Include scripts.am or libscripts.am in output if appropriate
5817         * programs.am (install-programs, uninstall-programs):
5818         Don't install SCRIPTS
5820         * Makefile.am (am_DATA): Include scripts.am
5822         * scripts.am: Initial revision
5824 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
5826         * automake.in:
5827         Cleaned up how "prog_SOURCES" variable is found in input.
5828         Ditto prog_OBJECTS.
5829         Put static sed scripts into separate, installed files.
5831         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
5833         * hack-make.sed, nl-remove.sed: Initial revision
5835         * texinfos.am (install-info): Rewrote
5837         * subdirs.am (all-recursive): Put with other -recursive rules
5839         * configure.in: Version 0.20
5841         * automake.in: Another bug fix
5843         * automake.in: Bug fix when looking for texinfo.tex
5845         * texinfo.tex: Initial revision
5847         * automake.in:
5848         If TEXINFOS defined but texinfo.tex does not exist, give warning.
5850         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
5851         (all-recursive): Don't fail immediately if -k specified.
5853 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
5855         * subdirs.am (_all):
5856         New target.  Now use Jim Meyering's formulation of AIX
5857         workaround.
5858         (install-exec, install-data): New targets
5860 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
5862         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
5864         * automake.in: Use @datadir@
5866         * automake.in: Added @configure_input@ line
5868 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
5870         * automake.in: "--help" option now prints auto-recognized file names.
5871         Allow AM_ overriding of more variables.
5873         * texinfos.am (install-info):
5874         Don't cd to srcdir to avoid breaking install-sh
5875         Other bug fixes
5877         * Makefile.am: Handle automake.texi
5879 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
5881         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
5883         * tags.am (TAGS): bug fix
5885         * automake.in: Use am_dir, not AM_DIR.
5886         Use version, not VERSION.
5887         Bug fix in TAGS code.
5889         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
5891         * subdirs.am: TAGS target now in tags.am
5893         * footer.am: TAGS and ID targets now in tags-subd.am
5895         * tags-subd.am, tags.am: Initial revision
5897         * automake.in: Cleaned up AM_PROGRAM code.
5898         Handle TAGS target better
5900         * remake.am, remake-subd.am (Makefile.in): Bug fix.
5902         * automake.in (usage): Updated
5904         * remake-subd.am, remake.am:
5905         Added rule where Makefile.in depends on Makefile.am
5907         * automake.in: Entire body of 'for' loop now in subshell
5909         * automake.in (common): config.guess and config.sub are common files.
5911         * dist-subd-top.am, dist.am (dist): Bug fix.
5913         * Makefile.am (DIST_OTHER): Don't include TODO
5915         * automake.in: Auto-include TODO and THANKS files.
5917         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
5919         * automake.in: More bug fixes in "look for Makefile.am" code.
5921         * automake.in: Bug fix in "look for Makefile.am" code.
5923         * automake.in:
5924         If no arguments given, look for all Makefile.am's in this
5925         directory and in immediate subdirs
5927         * automake.in: Bug fixes for LDADD-override feature.
5929         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
5931         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
5933         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
5935         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
5937 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
5939         * automake.in: No longer look for _SOURCES or _OBJECTS
5941         * header-vars.am:
5942         Remove "automatically created" header (now in automake).
5943         Updated copyright.
5945         * automake.in: Put version info in Makefile header
5947 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
5949         * automake.in: Minor cleanups
5951         * dist-subd-top.am, dist.am (dist):
5952         Don't link or copy file if it already exists.
5954         * automake.in:
5955         Look for _SOURCES (common sources) and generate _OBJECTS.
5957         * footer.am (ID, TAGS): Include HEADERS
5959         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
5961 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
5963         * dist-subd.am (distdir): Is relative to ".."
5965         * dist-subd-vars.am (PACKAGE, VERSION): Define
5967         * dist-subd.am (dist): Don't handle DIST_DIRS.
5969         * mans.am (uninstall-man): Another bug fix.
5971         * mans.am (uninstall-man): Bug fix.
5973         * dist.am, dist-subd-top.am (dist): Bug fix
5975         * Makefile.am (DIST_SUBDIRS): New macro
5977         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
5979         * Makefile.am (DIST_OTHER): Include automake.in
5981         * Makefile.am (DISTCLEANFILES): New macro.
5983         * automake.in (common): Include COPYING.LIB
5985         * Makefile.am (automake): New rule.
5987         * texinfos.am (install-info): Changed per GNU standards
5989         * remake-hdr.am (stamp-h.in):
5990         Use "touch", not "date", per GNU standards.
5992         * automake.in (common): Include texinfo.tex
5994 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
5996         * automake.in: More fixes when finding common files.
5998         * Makefile.am (DIST_OTHER): Another removal.
6000         * automake.in: Special-case when amdir=.
6002         * Makefile.am (DIST_OTHER): Removed auto-detected files.
6004         * automake.in:
6005         Search for commonly-used files and auto-include them in distribution
6007         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
6008         (DIST_CONF): Removed files searched for by automake.
6010         * automake.in: More arg-parsing bug fixes.
6012         * Makefile.am (DIST_OTHER): Include install-sh
6014         * Makefile.am (DIST_OTHER): Don't include auto-included files.
6016         * automake.in: Bug fixes to argument parsing code.
6018         * automake.in: Handle --version and --help.
6019         NLS stuff from autoconf.
6021         * Makefile.am (amdatadir): Fixed typo.
6022         (install): Make install directories
6024         * Makefile.am: Use "install::", not "install:"
6026         * install-sh, mkinstalldirs: Initial revision
6028         * configure.in: Use AC_PROG_INSTALL
6030         * automake.in: Set AM_DIR based on configure results.
6032         * Makefile.am (install): New target.
6033         (amdatadir): New variable.
6035         * automake.in: Use "#! /", not "#!/".
6037         * Makefile.am, configure.in: Initial revision
6039         * automake.in: Renamed from "automake".
6040         Set VERSION.
6042         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
6044         * automake.in: Insert remake-subd.am if appropriate.
6046         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
6048         * automake.in: Handle ALLPROGRAMS variable.
6050         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
6052         * automake.in: Fixlet when printing "subdir=DIR"
6054         * automake.in: Put "subdir=DIR" into subdir Makefile
6056         * automake.in: Don't refer to distname.am.
6057         Only put footer.am in subdir Makefiles.
6059         * subdirs.am (id, ID): New target.
6060         (.NOEXPORT): Copied from footers.am.
6062         * subdirs.am (TAGS): Bug fixes.
6064         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
6066         * subdirs.am (maintainer-clean-local): Remove TAGS
6068         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
6070         * subdirs.am: Use maintainer-clean, per GNU standards
6072         * dist-subd-top.am: Some variables defined in dist-vars.am
6074         * dist-vars.am (PACKAGE, VERSION):
6075         New variables, initialized by configure
6077         * footer.am (id, ID): New targets
6078         (TAGS): Put TAGS file in build, not source, directory
6080         * remake-subd.am (Makefile): Don't assume subdir is 'src'
6082         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
6084         * dist-subd.am: Changed to conform to new top-level dist target.
6086         * dist-subd-top.am:
6087         Changed to assume PACKAGE and VERSION are set by configure.
6089         * clean-kr.am, clean.am (maintainer-clean):
6090         Updated rules per GNU standards.
6092         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
6094 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
6096         * automake.in, texinfos.am: kludge for multiple-part info files
6098 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
6100         * clean.am, clean-kr.am: remove INFOS
6102 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
6104         * texinfos.am: add path
6106         * remake.am, remake-hdr.am: account for VPATH limitations
6108 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
6110         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
6111         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
6113 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
6115         * texinfos.am: install-info depends on info files
6117         * dist-subd-vars.am, dist-vars.am: distrib info files
6119 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
6121         * clean-kr.am, clean.am: fix up distclean
6123         * subdirs.am: fix typo
6125         * clean.am: do more in distclean
6127 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
6129         * libraries.am: make install depend on all
6131         * automake.in: fix typo
6133 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
6135         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
6137         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
6139         * dist-subd-top.am: Initial revision
6141         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
6142         centralize prefix var setting
6144         * header-vars.am: set all the std vars based on prefix
6146 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
6148         * automake.in: don't add kr stuff if not needed
6150         * dist-vars.am: add config vars to dist
6152 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
6154         * program.am: add LDADD
6156         * compile-vars.am: remove LDADD from LDFLAGS
6158         * clean.am: move knr stuff to another file
6160         * automake.in: use different clean file for ansi2knr
6162         * clean-kr.am: Initial revision
6164 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
6166         * automake.in, dist-subd.am, dist.am: fix rules and dist
6168 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
6170         * compile.am, automake.in: split out knr
6172         * compile-kr.am: Initial revision
6174         * libprograms.am: fix typo
6176         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
6177         make libprograms work
6179         * libprograms.am: Initial revision
6181         * automake.in, compile.am, header-vars.am: fix little bugs
6183         * compile.am: allow parallel K&R
6185         * clean.am: remove kerb temps
6187         * automake.in: fix recognizing start of rules
6189         * dist-subd.am, dist.am: fix dist
6191         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
6193 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
6195         * automake.in: works on m4 too
6197         * automake.in, mans.am: works on fileutils
6199         * automake.in, clean.am, compile.am, dist-subd.am, dist.am, footer.am, header-vars.am, header.am, libraries.am, library.am, mans-vars.am, mans.am, programs.am, remake-hdr.am, remake-subd.am, remake.am, subdirs.am, texinfos.am:
6200         works on fileutils except for all
6202         * automake.in: vars thing
6204         * header-vars.am: Initial revision
6206         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
6207         entered into RCS
6209         * compile-vars.am: Initial revision
6211         * automake.in: many improvements
6213         * footer.am: Initial revision
6215         * dist.am: remove distname
6217         * automake.in: namespace cleanup
6219         * distname.am: Initial revision
6221         * automake.in, clean.am, compile.am, dist-subd.am, dist.am, header.am, libraries.am, library.am, mans.am, program.am, programs.am, remake-hdr.am, remake.am, subdirs.am, texinfos.am:
6222         might work
6224         * mans.am, libraries.am, texinfos.am, library.am, compile.am, program.am, programs.am, clean.am, subdirs.am, remake-subd.am, remake.am, remake-hdr.am, dist.am, dist-subd.am, header.am, automake.in:
6225         Initial revision