6a4ffb399a0219bd2ccc621fac50d5a9ca96958e
[platform/upstream/automake.git] / ChangeLog
1 1999-01-15  Tom Tromey  <tromey@cygnus.com>
2
3         * configure.in: Updated version to 1.5a.
4
5 1999-01-14  Tom Tromey  <tromey@cygnus.com>
6
7         * automake.in (handle_configure): Compute $header_dir based on
8         $one_name, not $one_hdr.  Reported by Erez Zadok.  Fixes
9         confh2.test.
10         (handle_configure): Compute relative path to input header
11         correctly in all cases.
12
13         * automake.in (handle_tests): Avoid error messages from dejagnu
14         test rules.  From Karl Heuer.
15
16         * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
17
18         * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
19
20         * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
21         From Alexandre Oliva and Erez Zadok.
22
23         * automake.in (create): Renamed from touch.
24         (handle_configure): Use create, not touch.
25
26         * config.sub, config.guess: New versions from autoconf.
27
28         * mkinstalldirs: New version from autoconf.
29
30 1999-01-12  Tom Tromey  <tromey@cygnus.com>
31
32         * config.sub, config.guess, COPYING, texinfo.tex: New versions
33         from FSF.
34
35 1999-01-11  Marcus G. Daniels  <mgd@chama.santafe.edu>
36
37         * automake.in (PATH_PATTERN): New variable:
38         (INCLUDE_PATTERN): Use it.  Ignore all include commands using 
39         symbols besides $(top_srcdir) and $(srcdir).
40
41 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
42
43         * automake.in (handle_dist_worker): avoid failure in `make dist'
44         if last file is a builddir-only file
45
46 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
47
48         * missing (autoheader): `s' was missing from sed script; grr
49
50 1999-01-11  Tom Tromey  <tromey@cygnus.com>
51
52         * remake-hdr.am (@STAMP@): Reverted timestamp change.
53         ($(srcdir)/@STAMP@.in): Likewise.
54
55 1999-01-10  Tom Tromey  <tromey@cygnus.com>
56
57         * Makefile.am (scriptdir): New macro.
58         (script_DATA): Likewise.
59         (install-data-hook): Use them.
60         (EXTRA_DIST): Added script_DATA.
61         (installcheck-local): Use script_DATA.
62
63         * Makefile.am (pkgdata_DATA): Removed duplicate definition.
64
65 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
66
67         * missing (autoheader): accept multiple header files
68         (automake): simplify sed processing
69
70 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
71
72         * automake.in (handle_configure, stamp_dir): create only one stamp
73         file per header, instead of one in the top-level directory and one
74         in the directory that contains the header.
75
76 1999-01-10  Tom Tromey  <tromey@cygnus.com>
77
78         * automake.in (lang_objc_finish): Formatting fix.
79
80         * automake.in (objc_extensions): New sub.
81         (handle_dependencies): Only generate dependency-tracking code for
82         ObjC when ObjC source seen.
83
84 1998-12-22  Marcus G. Daniels  <mgd@chama.santafe.edu>
85
86         * automake.in (handle_dependencies): Transform EXT & PFX in
87         Objective C case.
88
89 1998-12-11  Marcus G. Daniels  <mgd@chama.santafe.edu>
90
91         * automake.in: Register Objective C language.
92         (finish_languages): Consider Objective C to be non_c.
93         (lang_objc_rewrite, lang_objc_finish): New functions.
94         (resolve_linker): Recognize OBJCLINK before LINK.
95
96 1999-01-10  Tom Tromey  <tromey@cygnus.com>
97
98         * automake.in (handle_texinfo): Handle empty $config_aux_dir.
99
100         * automake.in (handle_texinfo): Set $conf_pat correctly when
101         config_aux_dir not used.
102         (handle_texinfo): Run maintainer-clean-aminfo rules in srcdir.
103         From Erez Zadok.
104         * texi-vers.am (maintainer-clean-@VTI@): Prefix file names with
105         $(srcdir).  From Erez Zadok.
106         ($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir.
107
108 1999-01-08  Thomas Tanner  <tanner@gmx.de>
109
110         * depend.am: remove the dependencies (.deps)
111         in "make distclean", not "make maintainer-clean"
112
113 1999-01-10  Tom Tromey  <tromey@cygnus.com>
114
115         * aclocal.in (write_aclocal): Updated copyright.
116         (parse_arguments): Likewise.
117         * automake.in (parse_arguments): Updated copyright.
118         (initialize_global_constants): Likewise.
119
120         * Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS.
121         (install-data-hook): New hook.  Report from Petter Reinholdtsen.
122
123         * remake-hdr.am: Provide `else' clause for each `if'.
124
125 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
126
127         * remake-hdr.am: recover from removal of config headers, and try
128         to get real timestamps, which is useful for CVS files
129
130 1999-01-10  Tom Tromey  <tromey@cygnus.com>
131
132         * automake.in (handle_merge_targets): Don't special-case "-local"
133         targets.  Test all.test.
134
135         * automake.in (handle_texinfo): Prepend $(srcdir) to directory
136         used to find texinfo.tex.  Report from Glenn Amerine.
137
138 1999-01-07  Tom Tromey  <tromey@cygnus.com>
139
140         Based on report from Marcus G. Daniels.  Fixes include.test.
141         * automake.in (generate_makefile): Call read_main_am_file.
142         (read_main_am_file): New sub.
143         (read_am_file): Moved header generation code into
144         read_main_am_file.
145
146 1999-01-06  Gary V. Vaughan  <garyv@oranda.demon.co.uk>
147
148         * automake.in (require_file_internal): qub perl on win32 hangs
149         on a call to unlink for a non-existant file, which in turn causes
150         tests/symlink.test to hang on win32.  Check that the file exists
151         before unlinking it!
152
153 1998-12-24  Thomas Tanner  <tanner@gmx.de>
154
155         * automake.in (handle_ltlibraries): check whether -module was
156         defined for libraries names without 'lib' prefix.
157
158 Fri Dec 11 10:20:42 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
159
160         * compile_f_c_cxx.test: Change to use F77 and F77LINK instead of
161         FC and FLINK, respectively.
162         * flibs.test: same
163         * fnoc.test: same
164         * fo.test: same
165         * fonly.test: same
166         * link_f_c.test: same
167         * link_f_c_cxx.test: same
168         * link_f_cxx.test: same
169         * link_f_only.test: same
170
171 Fri Dec 11 10:23:17 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
172
173         * automake.in, automake.texi: Change all of the Fortran 77 code to
174         use the new `F77' prefix instead of the older `FC' prefix.
175         Specifically this changed FC, FCOMPILE, LTFCOMPILE, FLINK and FLD
176         to F77, F77COMPILE, LTF77COMPILE, F77LINK and F77LD, respectively.
177
178 1999-01-05  Tom Tromey  <tromey@cygnus.com>
179
180         * depend2.am (%.o): Use \012, not \n, to avoid losing `tr's.  From
181         Bill Currie.
182         (%.lo): Likewise.
183
184 1998-12-22  Alexandre Oliva  <oliva@dcc.unicamp.br>
185
186         * depend2.am: Don't assume backslash can't occur in the middle of
187         filename; it loses on M$W
188
189 1998-12-21  Tom Tromey  <tromey@cygnus.com>
190
191         * automake.in (handle_libraries): Reverted Thomas Tanner's
192         change.  Non-libtool libraries still must fit naming
193         requirements.
194
195 1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
196
197         * automake.in (handle_configure): Dist inputs for AC_OUTPUT.
198
199 1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
200
201         * depend2.am: don't use .p and .P for dependencies; it loses on
202         case-insensitive filesystems.
203         Reported by Henrik Frystyk Nielsen <frystyk@w3.org>
204
205 1998-12-20  Thomas Tanner  <tanner@gmx.de>
206
207         * automake.in (handle_libraries, handle_ltlibraries): relax the
208         name checking to not enforce `^lib.*' for the sake of building libtool 
209         modules.
210
211 1998-12-21  Tom Tromey  <tromey@cygnus.com>
212
213         * automake.in (do_one_merge_target): Special case
214         install-data-hook and install-exec-hook.
215         (handle_merge_targets): Removed install-data-hook and
216         install-exec-hook code.  Test insthook.test.
217
218 1998-12-16  Tom Tromey  <tromey@cygnus.com>
219
220         * tags.am (ID): Uniquify list of sources.  Report from Jim
221         Meyering.
222
223 1998-12-11  Tom Tromey  <tromey@cygnus.com>
224
225         Bug report from Paul D. Smith:
226         * automake.in (handle_merge_targets): Set
227         AM_INSTALL_PROGRAM_FLAGS, not INSTALL_PROGRAM.
228         * header-vars.am (INSTALL_PROGRAM): Added
229         AM_INSTALL_PROGRAM_FLAGS.
230
231 1998-12-03  Tom Tromey  <tromey@cygnus.com>
232
233         * automake.in (handle_dist): Print prettier banner when
234         `make dist' succeeds.  From Akim Demaille.
235
236 1998-12-02  Tom Tromey  <tromey@cygnus.com>
237
238         * configure.in: Upped version to 1.3e (1.3d was just released).
239
240         * configure.in: Upped version to 1.3d.
241
242         * texinfo.tex, config.guess, config.sub, install-sh: New
243         versions.
244         * ansi2knr.c: New version.
245
246         * automake.in (handle_configure): Quote @MAINTAINER_MODE_TRUE@ to
247         avoid problems where AM_MAINTAINER_MODE is put into automake's own
248         configure.in.
249
250         * Makefile.am (cvs-dist): Run `cvs tag' operation in srcdir.
251
252         Some bugs from François Pinard:
253         * automake.in (usage): Remove duplicates in file list.
254
255         * automake.in (usage): Print files in column-major order.
256         (handle_gettext): Only require ABOUT-NLS for GNU programs.
257
258 1998-12-01  Tom Tromey  <tromey@cygnus.com>
259
260         * automake.texi (Dist): Documented GZIP_ENV.
261         * automake.in (handle_dist): Define and use GZIP_ENV, not GZIP.
262         (initialize_global_constants): Use GZIP_ENV, not GZIP.
263
264 1998-11-27  Tom Tromey  <tromey@cygnus.com>
265
266         * automake.in (quote_cond_val): Use "\002", not '\002', to
267         represent null string.
268         (unquote_cond_val): Removing all "\002" strings from result.  Test
269         cond7.test.
270
271         * automake.texi: Formatting changes for latest texinfo.
272
273         * automake.in (handle_java): Removed debugging print.
274
275 1998-11-18  Tom Tromey  <tromey@cygnus.com>
276
277         * automake.in (finish_languages): Use CCLD, not CLD.
278
279         * automake.in (finish_languages): Define CLD; use it in LINK
280         definition.
281         (lang_cxx_finish): Define CXXLD; use it in CXXLINK definition.
282         (lang_f77_finish): Define FLD; use it in FLINK definition.
283         (lang_ppf77_finish): Likewise.
284         (lang_ratfor_finish): Likewise.
285
286 1998-11-10  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
287
288         * automake.in (scan_one_configure_file): Recognize
289         AC_F77_LIBRARY_LDFLAGS, and recognize FLIBS as a configure
290         substitution.
291
292         * automake.texi: Fix several little Fortran 77 references to now
293         point to autoconf.texi.  Rename associated Fortran 77 macros from
294         `AM_' to `AC_'.
295
296 1998-11-10  Tom Tromey  <tromey@cygnus.com>
297
298         * automake.in (read_am_file): Handle configure_vars case.  Test
299         pluseq4.test.
300
301 1998-11-09  Tom Tromey  <tromey@cygnus.com>
302
303         * automake.in (read_am_file): `conditional_stack' isn't a
304         function.  Correctly add new value to existing value in `+='
305         case.
306
307 1998-10-29  Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
308
309         * automake.in (parse_arguments): Fixed type of -c for copying
310
311 1998-10-30  Tom Tromey  <tromey@cygnus.com>
312
313         * automake.texi (Install): Documented DESTDIR more fully.  From
314         Jeff Garzik.
315
316         * automake.in (MACRO_PATTERN): Recognize `+='.
317         (BOGUS_MACRO_PATTERN): Likewise.
318         (read_am_file): Handle `+=' assignments.
319
320 1998-10-28  Tom Tromey  <tromey@cygnus.com>
321
322         * Makefile.am (maintainer-check): Changed code to be acceptable to
323         bash 2.01.1.
324
325         * automake.in (do_one_clean_target): Special-case config.status.
326         Report from Jeff Garzik.
327
328         * m4/Makefile.am (m4data_DATA): Don't mention f77.m4.
329         * m4/f77.m4: Removed; macro now in autoconf proper.
330
331 1998-10-24  Tom Tromey  <tromey@cygnus.com>
332
333         * automake.in (handle_dist_worker): Typo fix in code testing to
334         see if subdir is `.'.  From Raja R Harinath.
335
336         * m4/lispdir.m4: Fixed sed invocation.  From Akim Demaille.
337
338 1998-10-20  Tom Tromey  <tromey@cygnus.com>
339
340         * automake.in (scan_dependency_file): Fixed test on `while' loop.
341         Fixes depend2.test.  Report from Akim Demaille.
342
343 1998-10-16  Tom Tromey  <tromey@cygnus.com>
344
345         * automake.in (handle_ltlibraries): Specify `noinst' when
346         computing valid prefixes.  From Ulrich Drepper.
347
348         * automake.in (scan_dependency_file): Don't give an error if there
349         is text after the last line.  Report from Matthew D. Langston.
350
351         * m4/mktime.m4: Detect glibc mktime bug.  From Jim Meyering.
352
353         * Makefile.am (SUBDIRS): Added `.' again.
354
355         * Makefile.am (EXTRA_DIST): Removed automake.spec.in.  From
356         Matthew D. Langston.
357         (info_TEXINFOS): Removed am-f77.texi.
358
359         * automake.in (handle_ltlibraries): Allow `noinst' LTLIBRARIES.
360         These are libtool convenience libraries.
361
362 1998-10-13  Tom Tromey  <tromey@cygnus.com>
363
364         * m4/f77.m4: New file.
365         * m4/Makefile.am (m4data_DATA): Added f77.m4.
366
367 Thu Oct  8 15:00:57 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
368
369         * automake.in (resolve_linker): Put the Fortran 77 linker where it
370         needs to be.
371
372         * automake.in (lang_f77_finish): Add support for Fortran 77.
373
374         * automake.in (f77_extensions): New helper function for function
375         `lang_f77_finish'.
376
377         * automake.in (lang_f77_rewrite): Change to return success.
378
379         * automake.in (scan_one_configure_file): Add test for the Fortran
380         77 compiler.
381
382         * automake.in (finish_languages): Changed tests for "C++ only" to
383         "C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'.
384
385         * automake.in: Registered the ppf77 language (`.F' extension) for
386         preprocessed Fortran 77.
387         
388         * automake.in: Registered the ratfor language (`.r' extension).
389
390         * automake.in: Registered Fortran 77 header files with the "header
391         language" (`.inc' extension).
392
393 Tue Sep  8 14:50:50 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
394
395         * automake.texi: Added several new index entries.
396
397 Sun Aug 30 16:10:31 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
398
399         * automake.texi:
400         - Add `@ovindex' (output variable index).
401         - Merge `@defmac' (Autoconf macros) and `@ovindex' to the General
402           Index.
403
404         * automake.texi (Macros):
405         - Changed the `@table @code' list of macros to `@defmac'.
406         - Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list.
407
408 Tue Aug 11 10:42:39 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>
409
410         * automake.texi (C++): Change `@table' to `@vtable'.
411
412         * automake.texi (Fortran 77): Add Fortran 77 documentation.
413
414 1998-10-11  Tom Tromey  <tromey@cygnus.com>
415
416         Preliminary (completely untested) multilib support.
417         * automake.texi (Macros): Document AM_ENABLE_MULTILIB.
418         * m4/Makefile.am (m4data_DATA): Added multi.m4.
419         * Makefile.am (amfiles): Added multilib.am.
420         * automake.in (seen_multilib): New global.
421         (scan_one_configure_file): Recognize AM_ENABLE_MULTILIB.
422         (generate_makefile): Call handle_multilib.
423         (handle_multilib): New function.
424         * multilib.am: New file.
425         * m4/multi.m4: New file.
426
427 1998-10-08  Tom Tromey  <tromey@cygnus.com>
428
429         * automake.in (handle_dist): Always include configure.in and
430         configure in distribution.  Fixes confdist.test.
431
432         * automake.in (do_one_merge_target): Be silent when running
433         install-exec-am and install-data-am.  Fixes extra3.test and
434         extra4.test.
435
436 1998-10-07  Tom Tromey  <tromey@cygnus.com>
437
438         * automake.in (am_install_var): Added -noextra option.
439         (handle_data): Pass -noextra to am_install_var.
440
441 Sun Oct  4 22:24:10 1998  Tom Tromey  <tromey@cygnus.com>
442
443         * m4/winsz.m4 (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use
444         3-argument form of AC_DEFINE.
445         * m4/regex.m4 (AM_WITH_REGEX): Use 3-argument form of AC_DEFINE.
446         * m4/ptrdiff.m4 (AM_TYPE_PTRDIFF_T): Use 3-argument form of
447         AC_DEFINE.
448         * m4/protos.m4 (AM_C_PROTOTYPES):Use 3-argument form of
449         AC_DEFINE.
450         * m4/obstack.m4 (AM_FUNC_OBSTACK): Use 3-argument form of
451         AC_DEFINE.
452         * m4/init.m4 (AM_INIT_AUTOMAKE): Use 3-argument form of
453         AC_DEFINE.
454         * m4/dmalloc.m4 (AM_WITH_DMALLOC): Use 3-argument form of
455         AC_DEFINE.
456
457 Tue Oct  6 00:02:15 1998  Tom Tromey  <tromey@cygnus.com>
458
459         * depend2.am (%.lo): Handle case where compiler does not put space
460         before ":".  From Raja R Harinath.
461
462 Mon Oct  5 13:05:43 1998  Tom Tromey  <tromey@cygnus.com>
463
464         * automake.in (scan_one_configure_file): AC_CONFIG_HEADER is not
465         obsolete; it simply isn't preferred with automake.
466         (scan_one_configure_file): Likewise for AC_DECL_YYTEXT and
467         AC_PROG_LEX.
468
469         * automake.in (am_line_error): Handle case where variable defined
470         in configure.in.  Fixes test badline.test.
471         (%configure_vars): Redefined meaning of values.
472         (scan_one_configure_file): Set $configure_vars values
473         appropriately.
474
475 Sat Oct  3 14:53:34 1998  Tom Tromey  <tromey@cygnus.com>
476
477         * automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE
478         conditional.
479         (handle_configure): Likewise.
480         (read_am_file): Likewise.
481         (file_contents_with_transform): Likewise.
482         (scan_one_configure_file): Recognize that AM_MAINTAINER_MODE
483         defines a conditional.
484         * automake.texi (Optional): Document new AM_MAINTAINER_MODE.
485         * texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE
486         conditional.
487         (maintainer-clean-@VTI@): Likewise.
488         * remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE
489         conditional.
490         * remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at
491         MAINTAINER_MODE conditional.
492         * m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE
493         conditional.
494
495 1998-10-03  Jim Blandy  <jimb@zwingli.cygnus.com>
496
497         * depend2.am (%.lo): When editing the dependency file to add the
498         .lo file to the targets, allow for whitespace between the end of
499         the filename and the colon.  Some compilers (notably the Cygnus
500         release of GCC 2.7-97r1) put space there: "alist.o : ..."
501
502 Sat Oct  3 12:07:21 1998  Tom Tromey  <tromey@cygnus.com>
503
504         * automake.in (handle_configure): Handle case where there is no
505         Makefile in the config header directory.  Fixes test config.test.
506
507 Thu Oct  1 00:51:51 1998  Tom Tromey  <tromey@cygnus.com>
508
509         * depend2.am (%.o): Append sed results to .P file in this case
510         too.  From Raja R Harinath.
511
512         * m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and
513         xemacs install directories.  From Robert Bihlmeyer.
514
515         * depend2.am: Don't bother trying to delete source file from
516         list.
517
518         * depend2.am (%.o): Handle deleted header file problem.
519         (%.lo): Likewise.
520
521         * texinfos.am (install-info-am): Handle case where INFO_DEPS is
522         empty.  Reported by Andrew Cagney.
523         (uninstall-info): Likewise.
524         (dist-info): Likewise.
525
526         * automake.in (handle_texinfo): Error if user tries to generate
527         HTML.
528
529 Wed Sep 30 00:41:40 1998  Tom Tromey  <tromey@cygnus.com>
530
531         * automake.in (do_one_clean_target): Don't push previous clean
532         target if this target is `mostly'.  Report from Raja R Harinath.
533
534         * subdirs.am (mostlyclean-recursive ...): Build local_target, not
535         target.  From Raja R Harinath.
536
537         Completely changed how languages and source files are handled:
538         * automake.in: Call register_language for each language.
539         (lang_c_rewrite): New function.
540         (lang_cxx_rewrite): Likewise.
541         (lang_header_rewrite): Likewise.
542         (lang_yacc_rewrite): Likewise.
543         (lang_yaccxx_rewrite): Likewise.
544         (lang_lex_rewrite): Likewise.
545         (lang_lexxx_rewrite): Likewise.
546         (lang_asm_rewrite): Likewise.
547         (lang_fortran_rewrite): Likewise.
548         (register_language): Likewise.
549         (extension_map): New global.
550         (language_map): Likewise.
551         (resolve_linker): New function.
552         (handle_single_transform_list): Rewrote to use lang_X_rewrite
553         functions.  Changed meaning of first argument.
554         (initialize_per_input): Removed seen_any_source.  Initialize
555         language_scratch, extension_seen.  Removed cxx_extensions,
556         seen_c_source, dir_holds_headers, dir_holds_sources.
557         (handle_source_transform): Don't compute $objpat.  Pass $obj
558         directly to handle_single_transform_list.
559         (handle_built_sources): Fixed call to
560         handle_single_transform_list.
561         (lang_c_finish): New function.
562         (lang_cxx_finish): Likewise.
563         (lang_header_finish): Likewise.
564         (lang_yacc_finish): Likewise.
565         (lang_yaccxx_finish): Likewise.
566         (lang_lex_finish): Likewise.
567         (lang_lexxx_finish): Likewise..
568         (lang_asm_finish): Likewise.
569         (lang_fortran_finish): Likewise.
570         (yacc_lex_finish_helper): Likewise.
571         (libtool_compiler): Likewise.
572         (saw_extension): New function.
573         (handle_lib_objects_cond): Use saw_extension, not old variables.
574         (handle_yacc_lex_cxx): Removed.
575         (finish_languages): New function.
576         (get_object_extension): Don't set dir_holds_sources.
577         (handle_headers): Don't set dir_holds_headers.  Instead, call
578         saw_extension.
579         (saw_sources_p): New function.
580         (handle_tags): Use it.
581         (handle_dependencies): Likewise.
582         (cxx_extensions): New function.
583         (handle_dependencies): Use it.
584         (generate_makefile): Call finish_languages, not
585         handle_yacc_lex_cxx.
586
587 1998-05-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
588
589         * texi-vers.am: Use the correct target names.  Fix generation of
590         stamp file.
591
592         * automake.in (handle_tests): In commands generating site.exp copy
593         the old contents from site.exp, not site.bak, which does not
594         exist.
595
596 Tue Sep 29 00:10:22 1998  Tom Tromey  <tromey@cygnus.com>
597
598         Fixed noinst.test again:
599         * automake.in (do_one_merge_target): Special-case `install-am'.
600         (handle_merge_targets): Don't compute @install variable.
601
602         Fixes for recurs2.test.  Report from Jim Meyering.
603         * automake.in (vars_scanned): Define globally.
604         (variable_value_as_list_worker): Delete $var entry in
605         %vars_scanned after local work is done.
606
607 1998-05-26  Marcus G. Daniels  <mgd@ute.santafe.edu>
608
609         * automake.in: New pattern: INCLUDE_PATTERN.
610         (read_am_file):  Make AM_FILE a local filehandle.
611         For INCLUDE_PATTERN, store included paths on @include_stack and call 
612         read_am_file with argument.
613         (handle_configure): When printing the dependencies for
614         Makefile.in, print the items on include_stack (if any) as
615         dependencies, too.
616
617         * automake.texi: Make a command index `cm' that goes into the
618         concept index.  Put if, endif, else, and include in the command index.
619         (Include): Show usage of include directive.  
620
621 Mon Sep 28 00:03:45 1998  Tom Tromey  <tromey@cygnus.com>
622
623         `.' in SUBDIRS changes order of builds:
624         * Makefile.am (SUBDIRS): Added `.'.  Put tests last.
625         * tags.am (TAGS): Don't look for TAGS file in `.'.
626         * automake.texi (Top level): Document SUBDIRS change.
627         * automake.in (handle_installdirs): Create separate installdirs-am
628         target.
629         (handle_merge_targets): Don't put all-am onto @all.  Fixed error
630         message.  Correctly handle install-info.  Give error if
631         install-info-local inappropriately defined.  Don't special-case
632         install-data, install-exec, install, uninstall, or all.
633         (handle_subdirs): Don't push `-recursive' target names onto
634         corresponding lists.
635         (do_one_merge_target): Always define `-am' form of rule, and point
636         ordinary form to `-am' or `-recursive' as appropriate.
637         Special-case `all'.
638         (do_check_merge_target): Generate check-am target.
639         (handle_dist_worker): Use target_defined.
640         (handle_dist): Likewise.
641         (handle_merge_targets): Likewise.
642         (do_one_merge_target): Likewise.
643         (do_check_merge_target): Likewise.
644         (do_one_clean_target): Likewise.
645         (initialize_per_input): Initialize $all_target.
646         (do_one_clean_target): Always generate -am form of rule; other
647         changes for new SUBDIRS change.
648         (handle_clean): Always generate clean-am form of rule.
649         (handle_tags): Only build subdir if not `.'.
650         (handle_dist_worker): Skip `.' directory.
651         * subdirs.am: Allow `.' to be specified in SUBDIRS.
652
653 Sun Sep 27 20:02:21 1998  Tom Tromey  <tromey@cygnus.com>
654
655         * automake.texi (Dist): Document EXTRA_DIST change.
656         * automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.
657
658         * automake.in (handle_ltlibraries): Wrote better comment about
659         EXTRA_LTLIBRARIES.
660
661         * automake.texi (Invoking Automake): Document --copy.
662         * automake.in (copy_missing): New global.
663         (parse_arguments): Recognize --copy/-c.
664         (require_file_internal): Handle $copy_missing.  Fixed error
665         message.
666         (initialize_global_constants): Document -c/--copy.
667
668         * automake.texi: Document LIBOBJS trick.
669
670         * automake.in (handle_dist_worker): If DIST_SUBDIRS defined, use
671         it even when SUBDIRS not conditional.
672
673         * automake.in (quote_cond_val): Turn tabs into \003.
674         (unquote_cond_val): Turn \003 back into tabs.  Fixes test
675         cond6.test.
676
677         * automake.in (read_am_file): Treat backslash-newline as
678         whitespace.  Test parse.test.
679
680 Sat Sep 26 19:31:22 1998  Tom Tromey  <tromey@cygnus.com>
681
682         * configure: Rebuilt.
683         * configure.in: Upped version to 1.3c.
684
685         Track recent autoconf changes:
686         * m4/Makefile.in: Rebuilt.
687         * m4/Makefile.am (m4data_DATA): Updated for deleted files.
688         * m4/init.m4 (AM_INIT_AUTOMAKE): Use AC_PROG_INSTALL.
689         * m4/mingw.m4: Removed.
690         * m4/cygwin.m4: Removed.
691         * m4/install.m4: Removed.
692         * m4/exeext.m4: Removed.
693         * automake.in (scan_one_configure_file): Don't look for
694         AM_EXEEXT.
695         (check_cygnus): Only mention AC_EXEEXT.
696         (obsolete_macros): Mention AM_PROG_INSTALL, AM_EXEEXT,
697         AM_CYGWIN32, AM_MINGW32.
698         ($seen_prog_install): Changed interpretation; changed all users.
699         (scan_one_configure_file): Don't look for AM_PROG_INSTALL.
700         ($scripts_installed): Removed.
701         (handle_scripts): Use local $scripts_installed.
702         * aclocal.in (obsolete_macros): Added AM_PROG_INSTALL, AM_EXEEXT,
703         AM_CYGWIN32, AM_MINGW32.
704
705 Mon Jul  6 14:52:49 1998  Ian Lance Taylor  <ian@cygnus.com>
706
707         * compile.am (mostlyclean-compile): If OBJEXT, remove *.$(OBJEXT)
708         along with *.o.
709
710 Thu May 28 18:49:47 1998  Ian Lance Taylor  <ian@cygnus.com>
711
712         * automake.in (seen_objext): New variable.
713         (get_object_extension): If seen_objext, use .$(OBJEXT) rather than
714         .o.  When including compile.am, keep or discard OBJEXT lines
715         according to whether seen_objext is set.  If seen_objext, add .obj
716         to @suffixes.  If seen_objext, use .$(OBJEXT) rather than .o when
717         building ansi2knr.
718         (handle_yacc_lex_cxx): If seen_objext, add a rule to create .obj
719         files.  If seen_objext, use .$(OBJEXT) rather than .o when
720         building ansi2knr.
721         (scan_one_configure_file): Check for .obj as well as .o in
722         LIBOBJS.  Set seen_exeext if we see AC_EXEEXT.  Look for
723         AC_OBJEXT, and if found set seen_objext and set OBJEXT in
724         configure_vars.
725         (check_cygnus): Change error message to permit AC_EXEEXT.
726         * compile.am: Add OBJEXT lines for .c.obj compilation.
727         * Makefile.in: Rebuild.
728         * m4/Makefile.in: Rebuild.
729         * tests/Makefile.in: Rebuild.
730
731 Mon Sep 11 16:07:55 1997  Chris Provenzano <proven@cygnus.com>
732
733         * header-vars.am: SHELL=@SHELL@
734         Ran aclocal, autoconf, and automake.
735
736 Sat Sep 26 16:31:29 1998  Tom Tromey  <tromey@cygnus.com>
737
738         * ltlib.am: Use $(INSTALL) and not $(INSTALL_DATA).
739
740 Mon Sep 14 08:27:38 1998  Per Cederqvist  <ceder@lysator.liu.se>
741
742         * automake.in (handle_texinfo): The logic for when to provide
743         texinfo.tex was broken.  Attempt to fix.
744
745 Mon Sep 14 00:55:12 1998  Per Cederqvist  <ceder@lysator.liu.se>
746
747         Fix for Dynix 3.1.1.
748         * automake.in (handle_yacc_lex_cxx): Transform "# " to "#line";
749         some compilers (such as /bin/cc on Dynix 3.1.1) don't accept the
750         output from the preprocessor.
751
752 Tue Aug 25 18:40:51 1998  Tom Tromey  <tromey@cygnus.com>
753
754         * automake.in (handle_tests): Don't create site.exp target if it
755         is already in Makefile.am.
756
757 Sun Aug 16 23:26:26 1998  Tom Tromey  <tromey@cygnus.com>
758
759         * automake.in (handle_configure): Use @inputs, not
760         @rewritten_inputs, when constructing CONFIG_FILES.  Use different
761         list to test for file existence.  Test colon6.test.
762         (rewrite_inputs_into_dependencies): Added add_srcdir argument.
763         Updated all callers.
764
765 Wed Aug 12 14:16:57 1998  Tom Tromey  <tromey@cygnus.com>
766
767         * Released 1.3b.
768
769 Tue Aug 11 12:18:59 1998  Tom Tromey  <tromey@cygnus.com>
770
771         * automake.in (handle_clean): Added missing close-paren.  Quote
772         `$' so it doesn't expand when replacing.  From Markus
773         F.X.J. Oberhumer.
774
775         * aclocal.in (usage): Changed bug address.
776         * automake.in (usage): Changed bug address.
777
778         * clean.am (distclean-generic): Don't mention
779         DISTCONFIGCLEANFILES.  From Markus F.X.J. Oberhumer.
780
781 Mon Aug 10 20:57:35 1998  Tom Tromey  <tromey@cygnus.com>
782
783         * automake.in (handle_yacc_lex_cxx): Redirect ansi2knr output to
784         correct file.  From Kave Ghazi.
785
786 Sun Aug  2 16:05:16 1998  Tom Tromey  <tromey@cygnus.com>
787
788         * Released 1.3a.
789
790         * config.sub, config.guess, texinfo.tex: New versions from FSF.
791
792 Sun Jul 19 00:04:25 1998  Tom Tromey  <tromey@cygnus.com>
793
794         * automake.in (variable_conditions): Initialize %vars_scanned.
795         (variable_conditions_sub): Check it.  Test cond5.test.
796
797 Sat Jul 18 00:24:14 1998  Tom Tromey  <tromey@cygnus.com>
798
799         * automake.in (variable_value_as_list_worker): Renamed from
800         variable_value_as_list.  Set entry in vars_scanned, and give error
801         if variable recursively defined.  Test recurs.test.
802         (value_to_list): Call it instead.
803         (variable_value_as_list): New function.
804
805         * automake.in (variable_conditions_sub): If var is not
806         conditional, but does have conditional subvariables, then return
807         value should be all permutations of subvariable conditions.  Test
808         cond4.test.
809         (handle_source_transform): Define _OBJECTS variable with each
810         condition; no need to define multiple new variables.
811
812 Fri Jul 17 12:56:14 1998  Tom Tromey  <tromey@cygnus.com>
813
814         * automake.in (am_install_var): Use DESTDIR, not DATADIR.  From
815         Motoyuki Kasahara.
816
817         * automake.in (scan_dependency_file): Recognize DOS-style paths as
818         absolute.
819         * ylwrap: Recognize DOS-style paths as absolute.  From Ian Lance
820         Taylor.
821
822 Fri Jul 17 07:37:20 1998  H.J. Lu  (hjl@gnu.org)
823
824         * ylwrap: Don't use absolute path if the input is in the
825         current directory.
826
827 Fri Jul 17 11:58:27 1998  Ian Lance Taylor  <ian@cygnus.com>
828
829         * automake.in: Use $(AM_MAKEFLAGS) in every invocation of $(MAKE).
830         * subdirs.am: Likewise.
831
832 Thu Jul 16 18:09:03 1998  Ian Lance Taylor  <ian@cygnus.com>
833
834         * remake.am (config.status): Depend upon
835         $(CONFIG_STATUS_DEPENDENCIES).
836         * automake.in (handle_configure): Examine
837         CONFIG_STATUS_DEPENDENCIES.
838
839 Tue Jul 14 13:37:48 1998  Tom Tromey  <tromey@cygnus.com>
840
841         * Makefile.am: Always look in srcdir for automake.in.
842
843 Tue Jun 23 14:00:27 1998  Ian Lance Taylor  <ian@cygnus.com>
844
845         * progs.am: Don't let $(EXEEXT) interfere with $(transform).
846         Report from Mike Stump <mrs@wrs.com>.
847
848 Tue Jun  2 13:27:34 1998  Tom Tromey  <tromey@cygnus.com>
849
850         * automake.in (scan_one_configure_file): Make CONFIGURE file
851         handle local.  From Kevin Street.
852
853         * automake.in (read_am_file): Error if blank line or comment
854         follows trailing backslash.  Test syntax.test.
855         (file_contents_with_transform): Likewise.
856
857 Thu May 28 18:49:47 1998  Ian Lance Taylor  <ian@cygnus.com>
858
859         * automake.in (handle_configure): Always use $(SHELL) when running
860         config.status.
861
862 Mon Jun  1 14:23:29 1998  Tom Tromey  <tromey@cygnus.com>
863
864         * automake.in (handle_yacc_lex_cxx): Use AM_CPPFLAGS, AM_CXXFLAGS,
865         AM_CFLAGS.
866         (output_yacc_build_rule): Use AM_YFLAGS, AM_LFLAGS.
867         (handle_dependencies): Don't define CXXMKDEP.
868
869         * clean.am (mostlyclean-generic): Prefix rule with MOSTLYCLEAN.
870         (clean-generic): Prefix rule with CLEAN.
871         (distclean-generic): Prefix rule with DISTCLEAN.
872         (maintainer-clean-generic): Prefix rule with MAINTAINERCLEAN.
873         BUILT_SOURCES now handled in automake itself.
874         * automake.in (initialize_per_input): Initialize
875         maintainer_clean_files.
876         (handle_yacc_lex_cxx): Put lex and yacc output files onto
877         @maintainer_clean_files.
878         (handle_clean): Handle @maintainer_clean_files.  Transform
879         clean.am when installing; try to remove unnecessary tests in
880         generated code.
881
882         * automake.in (do_check_merge_target): Only generate $(MAKE)
883         command if there are check targets to make.  Report from Karl
884         Heuer.
885
886 Sun May 17 23:05:55 1998  Tom Tromey  <tromey@cygnus.com>
887
888         * aclocal.in (write_aclocal): Fixed generated copyright message.
889         From Eleftherios Gkioulekas.
890
891         * automake.in (parse_arguments): Typo fix from Paul D. Smith.
892
893 Fri May  8 12:14:03 1998  Tom Tromey  <tromey@cygnus.com>
894
895         * automake.in (handle_yacc_lex_cxx): Put lex and yacc output files
896         onto @clean.
897
898 Wed May  6 01:18:05 1998  Tom Tromey  <tromey@cygnus.com>
899
900         * header-vars.am (DESTDIR): Changed from DISTDIR.
901
902 Fri Apr 24 10:16:20 1998  Tom Tromey  <tromey@cygnus.com>
903
904         * libs.am: Don't display loop while it runs.
905
906 Sun Apr  5 13:58:24 1998  Tom Tromey  <tromey@cygnus.com>
907
908         * Released 1.3.
909
910         * automake.in (handle_options): Correctly handle trailing alpha
911         version letter or lack thereof.  Test version3.test.
912
913         * automake.in (am_conf_line_warning): Perl 4 fixlet; typo fix.
914
915         * automake.in (handle_ltlibraries): Examine _DEPENDENCIES
916         variable.  Report from Chris Provenzano.  Test library.test.
917         (handle_libraries): Likewise.
918
919         * m4/lex.m4: Allow AM_PROG_LEX to be called with no arguments.
920
921 Sun Apr  5 13:54:25 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
922
923         * automake.in (scan_one_configure_file): Only warn about
924         AC_DECL_YYTEXT and AC_PROG_LEXX.
925         (am_conf_line_warning): New function.
926
927 Fri Apr  3 15:43:46 1998  Doug Evans  <devans@seba.cygnus.com>
928
929         * automake.in (handle_configure): Fix setting of colon_infile
930         in case where multiple files are used to build Makefile.
931         [ Test colon5.test ]
932         
933 Fri Apr  3 13:07:58 1998  Tom Tromey  <tromey@cygnus.com>
934
935         * ansi2knr.c, texinfo.tex: New versions from respective
936         maintainers.
937
938         * automake.in (scan_one_configure_file): Exclude INSTALL_DATA from
939         configure_vars.  Test instdata.test.
940
941 Tue Mar 31 21:07:42 1998  Tom Tromey  <tromey@cygnus.com>
942
943         * automake.in (handle_yacc_lex_cxx): Changed to use new version of
944         ansi2knr.
945         * ansi2knr.c: New version from L. Peter Deutsch.
946
947 Thu Mar 26 11:00:04 1998  Tom Tromey  <tromey@cygnus.com>
948
949         * m4/exeext.m4: Correctly eliminate bad cases when computing
950         am_cv_exeext.  Report from Markus F.X.J. Oberhumer.
951
952 Wed Mar 25 15:09:56 1998  Tom Tromey  <tromey@cygnus.com>
953
954         * automake.in (handle_options): Support alpha version numbers.
955
956         * lisp.am (install-@DIR@LISP): Allow .el files to appear in build
957         directory.  From Gary V Vaughan.
958
959 Mon Mar 23 07:55:04 1998  Tom Tromey  <tromey@cygnus.com>
960
961         * Released 1.2h.
962
963         * header.am (install-@DIR@HEADERS): A header can appear in the
964         build directory as well as the source directory.  From Gary V
965         Vaughan.
966
967         * automake.in (handle_yacc_lex_cxx): Push lib sources onto
968         de_ansi_files before generating ._c dependencies.  Test
969         libobj8.test.
970
971         * m4/mktime.m4: New version from Jim Meyering.
972
973         * aclocal.in (usage): Document --print-ac-dir.
974         (parse_arguments): Added --print-ac-dir.
975
976         * ansi2knr.c, ansi2knr.1: New versions from ghostscript.
977         (main): Reapplied "-" change from Harlan Stenn.
978
979 Fri Mar 20 22:42:30 1998  Tom Tromey  <tromey@cygnus.com>
980
981         * automake.in (scan_one_configure_file): Use &am_conf_line_error,
982         not warn.  Check to make sure warnings happen only for
983         configure.in, not for "not aclocal.m4".
984
985 Fri Mar 20 22:35:31 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
986
987         * automake.in: understand AM_PROG_LEX as a replacement for
988         AC_PROG_LEX and AC_DECL_YYTEXT
989         warn if the replaced macros are used.
990         * m4/Makefile.am: add lex.m4
991         * m4/lex.m4 (AM_PROG_LEX): new file and macro
992         * missing: added lex/flex support
993         instead of touching flex and bison output files, try to copy
994         them from a filename based on the last given argument
995
996 Fri Mar 20 00:26:10 1998  Tom Tromey  <tromey@cygnus.com>
997
998         * m4/protos.m4: Require AC_PROG_CPP.
999
1000         * aclocal.in (add_file): If &search fails, and macro matches AM_,
1001         then print error.  Test aclocalii.test.
1002
1003         De-ansi-fication fixes from Harlan Stenn:
1004         * ansi2knr.c (main): Accept "-" argument to mean stdin.
1005         * automake.in (handle_yacc_lex_cxx): Preprocess C source before
1006         running through ANSI2KNR.
1007         (get_object_extension): Generate rule for <dir>/ansi2knr.o.
1008
1009         * texinfos.am: Include $(DESTDIR).
1010         * lisp.am: Include $(DESTDIR).
1011         * java.am: Include $(DESTDIR).
1012         * mans.am (install-man@SECTION@): Include $(DESTDIR).
1013         * automake.in (handle_man_pages): Include $(DESTDIR) in
1014         installdirs variable.
1015         (handle_texinfo): Likewise.
1016         (am_install_var): Likewise.
1017         * header-vars.am (DISTDIR): Define.
1018         * data.am, header.am, libs.am, ltlib.am, progs.am, scripts.am:
1019         Support $(DESTDIR) at install time.  From Assar Westerlund.
1020
1021         * automake.in (handle_java): Put Java sources in distribution.
1022
1023 Thu Mar 19 01:33:35 1998  Tom Tromey  <tromey@cygnus.com>
1024
1025         * automake.in (handle_java): Put JAVACFLAGS after -d option.  From
1026         Per Bothner.
1027
1028         * automake.in (handle_java): Use $(JAVAROOT) in place of `../..'
1029         in default CLASSPATH.
1030         (am_install_var): Allow `JAVA' variable to be defined.  Don't
1031         define `JAVA' primary.
1032
1033         * automake.in (scan_one_configure_file): Check for `sinclude' and
1034         turn into recursive call.
1035
1036         * automake.in (initialize_per_input): Set $output_all.
1037         (generate_makefile): Don't set $output_header or generate
1038         `default' target.  Print $output_all before $output_header.
1039         (handle_merge_targets): Put `all' target into $output_all.
1040
1041 Wed Mar 18 14:48:44 1998  Tom Tromey  <tromey@cygnus.com>
1042
1043         * automake.in (handle_configure): Put secondary dependencies from
1044         multi-":" AC_OUTPUT entry into dependency list for file created by
1045         config.status, not file created by automake.  Test colon3.test.
1046         (generate_makefile): Pass $output, not $makefile, to
1047         handle_merge_targets.
1048
1049         * Makefile.am (pkgdata_DATA): Added java.am, java-clean.am.
1050         * java-clean.am: New file.
1051         * java.am: New file.
1052         * automake.in (generate_makefile): Call handle_java.
1053         (handle_java): New sub.
1054         (am_install_var): Only push primary variable on @all if not doing
1055         Java.
1056
1057 Sun Mar  8 15:43:09 1998  Tom Tromey  <tromey@cygnus.com>
1058
1059         * automake.in (handle_configure): When recognizing AC_OUTPUT ":"
1060         syntax, make regexp less greedy.  From Maciej W. Rozycki.  Test
1061         colon4.test.
1062
1063 Fri Mar  6 21:20:53 1998  Tom Tromey  <tromey@cygnus.com>
1064
1065         * m4/exeext.m4 (AM_EXEEXT): Ignore am_c_test.o.  From Bruno
1066         Haible.
1067
1068 Tue Feb 24 12:10:44 1998  Tom Tromey  <tromey@cygnus.com>
1069
1070         * Released 1.2f.
1071
1072         * mans.am (install-man@SECTION@, uninstall-man@SECTION@): Quote
1073         `$' in sed expression.
1074
1075         * config.guess, config.sub, texinfo.tex: New versions from FSF.
1076
1077         * Makefile.am (pkgdata_DATA): Added mans.am.
1078         * automake.in (handle_man_pages): Rewrote for new man page
1079         handling.
1080         (initialize_global_constants): Removed install_man_format,
1081         uninstall_man_format.
1082         * mans.am: New file.
1083
1084         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
1085         scripts.am, texinfos.am: Put `@' before NORMAL_UNINSTALL
1086         invocation.
1087
1088 Mon Feb 23 13:38:56 1998  Tom Tromey  <tromey@cygnus.com>
1089
1090         * automake.in (get_object_extension): Remove .c.lo rule from
1091         libtool when dependencies turned on.
1092         * libtool.am (.c.lo): Disable when dependency checking turned on.
1093
1094         Dependency fixes from Alexandre Oliva:
1095         * automake.in (handle_dependencies): Fixed quoting when
1096         substituting @PFX@ and @EXT@.  Don't look for the `.P' file.
1097         * depend2.am (%.o): Use @PFX@ and @EXT@.
1098         (%.lo): New rule.
1099
1100         * texinfos.am (.txi.info, .txi.dvi, .txi): New rules.
1101         * automake.in (handle_texinfo): Recognize .txi files.  From Karl
1102         Berry.
1103
1104         * automake.in (handle_single_transform_list): $objpat now a
1105         parameter.  Set $objpat when suffix rule found.
1106
1107         * aclocal.in (parse_arguments): Only put current year in --version
1108         output.
1109         * automake.in (parse_arguments): Only put current year in
1110         --version output.
1111
1112 Mon Feb 16 00:12:03 1998  Tom Tromey  <tromey@cygnus.com>
1113
1114         * automake.in (handle_aclocal_m4): When processing -I options,
1115         directory is separate argument.  Test aclocali.test.
1116
1117 Fri Feb 13 14:35:39 1998  Ian Lance Taylor  <ian@cygnus.com>
1118
1119         * automake.in (handle_texinfo): Correct condition for whether
1120         texinfo.tex is required.  [Test texinfo5.test]
1121
1122 Fri Feb 13 00:28:53 1998  Tom Tromey  <tromey@cygnus.com>
1123
1124         * Released 1.2e.
1125
1126         * Makefile.am: Removed bogus line.
1127
1128 Thu Feb 12 22:27:05 1998  Tom Tromey  <tromey@cygnus.com>
1129
1130         * automake.in (get_object_extension): Conditionally include .c.o
1131         rule from compile.am.
1132         (handle_dependencies): Generate correct code when including new
1133         depend2.am.
1134         (file_contents_with_transform): Better error reporting.
1135         * depend.am (MKDEP): Removed.
1136         (.deps/.P): Removed.  Don't include .deps/.P.
1137         * compile.am (.c.o): Now conditional on dependencies not being
1138         generated by compiles.
1139         * depend2.am (%.o): New rule.
1140         (.deps/%.P): Removed.
1141
1142         * tags.am (TAGS): Uniquify list of files.  From Harlan Stenn.
1143
1144         * aclocal.in (scan_m4_files): Reverse-sort keys when constructing
1145         `search' function.  From Johan Danielsson.
1146
1147 Tue Sep 16 14:13:15 1997  Paul D. Smith  <psmith@baynetworks.com>
1148
1149         * automake.in: Create new option --generate-deps.  This option has
1150         automake generate a .dep_segment file containing just the
1151         dependencies created from the .P list.  This is needed to maintain
1152         other makefiles that automake doesn't deal with (Makefile.DOS,
1153         SMakefile, etc.)
1154         * automake.texi (Invoking Automake): Document it.
1155
1156 Thu Feb 12 19:45:16 1998  Tom Tromey  <tromey@cygnus.com>
1157
1158         * aclocal.in (scan_configure): Tightened regexp a bit.  Test
1159         whoami.test.  From Johan Danielsson.
1160
1161         Report from H.J. Lu.
1162         * automake.in (output_yacc_build_rule): Don't write rule to create
1163         `.h' file.
1164         (handle_yacc_lex_cxx): Generate rule to build each .h file.
1165
1166         * automake.in (handle_options): Set readme-alpha and check-news
1167         for Gnits after main processing.  Test alpha.test.  From Jim
1168         Meyering.
1169
1170         * aclocal.in (usage): Updated bug-reporting address.
1171         * automake.in (usage): Updated bug-reporting address.
1172
1173         * compile.am: Remove *.core for 4.4BSD systems.  From Assar
1174         Westerlund.
1175
1176         * automake.in (handle_single_transform_list): Don't set
1177         seen_any_source if all sources are C++.
1178
1179 Wed Feb 11 17:30:01 1998  Tom Tromey  <tromey@cygnus.com>
1180
1181         * aclocal.in (write_aclocal): Write to $output_file, not
1182         aclocal.m4.  From Alexandre Oliva.
1183
1184 Thu Feb  5 13:38:55 1998  Tom Tromey  <tromey@cygnus.com>
1185
1186         * automake.in (scan_one_configure_file): Put CXCPP before CXX in
1187         regexp.  From Garth Corral.  Test cxxxcpp.test.
1188
1189 Sun Jan 25 11:16:53 1998  Tom Tromey  <tromey@cygnus.com>
1190
1191         * automake.in (generate_makefile): Run handle_minor_options before
1192         handle_dist, to make sure README-alpha ends up in distribution.
1193         From Jim Meyering.
1194
1195 Tue Jan 13 09:19:33 1998  Tom Tromey  <tromey@cygnus.com>
1196
1197         * aclocal.in (add_file): Hack for Perl 4.  From Seth Alves.
1198
1199 Thu Dec 11 12:29:46 1997  Ian Lance Taylor  <ian@cygnus.com>
1200
1201         * scripts.am: Don't add @EXEEXT@ to installed scripts.  Scripts
1202         are not executables.
1203
1204 Tue Dec  2 20:07:18 1997  Tom Tromey  <tromey@cygnus.com>
1205
1206         * automake.in (initialize_global_constants): Bug fix in
1207         uninstall_man_format.  Report from Eric Backus.
1208
1209 Mon Dec  1 13:52:39 1997  Tom Tromey  <tromey@cygnus.com>
1210
1211         * automake.in (handle_source_transform): Correctly generate
1212         _OBJECTS when _SOURCES is defined conditionally.  Reported by Rob
1213         Savoye.  Test cond3.test.
1214
1215         Fixes for test objc.test:
1216         * automake.in (initialize_per_input): New global seen_any_source.
1217         (handle_yacc_lex_cxx): Use seen_any_source to decide when to
1218         define LINK, et al.
1219         (handle_single_transform_list): Set seen_any_source.
1220         (handle_lib_objects_cond): Likewise.
1221
1222 Wed Nov 26 13:41:57 1997  Tom Tromey  <tromey@cygnus.com>
1223
1224         * Released 1.2d.
1225
1226         * m4/ccstdc.m4: Don't force AM_PROG_CC_STDC before AC_PROG_CPP.
1227         Temporary hack.
1228
1229         * m4/mktime.m4 (AM_FUNC_MTIME): New version from Paul Eggert.
1230
1231         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL,
1232         NORMAL_UNINSTALL, PRE_UNINSTALL, POST_UNINSTALL): Define as `:',
1233         not `true'.
1234
1235         * automake.in (output_yacc_build_rule): Don't overwrite .h file in
1236         non-ylwrap case.
1237
1238         * tags.am (ID): Scan lisp files.
1239         (TAGS): Make tags for lisp files.
1240
1241 Tue Nov 25 14:20:42 1997  Tom Tromey  <tromey@cygnus.com>
1242
1243         * ltlib.am: Use INSTALL_DATA, not INSTALL_PROGRAM.  From Gord
1244         Matzigkeit.
1245
1246 Fri Nov 21 15:15:50 1997  Tom Tromey  <tromey@cygnus.com>
1247
1248         * m4/mingw.m4, m4/cygwin.m4: Argument to AC_TRY_COMPILE is
1249         function body, not entire function.  From Ian Taylor.
1250
1251 Sat Oct 25 12:39:19 1997  Tom Tromey  <tromey@cygnus.com>
1252
1253         * automake.in (scan_one_configure_file): Skip empty string for
1254         Perl 4.  From Assar Westerlund.
1255
1256         * config.guess, config.sub, texinfo.tex: New versions from FSF.
1257
1258 Fri Oct 24 23:15:09 1997  Tom Tromey  <tromey@cygnus.com>
1259
1260         * automake.in (output_yacc_build_rule): Use YFLAGS again.
1261         (handle_yacc_lex_cxx): Error if YACCFLAGS used.
1262
1263 Wed Aug 27 19:26:45 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
1264
1265         * compile.am: Add suffix rules for ".s.o" and ".S.o" so assembler
1266         files can be used.
1267         * libtool.am: Add suffix rules for ".s.lo" and ".S.lo" so assembler
1268         files can be used.
1269         * automake.in: Add .S and .s to the standard list of suffixes so
1270         assembler files can be used.
1271
1272 Fri Oct 24 13:39:01 1997  Tom Tromey  <tromey@cygnus.com>
1273
1274         * m4/exeext.m4: Require AM_MINGW32.  Check MINGW32 setting.
1275
1276 Thu Oct 23 21:16:28 1997  Tom Tromey  <tromey@cygnus.com>
1277
1278         * m4/init.m4 (missing_dir): AC_REQUIRE AM_SANITY_CHECK,
1279         AC_ARG_PROGRAM, and AC_PROG_MAKE_SET.
1280
1281 Tue Oct 21 16:49:36 1997  Tom Tromey  <tromey@cygnus.com>
1282
1283         * automake.in (handle_options): Recognize `cygnus'.
1284
1285 Tue Sep  9 17:09:47 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
1286
1287         * m4/mingw.m4: New file for mingw32 support.
1288         * m4/exeext.m4: Also check for the mingw32 environment.
1289
1290 Tue Oct 21 00:39:44 1997  Tom Tromey  <tromey@cygnus.com>
1291
1292         * m4/Makefile.am (m4data_DATA): Added mingw.m4.
1293
1294         * automake.in (handle_lib_objects_cond): Don't require @LEXLIB@.
1295         (handle_programs): Likewise.
1296
1297         * subdirs.am (check-recursive installcheck-recursive
1298         info-recursive dvi-recursive): Handle case when SUBDIRS is empty.
1299         (maintainer-clean-recursive): Likewise.  From Assar Westerlund.
1300
1301         * aclocal.in (scan_m4_files): If macro recognized, &search will
1302         return 1.
1303         (scan_configure): If AM_ macro not found, give error.
1304
1305         * m4/sanity.m4: If `ls' completely fails, die.  From Jim
1306         Meyering.
1307
1308 Mon Oct 20 16:13:48 1997  Tom Tromey  <tromey@cygnus.com>
1309
1310         * automake.in (handle_single_transform_list): Fixlet for Fortran.
1311         From Bernard Urban.
1312
1313         * libtool.am: Remove _libs, for libtool 1.0d.  From Gord
1314         Matzigkeit.
1315
1316 Sun Oct 19 22:59:35 1997  Tom Tromey  <tromey@cygnus.com>
1317
1318         * texinfos.am: Bug fix.  From John W. Coomes.
1319
1320 Mon Sep 29 12:57:00 1997  Tom Tromey  <tromey@cygnus.com>
1321
1322         * Released 1.2c.
1323
1324         * automake.in (handle_dist_worker): In topmost directory of
1325         project, use `distdir', not `top_distdir', as argument to
1326         --output-dir; likewise when building in subdirs.
1327
1328 Sun Sep 28 15:55:46 1997  Tom Tromey  <tromey@cygnus.com>
1329
1330         * m4/sanity.m4: Test $*, not $@.  From Akim Demaille.
1331
1332         * automake.in (handle_minor_options): New sub.
1333         (check_gnits_standards): Don't handle README-alpha here.
1334         (handle_dist_worker): Check NEWS file if `check-news' option
1335         requested.
1336         (generate_makefile): Run handle_minor_options.
1337         (handle_options): Handle readme-alpha and check-news.  Set them if
1338         --gnits.
1339
1340         * depend.am (MKDEP): Use $(CC), not gcc.
1341
1342 Wed Sep 24 23:48:26 1997  Tom Tromey  <tromey@cygnus.com>
1343
1344         * Release 1.2b.
1345
1346         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Make sure this is run before
1347         AC_PROG_CPP.  From Markus Oberhumer.
1348
1349 Fri Sep 12 00:04:19 1997  Paul Eggert  <eggert@twinsun.com>
1350
1351         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Don't look at __STDC__;
1352         look only at whether function prototypes are supported.
1353
1354 Wed Sep 24 16:10:37 1997  Tom Tromey  <tromey@cygnus.com>
1355
1356         * Various: Put "-" before each `rm' line.  This avoids a bug in
1357         some losing makes (Ultrix, 4.3 BSD).
1358
1359         * automake.in (handle_dist_worker): Correctly handle subdirs that
1360         have their own configure.in.  From Peter Mattis.
1361
1362         * automake.in (handle_yacc_lex_cxx): Handle de-ansi-fied sources
1363         in srcdir as well as build dir.
1364
1365         * automake.in (scan_one_configure_file): Detect AC_OUTPUT().
1366         (handle_single_transform_list): Don't apply length() to a list.
1367
1368         * automake.in (handle_programs): Define _DEPENDENCIES variable if
1369         not defined by user.
1370
1371 Thu Sep 18 19:43:38 1997  Tom Tromey  <tromey@cygnus.com>
1372
1373         * m4/sanity.m4: Quote "$@" for m4.  From Gord Matzigkeit.
1374
1375 Mon Sep  1 23:50:38 1997  Tom Tromey  <tromey@cygnus.com>
1376
1377         * automake.in (handle_texinfo): Set need_texi_file only when
1378         TEXINFO_TEX not defined.
1379
1380 Thu Aug 28 09:37:29 1997  Tom Tromey  <tromey@cygnus.com>
1381
1382         From Juergen Erhard:
1383         * automake.in (SUFFIX_RULE_PATTERN): New global.
1384         (handle_single_transform_list): If suffix matches a source suffix,
1385         rewrite.
1386         (read_am_file): Add suffix rules to %suffix_rules.
1387         (initialize_per_input): Initialize %suffix_rules.
1388
1389 Wed Aug 27 12:56:50 1997  Tom Tromey  <tromey@cygnus.com>
1390
1391         * automake.in (handle_texinfo): Also remove .kys and .ps files.
1392
1393         * automake.in (handle_yacc_lex_cxx): Quoting fixlet.  From Kaveh
1394         Ghazi.
1395
1396         * aclocal.in (write_aclocal): Print copyright and copying
1397         permissions.  From RMS.
1398         * automake.in (initialize_global_constants): More copyright stuff
1399         from RMS.
1400
1401         * automake.in (handle_texinfo): Only require texinfo.tex in
1402         appropriate situations.  Report from Paul D. Smith.
1403
1404 Mon Aug 25 15:45:52 1997  Tom Tromey  <tromey@cygnus.com>
1405
1406         * automake.in (scan_dependency_file): Fix so that
1407         OMIT_DEPENDENCIES will work.  From Alexander Lukyanov.
1408
1409         * automake.in (handle_texinfo): texi2dvi can generate `.cn'
1410         files.  From Akim Demaille.
1411
1412 Wed Aug  6 10:51:37 1997  Tom Tromey  <tromey@cygnus.com>
1413
1414         * automake.in (handle_texinfo): Reversed sense of test.
1415
1416 Tue Aug  5 17:49:54 1997  Tom Tromey  <tromey@cygnus.com>
1417
1418         * automake.in (handle_dependencies): Always mark OMIT_DEPENDENCIES
1419         as seen.
1420
1421         * automake.in (handle_yacc_lex_cxx): Make each _.c file depend on
1422         ansi2knr.
1423
1424         * automake.in (handle_yacc_lex_cxx): Fix for makes which don't
1425         allow $< in non-suffix rules.  From Akim Demaille.
1426
1427         * automake.in (value_to_list): If variable name contains configure
1428         substitution, then just ignore it.
1429
1430         * automake.in (variable_defined): Mark variable is seen, even if
1431         only conditionally seen.
1432
1433         * Makefile.am: Check for bad splits.
1434         * automake.in (various): Use split(' ',...), not split(/ /,...).
1435
1436 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
1437
1438         * ylwrap: If the program is a relative path, force it to be
1439         absolute.
1440
1441 Tue Aug  5 16:59:41 1997  Tom Tromey  <tromey@cygnus.com>
1442
1443         * missing: Examine A[CM]_CONFIG_HEADER for name of files to
1444         touch.  From Markus F.X.J. Oberhumer.
1445
1446         * automake.in (require_file_internal): Better error message when
1447         installing.
1448
1449         * automake.in (handle_texinfo): Smarter test when deleting output
1450         of makeinfo.
1451
1452 Sat Aug  2 13:32:45 1997  Tom Tromey  <tromey@cygnus.com>
1453
1454         * automake.in (do_check_merge_target): In --cygnus mode, check
1455         doesn't depend on all.
1456
1457         * automake.in (output_yacc_build_rule): Use YACCFLAGS, not
1458         YFLAGS.  Per GNU Standards.
1459
1460         * dejagnu.am (RUNTESTDEFAULTFLAGS): New macro.
1461         (check-DEJAGNU): Use it.
1462
1463         * subdirs.am (maintainer-clean-recursive): Actually reverse subdir
1464         list.  From Alexander Lukyanov.
1465
1466         * automake.in (initialize_global_constants): Changed generated
1467         copyright.  From RMS.
1468
1469         * automake.in (handle_configure): Pass correct value for
1470         CONFIG_FILES.  From Ian Taylor.
1471
1472 Thu Jul 31 17:36:10 1997  Ian Lance Taylor  <ian@cygnus.com>
1473
1474         * ylwrap (pairlist): Shift out trailing "--"; don't pass it to
1475         $prog.
1476
1477 Thu Jul 24 00:52:02 1997  Tom Tromey  <tromey@cygnus.com>
1478
1479         * automake.in (initialize_global_constants): Changed index names
1480         in dist hash so that alternate dist targets will be generated.
1481         Report from Glenn Amerine.
1482
1483         Suggestion from Karl Berry:
1484         * automake.in (usage): Added short info line.
1485
1486         * aclocal.in (usage): Updated bug-reporting address.  Added short
1487         info line.
1488
1489         * automake.in (handle_emacs_lisp): Put contents of lisp-clean.am
1490         into output.  Report from Karl Berry.
1491
1492 Mon Aug 25 16:14:32 1997  Tom Tromey  <tromey@cygnus.com>
1493
1494         * automake.in (handle_configure): Only generate ":" syntax for
1495         CONFIG_FILES when really needed.
1496
1497 Wed Aug  6 14:47:12 1997  Ian Lance Taylor  <ian@cygnus.com>
1498
1499         * remake-hdr.am (@CONFIG_HEADER@): Use a dummy command to force
1500         GNU make to recheck the file modification time.
1501
1502 Tue Aug  5 14:44:10 1997  Ian Lance Taylor  <ian@cygnus.com>
1503
1504         * ylwrap: If the program is a relative path, force it to be
1505         absolute.
1506
1507 Mon Aug  4 14:52:08 1997  Ian Lance Taylor  <ian@cygnus.com>
1508
1509         * automake.in ($RULE_PATTERN): Accept $ in body of rule name.
1510         (handle_programs): Don't append $(EXEEXT) if the
1511         program name contains '.'.
1512         (am_install_var): When rewriting _PROGRAMS, don't append $(EXEEXT)
1513         if the program names contains '.'.  Also, handle conditionals.
1514
1515 Sat Aug  2 14:43:41 1997  Tom Tromey  <tromey@cygnus.com>
1516
1517         * m4/exeext.m4: Fixed quoting.
1518
1519         * m4/exeext.m4 (am_cv_exeext): Use echo, not ls.
1520
1521         * automake.in (handle_programs): Transform @EXEEXT@ when including
1522         program.am.
1523
1524 Fri Aug  1 17:09:09 1997  Tom Tromey  <tromey@cygnus.com>
1525
1526         * automake.in (handle_programs): Don't transform CYGWIN or
1527         NOTCYGWIN.
1528         (am_install_var): Likewise.
1529
1530         * progs-clean.am (clean-@DIR@PROGRAMS): Never include EXEEXT.
1531
1532         * progs.am: Removed @EXEEXT@; it is now implicit.
1533         * program.am: Add @EXEEXT@ in appropriate places; removed
1534         cygwin-dependent code.
1535         * automake.in (seen_exeext): Renamed from seen_cygwin32.
1536         (handle_programs): Use seen_exeext.
1537         (scan_one_configure_file): Look for AM_EXEEXT, not AM_CYGWIN32.
1538         (check_cygnus): Use seen_exeext.
1539         (am_install_var): Likewise.
1540         (am_install_var): When handling PROGRAMS primary, append EXELIST
1541         to program names as necessary.
1542         * m4/exeext.m4: Require AM_CYGWIN32.
1543
1544 Thu Jul 31 17:36:10 1997  Ian Lance Taylor  <ian@cygnus.com>
1545
1546         * ylwrap (pairlist): Shift out trailing "--"; don't pass it to
1547         $prog.
1548
1549         * texinfos.am: Add -I $(srcdir) when invoking $(MAKEINFO) for
1550         CYGNUS .texinfo.info case and .texinfo case.
1551
1552         * automake.in (handle_configure): Correct handling of inputs for
1553         for AC_OUTPUT files when invoking config.status.
1554
1555 Mon Jul 28 15:29:25 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
1556
1557         * m4/cygwin.m4: Set a variable CYGWIN32, rather than EXEEXT.
1558         * m4/exeext.m4: New autoconf test for an executable suffix.
1559         * m4/Makefile.in: Install the new exeext.m4 test.
1560
1561 Sun Jun 22 14:01:59 1997  Tom Tromey  <tromey@cygnus.com>
1562
1563         * Released version 1.2.
1564
1565         * automake.in (handle_texinfo): Look for texinfo.tex in aux dir.
1566
1567         * automake.in (require_file_internal): Only print "installing"
1568         when actually installing.  From Gord Matzigkeit.
1569
1570         * automake.in (handle_tests): Exit status `77' means `ignore
1571         test'.  From François Pinard.
1572         (handle_tests) Also, make banner same size as text.
1573
1574         * automake.in (handle_configure): Don't handle PRE_BUILT_SOURCES.
1575         (handle_built_sources): Likewise; don't have `all' depend on
1576         BUILT_SOURCES.
1577
1578         * depend.am (DEPS_MAGIC): New variable.
1579         (.deps/.P): Depend on BUILT_SOURCES again.
1580
1581         * texinfos.am: Use ||, not ;.
1582
1583 Tue Jun 10 11:04:16 1997  Tom Tromey  <tromey@cygnus.com>
1584
1585         * m4/cygwin.m4: Examine output of compiler to see if .exe needed.
1586
1587 Sun Jun  1 13:16:05 1997  Tom Tromey  <tromey@cygnus.com>
1588
1589         * automake.in (handle_built_sources): Handle PRE_BUILT_SOURCES.
1590         (handle_configure): Likewise.
1591
1592         * depend2.am (.deps/%.P): Don't generate file if MKDEP fails.
1593         From Alexandre Oliva.
1594
1595         * depend.am (.deps/.P): Depend on PRE_BUILT_SOURCES, not
1596         BUILT_SOURCES.
1597
1598         * automake.in (initialize_global_constants): Added 1997 to
1599         copyright info.
1600
1601         * automake.in (output_yacc_build_rule): Never move y.tab.c over
1602         the .h file.  From Jim Meyering.
1603
1604 Thu May 29 23:16:02 1997  Tom Tromey  <tromey@cygnus.com>
1605
1606         * automake.in (scan_one_configure_file): Avoid defining ACLOCAL,
1607         AUTOCONF, AUTOMAKE, AUTOHEADER.  From David Zaroski.
1608
1609 Sat Feb 22 16:05:24 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
1610
1611         * Makefile.am (pkgdata_DATA): Under this new scheme, we no longer
1612         need compile-kr.am.  Delete it.
1613
1614         * automake.in (handle_yacc_lex_cxx, get_object_extension): Use
1615         _.c, _.o, _.lo instead of ._c, ._o, .l_o for de-ansification.
1616
1617         * ansi2knr.c (main): Parse our arguments a little differently so
1618         that we don't create null output files when we can't read the
1619         input file.
1620
1621 Wed May 28 23:40:33 1997  Tom Tromey  <tromey@cygnus.com>
1622
1623         * depend.am (.deps/.P): Depend on $(BUILT_SOURCES) again.  From
1624         Gord Matzigkeit.
1625
1626 Mon May 26 22:50:49 1997  Tom Tromey  <tromey@cygnus.com>
1627
1628         * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent.  Report
1629         from Alexandre Oliva.
1630
1631         * automake.in (generate_makefile): If --no-force, check
1632         Makefile.in against configure.in and aclocal.m4.  Report from
1633         Alexandre Oliva.
1634
1635         * automake.in (handle_dist_worker): Put --include-deps on command
1636         line if specified originally.
1637         (handle_configure): Likewise.
1638
1639         * configure.in: Error if Perl 5.001 is used.
1640
1641         * ylwrap: Don't quote $prog when executing it.  From Jim
1642         Meyering.
1643
1644 Thu May 15 12:05:20 1997  Tom Tromey  <tromey@cygnus.com>
1645
1646         * automake.in (handle_merge_targets): Set INSTALL_SCRIPT in
1647         install-strip target.
1648
1649 Tue May 13 08:20:02 1997  Tom Tromey  <tromey@cygnus.com>
1650
1651         * automake.in (handle_dependencies): Don't generate dependencies
1652         if DEP_FILES would be empty.
1653
1654 Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>
1655
1656         * config.guess: New version from FSF.
1657
1658         * automake.in (get_object_extension): If ansi2knr in another
1659         directory, always define ANSI2KNR to full path.  From Akim
1660         Demaille.
1661
1662         * kr-extra.am (clean-krextra): Remove ansi2knr here, not in
1663         distclean-krextra.
1664
1665         * missing: Regularized grammar.  From François Pinard.
1666
1667 Sat May 10 16:48:47 1997  Tom Tromey  <tromey@cygnus.com>
1668
1669         * Released 1.1p.
1670
1671         * m4/init.m4: Error if source directory already configured.
1672
1673         * automake.in (scan_dependency_file): Always use srcdir name as
1674         passed in on command line.
1675
1676 Thu May  1 12:53:46 1997  Ian Lance Taylor  <ian@cygnus.com>
1677
1678         * automake.in (value_to_list): Don't fail when a variable
1679         substitution is not a complete word.
1680
1681 Tue May  6 15:22:41 1997  Ian Lance Taylor  <ian@cygnus.com>
1682
1683         * subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not
1684         get fooled by command line arguments.
1685
1686 Sat May 10 15:48:46 1997  Tom Tromey  <tromey@cygnus.com>
1687
1688         * m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by
1689         default.
1690
1691 Mon May  5 23:24:09 1997  Tom Tromey  <tromey@cygnus.com>
1692
1693         * mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex:
1694         New versions from FSF.
1695
1696 Sun May  4 15:21:22 1997  Tom Tromey  <tromey@cygnus.com>
1697
1698         * texinfos.am (install-info): Avoid the Debian install-info.
1699         (uninstall-info): Likewise.
1700
1701         * automake.in (handle_single_transform_list): Strip any directory
1702         name before processing name.
1703
1704 Thu May  1 19:24:08 1997  Tom Tromey  <tromey@cygnus.com>
1705
1706         * depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.
1707
1708 Wed Apr 30 19:15:47 1997  Tom Tromey  <tromey@cygnus.com>
1709
1710         * automake.in (handle_dist_worker): Change how top_distdir is
1711         computed.  Based on patch from Ian Taylor.
1712         (handle_dist): Define top_distdir.
1713
1714         * automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK.
1715         (handle_yacc_lex_cxx): Include CFLAGS in LINK.
1716
1717 Wed Apr 30 14:46:37 1997  Ian Lance Taylor  <ian@cygnus.com>
1718
1719         * automake.in (handle_dist_worker): When building a distribution,
1720         if SUBDIRS is defined conditionaly, recur into each possible
1721         subdirectory.
1722
1723         * clean.am (distclean-generic): Remove stamp-h[0-9]*.
1724
1725 Tue Apr 29 19:11:45 1997  Tom Tromey  <tromey@cygnus.com>
1726
1727         * INSTALL, mkinstalldirs, install-sh: Update from François
1728         Pinard.
1729
1730         * aclocal.in (add_macro): If AC_ macro was defined, then mark it
1731         as seen.  Report from Janos Farkas.
1732
1733         * subdirs.am: Clean targets now run in reverse order.  From Kevin
1734         Dalley.
1735
1736         * automake.in (handle_texinfo): Put `aminfo', not `info' on
1737         @clean.
1738
1739         * mdate-sh: New version from Ulrich Drepper.
1740
1741 Mon Apr 28 01:18:05 1997  Tom Tromey  <tromey@cygnus.com>
1742
1743         * automake.in (handle_configure): Makefile only depends on
1744         BUILT_SOURCES when generating dependencies.
1745
1746         * Released 1.1o.
1747
1748 Sun Apr 27 23:58:20 1997  Tom Tromey  <tromey@cygnus.com>
1749
1750         * automake.in (handle_dist): Use variable_value, not
1751         variable_contents.
1752
1753 Wed Apr 23 14:04:28 1997  Ian Lance Taylor  <ian@cygnus.com>
1754
1755         * automake.in (IF_PATTERN): Define.
1756         (ELSE_PATTERN, ENDIF_PATTERN): Define.
1757         (AM_CONDITIONAL_PATTERN): Define.
1758         (%configure_cond): New global hash table.
1759         (handle_source_transform): If xx_SOURCES is defined conditionally,
1760         define xx_OBJECTS using the same conditions.
1761         (handle_lib_objects): If variable is defined conditionally, define
1762         xx_DEPENDENCIES conditionally.  Most code moved into subroutine.
1763         (handle_lib_objects_cond): New function, broken out of
1764         handle_lib_objects.
1765         (scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN.
1766         (conditional_true_when): New function.
1767         (variable_defined): Add new parameter: cond.  Change some
1768         callers.
1769         (variable_conditions): New function.
1770         (variable_conditionally_defined): New function.
1771         (variable_value): New function.  Change most uses of $contents to
1772         call variable_value instead.
1773         (value_to_list): New function, from variable_value_as_list.
1774         (variable_value_as_list): Add new parameter: cond.  Change all
1775         callers.  Move some code into subroutine value_to_list.
1776         (define_pretty_variable): Add new parameter: cond.  Change call
1777         callers.
1778         (read_am_file): Handle conditionals.
1779         (initialize_per_input): Initialize %conditional and
1780         @conditional_stack.
1781         * m4/cond.m4: New file.
1782         * m4/Makefile.am (m4data_DATA): Add cond.m4.
1783
1784 Sun Apr 27 11:03:36 1997  Tom Tromey  <tromey@cygnus.com>
1785
1786         * automake.in (handle_dist_worker): Run automake once per
1787         directory, instead of once at the top.
1788         (handle_dist_worker): Changed interface.
1789         (handle_dist): Likewise.
1790         (generate_makefile): Better error message if can't write the
1791         file.
1792         (handle_dist_worker): Pass top_distdir to subdir makes.
1793
1794         * automake.in (handle_dist_worker): Use mode 777 on directories in
1795         distribution.  GNU Standards compliance.
1796
1797         * automake.in (handle_yacc_lex_cxx): Don't use interlock.
1798         (output_yacc_build_rule): Don't use interlock; just use new ylwrap
1799         instead.  The new ylwrap builds in a subdir; idea from Mark
1800         Eichin.
1801         (output_lex_build_rule): Likewise.
1802         (initialize_global_constants): [common_files] Don't include
1803         interlock.
1804
1805         * Makefile.am (pkgdata_SCRIPTS): Removed interlock.
1806         * interlock: Removed.
1807         * ylwrap: Changed interface.  Now runs command in subdir.
1808
1809         * remake.am (config.status): Look in srcdir for config header.
1810         ($(srcdir)/configure): Likewise.
1811         * remake-hdr.am (@STAMP@): Look in srcdir for config header.  From
1812         Phil Nelson.
1813         ($(srcdir)/@CONFIG_HEADER_IN@): Likewise.
1814
1815         * automake.in (handle_aclocal_m4): Make target $(ACLOCAL_M4), not
1816         value spelled out.  From Phil Nelson
1817
1818         * automake.in (handle_configure): Don't skip Makefiles; instead
1819         skip automake inputs.
1820         (handle_merge_targets): Changed interface; put $makefile at
1821         beginning of @all (rather than Makefile at end).
1822
1823         * automake.in (handle_yacc_lex_cxx): Correctly compute
1824         de_ansi_sources.
1825
1826         * clean-kr.am (distclean-kr): Do nothing; ansi2knr is removed in
1827         kr-extra.am.
1828
1829         * Makefile.am: Check to make sure there are no accidental
1830         configure substitutions.
1831
1832         * automake.in (handle_texinfo): Don't allow configure substitution
1833         on @MAKEINFO@ here.
1834
1835         * automake.in (handle_yacc_lex_cxx): ._c and ._o files both depend
1836         on $(ANSI2KNR).
1837
1838         * kr-extra.am (ansi2knr): Removed.
1839         (ansi2knr.o): Likewise.
1840
1841         * automake.in (get_object_extension): Allow ansi2knr to be built
1842         from any directory.
1843
1844 Fri Apr 25 12:33:23 1997  Tom Tromey  <tromey@cygnus.com>
1845
1846         * missing: Changed bison text.  From Ian Taylor.
1847
1848         * m4/missing.m4: Redirect stdin of testee.  From Bill Fenner.
1849
1850         * automake.in (output_yacc_build_rule): Generate rule to create .h
1851         file.
1852         (handle_footer): Generate unique, sorted list of suffixes.
1853
1854         * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK,
1855         _CPP, _CXCPP, _LN_S.  From Ralph Schleicher.
1856
1857 Mon Apr 21 12:35:57 1997  Ian Lance Taylor  <ian@cygnus.com>
1858
1859         * automake.in (@config_fullnames): New array.
1860         (@config_names): New array, replacing $config_name.
1861         (@config_headers): New array, replacing $config_header.
1862         (get_object_extension): Handle multiple header files.
1863         (handle_tags, handle_merge_targets): Likewise.
1864         (scan_one_configure_file): Likewise.
1865         (handle_configure): Likewise.  Don't check for the configuration
1866         header file in AC_OUTPUT; it won't be there.
1867         * remake-hdr.am: Handle multiple header files.
1868         * clean-hdr.am: New file, broken out of remake-hdr.am.
1869         * m4/header.m4: Handle multiple header files.
1870         * Makefile.am (pkgdata_DATA): Add clean-hdr.am.
1871
1872 Wed Apr 16 00:05:47 1997  Tom Tromey  <tromey@cygnus.com>
1873
1874         * texinfos.am (.texi.info, .texi, .texinfo.info, .info): Remove
1875
1876         * automake.in (define_program_variable): Added `override' argument.
1877         (handle_texinfo): Pass override arg when defining MAKEINFO.
1878         (AC_MISSING_PROG): New constant.
1879         (scan_one_configure_file): Use it.
1880
1881 Tue Apr 15 12:12:28 1997  Tom Tromey  <tromey@cygnus.com>
1882
1883         * automake.in (handle_texinfo): In --cygnus mode, reserve
1884         clean-info for the user.
1885
1886         * automake.in (handle_subdirs): Typo fix.  From Akim Demaille.
1887
1888         * automake.in (handle_tags): Only use SUBDIRS if it is actually
1889         defined.  Report from Ian Taylor.
1890
1891         * tags.am: Added prefix to SUBDIRS rules.
1892
1893 Wed Apr  9 17:09:40 1997  Tom Tromey  <tromey@cygnus.com>
1894
1895         * automake.in (handle_ltlibraries): Use correct rpath
1896         substitution.  Bug from Jim Blandy.
1897
1898 Mon Apr  7 17:40:18 1997  Tom Tromey  <tromey@cygnus.com>
1899
1900         * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg.
1901         Test version2.test.
1902
1903 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
1904
1905         * Released 1.1n.
1906
1907         * tags.am (TAGS): Run "cd && etags" in subshell for proper
1908         associativity.
1909
1910         * texinfos.am (install-info-am): If --cygnus, then info file can
1911         be in build dir.  From David Zaroski.
1912
1913         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
1914
1915         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
1916         specially.
1917
1918 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
1919
1920         * automake.in (handle_source_transform): Don't generate dependency
1921         on config.h.
1922         (scan_dependency_file): Strip the .P file from the target.
1923
1924         * automake.in (handle_tags): Use single, not double, quotes when
1925         setting list variable.
1926
1927         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
1928         progs.am, scripts.am, tags.am: Use single quotes to fill list
1929         variable; otherwise `$' in filename will not work.  From Per
1930         Bothner.
1931
1932         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
1933         From Bruno Haible.
1934
1935         * automake.in (handle_programs): Error if LIBADD used where LDADD
1936         meant.
1937         (handle_libraries): Error if LDADD used where LIBADD meant.
1938         (handle_ltlibraries): Likewise.
1939
1940 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
1941
1942         * automake.in (check_canonical_spelling): New sub.
1943         (handle_programs): Use it.
1944         (handle_libraries): Likewise.
1945         (handle_ltlibraries): Likewise.
1946
1947 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
1948
1949         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
1950         file includes.
1951
1952 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
1953
1954         * automake.in (handle_configure): Error if stamp-h appears in
1955         AC_OUTPUT line.
1956
1957 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
1958
1959         * automake.in (handle_dist_worker): Avoid automake rules in
1960         generated Makefile when no-dependencies specified.  From Greg
1961         Woods.
1962
1963         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
1964
1965         * texi-vers.am (stamp-@VTI@): Make commands silent.
1966
1967         * Makefile.am (maintainer-check): "true" is ok now.
1968
1969         * m4/init.m4: Added optional 3rd argument, which avoids
1970         AC_DEFINE.
1971
1972         * automake.in (scan_one_configure_file): Explicitly avoid
1973         INSTALL_SCRIPT to avoid defining it twice.
1974
1975         * header-vars.am: Change _INSTALL variable definitions to `true'.
1976         Updated all users to put `@' before invocation.
1977
1978 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
1979
1980         Update to follow GNU Standards:
1981         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
1982         uninstall-man.
1983         * texinfos.am (uninstall-info): Use two loops, and have
1984         PRE_UNINSTALL before running install-info.
1985         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
1986         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
1987         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
1988         NORMAL_UNINSTALL): Define.
1989
1990         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
1991         a configure varriable.
1992
1993         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
1994
1995 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
1996
1997         * m4/sanity.m4: Sleep before creating temp file.
1998
1999         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
2000         Define.
2001
2002 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
2003
2004         * automake.in (am_install_var): Make sure to delete
2005         CYGWIN/NOTCYGWIN tokens as appropriate.
2006         (handle_programs): Remove NOTCYGWIN tokens as well.
2007         (file_contents_with_transform): A single newline makes an empty
2008         line.
2009
2010         * program.am: Remove executable before linking.
2011
2012         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
2013         (.texinfo.dvi): Likewise.
2014
2015         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
2016         location of texinfo.tex.
2017
2018 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
2019
2020         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
2021
2022         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
2023
2024         * scripts.am: Add @EXEEXT@ to installed scripts.
2025
2026 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
2027
2028         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
2029         for the TZ environment variable.  Andre Novaes Cunha provided the
2030         hairy TZ setting that exercized the Solaris tzset bug.
2031
2032 1997-01-22  Paul Eggert  <eggert@twinsun.com>
2033
2034         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
2035         test now, test a couple of thousand times.
2036
2037 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
2038
2039         * automake.in (handle_programs): Remove CYGWIN lines unless
2040         AM_CYGWIN32 seen.
2041         (am_install_var): Remove CYGWIN lines from -clean file as well.
2042
2043         * progs.am: Put @EXEEXT@ where appropriate.
2044
2045         * program.am (@PROGRAM@): If using Cygwin32, then create actual
2046         name in addition to ".exe" name.
2047
2048         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
2049
2050         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
2051         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
2052         from .am files.
2053
2054         * automake.in (seen_cygwin32): New global.
2055         (scan_one_configure_file): Check for AM_CYGWIN32.
2056
2057         * m4/cygwin.m4: New file.
2058
2059         * automake.in (scan_one_configure_file): Explicitly handle
2060         AC_CONFIG_HEADER so we can avoid spurious warnings.
2061         (obsolete_macros): Removed AC_CONFIG_HEADER.
2062
2063         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
2064         A. Woods.
2065
2066 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
2067
2068         * Released 1.1m.
2069
2070         * m4/missing.m4: Print message saying what is happening.
2071
2072         * m4/sanity.m4: sleep before testing.
2073
2074 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
2075
2076         * config.guess, config.sub: New from the FSF.
2077
2078         * automake.in (initialize_global_constants): [common_files]
2079         Include `missing'.
2080         (scan_configure): Require `missing'.
2081
2082         * header-vars.am (MAKEINFO): Don't define.
2083
2084         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
2085         * m4/missing.m4: New file.
2086
2087         `missing' changes from François Pinard:
2088         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
2089         names aclocal program.
2090         * m4/init.m4: Replace programs with `missing' if not found.
2091         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
2092         (AC_CHECK_PATTERN): Check for alphanumeric names only.
2093         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
2094         * Makefile.am (pkgdata_SCRIPTS): Include missing.
2095         * missing: New file.
2096
2097         * automake.in (target_defined): New sub.
2098         (handle_footer): Error if target .SUFFIXES used.
2099
2100 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
2101
2102         * automake.in (handle_lib_objects): Set seen_c_source to line
2103         number.
2104         (handle_yacc_lex_cxx): Use seen_c_source as line number.
2105         (am_line_error): Line of -1 means skip line-number check.
2106
2107         * automake.in (read_am_file): Change to keep perl -w quiet.
2108         (check_typos): Removed extra check of EXTRA_ containing config
2109         subs.
2110
2111 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
2112
2113         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
2114         $(CONFIG_HEADER_FULL).
2115         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
2116
2117         * automake.in (handle_lib_objects): Set seen_c_source as
2118         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
2119
2120 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
2121
2122         * texinfo.tex: New version.
2123
2124         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
2125         couldn't find an Emacs.  So don't bother running elisp-comp.  From
2126         Ulrich Drepper.
2127
2128         * automake.in (handle_texinfo): Added .tr and .cv to list of
2129         texinfo clean extensions.  From Karl Berry.
2130
2131 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
2132
2133         * Makefile.am: Make sure we never use "undef".
2134
2135         * automake.in (usage): Changed bug-reporting address.
2136         (handle_dist): Use undef, not delete.
2137
2138 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2139
2140         * automake.in (%obsolete_macros): Reintroduce, with hints for what
2141         to do to upgrade the support.
2142
2143         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
2144         libtool support to use the _LTLIBRARIES primary.
2145
2146 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
2147
2148         * automake.in (handle_tags): In default case, add @tags_deps to
2149         dependencies of tags target.
2150
2151 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
2152
2153         * automake.in (handle_tests): If a test failed, then make should
2154         fail.  From Jim Meyering.
2155
2156 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
2157
2158         * texi-vers.am (@VTEXI@): Copy stamp file into output.
2159
2160 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
2161
2162         * automake.in (handle_programs): Give correct error line for lex
2163         error.
2164         (am_line_error): Avoid uninitialized value errors from perl -w.
2165
2166         * aclocal.in (scan_m4_files): Fixed perl -w warning.
2167
2168         * texinfos.am (.texi, .texinfo): New targets.
2169
2170         * automake.in (scan_texinfo_file): Renamed.
2171         (handle_texinfo): Handle files without ".info" extension.
2172
2173         * automake.in (handle_subdirs): Error if directory contains "/".
2174         (handle_yacc_lex_cxx): Quoting fix.
2175         (handle_single_transform_list): Use transformed (non-ansi) version
2176         of $obj instead of explicit ".o".  From Gord Matzigkeit.
2177
2178         * m4/sanity.m4: Pass -L to ls if possible.
2179
2180 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
2181
2182         * dist-vars.am (DISTFILES): Don't distribute MANS.
2183
2184         * automake.in (handle_dist): Use define_variable to define TAR,
2185         GZIP.
2186         (handle_dist): Pass GZIP in environment to tar.
2187         (initialize_global_constants): Likewise.
2188
2189         From Kaveh Ghazi:
2190         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
2191         AC_C_CONST.
2192         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
2193         or AC_C_CONST.
2194
2195 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
2196
2197         From The Crimson Binome:
2198         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
2199         (output_yacc_build_rule): New sub for C++ yacc/lex.
2200
2201         * automake.in (my_glob): New sub.
2202         (handle_dependencies): Use my_glob.
2203         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
2204
2205         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
2206         scripts.am, texinfos.am: Add leading space to echo.
2207
2208         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
2209         endings.  From Jim Blandy.
2210         (install_man_format): Make rule silent; instead print actual
2211         command.
2212
2213 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
2214
2215         * dist-vars.am (TAR): Removed.
2216         * automake.in (TAR): New variable.
2217         (handle_dist): Explicitly define TAR.
2218         * configure.in: Compute TAR.
2219
2220         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
2221         @dep_files.
2222         (AC_SUBST_PATTERN): Typo fix.
2223         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
2224         (handle_clean): Put -recursive target before -am target.
2225         (handle_merge_targets): Put basename of $config_name on @all.
2226         Test confsub.test.  From Ramón García Fernández.
2227
2228 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
2229
2230         * automake.in (initialize_global_constants): Put libtoolize files
2231         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
2232
2233 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
2234
2235         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
2236         Per Bothner.
2237
2238 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
2239
2240         * automake.in: Use 'interlock' and 'ylwrap' from source
2241         directory or aux config directory, not build directory.
2242
2243 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
2244
2245         * aclocal.in (parse_arguments): Handle -I.
2246         (usage): Ditto.
2247         (scan_m4_files): Ditto.
2248
2249         * automake.in (handle_single_transform_list): Don't give error
2250         message if extension unrecognized.
2251
2252 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2253
2254         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
2255         $CONFIG_HEADER.
2256
2257 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
2258
2259         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
2260         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
2261         (handle_texinfo): Handle no-texinfo.tex option.
2262         (handle_options): Ditto.
2263
2264 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
2265
2266         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
2267         From Marius Vollmer.
2268
2269 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
2270
2271         * automake.in (read_am_file): Sort configure_vars before adding to
2272         output_vars.
2273         (handle_yacc_lex_cxx): Sort de_ansi_objects.
2274         (handle_man_pages): Sort %section keys.
2275
2276 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
2277
2278         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
2279         names only.  Test subst.test.
2280         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
2281         defun2.test.
2282
2283 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
2284
2285         * automake.in (file_contents_with_transform): Use ne, not !=, to
2286         compare strings.  Compare against correct string.  From Jim
2287         Meyering.
2288         (handle_texinfo): Use rm -f to remove info files.  From Gord
2289         Matzigkeit.
2290
2291         * Released 1.1l.
2292
2293         * automake.in (handle_texinfo): Put .ps on @suffixes.
2294
2295 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
2296
2297         * automake.in (am_install_var): Directory with 'exec' in its name
2298         is installed by install-exec.
2299
2300         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
2301         * texinfos.am: Make commands quiet.
2302         * scripts.am: Make commands quiet.
2303         * progs.am: Make commands quiet.
2304         * ltlibs.am: Make comamnds quiet.
2305         * lisp.am: Make commands quiet.
2306         * libs.am: Make commands quiet.
2307         * header.am: Make commands quiet.
2308         * data.am: Make commands quiet.
2309
2310         * automake.in (variable_value_as_list): Handle := substitution
2311         references.
2312         (am_conf_line_error): Take file argument.  Changed all callers.
2313         (scan_one_configure_file): Skip config header of [$1].
2314         (scan_dependency_file): Don't add top_builddir to regex if it is
2315         ".".  Don't include top_builddir in output if it is ".".
2316         (scan_one_configure_file): Skip version of [$2].
2317
2318 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
2319
2320         * automake.in (scan_one_configure_file): New sub.
2321         (scan_configure): Scan aclocal.m4 as well as configure.in.
2322         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
2323         automake scans it.
2324
2325         * automake.in (handle_configure): Put full path to file onto
2326         @rewritten_inputs.  Test output4.test.
2327
2328         * automake.in (handle_configure): Put proper name onto @inputs.
2329         Test output3.test.
2330
2331         * automake.in (handle_configure): Pass correct args to automake
2332         invocations.  Test remake2.test.
2333
2334         * automake.in (handle_configure): Check dirname of $file, not of
2335         $local.  Test output2.test.
2336
2337         * automake.in (handle_dependencies): Added some missing ";"s in
2338         transforms.
2339         (get_object_extension): Ditto.
2340         (handle_tags): Ditto.
2341         (handle_tests): Ditto.
2342         (read_am_file): Ditto.
2343         (am_install_var): Ditto.
2344         (file_contents_with_transform): Die if transform missing trailing
2345         ";".
2346
2347         * automake.in (am_install_var): Quote $ in regexp substitution.
2348         From Ulrich Drepper.
2349
2350 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
2351
2352         * automake.in (handle_configure): Require actual input files, not
2353         rewritten input files.  From Ulrich Drepper.
2354
2355 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
2356
2357         Suggestion from Mark Galassi:
2358         * texinfos.am (DVIPS): New macro.
2359         (.dvi.ps): New rule.
2360
2361         * automake.in (handle_dependencies): Check to make sure
2362         --build-directory specified before searching for .P files.
2363         (handle_configure): Correctly handle ":" syntax when running
2364         config.status.
2365
2366         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
2367         now handled by handle_configure.
2368
2369         * remake-subd.am: Removed.
2370
2371         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
2372         arg.
2373         (parse_arguments): Ditto.
2374         (handle_configure): Ditto.
2375         (%other_output_files): Removed.
2376         (rewrite_inputs_into_dependencies): New sub.
2377         (handle_configure): Use it.
2378         (handle_configure): Ditto.
2379
2380         From Gord Matzigkeit:
2381         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
2382         (handle_configure): Ditto.
2383
2384         * automake.in (handle_single_transform_list): .S is assembly
2385         source.  From Anthony Green.
2386
2387         * automake.in (handle_single_transform_list): Correctly rewrite
2388         C++ and Fortran source to objects ending in ".o".  Test
2389         cxxo.test.
2390
2391         * automake.in: Better error message if file missing.
2392
2393         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
2394         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
2395         ud_GNU_GETTEXT.
2396         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
2397
2398 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
2399
2400         * automake.in (scan_configure): Skip empty elements when adding to
2401         libsources.  Perl 4 bug reported by Greg A Woods.
2402
2403         * Makefile.am (perl4-check): New target.
2404         (cvs-dist): Run perl4-check.
2405
2406         Perl 4 fixes.  Reported by Greg A. Woods:
2407         * automake.in (file_contents_with_transform): If transform caused
2408         all chars to go away, then skip rest of loop.
2409         (handle_texinfo): Don't use "next" in arg to
2410         file_contents_with_transform.
2411         (handle_dependencies): Ditto.
2412         (handle_tests): Ditto.
2413
2414         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
2415         Andreas Schwab.
2416
2417         * automake.in (parse_arguments): Removed --strictness.
2418         (handle_dist_worker): Don't use --strictness.
2419         (handle_configure): Ditto.
2420         (initialize_global_constants): Don't mention --strictness.
2421
2422         * automake.in (handle_merge_targets): Use all-recursive-am instead
2423         of all-recursive-hack.  The latter is ugly, according to Joel
2424         Weber.
2425
2426         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
2427
2428         * automake.in (do_one_clean_target): Allow -local version of clean
2429         targets.
2430
2431 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
2432
2433         * automake.in (handle_dependencies): Skip C-only lines in
2434         depend2.am when appropriate.
2435         * depend2.am (.deps/%.P): Omit modification of $o if language is
2436         not C.
2437
2438 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2439
2440         * compile-kr.am: Quote arguments to echo.
2441
2442         * progs.am: Fix up problems when LIBTOOL is not defined (by
2443         setting shell variable instprog to the installation program).
2444
2445         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
2446         any other macro files (but still prevent multiple definitions
2447         within acinclude.m4).
2448
2449 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
2450
2451         From Ulrich Drepper:
2452         * automake.in (handle_emacs_lisp): Typo fix.
2453         (scan_configure): Only recognize VERSION after whitespace.
2454
2455         * texinfos.am: install-info requires path to info file.
2456
2457         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
2458
2459         * automake.in (am_install_var): If -ltlibs passed, substitute
2460         @LIBTOOL@.
2461
2462 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2463
2464         * automake.in (get_object_extension): Unshift ansi2knr onto the
2465         all target, so that it builds before any other targets.
2466         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
2467         solution.
2468
2469 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
2470
2471         * Released 1.1i.
2472
2473         From Janos Farkas:
2474         * automake.in (handle_texinfo): Must quote $ for make.
2475
2476 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
2477
2478         * automake.in (handle_configure): Correctly handle common case of
2479         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
2480         using ":" syntax.
2481
2482 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
2483
2484         * automake.in (handle_source_transform): Don't define
2485         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
2486
2487         * automake.in (initialize_per_input): New variables
2488         included_generic_compile, included_knr_compile,
2489         included_libtool_compile.
2490         (get_object_extension): Use them.
2491
2492         * automake.in (handle_single_transform_list): Removed
2493         Objective-C/C++ support (didn't really work anyway).
2494         (handle_single_transform_list): Handle assembly specially.
2495
2496         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
2497         --mode=link when running libtool.
2498
2499         * ltlibs.am: Set --mode=install when running libtool.
2500         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
2501         libtool.
2502         * libtool.am (.c.lo): Set --mode=compile when running libtool.
2503         * progs.am: Set --mode=install when running libtool.
2504
2505         Fix for bug reported by François Pinard:
2506         * automake.in (do_check_merge_target): New sub.
2507         (do_one_merge_target): No longer handle `check'.
2508         (handle_merge_targets): Use do_check_merge_target.
2509         (initialize_per_input): Set @check_tests.
2510         (handle_tests): Push onto @check_tests, not @check.
2511
2512         * automake.in (am_install_var): Typo fix.
2513         (handle_configure): Require $inputs[0].
2514
2515 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
2516
2517         * automake.in (handle_lib_objects): Fixed error message
2518         processing.
2519
2520 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
2521
2522         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
2523         LIBOBJS.
2524         (handle_configure): Support multi-":" mode for AC_OUTPUT.
2525
2526         * m4/header.m4: New file.
2527
2528         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
2529
2530 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
2531
2532         * acinstall: Allow commentary at end of "serial" line.  From Gord
2533         Matzigkeit.
2534
2535         * automake.in (handle_yacc_lex_cxx): Only replace output header if
2536         it has changed.
2537
2538 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
2539
2540         * automake.in (am_primary_prefixes): Allow configure variables to
2541         be named after primary.
2542         (am_install_var): Ditto.
2543
2544         * automake.in (initialize_per_input): Initialize output_header.
2545         (generate_makefile): Set up output_header; print it before
2546         output_rules.
2547         (handle_footer): Put .SUFFIXES into output_header, for AIX.
2548
2549 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2550
2551         * automake.in: Added a lot of libtool support.  New variable
2552         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
2553         libtool support files.
2554
2555 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
2556
2557         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
2558         onto dependency list.
2559
2560         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
2561         part of autoconf proper.
2562         * m4/ccsanity.m4: Removed.
2563
2564 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
2565
2566         * automake.in (check_typos): Check to make sure EXTRA_ variables
2567         don't contain configure subs.
2568         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
2569
2570 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
2571
2572         * tags-subd.am: Removed.
2573
2574         * tags.am (tags-recursive): Removed.
2575         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
2576         (ID): From tags-subd.am.
2577         
2578         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
2579         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
2580         * m4/fnmatch.m4: Removed (now in autoconf).
2581
2582         * automake.in (initialize_per_input): Init de_ansi_objects.
2583         (handle_single_transform_list): Error if extension unrecognized.
2584         Set elements of de_ansi_objects.
2585         (get_object_extension): Don't push ANSI2KNR onto @all.
2586         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
2587         files.
2588         (pretty_print_internal): Initialize $bol depending on the column.
2589
2590 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
2591
2592         * library.am: Fixed references to LIBRARY according to new scheme.
2593
2594         * libs.am, libs-clean.am: Removed references to LIBFILES.
2595
2596         * automake.texi (A Library): doc fix
2597
2598         * automake.in (handle_libraries): Deleted references to *LIBFILES,
2599         since we now have the full library name in the *LIBRARIES
2600         variable.
2601         (am_install_var): Removed `-no-all' option, which was only required
2602         for the LIBFILES hack.
2603
2604 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
2605
2606         * automake.in: Applied libtool-related patches from Gord.
2607         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
2608         Also indicate that AC_CANONICAL_HOST was run.
2609
2610         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
2611
2612 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
2613
2614         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
2615         CXX, CC.
2616
2617         * dejagnu.am: Print warning if runtest missing.
2618
2619         From Joerg-Martin Schwarz:
2620         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
2621         (require_file_internal): Unlink file before creating it.
2622
2623         * depend2.am (.deps/%.P): Don't print commands when running.
2624
2625 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
2626
2627         * automake.in (handle_single_transform_list): Simplified C++
2628         matching expression.
2629
2630 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
2631
2632         * Released 1.1g.
2633
2634         * compile-kr.am ($(OBJECTS)): Removed.
2635
2636         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
2637         @all if ansi2knr is in this directory.
2638
2639         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
2640
2641         * m4/init.m4: Run AM_SANITY_CHECK.
2642
2643         * m4/sanity.m4: New file.
2644
2645         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
2646         files to dist in build dir, not srcdir.
2647         (%omit_dependencies): New global.
2648         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
2649         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
2650         libintl.h.
2651         (handle_tests): Remove CYGNUS strings in Cygnus mode.
2652         (handle_texinfo): Ditto.
2653
2654         * texinfos.am (dist-info): New target.
2655
2656         * automake.in (handle_dist_worker): Use DISTFILES, not
2657         DEP_DISTFILES.
2658         (initialize_per_input): Initialize dist_targets.
2659         (handle_texinfo): Don't compute @infos_list; don't define or use
2660         INFOS.  Put dist-info onto @dist_targets.
2661         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
2662         trick" for expanding DISTFILES any more.
2663
2664         * dist-vars.am (DEP_DISTFILES): Removed.
2665         (DISTFILES): Don't include INFOS.
2666
2667         * automake.in (handle_texinfo): Handle Cygnus mode.
2668         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
2669
2670         * automake.in (handle_single_transform_list): New sub.
2671         (handle_source_transform): Use it.
2672         (handle_built_sources): New sub.
2673
2674 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
2675
2676         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
2677         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
2678         automake.
2679         * automake.in (handle_configure): Pass --cygnus when running
2680         automake again.
2681
2682         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
2683         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
2684         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
2685         top_srcdir.
2686         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
2687         instead substitute files directly.
2688
2689 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
2690
2691         * remake-hdr.am (stamp-h): Look in top_builddir for
2692         config.status.
2693         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
2694
2695 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
2696
2697         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
2698         From Jim Meyering.
2699
2700         * automake.in (handle_texinfo): Push install-info-am, not
2701         install-info.
2702         (handle_merge_targets): Handle no-installinfo option.
2703
2704         * texinfos.am (install-info-am): Renamed from install-info.
2705
2706         * automake.in (handle_subdirs): Include install-info-recursive if
2707         no-installinfo given.
2708
2709         * subdirs.am: Include INSTALLINFO token.
2710
2711         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
2712         TEXI2DVI.
2713         (cygnus_mode): New global.
2714         (handle_dist_worker): Pass --cygnus to automake.
2715         (initialize_global_constants): Document --cygnus.
2716         (check_cygnus): New sub.
2717         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
2718
2719         * texi-vars.am: Removed.
2720
2721         * dejagnu.am (check-DEJAGNU): Don't define rootme.
2722
2723         * automake.in (handle_tests): Define EXPECT, RUNTEST.
2724
2725         * dejagnu.am (EXPECT): Removed.
2726         (RUNTEST): Removed.
2727
2728         * automake.in (define_program_variable): New sub.
2729
2730 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
2731
2732         * automake.in (handle_dependencies): Use -M, not -MM, for C++
2733         dependencies.
2734
2735 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
2736
2737         * automake.in (check_libobjs_sources): New sub.  Test
2738         libobj4.test.
2739         (handle_source_transform): Don't check for auto-discovered source
2740         files here.
2741         (handle_programs): Run check_libobjs_sources here.
2742         (handle_libraries): Ditto.
2743
2744         * automake.in (define_configure_variable): New function.
2745         (get_object_extension): Use define_configure_variable.
2746         (handle_yacc_lex_cxx): Ditto.
2747         (handle_emacs_lisp): Ditto.
2748         (configure_vars): New global.
2749         (AC_CHECK_PATTERN): New global.
2750         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
2751         Removed.
2752         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
2753         (AC_SUBST_PATTERN): New global.
2754         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
2755         (handle_libraries): Don't use seen_ranlib.
2756         (read_am_file): Run define_configure_variable on each discovered
2757         variable.
2758
2759 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
2760
2761         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
2762         (handle_libraries): Pass configure substitutions directly on to
2763         LIBFILES.
2764
2765         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
2766         (scan_configure): Use it.  Test version.test.
2767
2768 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
2769
2770         * automake.in (handle_dist_worker): Explicitly pass distdir to
2771         dist-hook make.  From Tatu Ylonen.
2772
2773         * m4/strtod.m4: Use correct cache variable.
2774
2775 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
2776
2777         Lisp fixes from Erick Branderhorst:
2778         * m4/lispdir.m4: Define lispdir, not LISPDIR.
2779         * lisp.am: Added missing \.
2780
2781 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
2782
2783         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
2784         to use de-ansi-fication.
2785         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
2786         libobj5.test.
2787
2788         * automake.in (handle_lib_objects): Added $lex_seen argument.
2789         Error if lex file used but LEXLIB not seen.
2790         (handle_programs): Ditto.
2791         (handle_yacc_lex_cxx): Define LEXLIB variable.
2792         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
2793         list.
2794
2795 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
2796
2797         * automake.in (handle_gettext): Moved check for SUBDIRS and
2798         ABOUT-NLS here.
2799
2800         * automake.in (handle_configure): Run mkinstalldirs under
2801         $(SHELL).
2802         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
2803
2804         * remake-subd.am (Makefile): Run config.status under $(SHELL).
2805         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
2806         * remake.am (Makefile): Run config.status under $(SHELL).
2807         (config.status): Ditto.
2808
2809         * automake.in (read_am_file): Removed UNMAINT code.
2810         (file_contents_with_transform): Ditto.
2811         * m4/maintainer.m4: Removed bogus UNMAINT code.
2812
2813         * automake.in (handle_emacs_lisp): Define EMACS variable.
2814         (handle_emacs_lisp): Make sure EMACS is in environment when
2815         elisp-comp is run.
2816
2817         * elisp-comp: Exit with status 1 if usage bad.
2818         Use "emacs -q".  Use EMACS environment variable if set (unless set
2819         to t).
2820
2821         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
2822
2823         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
2824         in subdirs.
2825         (do_one_merge_target): Use all-am, not all, in subdirs case.
2826         (handle_merge_targets): Always generate all-am in subdirs case.
2827
2828         * remake.am (Makefile): Depend on BUILT_SOURCES.
2829         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
2830         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
2831
2832         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
2833         case.
2834
2835         * ylwrap: Bug fix.  From Jim Meyering.
2836
2837 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
2838
2839         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
2840         check directly for header.
2841
2842 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
2843
2844         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
2845         are obsolete.
2846
2847 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
2848
2849         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
2850         (AM_INIT_AUTOMAKE_PATTERN): New global.
2851         (scan_configure): Use them.
2852
2853         * aclocal.in (add_file): Search contents of included files.  Test
2854         req.test.
2855         (scan_m4_files): Don't skip acinclude.m4 when constructing
2856         search.  Test acsilent.test.
2857         (scan_m4_files): Scan acinclude.m4.
2858
2859         * aclocal.in (add_file): Removed debugging print.
2860         (scan_configure): Set $file_contents when scanning acinclude.m4.
2861         Test acinclude.test.
2862
2863         * configure.in: Upped to 1.1g.
2864
2865         * Released 1.1f.
2866
2867         * texinfos.am: Run : after install-info.
2868
2869         * aclocal.in (parse_arguments): Better error message.
2870         * automake.in (parse_arguments): Better error message.
2871
2872         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
2873         around broken makes.  From David A. Swierczek.
2874         * remake-subd.am (Makefile): Ditto.
2875
2876 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
2877
2878         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
2879         appropriate.
2880         (handle_source_transform): Error if discovered source file is
2881         mentioned.
2882         (do_one_merge_target): Move all-vs-check test here.
2883
2884         * m4/obstack.m4: New file.
2885         * m4/error.m4: New file.
2886
2887         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
2888         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
2889
2890         * texinfo.tex: New version from texinfo 3.9.
2891
2892         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
2893         Also, handle y.tab.h file when "yacc -d" is used.
2894         (do_one_merge_target): Use pretty_print_rule.
2895
2896         * ylwrap: Changed usage.
2897
2898         * m4/mktime.m4: New file.
2899
2900         * m4: Renamed all .m4 files to fit into 14-char limits.
2901
2902         * m4/Makefile.am (EXTRA_DIST): New macro.
2903
2904         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
2905         (scan_m4_files): Use $ac_defun_rx.
2906         (add_file): Ditto.
2907         Run scan_m4_files.
2908         (scan_configure): Scan acinclude.m4 before anything else.
2909         (scan_file): New sub.
2910         (check_acinclude): New sub.
2911         (add_file): Rewrote.
2912
2913         * progs-clean.am, progs.am: Renamed from programs-clean.am,
2914         programs.am.
2915         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
2916         libraries.am.
2917         * texi-vars: Renamed from texinfos-vars.am.
2918         * comp-vars.am: Renamed from compile-vars.am.
2919         * texi-vers.am: Renamed from texi-version.am.
2920
2921         * automake.in (require_file_internal): Give error if symlink can't
2922         be made.
2923         (require_config_file): Error message references configure.in.
2924         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
2925         Joerg-Martin Schwarz.
2926         (handle_texinfo): Use texi-vers, not texi-version.
2927         (get_object_extension): Use comp-vars, not compile-vars.
2928         (handle_texinfo): Use texi-vars, not texinfos-vars.
2929         (handle_libraries): Use `libs' prefix, not `libraries'.
2930         (handle_programs): Use `progs' prefix, not `programs'.
2931
2932 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
2933
2934         * aclocal.in (scan_m4_files): New sub.
2935
2936         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
2937         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
2938         everywhere.
2939
2940 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
2941
2942         * texinfos.am (uninstall-info): Run install-info --remove.
2943
2944         * automake.in (read_am_file): Define all variables after reading
2945         .am file.  Test vpath.test.  Reported by Anthony Green.
2946
2947 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
2948
2949         * texinfos.am: Run install-info.
2950
2951         * automake.in (variable_value_as_list): Just return if comment
2952         seen.  Report from Mark Galassi.
2953         (handle_options): Don't bother with explicit comment checking.
2954
2955 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
2956
2957         * automake.in (read_am_file): Cleaned up dejagnu variables.
2958
2959 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2960
2961         * automake.in (parse_arguments): New usage to conform to GNU
2962         standards.
2963
2964         * aclocal.in (parse_arguments): New usage to conform to GNU
2965         standards.
2966
2967         * automake.in (handle_scripts): Push new target onto @check.
2968         * scripts.am (check-@DIR@SCRIPTS): New target.
2969
2970         * automake.in (initialize_global_constants): Define %dist,
2971         dist_header, dist_trailer.
2972         (handle_dist): Make dist-all target.
2973         (generate_makefile): Run check_typos later.
2974         (examine_variable): New sub.
2975         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
2976         Error if TAGS_DEPENDENCIES but no sources used.
2977         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
2978
2979 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2980
2981         * automake.in (am_install_var): More error checking.
2982
2983 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
2984
2985         * tags.am (TAGS): Minor cleanup.
2986
2987         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
2988
2989         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
2990         maintainer-clean-hdr): New targets.
2991
2992         * automake.in (handle_configure): Define CONFIG_HEADER correctly
2993         when it is in current directory.
2994         (handle_configure): Push "hdr" on @clean.
2995
2996         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
2997         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
2998
2999         * automake.in (scan_configure): Check for install.sh here.
3000         (basename): New sub.
3001         (handle_configure): Handle case where config.h is in subdir.
3002         (handle_configure): Make stamp-in.h for user if it doesn't already
3003         exist.
3004         (touch): New sub.
3005
3006 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3007
3008         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
3009
3010         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
3011         DATA.
3012         (DEP_DISTFILES): Ditto.
3013
3014 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
3015
3016         * automake.in (check_typos): Renamed.
3017         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
3018         (variable_defined): Note variable as being "seen".
3019         (handle_lib_objects): Don't push configure substitutions onto
3020         _DEPENDENCIES.
3021
3022 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
3023
3024         * automake.in (initialize_per_input): Init content_seen.
3025         (variable_value_as_list): Set content_seen entry.
3026         (define_variable): Ditto.
3027         (define_pretty_variable): Ditto.
3028         (check_source_typos): New sub.
3029         (generate_makefile): Call it.
3030
3031 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
3032
3033         * automake.in (handle_source_transform): Removed extraneous
3034         space.  Test implicit.test.
3035         (read_am_file): Make sure "canonical" variables are mentioned in
3036         %contents.
3037         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
3038         $AC_CANONICAL_HOST conditionally.
3039         (handle_footer): Don't use define_pretty_variable in all cases.
3040
3041 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
3042
3043         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
3044         per GNU/Gnits standards.
3045
3046         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
3047         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
3048
3049         * automake.in (handle_options): Rewrote version handling.  Now
3050         returns error indicator.
3051         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
3052         (RULE_PATTERN): Exclude `:=' from being a rule.
3053
3054         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
3055
3056         * automake.in (variable_value_as_list): Always use am_line_error.
3057         (define_variable): New sub.
3058         (get_object_extension): Use define_variable.
3059         (handle_yacc_lex_cxx): Ditto.
3060         (handle_source_transform): Ditto.
3061         (handle_programs): Ditto.
3062         (handle_libraries): Ditto.
3063         (handle_texinfo): Ditto.
3064         (handle_man_pages): Ditto.
3065         (handle_dependencies): Ditto.
3066         (handle_aclocal_m4): Ditto.
3067         (define_pretty_variable): New sub.
3068         (handle_source_transform): Use define_pretty_variable.
3069         (handle_lib_objects): Ditto.
3070         (handle_libraries): Ditto.
3071         (handle_dist): Ditto.
3072         (handle_dependencies): Ditto.
3073         (handle_configure): Ditto.
3074         (handle_footer): Ditto.
3075         (handle_emacs_lisp): Ditto.
3076         (am_install_var): Ditto.
3077
3078         * Released version 1.1e.
3079
3080         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
3081         releases.
3082
3083         * configure.in: Version 1.1e.
3084
3085         * automake.in (handle_texinfo): Distribute .info file.
3086
3087 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
3088
3089         * Makefile.am (EXTRA_DIST): New macro.
3090         (maintainer-clean): Don't run "make check".
3091         (pathchk): New target.
3092
3093         * automake.in (check_gnits_standards): Only check version number
3094         syntax at top level.
3095         ($package_version_line): New variable.
3096         (scan_configure): Set it.
3097         (check_gnits_standards): Use am_conf_line_error.
3098         (scan_configure): Remove extraneous whitespace from version
3099         number.
3100         (handle_dist): Handle distcheck-hook.
3101
3102         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
3103
3104         * automake.in (scan_configure): Handle AM_WITH_REGEX.
3105         (handle_lib_objects): Require .h files in %libsources but don't
3106         generate dependencies for them.
3107         (scan_configure): Also require rx.h and regex.h.
3108
3109         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
3110         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
3111         AM_SYSTEM_HEADER.
3112
3113         * texi-version.am: Use "cp; rm" and not "mv", to work around
3114         broken mvs.
3115
3116         * automake.in ($package_version): New global.
3117         (scan_configure): Set it.
3118         (check_gnits_standards): Verify version string; require
3119         README-alpha if alpha version.
3120         (scan_configure): Recognize AM_FUNC_FNMATCH,
3121         AM_REPLACE_GNU_GETOPT.
3122
3123         * Makefile.am (installcheck-local): Check all scripts.
3124
3125 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3126
3127         * tags-clean.am: Do deletions here again.
3128
3129 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
3130
3131         * automake.in (usage): Include bug-reporting information.
3132         (handle_lib_objects): Error if LIBOBJS seen but never set.
3133
3134         * aclocal.in ($acdir): Use @datadir@/aclocal.
3135         (usage): Include bug-reporting information.
3136
3137 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
3138
3139         * automake.in (handle_source_transform): .deps no longer in
3140         srcdir.
3141         (handle_lib_objects): Ditto.
3142         (handle_dist_worker): Pass --build-dir to automake.
3143         ($build_directory): New global.
3144         (parse_arguments): Handle --build-dir.
3145         (initialize_global_constants): Include --build-dir in help.
3146         (scan_dependency_file): New sub.
3147         (handle_dependencies): Use it.  Also, use $build_directory.
3148         (initialize_global_constants): Added --srcdir-name.
3149         (parse_arguments): Ditto.
3150         (handle_dist_worker): Ditto.
3151         ($srcdir_name): New global.
3152         ($srcdir_rx): New global.
3153         (parse_arguments): Set it.
3154
3155         * depend2.am: Removed all mention of $(srcdir).
3156
3157         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
3158         Removed all mention of $(srcdir); dependencies now put into build
3159         dir.
3160
3161         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
3162         Don't do work silently.
3163
3164         * automake.in (handle_merge_targets): Error if invalid uninstall
3165         targets are given.
3166         (read_am_file): Fix for test block.test.
3167
3168 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3169
3170         * texinfos.am (install-info): Added NORMAL_INSTALL.
3171         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
3172         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
3173         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
3174         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
3175         Also, use POST_INSTALL when running ranlib.
3176         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
3177         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
3178
3179         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
3180         (handle_merge_targets): Ditto.
3181         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
3182         NORMAL_INSTALL defined.
3183
3184         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
3185         ${INSTALL_PROGRAM}.  From François Pinard.
3186
3187 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
3188
3189         * automake.in (file_contents_with_transform): Correctly remove
3190         @(UN)?MAINT@ from input when maintainer mode not active.
3191         (handle_aclocal_m4): Handle no-maintainer-mode case.
3192
3193         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
3194
3195         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
3196
3197 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3198
3199         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
3200         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
3201         in LIBFILES definition.  Reported by Steve M Robbins.  Test
3202         alllib.test.
3203
3204         * automake.in (variable_value_as_list): New sub.
3205         (handle_source_transform): Use it.
3206         (handle_lib_objects): Ditto.
3207         (handle_libraries): Ditto.
3208         (handle_texinfo): Ditto.
3209         (handle_man_pages): Ditto.
3210         (am_install_var): Ditto.
3211         (handle_options): Ditto.
3212
3213 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
3214
3215         Reported by Jim Meyering:
3216         * automake.in (get_object_extension): Look in "./" for ansi2knr if
3217         no path found.
3218         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
3219
3220         * remake.am (.PHONY): New target.
3221
3222         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
3223
3224         * automake.in (check_gnu_standards): Disallow no-installman,
3225         no-installinfo.
3226         (read_am_file): Sed out UNMAINT too.
3227         (file_contents_with_transform): Ditto.
3228
3229         * acinstall: New file.
3230
3231         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
3232
3233         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
3234
3235         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
3236         * m4/AM_C_PROTOTYPES.m4: Ditto.
3237         * m4/AM_FUNC_STRTOD.m4: Ditto.
3238         * m4/AM_PROG_CC_STDC.m4: Ditto.
3239         * m4/AM_PROG_LIBTOOL.m4: Ditto.
3240
3241 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
3242
3243         * m4/Makefile.am (m4datadir): New macro
3244         (m4data_DATA): Renamed.
3245
3246         * Makefile.am (cvs-dist): Depend on distcheck target.
3247
3248 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3249
3250         * automake.in (initialize_global_constants): [common_files]
3251         Include acinclude.m4.
3252
3253         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
3254
3255 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3256
3257         * automake.in (handle_dependencies): Push `depend'-clean targets
3258         on @clean.
3259         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
3260         maintainer-clean-depend): New targets.
3261
3262 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
3263
3264         * texinfos.am (.texinfo.info): New target.
3265         (.texinfo.dvi): New target.
3266
3267         From Jim Meyering:
3268         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
3269         match info files.
3270         (handle_texinfo): Handle `.texinfo' files.
3271
3272 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
3273
3274         * automake.in (require_file_internal): Special-case `.' when
3275         finding files to distribute.  Test libobj2.test.
3276
3277         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
3278         order.test.
3279
3280         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
3281         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
3282
3283         * compile-kr.am: Removed duplicate ansi2knr rules.
3284
3285 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
3286
3287         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
3288         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
3289         (mkdir): Removed.
3290
3291         * automake.in (initialize_global_constants): [common_files]
3292         Include interlock and ylwrap.
3293
3294         * Released version 1.1c.
3295
3296         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
3297         ud_PATH_LISPDIR are obsolete names.
3298
3299         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
3300         Removed.
3301
3302         * automake.in (handle_lib_objects): Changed interface.  Now
3303         generates _DEPENDENCIES variable if appropriate.
3304         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
3305         (scan_configure): Ditto.
3306
3307         * Makefile.am (CLEANFILES): Removed.
3308
3309         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
3310
3311         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
3312
3313         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
3314
3315         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
3316         multi-lex/yacc case.
3317         (handle_source_transform): Changed return result.
3318         (handle_programs): Use linker returned by
3319         handle_source_transform.
3320         (seen_prog_cc, seen_prog_cxx): New globals.
3321         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
3322         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
3323         AC_PROG_YACC missing.
3324         (seen_decl_yytext, seen_prog_lex): New globals.
3325         (scan_configure): Set them.
3326         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
3327         AC_DECL_YYTEXT.
3328         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
3329         (initialize_per_input): Initialize seen_c_source.
3330         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
3331         C source seen.
3332         (handle_source_transform): Set seen_c_source.
3333
3334         * interlock: Changed usage.
3335
3336         * ylwrap: New file.
3337
3338         * automake.in (handle_yacc_lex_cxx): Renamed.
3339
3340         * automake.in (handle_dependencies): Handle %cxx_extensions.
3341         Include depend2.am when appropriate.
3342
3343         * depend2.am: New file; contents from depend.am but templatized.
3344
3345         * automake.in (initialize_per_input): Initialize
3346         %cxx_extensions.
3347         (handle_source_transform): Set %cxx_extensions.
3348
3349 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
3350
3351         * interlock: New file.
3352
3353         * automake.in (handle_yacc_lex): New sub.
3354         (handle_source_transform): Removed most yacc/lex handling.
3355         (initialize_per_input): Init yacc_sources, lex_sources.
3356         (generate_makefile): Run handle_yacc_lex.
3357         (handle_merge_targets): Use `scalar' and not $# to find length of
3358         array.
3359
3360         * m4/AM_FEATURE_EXIT.m4: Wrote.
3361         * m4/AM_FEATURE_CTYPE.m4: Wrote.
3362         * m4/AM_FEATURE_ERRNO.m4: Wrote.
3363
3364         * aclocal.in (macro_seen): New global.
3365         (add_file): Set macro_seen entry.  Only push required macro on
3366         @rlist if not already seen.  Test defun.test.
3367
3368         * automake.in (get_object_extension): Handle directory prefix on
3369         `ansi2knr' option.
3370
3371         * kr-extra.am: New file.
3372
3373         * kr-vars.am: Removed.
3374
3375         * automake.in (handle_options): Handle directory prefix on
3376         `ansi2knr' option.
3377
3378         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
3379
3380         * aclocal.in (add_file): Error if macro is duplicated.  Test
3381         dup.test.
3382
3383 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
3384
3385         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
3386         linker variable is transformed name.
3387         * program.am (@PROGRAM@): Use @XLINK@ to link.
3388
3389         * automake.in (handle_scripts): Fixed call to
3390         am_primary_prefixes.
3391         (handle_libraries): Better error message when AC_PROG_RANLIB
3392         required.
3393
3394         * automake.in (handle_libraries): Canonicalize library name.  Test
3395         canon4.test.
3396         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
3397         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
3398
3399 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
3400
3401         * automake.in (handle_scripts): Correctly compute
3402         $scripts_installed.  Test scripts.test.
3403
3404 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
3405
3406         * ansi2knr.c: New version.
3407
3408 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
3409
3410         * automake.in (handle_source_transform): Handle more C++ file
3411         extensions.  "Handle" Objective C.  Handle more FORTRAN
3412         extensions.
3413
3414         * compile-vars.am (LEX): Removed.
3415         (YACC): Removed.
3416
3417         * automake.in (handle_source_transform): Correctly handle lex
3418         source.  Test lex.test.
3419         (handle_source_transform): Skip more C++ headers.  Generate macro
3420         definitions for YACC and LEX on first use.
3421
3422         * aclocal.in (parse_arguments): Mention GNU.
3423         * automake.in (parse_arguments): Mention GNU.
3424
3425 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
3426
3427         * automake.in (handle_programs): Define program_LINK.
3428         * program.am (@PROGRAM@): Use program_LINK to link.
3429
3430         * Released version 1.1b
3431
3432         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
3433         seen_prog_install to `2'.
3434
3435         * configure.in: Don't run AM_PROG_INSTALL.
3436
3437         * automake.in (parse_arguments): Use $PACKAGE.
3438         ($PACKAGE): New global.
3439         ($am_c_prototypes): Renamed.
3440         (get_object_extension): Use am_c_prototypes.
3441         (scan_configure): Ditto.
3442         (scan_configure): Use AM_MAINTAINER_MODE.
3443         (scan_configure): Warn about obsolete macros.
3444
3445         * aclocal.in (parse_arguments): Use $PACKAGE.
3446         ($PACKAGE): New global.
3447
3448         * Makefile.am (CLEANFILES): Added aclocal.
3449         (ETAGS_ARGS): Added aclocal.in.
3450         (TAGS_DEPENDENCIES): Ditto.
3451         (maintainer-check): Depend on aclocal.
3452         (maintainer-check): Check aclocal.
3453         (bin_SCRIPTS): Include aclocal.
3454
3455         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
3456         (scan_configure): Use AM_PROG_INSTALL.
3457
3458         * configure.in: Use AM_INIT_AUTOMAKE.
3459
3460         * automake.in (keyed_aclocal_warning): Warning tells about
3461         aclocal.
3462         (handle_aclocal_m4): New sub.
3463         (handle_configure): Use it.
3464
3465         * aclocal.in (output_file): New global.
3466         (usage): Handle --output.
3467         (parse_arguments): Handle --output.
3468
3469         * m4/AM_INIT_AUTOMAKE.m4: New file.
3470
3471         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
3472         Don't touch CFLAGS.
3473
3474         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
3475         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
3476
3477         * texinfos.am (.texi.info): Force .info file to be built in
3478         srcdir.  From Franc,ois Pinard.
3479
3480         From Jim Meyering:
3481         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
3482         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
3483         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
3484         gets compile errors.  With help from Marcus Daniels.
3485
3486         * automake.in (initialize_global_constants): Put elisp-comp into
3487         @common_files.  Bug from Glenn Amerine.
3488
3489 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
3490
3491         * automake.in (handle_dist_worker): Use fgrep, not grep.
3492
3493         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
3494
3495         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
3496         output.
3497         (initialize_global_constants): [install_man_format] Don't hide
3498         "ugliness" at install time.
3499
3500         * lisp-clean.am: New file.
3501
3502         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
3503
3504         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
3505         bug when installing man pages.  Test man.test.
3506         (initialize_global_constants): [install_man_format] Make sure man
3507         page can actually be found in either source or build dirs.
3508         (handle_dist_worker): Use "755" permissions on distdir.
3509
3510         * automake.in (handle_dist): Allow chmod's to fail.
3511         (am_primary_prefixes): New function.
3512         (am_install_var): Use it.
3513         (handle_libraries): Use it.  Test libfiles.test.
3514         (handle_dist): For dist-tarZ, assume traditional "tar" and
3515         "compress".
3516
3517         * m4/AM_FUNC_STRTOD.m4: New file.
3518
3519         * automake.in (handle_dist): Only generate `distdir' variable if
3520         it doesn't already exist.
3521
3522         Fix for bug reported by Harlan Stenn.  Test tags.test.
3523         * automake.in (initialize_per_input): Define dir_holds_sources.
3524         (handle_tags): Check dir_holds_headers.
3525         (handle_headers): Set dir_holds_headers.
3526
3527         * automake.in (handle_texinfo): Generate "version.texi" dependency
3528         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
3529
3530         * automake.in (handle_configure): Require file $input, not
3531         "$local.in".  From Nyul Laszlo.  Test colon.test.
3532
3533 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
3534
3535         * aclocal.in: New file.
3536         * configure.in: Generate m4/Makefile, aclocal.
3537         * Makefile.am (SUBDIRS): Include m4.
3538         * m4/Makefile.am: New file.
3539
3540 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
3541
3542         * automake.in (initialize_global_constants): Put ansi2knr.c and
3543         ansi2knr.1 into common_files.  Bug report from François Pinard.
3544
3545 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
3546
3547         * install-sh: Updated copyright notice.
3548
3549 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
3550
3551         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
3552         Report from Josh MacDonald.
3553
3554         Bugs from Gord Matzigkeit:
3555         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
3556         `$(SUFFIXES)'.
3557         (handle_dist): Ignore chmod return results.
3558
3559         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
3560         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
3561         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
3562
3563 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
3564
3565         * texinfos.am (install-info): Use "if", not "&&", to avoid
3566         install problem when glob doesn't match.
3567
3568         * automake.in (initialize_global_constants): [USAGE] Added
3569         --no-force.
3570         (force_generation): New global.
3571         (parse_arguments): Handle --no-force.
3572         (generate_makefile): Handle --no-force.
3573
3574         * Makefile.am (maintainer-check): Ensure all invocations of
3575         mkinstalldirs are correct.
3576
3577 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
3578
3579         * automake.in (handle_tests): Don't directly generate site.exp.
3580
3581 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
3582         
3583         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
3584         as a comment start.  Add support for a dist-tarZ target.
3585
3586 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
3587
3588         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
3589         paths into relative paths.
3590
3591 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
3592
3593         * texinfo.tex: New version.
3594
3595         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
3596         (initialize_global_constants): Added libtool to
3597         @common_sometimes.
3598         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
3599
3600 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
3601
3602         * texinfos.am (install-info): Don't install ~ files.  Bug report
3603         from Greg McGary.
3604         * automake.in (handle_texinfo): Don't push '.info*' onto
3605         @infos_list.
3606
3607         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
3608         using gettext.
3609         (handle_dist): Pass --with-included-gettext to configure if using
3610         gettext.
3611
3612         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
3613         (.c._o): Ditto.
3614         * compile.am (.c.o): Pass -c to $(COMPILE).
3615         * compile-vars.am (COMPILE): Don't include -c.
3616
3617         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
3618         automake.
3619         * automake.in (handle_configure): Supply --strictness arg to
3620         automake.
3621
3622 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
3623
3624         * automake.in (handle_tests): Fix quoting on `pwd`.
3625         (handle_options): Recognize no-installinfo option.
3626         (handle_man_pages): Don't put man directory on @installdirs if
3627         no-installman is specified.
3628         (handle_texinfo): Handle no-installinfo option.
3629         (handle_options): Compare version against $num_version, not
3630         $VERSION.
3631         (handle_source_transform): Generate rules for output of lex,
3632         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
3633         (handle_dist): "distcheck" now runs "make dvi".
3634         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
3635         Drepper.
3636
3637         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
3638
3639 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
3640
3641         * automake.in (handle_emacs_lisp): New function.
3642         (initialize_global_constants): Added elisp-comp to
3643         @common_sometimes.
3644         (seen_lispdir): New global.
3645         (scan_configure): Handle ud_PATH_LISPDIR.
3646
3647         * elisp-comp: New file.
3648
3649         * lisp.am: New file.
3650
3651         * automake.in (generate_makefile): Run handle_emacs_lisp.
3652
3653         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
3654
3655         * automake.in (initialize_global_constants): Removed version.texi
3656         from common_sometimes.
3657         (initialize_global_constants): Added texinfo.tex to common_files.
3658         Test texinfo.test.
3659         (handle_tests): Allow dejagnu- and automake-style test suites to
3660         coexist.  Test dejagnu.test.
3661         (initialize_global_constants): New constants AC_CANONICAL_HOST,
3662         AC_CANONICAL_SYSTEM.
3663         (scan_configure): Use new constants.
3664         (handle_tests): Put target specific information into site.exp if
3665         AC_CANONICAL_* used.
3666         (read_am_file): Generate some extra variables when AC_CANONICAL_*
3667         used.
3668         (handle_options): Allow version number to have letters appended.
3669         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
3670         option not specd.
3671         (initialize_global_constants): install_man_format changed to
3672         handle built man pages.
3673
3674 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
3675
3676         * config.guess, config.sub: New versions.
3677
3678 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
3679
3680         * configure.in (VERSION): Upped to 1.0.
3681
3682 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
3683
3684         * automake.in (handle_tests): Handle dejagnu.
3685         (handle_options): Recognize dejagnu option.
3686
3687         * dejagnu.am: New file.
3688
3689 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
3690
3691         * automake.in (handle_dist): Run installcheck target from
3692         distcheck.
3693
3694         * configure.in (VERSION): Upped to 0.34.
3695
3696         * automake.in (scan_configure): Always allow upgrading to
3697         fp_PROG_INSTALL.  Test fpinstall.test.
3698
3699 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
3700
3701         (handle_dist): Make `distcheck' check `install' target, too.
3702
3703 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
3704
3705         * automake.in (initialize_per_input): Don't initialize
3706         $output_directory here; initialize it globally.  From Joshua
3707         Cowan.  Test outdir.test.
3708
3709 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
3710
3711         * automake.in (handle_tests): Don't push TESTS onto dist_common.
3712         (initialize_global_constants): Put install-sh and mkinstalldirs
3713         into @common_files.  Test insh2.test.
3714
3715 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
3716
3717         * automake.in (handle_source_transform): Don't generate _OBJECTS
3718         when no source files specified.  Test number.test.
3719
3720         From Joerg-Martin Schwarz:
3721         * automake.in (seen_package, seen_version): New globals.
3722         (scan_configure): Look for PACKAGE= and VERSION=.
3723
3724         * automake.in (handle_options): Recognize dist-zip.
3725         (handle_dist): Handle dist-zip.
3726         (handle_options): Use ' ', not \s+, with split.  Test
3727         backsl.test.
3728         (handle_source_transform): Likewise.
3729         (handle_lib_objects): Likewise.
3730         (handle_libraries): Likewise.
3731         (handle_texinfo): Likewise.
3732         (handle_man_pages): Likewise.
3733         (handle_subdirs): Likewise.
3734         (handle_gettext): Likewise.
3735         (handle_footer): Likewise.
3736         (handle_tests): Likewise.
3737         (scan_configure): Likewise.
3738         (am_install_var): Likewise.
3739
3740         * Makefile.am (TAGS_DEPENDENCIES): New macro.
3741
3742         * tags.am (tags-recursive): New target.
3743         (TAGS): Depend on it.
3744
3745         * automake.in (handle_tags): Put tags-recursive on @phony.
3746
3747         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
3748         TAGS_DEPENDENCIES.
3749         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
3750
3751 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
3752
3753         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
3754
3755         * automake.in (scan_configure): Look for install-sh and
3756         mkinstalldirs here.
3757         (initialize_global_constants): Moved mdate-sh from
3758         common_sometimes to common_files.  Test mdate2.test.
3759
3760 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
3761
3762         * automake.in (seen_maint_mode): New global.
3763         (scan_configure): Handle jm_MAINTAINER_MODE.
3764         (read_am_file): Handle seen_maint_mode.
3765         (file_contents_with_transform): Handle seen_maint_mode.
3766         (handle_source_transform): Changed interface, all callers.
3767
3768         From Jim Meyering:
3769         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
3770         Handle @MAINT@.
3771         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
3772
3773         * automake.in (handle_configure): Check $config_aux_dir against
3774         empty string.  From Markku Rossi.  Test mkinstall.test.
3775
3776 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
3777
3778         * automake.in (distcheck): Added new rule to top level
3779         Makefile.in.
3780
3781 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
3782
3783         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
3784         sets seen_ranlib.
3785         (generate_makefile): libtool, config.sub, and config.guess should
3786         only ever appear in the top directory of a package.
3787
3788 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
3789
3790         * automake.in (initialize_global_constants): Added libversion.in
3791         to @common_files.
3792
3793         * configure.in (VERSION): Upped to 0.33.
3794
3795         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
3796         Test extra.test.
3797
3798 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
3799
3800         * install-sh (transformbasename): Correct misspelling of
3801         transformbasename.  From Ian Lance Taylor.
3802
3803 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
3804
3805         * automake.in (handle_configure): Set mkinstalldirs variable
3806         here.
3807         (handle_dist_worker): Explicitly set distdir in subdir makes.
3808         (handle_dist): Handle separate distdir target.
3809         (handle_dist_worker): Only generate distdir target.
3810
3811         * texinfos.am (install-info): Use $(mkinstalldirs).
3812         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
3813         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
3814         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
3815         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
3816         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
3817
3818         * automake.in (read_am_file): Set mkinstalldirs variable.
3819         (handle_man_pages): Use it.
3820         (handle_installdirs): Ditto.
3821
3822 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
3823
3824         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
3825
3826 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
3827
3828         * automake.in (handle_dist_worker): Use $(TAR), not tar.
3829         (handle_merge_targets): Make sure config header is built before
3830         recursing into subdirs.
3831         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
3832         (handle_merge_targets): Handle case where nothing is installed but
3833         something must be built -- "make install" must still work.
3834
3835         * dist-vars.am (TAR): New macro.
3836
3837         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
3838         (handle_configure): Require stamp-h.in when config header used.
3839
3840 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3841
3842         * doc/mdate-sh: Extract the last field from the date output, not
3843         the sixth, which will fail when the timezone name has more than
3844         one word or is missing.
3845
3846 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
3847
3848         * automake.in (am_install_var): Use delete, not undef, to remove
3849         EXTRA entry.  From Gord Matzigkeit.
3850
3851 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
3852
3853         * automake.in (read_am_file): Handle case where last line doesn't
3854         end in newline.
3855
3856 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
3857
3858         * automake.in (variable_defined): New function.
3859         (read_am_file): Ensure a blank line comes before starting comments
3860         from Makefile.am.
3861         (initialize_per_input): Initialize %targets.
3862         (read_am_file): Set appropriate entry in %targets.
3863         Many changes to use variable_defined.
3864         (check_gnu_standards): Only require ChangeLog at top level.  From
3865         Gord Matzigkeit.
3866         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
3867         Matzigkeit.
3868
3869 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
3870
3871         * automake.in (parse_arguments): Added short options.
3872         (initialize_global_constants): Ditto.
3873
3874 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3875
3876         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
3877         fails.
3878
3879         * automake.in (handle_source_transform): Typo fix.
3880
3881 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
3882
3883         * automake.in (handle_dist_worker): Renamed dist-local to
3884         dist-hook.
3885         (handle_merge_targets): Added install-data-hook and
3886         install-exec-hook.
3887         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
3888
3889         * automake.in (handle_scripts): Never allow scripts_installed to
3890         become 0.
3891
3892         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
3893         srcdir.
3894
3895         * automake.in (generate_makefile): Derived file names from given
3896         input; don't assume Makefile.in and Makefile.am.
3897         (am_file_name, in_file_name): New globals.
3898         (read_am_file): Use them.
3899
3900         * program.am (@PROGRAM@): Use transformed program name.
3901
3902         * remake-hdr.am (stamp-h): Actually touch stamp-h.
3903
3904 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
3905
3906         * automake.in (require_file_internal): Use correct file for error
3907         messages.  Test insh.test.
3908
3909 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
3910
3911         * texinfos.am (.texi.info): Build output file in srcdir.
3912
3913         * automake.in (require_file_internal): If $dir is ".",then look in
3914         relative directory.
3915         (handle_texinfo): Canonicalize name of texi file before looking
3916         for dependency variable.
3917
3918 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
3919
3920         * automake.in (require_conf_file_with_conf_line): Yet another
3921         function of this form.
3922         (libtool_line): New variable.
3923         (handle_libraries): Handle libtool.
3924
3925         * libraries-vars.am: Removed.
3926
3927         * automake.in (seen_libtool): New variable.
3928         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
3929
3930         * automake.in (handle_dist_worker): Handle dist-local.
3931
3932         * Makefile.am (maintainer-check): Do "make check" after all syntax
3933         checks.
3934
3935         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
3936         directory.
3937
3938         * automake.in ($seen_arg_prog): New global.
3939         (handle_programs): Error if AC_ARG_PROGRAM not seen.
3940         (handle_scripts): Ditto.
3941         (handle_configure): mkinstalldirs now a config file.
3942         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
3943         (handle_dist_worker): Removed DIST_SUBDIRS.
3944         (require_file_path): New variable.
3945         (require_file_with_conf_line): Set it.
3946         (require_file_with_line): Ditto.
3947         (require_file): Ditto.
3948         (require_file_internal): Incorporated code from
3949         require_config_file.
3950         (require_config_file): Rewrote.
3951         (require_conf_file_with_line): New function.
3952         (handle_texinfo): Use it for mdate-sh.
3953         (handle_texinfo): Look for mdate-sh in appropriate directory.
3954
3955 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
3956
3957         * Makefile.am (cvs-dist): Find NEWS in srcdir.
3958         * automake.in (handle_dist_worker): Find NEWS in srcdir.
3959         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
3960         rule.
3961         (require_config_file): Set config_aux_path when file found.
3962         ($config_aux_dir): New variable.
3963         (require_config_file): Set it.
3964         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
3965
3966 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
3967
3968         * data.am (install-@DIR@DATA): Also allow data to be in build
3969         directory.
3970
3971 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
3972
3973         * automake.in (am_install_var): Don't look in EXTRA_primary
3974         variable any more; it is handled in the main loop.
3975
3976 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
3977
3978         * data.am (install-@DIR@DATA): Find data in srcdir.
3979
3980 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
3981
3982         * automake.in (require_config_file): Use correct filename when
3983         looking for errors.  Also, install file in `.' if not found.  Bug
3984         reported by Gord Matzigkeit.  Test installsh.test.
3985
3986 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
3987
3988         * Makefile.am (cvs-diff): New target.
3989
3990         Fix for bug when install var substitutes empty.  Test empty.test.
3991         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
3992         (uninstall-@DIR@HEADERS): Ditto.
3993         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
3994         (uninstall-@DIR@SCRIPTS): Ditto.
3995         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
3996         libraries.
3997         (uninstall-@DIR@LIBRARIES): Ditto.
3998         * data.am (install-@DIR@DATA): Allow empty list of data.
3999         (uninstall-@DIR@DATA): Ditto.
4000         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
4001         From François Pinard.
4002         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
4003         (uninstall-@DIR@PROGRAMS): Ditto.
4004
4005 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
4006
4007         * tags-subd.am (ID): Name of ID file must be flush against -f.
4008
4009         * configure.in (VERSION): Version 0.32.
4010
4011 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
4012
4013         * automake.in (seen_linguas, all_linguas_line): New variables.
4014         (handle_gettext): New function.
4015         (generate_makefile): Run it.
4016         (scan_configure): Recognize ALL_LINGUAS.
4017
4018 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
4019
4020         * automake.texi: doc fix.
4021
4022         * automake.in (am_install_var): Added support for check and
4023         installcheck special prefixes.
4024
4025 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
4026
4027         * automake.in (handle_subdirs): Don't do SUBDIRS check for
4028         gettext.
4029
4030 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
4031
4032         * automake.in (OBJECT_PATTERN): Removed.
4033         (am_install_var): No error if name is invalid.
4034         (handle_programs): Canonicalize program names.
4035         (BOGUS_MACRO_PATTERN): New variable.
4036         (read_am_file): Error if bad macro name given.
4037         (require_file_internal): Use am_line_error, not am_conf_error.
4038
4039         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
4040
4041 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
4042
4043         * automake.in (handle_lib_objects): New function.
4044         (handle_libraries): Use it.
4045         (handle_programs): Ditto.
4046         (handle_dist_worker): Deprecate DIST_SUBDIRS.
4047         (am_install_var): Allow extended directory mechanism to work.
4048         Test exdir.test.
4049
4050         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
4051         (DEP_DISTFILES): Ditto.
4052
4053         * automake.in (OBJECT_PATTERN): New variable.
4054         (am_install_var): Use it.
4055         (handle_dist): DIST_OTHER is an anachronism.
4056
4057 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
4058
4059         * automake.in (handle_dist_worker): Only cause Automake to be
4060         re-run if not making a distribution.  Fixes bug reported by
4061         Joerg-Martin Schwarz.
4062         (require_file_with_line): New function.
4063         (require_file): Use it.
4064         (am_line_error): Don't print line number if $symbol is empty.
4065         (get_object_extension): Use require_file_with_line.
4066         (handle_libraries): Use require_file_with_line.
4067         (handle_texinfo): Use require_file_with_line.
4068         (handle_configure): Use am_conf_line_error and
4069         require_file_with_conf_line.
4070         (handle_subdirs): Use require_file_with_conf_line.
4071         (handle_configure): Use require_file_with_conf_line.
4072         (handle_tests): Push check-TESTS on @phony.
4073         (am_conf_line_error): New function.
4074         (require_file_with_conf_line): New function.
4075         (require_file_internal): New function.
4076         (require_file_with_line): Use it.
4077         (require_file): Ditto.
4078         (am_conf_line_error): Handle empty line number.
4079         (ac_gettext_line, ac_output_line): New variables.
4080         (scan_configure): Set them.
4081
4082 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
4083
4084         * automake.in (parse_arguments): Default strictness is gnu.
4085         Changed `normal' to `foreign' everywhere.
4086         (parse_arguments): Handle --foreign.
4087         (initialize_global_constants): Document --foreign.
4088         (handle_dependencies): Better error message.
4089         (handle_texinfo): Don't push $vtexi on @texis.
4090         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
4091         (handle_configure): install-sh is a config file; require it as
4092         such.
4093         (parse_arguments): Renamed --install-missing to --add-missing.
4094         (add_missing): Renamed from install_missing.
4095         (am_install_var): Check to make sure contents of install variable
4096         are correct if primary requires it.  Test badprog.test.
4097         (initialize_global_constants): Initialize
4098         %primary_uses_subobjects.
4099         (handle_source_transform): Skip configure substitutions.  Test
4100         depend.test.  Also, skip empty elements.
4101
4102 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
4103
4104         * texinfo.tex: New version.
4105
4106         * automake.in (am_install_var): Allow extended range of
4107         installation directories.
4108
4109         * automake.in (get_object_extension): Don't allow
4110         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
4111         From Gord Matzigkeit.  Test confincl.test.
4112
4113         * texinfos.am (install-info): Changed usage of install-info (in
4114         comment).  Per Feb 25 GNU Standards document.
4115
4116 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
4117
4118         * automake.in (handle_tests): New function.
4119         (generate_makefile): Call it.
4120         (handle_subdirs): Skip directories whose names look like configure
4121         substitutions.
4122         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
4123         when using gettext.
4124         (scan_configure): Clear in_ac_output if "]" found.  Test
4125         acoutqnl.test.
4126         (require_config_file): New function.
4127         (generate_makefile): Use require_config_file.
4128         (config_aux_path): New variable.
4129         (scan_configure): Check for AC_CONFIG_AUX_DIR.
4130         (handle_merge_targets): Add install-strip rule.
4131
4132 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
4133
4134         * mdate-sh: New version from Ulrich Drepper.
4135
4136         * automake.in (handle_source_transform): Changed fill back to
4137         empty string.
4138         (handle_libraries): Ditto.
4139         (handle_dist): Ditto.
4140         (handle_dependencies): Ditto.
4141         (handle_footer): Ditto.
4142         (handle_phony): Ditto.
4143
4144         * Makefile.am (DIST_SUBDIRS): Removed.
4145         (installcheck-local): Use Perl, not test -x.
4146         (PERL): New macro.
4147         (maintainer-check): Use $(PERL), not @PERL@.
4148
4149         * configure.in (VERSION): Upped to 0.31.
4150
4151 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
4152
4153         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
4154         and config.guess.
4155
4156         * automake.in: Use keyed_aclocal_warning when warning about
4157         fp_PROG_INSTALL.
4158         (get_object_extension): Use keyed_aclocal_warning when warning
4159         about fp_C_PROTOTYPES.
4160         (keyed_aclocal_warning): New function.
4161
4162         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
4163         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
4164
4165         * automake.in (get_object_extension): Only give error about
4166         fp_C_PROTOTYPES once.
4167
4168         * automake.in (seen_ranlib): New variable.
4169         (scan_configure): Recognized AC_PROG_RANLIB.
4170         (handle_libraries): Error if ranlib not checked for.
4171
4172         * automake.in (default_strictness): Default to GNU.
4173         (default_strictness_name): Ditto.
4174
4175 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
4176
4177         * automake.in (read_am_file): Removed @kr@ support.
4178         (get_object_extension): Ditto.
4179
4180         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
4181
4182 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
4183
4184         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
4185
4186 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
4187
4188         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
4189         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
4190
4191         * automake.in (handle_scripts): Ensure $scripts_installed set to
4192         boolean value.  Test proginst.test.
4193
4194         * Makefile.am (installcheck-local): New target.
4195
4196         * automake.in (require_file): No error if missing file is
4197         installed.
4198
4199 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
4200
4201         * automake.in (handle_scripts): SCRIPTS no longer automatically
4202         cleaned.  Now possible to install scripts in pkgdatadir.
4203         ($seen_canonical): New variable.
4204         (generate_makefile): Check for config.guess and config.sub here;
4205         fixes bug reported by Gord Matzigkeit.
4206
4207         * Makefile.am (pkgdata_SCRIPTS): New variable.
4208         (CLEANFILES): New macro.
4209
4210         * scripts-clean.am: Removed.
4211
4212 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
4213
4214         * automake.in (am_install_var): Error if primary variable actually
4215         defined.
4216         (am_install_var): Skip elements that look like configure
4217         substitutions.
4218         (am_install_var): "EXTRA" is a valid prefix.
4219         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
4220         (handle_merge_targets): Treat "all" target like "install".
4221         (handle_subdirs): Don't push all-recursive.
4222
4223         * header.am (install-@DIR@HEADERS): Don't depend on all.
4224         * data.am (install-@DIR@DATA): Don't depend on all.
4225         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
4226         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
4227         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
4228
4229         * automake.in (am_install_var): Push generated install targets
4230         onto @phony.
4231
4232         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
4233         * automake.in (handle_merge_targets): Correctly handle recursive
4234         calls of uninstall, install-exec, and install-data.
4235         (handle_merge_targets): Put Makefile, and possibly $config_name,
4236         onto @all.
4237         (handle_merge_targets): Push 'all' onto @install as appropriate.
4238
4239 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
4240
4241         * automake.in (handle_configure): config.status is in
4242         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
4243
4244         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
4245
4246 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
4247
4248         * automake.in: (seen_prog_yacc): New variable.
4249         (scan_configure): Look for yacc.
4250         (handle_source_transform): Skipp C++ header files.
4251         (handle_source_transform): .cxx is a C++ source file.
4252
4253 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
4254
4255         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
4256
4257         Implemented --verbose feature; idea from Greg Woods:
4258         * automake.in (verbose): New global.
4259         (generate_makefile): Print creating message if verbose.
4260         (grep_for_vers_texi): Print message if verbose.
4261         (handle_dependencies): Ditto.
4262         (scan_configure): Ditto.
4263         (read_am_file): Ditto.
4264         (parse_arguments): Added --verbose.
4265         (initialize_global_constants): Ditto.
4266
4267         * automake.in (get_object_extension): Use am_line_error.
4268         (handle_source_transform): Ditto.
4269         (handle_libraries): Ditto.
4270         (handle_texinfo): Ditto.
4271         (handle_man_pages): Ditto.
4272         (handle_dist): Ditto.
4273         (handle_dist): Ditto.
4274         (handle_subdirs): Ditto.
4275         (handle_configure): Ditto.
4276         (handle_merge_targets): Ditto.
4277         (am_install_var): Ditto.
4278         (am_line_error): Allow actual line number as argument.
4279         (handle_configure): Use am_line_error.
4280         (scan_configure): Set config_header_line.
4281         (config_header_line): New global.
4282         Use @PERL@ to find perl during exec.  From Greg Woods.
4283
4284 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
4285
4286         * automake.in (initialize_per_input): Init %content_lines.
4287         (read_am_file): Set appropriate content_lines elements while
4288         reading.
4289         (am_line_error): New function.
4290         (read_am_file): Use it.
4291         (handle_options): Ditto.
4292
4293         * automake.in (scan_configure): Handle case where more than one .o
4294         is put into LIBOBJS at once.  Test libobj.test.
4295
4296 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
4297
4298         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
4299         Test acouttbs.test.
4300         (handle_subdirs): Restored intl, po warnings.
4301
4302         * automake.in (scan_configure): Delete everything after "," or
4303         ")".  Test acoutnoq.test.
4304         (handle_dist): Use $relative_dir, not nonexistent $subdir.
4305         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
4306         SUBDIRS; don't warn about their absence.
4307
4308 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
4309
4310         * automake.in (handle_texinfo): Removed bogus error message.
4311
4312         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
4313         onto @all.
4314         (handle_options): Handle version number.
4315
4316         * automake.in ($maint_charset, $dist_charset): New variables.
4317         (initialize_per_input): Init $local_maint_charset.
4318         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
4319         (generate_makefile): Don't print "creating...".
4320
4321 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
4322
4323         * automake.in (get_object_extension): Substitute
4324         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
4325         (handle_source_transform): Use $1, not \1.
4326         (pretty_print_internal): Handle Tabs in fill when computing indent
4327         on new line.
4328         (handle_merge_targets): Always generate install-exec and
4329         install-data targets.  Test instexec.test.
4330         Fixed error message if fp_PROG_INSTALL missing.
4331
4332         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
4333         @CONFIG_INCLUDE_SPEC@.
4334
4335         * automake.in (scan_configure): Delete everything after "]".  Test
4336         acoutput.test.
4337
4338         * configure.in (AC_OUTPUT): Create tests/Makefile.
4339         * Makefile.am (SUBDIRS): New macro.
4340
4341         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
4342         Meyering.
4343
4344         * configure.in (AC_OUTPUT): Ensure automake is executable.
4345
4346 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
4347
4348         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
4349         not exist.
4350
4351         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
4352
4353         From Jim Meyering:
4354         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
4355         (@DIR@_LIBFILES).
4356         * header.am (install-@DIR@HEADERS): Depend on all, not
4357         $(@DIR@_HEADERS).
4358         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
4359         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
4360         $(@DIR@_SCRIPTS).
4361         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
4362         $(@DIR@_PROGRAMS).
4363
4364         * automake.in (initialize_per_input): Initialize
4365         $use_dependencies.
4366         ($seen_path_xtra): New variable.
4367         (scan_configure): Look for AC_PATH_XTRA.
4368         (get_object_extension): Add variables to output if X seen.
4369
4370 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
4371
4372         * automake.in (handle_programs): add pkglib to list of
4373         directories for C
4374         (various): include a tab as fill for continuation lines
4375         printed with pretty_print*, esp. for macro variable assignments.
4376         [ changed to 4 spaced by me ]
4377
4378 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
4379
4380         * configure.in (VERSION): Upped to 0.30.
4381
4382         * Makefile.am (automake): Removed.
4383         (DIST_OTHER): Removed.
4384
4385         * automake.in (handle_source_transform): All dep_files are
4386         relative to $(srcdir).
4387         (handle_libraries): Ditto.
4388         (scan_configure): Test for AC_PROG_INSTALL as well as
4389         fp_PROG_INSTALL.  Don't error here.
4390         (seen_prog_install): Now global.
4391         (scripts_installed): New global.
4392         (handle_scripts): Set it.
4393         Give error if appropriate install macro not seen.
4394         (handle_subdirs): Ensure $seen_gettext before requiring
4395         gettext-specific files.
4396         (handle_configure): Automatically rebuild 
4397
4398         From Jim Meyering:
4399         * automake.in (handle_source_transform): Use \W when quoting
4400         regexp.  When blah_SOURCES not explicitly defined, still create
4401         entry in %deps.
4402         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
4403         * subdirs.am (maintainer-clean-recursive): Now depends on
4404         $(CONFIG_HEADER) and Makefile.
4405
4406         * automake.in (handle_source_transform): Skip macro references.
4407
4408 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
4409
4410         * automake.in (handle_texinfo): Include "rm" when deleting files.
4411
4412         * Makefile.am (maintainer-check): Expect only one ${...}.
4413         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
4414         Meyering.
4415
4416         * automake.in (handle_configure): Only define CONFIG_HEADER if
4417         $config_name.
4418         ($seen_gettext): New variable.
4419         (handle_subdirs): Do all gettext-related checking here.
4420         (scan_configure): Just set $seen_gettext.
4421         (handle_man_pages): Properly quote $(MANS).
4422
4423 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
4424
4425         * depend.am: Don't use srcdir anywhere.
4426         * automake.in (handle_libraries): Don't make .deps relative to
4427         srcdir.
4428         (handle_options): Recognize no-dependencies.
4429
4430         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
4431         ".".  Properly quote regexp.
4432
4433 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
4434
4435         * automake.in (handle_configure): Only defined CONFIG_HEADER if
4436         $config_name.
4437         (read_am_file): Quote regexp when substituting top_builddir.
4438         (handle_source_transform, handle_libraries): Look in
4439         $(srcdir)/.deps for .P files.
4440
4441 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
4442
4443         * automake.in (am_conf_error): New function.
4444         (scan_configure): Use it.
4445         (scan_configure): A comma also ends AC_OUTPUT macro.
4446
4447         * automake.in (read_am_file): Compute top_builddir when including
4448         header-vars.am.
4449         (handle_configure): Use $top_builddir, not $top_reldir.
4450         (other_input_files): New variable.
4451         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
4452
4453         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
4454         * automake.in (input_files, seen_make_set): Declare globally.
4455         (parse_arguments): Use input_files, not make_list.
4456         Only scan configure.in once.
4457         (handle_dist): Use SUBDIRS to determine when to make
4458         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
4459         find top of dist tree.
4460         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
4461         configure.in (done elsewhere).
4462         (scan_configure): seen_make_set is global.  Allow arbitrary space
4463         in LIBOBJS assignment.
4464         (top_builddir): New variable.
4465         * header-vars.am (top_builddir): New variable.
4466         * remake-subd.am (Makefile): Look in top_builddir, not .., when
4467         remaking.
4468         * automake.in (handle_merge_targets): Run 'all' before
4469         check-recursive.
4470
4471         * automake.in (file_contents_with_transform): Changed error
4472         message.
4473         (handle_configure): Define $contents{'CONFIG_HEADER'}.
4474
4475         * texi-version.am: Many changes to support multiple .texi files.
4476         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
4477         "@VTI@".
4478         * automake.in (handle_configure): install.sh is an anachronism.
4479         (handle_texinfo): Generalized for multiple .texi files.  Handle
4480         'clean-info' internally.
4481         * texi-clean.am: Removed.
4482         * Makefile.am: Updated for removal.
4483
4484 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
4485
4486         * automake.in (grep_for_vers_texi): New function.
4487         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
4488         (handle_texinfo): Changes to generalize to multiple .texi files.
4489
4490 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
4491
4492         Fixes from Gord Matzigkeit:
4493         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
4494         topsrcdir.
4495         * header.am: New file.
4496         * Makefile.am (pkgdata_DATA): Install header.am.
4497         * automake.in (handle_headers): Use header.am, not data.am.
4498         (am_install_var): Allow pattern to be compiled multiple times.
4499
4500         * config.guess, config.sub: New files.
4501         * Makefile.am (pkgdata_DATA): Install config.guess and
4502         config.sub.
4503         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
4504         AC_CANONICAL_SYSTEM.
4505
4506 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
4507
4508         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
4509         (handle_man_pages): Use man_MANS, not MANS.
4510
4511         * Makefile.am (info_TEXINFOS): Renamed.
4512
4513         * automake.in (scan_configure): Remove comments from input line.
4514         (am_variable): Removed.
4515
4516         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
4517
4518         * automake.in (config_name, config_header): New globals.
4519         (scan_configure): Look for AC_CONFIG_HEADER.
4520         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
4521
4522 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
4523
4524         * automake.in (handle_dist_worker): Bug fix.
4525
4526 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
4527
4528         * automake.in (require_file): Install missing files only according
4529         to desired strictness.
4530         (initialize_per_input): Don't init libsources.
4531         (scan_configure): Reinit libsources.
4532         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
4533         (fp_c_prototypes): New global.
4534         (scan_configure): Set it.
4535         (get_object_extension): Error if fp_C_PROTOTYPES not in
4536         configure.in when using ansi2knr.
4537         (handle_source_transform): Skip header files.
4538
4539         * automake.in (handle_dist_worker): Explicitly make 'dist' in
4540         subdirs.
4541
4542 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
4543
4544         From François Pinard:
4545         * automake.in (handle_source_transform): Transform $o file into .P
4546         file.
4547         (handle_dist_worker): Handle case where DISTFILES includes
4548         wildcard.  Bug fix in subdir case.
4549
4550         * automake.in (parse_arguments): Initialize strictness to
4551         'normal'.
4552
4553 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
4554
4555         * automake.in (scan_configure): Look for NLS support.
4556
4557         Changes from François Pinard:
4558         * texinfos.am (install-info): Correctly install when build dir is
4559         not srcdir.
4560         * tags-subd.am (ID): Indentation change.
4561         * kr-vars.am (o): Use ".@U@o", not "@U@o".
4562         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
4563         * automake.in (handle_dist_worker): Fixlets.
4564         (handle_dist): Sort keys going into dist_common.
4565
4566 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
4567
4568         * automake.in (handle_dist_worker): If Gnits, don't allow release
4569         until NEWS is updated.
4570
4571         * configure.in (VERSION): Version 0.29.
4572
4573         * Makefile.am (maintainer-check): Look for perl4.036 in path.
4574
4575         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
4576         (DEP_DISTFILES): Ditto.
4577
4578         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
4579         * dist-vars.am (DEP_DISTFILES): New variable.
4580
4581         * automake.in (handle_options): Support dist-shar option.
4582         (handle_dist_worker): New function.
4583         (handle_dist): Use it.
4584
4585         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
4586         *.tmp.
4587
4588         * automake.in (handle_dist): Chmod distdir 777.  From François
4589         Pinard.
4590
4591         * automake.in (scan_configure): New function.
4592         (initialize_per_input): Init libsources.
4593         (generate_makefile): Run handle_configure first.
4594         (handle_configure): Run scan_configure.
4595         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
4596
4597 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
4598
4599         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
4600
4601         * automake.in (strictness, strictness_name): Renamed.
4602         (initialize_per_input): Set strictness, strictness_name.
4603         Initialize %options.
4604         (generate_makefile): Run handle_options.
4605         (handle_options): New function.
4606         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
4607         man page install if no-installman option given.
4608         (read_am_file): Deprecate @kr@.
4609         (get_object_extension): Look at ansi2knr option.
4610         (parse_arguments): Take global strictness from command-line
4611         options.
4612
4613 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
4614
4615         Fixes from François Pinard:
4616         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
4617         * automake.in (get_object_extension): Use $o, not $(kr)o.
4618         (handle_source_transform): Don't look for $(kr)c files.
4619         * kr-vars.am (o): New macro.
4620         (kr): Removed.
4621
4622         * depend.am (DEP_FILES): Removed.
4623         * automake.in (handle_source_transform): Push .P file onto
4624         dep_files.
4625         (initialize_per_input): New variable %dep_files.
4626         (handle_dependencies): Generate DEP_FILES here.
4627
4628 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
4629
4630         * automake.in (do_one_clean_target): Only remove config.status in
4631         top-level directory.
4632         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
4633
4634         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
4635
4636         * automake.in (handle_dist): Make "ln" quiet.
4637
4638         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
4639
4640 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4641
4642         * automake.in (handle_merge_targets): 'check' shouldn't depend on
4643         'all' at top level.
4644         (file_contents_with_transform): New function.
4645         (am_install_var): Use file_contents_with_transform.
4646         (handle_programs): Ditto.
4647         (handle_libraries): Ditto.
4648         (handle_texinfo): Ditto.
4649         (handle_merge_targets): Let 'install' depend on 'all' if no other
4650         dependencies exist.  From Jim Meyering.
4651         (check_gnu_standards): GNU requires AUTHORS file.  (See
4652         maintain.text).
4653         (require_file): Put body in loop.
4654         (get_object_extension): Only call require_file once.
4655         (handle_configure): Ditto.
4656
4657         From Jim Meyering:
4658         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
4659         * tags-subd.am (id): Removed.
4660
4661 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4662
4663         * Added copyright notice to each .am file.
4664
4665         * automake.in: Cleanups from François Pinard to avoid $#.
4666         (require_argument): Fixed sense of test.
4667         (set_strictness): Bug fix.
4668
4669 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4670
4671         * Makefile.am (pkgdata_DATA): Removed old dist files.
4672
4673         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
4674
4675         * automake.in (set_strictness): Set $strictness_name.
4676         (strictness_name): New variable.
4677         (handle_dist): Substantially rewrote.
4678
4679         * configure.in: Point AC_INIT at automake.in.
4680
4681         * automake.in (generate_makefile): Report errors against
4682         Makefile.in, not Makefile.am.
4683
4684 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4685
4686         * mdate-sh: Bug fix from Jim Meyering.
4687
4688         * dist.am (dist): Changed in parallel with dist-subd-top.am.
4689
4690         * mkinstalldirs: Reverted.
4691
4692         * automake.in (initialize_global_constants): Allow COPYING.LIB
4693         again.
4694         (check_gnits_standards): Disallow COPYING.LIB.
4695
4696         * texinfos.am (install-info): Only look in $(srcdir) for info
4697         files.
4698
4699         * automake.in (initialize_global_constants): New variable
4700         gen_copyright.
4701         (read_am_file): Put a copyright in each Makefile.in.
4702
4703         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
4704
4705         * automake.in (am_install_var): Put space before "=".
4706         (handle_dist): Put README first in DIST_COMMON.
4707
4708         * Makefile.am (pkgdata_DATA): Include COPYING.
4709
4710         * COPYING: New file.
4711
4712         * automake.in (parse_arguments): Added --gnu and --gnits as
4713         synonyms.
4714         (initialize_global_constants): Ditto.
4715         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
4716         (initialize_global_constants): Look for README first.
4717         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
4718         ABOUT-GNU.
4719         (check_gnu_standards): Require file COPYING.
4720
4721         From François Pinard:
4722         * automake.in (file_contents): Comment out "warn"s.
4723         (usage): Use 4 columns.
4724         (USAGE_FORMAT): Ditto.
4725
4726         * texinfos.am (install-info): Look for info file relative to $$d.
4727
4728         * Makefile.am (cvs-dist): Suppress output of "grep".
4729
4730         * configure.in (VERSION): Version 0.28.
4731
4732         * automake.in (pretty_print_internal): Fix for Perl 4
4733         compatibility.
4734
4735         * configure.in (VERSION): Version 0.27.
4736
4737         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
4738         invocation.
4739
4740         * automake.in (initialize_global_constants): Don't quote "@" in
4741         $install_man_format.
4742         (handle_merge_targets): use "@:" as empty command, not ":".
4743
4744 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4745
4746         * texinfos.am (install-info): Look in $d for info files.  From
4747         François Pinard.
4748
4749         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
4750
4751         * automake.in (read_am_file): Correctly deal with continued
4752         variable definitions.
4753
4754 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
4755
4756         * automake.in (handle_merge_targets): 'check' target depends on
4757         'all'.
4758         (file_contents): Don't be so verbose.
4759         (read_am_file): Ditto.
4760         (read_am_file): Must use substr to check for trailing \.
4761         (am_install_var): Use push_phony_cleaners.
4762         (file_contents): Set $was_rule when assuming a rule is seen.
4763         (read_am_file): Ditto.
4764         (do_one_clean_target): Removed spurious newline.
4765
4766         Some changes from François Pinard:
4767         * Removed trailing whitespace from all '.am' files.
4768         * tags-subd.am (ID): Use &&, not ;.
4769         (TAGS): Ditto.
4770         * automake.in (parse_arguments): Removed useless message.
4771         (parse_arguments): Don't explicitly referenced STDERR.
4772         (require_argument): Ditto.
4773         (am_error): Ditto.
4774         (set_strictness): Ditto.
4775         (file_contents): Ditto.
4776         (read_am_file): Ditto.
4777         (generate_makefile): Style tweaks.
4778         (handle_programs): Ditto.
4779         (handle_libraries): Ditto.
4780         (handle_texinfo): Ditto.
4781         (handle_man_pages): Ditto.
4782         (handle_tags): Ditto.
4783         (handle_dist): Ditto.
4784         (handle_subdirs): Ditto.
4785         (handle_configure): Ditto.
4786         (handle_footer): Don't put newline before footer.am contents.
4787         (handle_merge_targets): Style tweaks.
4788         (do_one_clean_target): Ditto.
4789         (dirname): Ditto.
4790         (am_variable): Ditto.
4791         Defined some new constants.
4792         (generate_makefile): Don't call generate_header.
4793         (generate_header): Removed.
4794         (file_contents): Rewrote.
4795         (read_am_file): Rewrote.
4796
4797         * automake.in (generate_makefile): Handle phony target.
4798         (do_one_clean_target): Pretty-print dependencies.
4799         (handle_installdirs): Pretty-print rule.
4800
4801         * Makefile.am (maintainer-check): Made some commands silent.
4802
4803         * automake.in (initialize_global_constants): Don't install or
4804         uninstall cat'd man pages.
4805         (initialize_per_input): Added phony target.
4806         (push_phony_cleaners): New function.
4807         (get_object_extension): Handle phony targets.
4808         (handle_texinfo): Ditto.
4809         (handle_man_pages): Ditto.
4810         (handle_tags): Ditto.
4811         (handle_dist): Ditto.
4812         (handle_subdirs): Ditto.
4813         (handle_installdirs): Ditto.
4814         (handle_merge_targets): Ditto.
4815         (handle_clean): Ditto.
4816         (do_one_merge_target): Ditto.
4817         (am_install_var): Ditto.
4818         (handle_phony): New function.
4819         (generate_makefile): Call it.
4820         (pretty_print_internal): New function.
4821         (pretty_print_rule): Ditto.
4822
4823 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
4824
4825         * automake.in (initialize_global_constants): Don't print body of
4826         loop at make time.
4827
4828         Changes from François Pinard:
4829         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
4830         (DEP_FILES): Put dependency files in $(srcdir).
4831         Look in $(srcdir) when including dependency files.
4832         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
4833         (.deps/%.P): MKDEP includes all macro expansions.
4834         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
4835         be so verbose.
4836         * dist-subd.am (dist): Don't be so verbose.
4837         * dist.am (dist): Don't be so verbose.
4838
4839         * automake.in (do_one_clean_target): Remove config.status in
4840         maintainer-clean.  From Jim Meyering.
4841
4842         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
4843         Meyering.
4844
4845         * automake.in (handle_merge_targets): Add dummy command for empty
4846         install target.  From Jim Meyering.
4847
4848 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
4849
4850         * texinfos.am (uninstall-info): Bug fix.
4851
4852         * Makefile.am (maintainer-check): Error if ${...} used.
4853         * depend.am (DEP_FILES): Prefer $(...).
4854
4855         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
4856         exists.
4857         * libraries.am (install-@DIR@LIBRARIES): Only install library if
4858         it exists.
4859         * programs.am (install-@DIR@PROGRAMS): Only install program if it
4860         exists.
4861
4862         * texinfos-vars.am (TEXFILES): Removed.
4863
4864         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
4865
4866         * automake.in (do_one_merge_target): Never generate trailing
4867         whitespace.
4868         (pretty_print): New function.
4869         (handle_footer): Prettyprint definitions.
4870         (am_install_var): Ditto.
4871         (handle_source_transform): Ditto.
4872         (handle_dist): Ditto.
4873         (handle_libraries): Ditto.
4874         (read_am_file): Put comments nearer appropriate code.
4875
4876         * texi-clean.am (mostlyclean-info): Use continued lines, not
4877         multiple rm's.  From Jim Meyering.
4878
4879 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
4880
4881         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
4882         mkinstalldirs, texinfo.tex to be installed.
4883         * automake.in (symlink_exists): New global.
4884         (install_missing): Ditto.
4885         (require_file): Install missing files if possible.
4886         (parse_arguments): Handle --install-missing option.
4887         (initialize_global_constants): Document --install-missing.
4888
4889         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
4890         Ensure 'checks' pass before release.
4891         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
4892         Franc,ois Pinard.
4893         (cvs-dist): Depend on maintainer-check instead of explicitly
4894         running check.
4895
4896         * configure.in (VERSION): Version 0.26.
4897
4898         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
4899         of 'if' test.
4900
4901         * depend.am (DEP_FILES): Bug fix.
4902
4903         * automake.in (do_one_clean_target): Typo.
4904
4905         * Makefile.am (check-local): Run syntax check under Perl 4.
4906
4907         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
4908         (handle_source_transform): Loop variable is now $_.  From Gor
4909
4910         * Makefile.am (check-local): Check for 'true' in source.
4911         * texinfos.am (install-info): Can't use "true" in any rule.
4912
4913 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
4914
4915         * Makefile.am (cvs-dist): New target.
4916
4917         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
4918         failures.
4919
4920         * texinfos.am (install-info): Don't do install-info for now.
4921
4922         * clean.am (distclean-generic): Don't remove config.status here.
4923         * automake.in (do_one_clean_target): Remove config.status later,
4924         for 'make -j2'.  From Jim Meyering.
4925
4926 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
4927
4928         * configure.in (VERSION): Version 0.25.
4929
4930         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
4931         (handle_configure): Check for AC_PROG_MAKE_SET.
4932
4933         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
4934         Meyering.
4935
4936         * automake.in (am_install_var): Changed how 'clean' handled for
4937         uniform name targets.
4938         * Makefile.am (pkgdata_DATA): Added new files.
4939         * data-clean.am: New file.
4940         * scripts-clean.am: New file.
4941         * libraries-clean.am: New file.
4942         * programs-clean.am: New file.
4943
4944 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
4945
4946         * automake.in (am_install_var): Error if variable name
4947         "misspelled".
4948         (handle_source_transform): Automatically include .c file
4949         corresponding to .y or .l.
4950
4951 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
4952
4953         * programs.am: Changed for uniform naming scheme.
4954
4955         * automake.in (read_am_file): Allow '-' and '.' in target names.
4956         (generate_makefile): Don't pass arguments to handle_libraries.
4957         (initialize_per_input): Define @sources, @objects.
4958         (generate_makefile): Init @sources, @objects if needed.
4959         (handle_source_transform): Push onto @sources, @objects here.
4960         (am_install_var): Push primary onto @all, for configure-time
4961         customization.
4962         (handle_programs): Use new uniform naming scheme.
4963
4964         * Makefile.am (check-local): New target.
4965
4966         * automake.in (handle_libraries): Use uniform naming scheme.
4967
4968         * libraries.am: Rewrote for uniform naming scheme.
4969
4970         * scripts.am: Updated names of all clean targets.
4971
4972         * automake.in (handle_programs): Split on all whitespace.
4973         (handle_libraries): Ditto.
4974         (handle_texinfo): Ditto.
4975         (handle_man_pages): Ditto.
4976         (am_install_var): Changed return result.
4977         (am_install_var): Changed interface.
4978         (am_install_var): Push onto @clean@ if requested.
4979         (handle_scripts): Pass -clean to am_install_var.
4980
4981 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
4982
4983         * automake.in (am_install_var): Push target onto @all.
4984         (get_object_extension): Use $(...).
4985         (handle_source_transform): Ditto.
4986         (handle_programs): Ditto.
4987
4988         * automake.in (require_argument): New function.
4989         (parse_arguments): Use it.
4990         (push_dist_common): New function.
4991         (generate_makefile): Use it.
4992         (handle_texinfo): Ditto.
4993         (handle_dist): Ditto.
4994         (handle_configure): Ditto.
4995         (require_file): Ditto.
4996         (generate_makefile): Don't pass arguments to handle_scripts.
4997         (handle_configure): Require configure.in.
4998         (check_gnu_standards): New function.
4999         (check_gnits_standards): Ditto.
5000         (generate_makefile): Check standards.
5001
5002         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
5003
5004         * automake.in (LENIENT, GNU, GNITS): New constants.
5005         (initialize_per_input): New function.
5006         (generate_makefile): Use it.
5007         (initialize_global_constants): Renamed from init_globals.
5008         (require_file): Added strictness argument.
5009         (parse_arguments): Added --strict option.
5010         (set_strictness): New function.
5011         (parse_arguments): use it.
5012         (initialize_global_constants): Document --strictness.
5013
5014         * automake.in: Use ${1+"$@"} to preserve quoting when running
5015         under sh.
5016
5017         * texinfos.am (install-info): Don't use "true".
5018         * tags.am (TAGS): Don't use "true".
5019
5020         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
5021         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
5022
5023         * program.am (@PROGRAM@): Use LINK macro.
5024         * compile.am (.c.o): Use COMPILE macro.
5025
5026         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
5027         ${...}.
5028
5029         * subdirs.am (RECURSIVE): Removed macro.
5030
5031         * clean.am: Changed to not be so verbose.
5032
5033         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
5034         * automake.in (handle_texinfo): Transform texi-clean and put into
5035         output rules.
5036         * texinfos-vars.am (TEXFILES): Removed.
5037         * texinfos.am: Removed 'clean' targets.
5038         * texi-clean.am: New file.
5039
5040         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
5041
5042         * texinfos-vars.am (TEXFILES): Added *.op.
5043
5044         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
5045         standards.
5046         * dist.am (dist): Use DISTFILES.
5047         * dist-subd.am (dist): Use DISTFILES.
5048         * dist-subd-top.am (dist): Use DISTFILES.
5049
5050 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5051
5052         * Makefile.am (ETAGS_ARGS): Define.
5053
5054         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
5055         Meyering.
5056
5057         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
5058
5059         * automake.in (handle_scripts): Use am_install_var.
5060
5061         * scripts.am: Rewrote for new uniform naming scheme.
5062
5063         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
5064
5065         * libscripts.am: Removed.
5066
5067         * packagedata.am: Removed.
5068
5069         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
5070         (pkgdata_DATA): Renamed from PACKAGEDATA.
5071
5072         * automake.in (handle_data): Use am_install_var.
5073         (init_globals): Init %exec_dir_p.
5074
5075         * data.am: Rewrote for new uniform naming scheme.
5076
5077         * automake.in (get_object_extension): New function.
5078         (handle_programs): Use it.
5079         (dir_holds_sources): Changed interpretation.
5080         (handle_headers): New function.
5081         (am_install_var): New function.
5082         (generate_makefile): Call handle_headers.
5083
5084         * header-vars.am (pkgdatadir): New macro.
5085         (pkglibdir): Ditto.
5086         (pkgincludedir): Ditto.
5087
5088         * automake.in (handle_source_transform): New function.
5089         (am_error): New function.
5090         (generate_makefile): Use it.
5091         (handle_source_transform): Ditto.
5092         (handle_texinfo): Ditto.
5093         (handle_dependencies): Ditto.
5094         (handle_merge_targets): Ditto.
5095         (require_file): Ditto.
5096
5097 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
5098
5099         * automake.in: Updated FSF address.  From Jim Meyering.
5100         * header-vars.am: Updated FSF address.
5101
5102         * distname.am: Removed.
5103
5104         * automake.in (file_contents): Strip "##" comments.
5105         * Various files: Added "##" comments for strange things.
5106
5107         * automake.in (handle_tags): Generate TAGS rule for every
5108         directory.
5109
5110         * subdirs.am (RECURSIVE): Include installcheck-recursive.
5111         * automake.in (installcheck): New variable.
5112         (generate_makefile): Initialize it.
5113         (handle_subdirs): Push 'installcheck-recursive'.
5114         (handle_merge_targets): Handle installcheck target.
5115
5116 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
5117
5118         * automake.in ($PACKAGE): Removed.
5119
5120         * header-vars.am (ALL): Removed.
5121
5122         * automake.in: Reworked 'all' target handling.
5123
5124         * automake.in (generate_makefile):
5125         Don't use AM_ forms in call to am_variable.
5126
5127         * automake.in: Changes for Perl 5, from Gord Matzigkeit
5128
5129         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
5130
5131         * automake.in (handle_footer): Allow SUFFIXES variable.
5132
5133         * automake.in (am_variable): New function.
5134         (handle_texinfo): Use it.
5135         (generate_makefile): Use it.
5136
5137         * configure.in: Version 0.24.
5138
5139 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
5140
5141         * automake.in (handle_libraries):
5142         Generate blah_LIBADD defines if required.
5143
5144         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
5145
5146         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
5147
5148         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
5149
5150         * configure.in: Version 0.23
5151
5152         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
5153
5154         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
5155
5156         * automake.in: New option --output-dir
5157
5158         * automake.in (handle_configure): Fixed typo.
5159
5160         * automake.in (handle_installdirs): Always make installdirs target.
5161
5162         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
5163         uninstall-exec-recursive.  Added installdirs-recursive.
5164
5165         * automake.in (handle_installdirs): Handle installdirs-recursive.
5166         (handle_man_pages): 'all' depends on $(MANS)
5167
5168         * Makefile.am: Removed mans.am.
5169
5170         * automake.in: More man-related fixes
5171
5172         * automake.in: Bug fixes
5173
5174         * automake.in: Rewrote man page handling.
5175
5176         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
5177
5178         * automake.in (handle_installdirs): New function.
5179         (@installdirs): New global.
5180         Many changes to deal with installdirs.
5181
5182         * clean.am (clean-generic): Always supply 'else' clause to 'if'
5183
5184         * automake.in (generate_header): Don't use header.am.
5185         (handle_dist): Don't use dist-subd-vars.am.
5186
5187         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
5188
5189         * Makefile.am (DISTCLEANFILES): Removed.
5190
5191         * clean.am (clean-generic): Bug fix.
5192
5193         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
5194
5195         * texi-version.am (clean-vti): No such macro as VTI
5196
5197 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
5198
5199         * automake.in: Bug fix for maintainer-clean
5200
5201         * automake.in (do_one_clean_target):
5202         Print special text in maintainer-clean.
5203         (handle_clean): Always include clean.am
5204
5205         * clean.am: Use -generic clean targets.
5206
5207         * compile.am: Added clean targets.
5208
5209         * configure.in: Version 0.22.
5210
5211         * automake.in (handle_dependencies):
5212         Put trailing newline after all deps.
5213
5214         * automake.in (handle_dependencies): Another dependency bug fix.
5215
5216         * automake.in (handle_dependencies):
5217         Bug fix when including dependencies.
5218
5219         * automake.in (handle_configure):
5220         Verify existence of install-sh, mkinstalldirs
5221
5222         * automake.in (handle_texinfo): Include stamp-vti in distribution
5223
5224         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
5225         Include DATA, PACKAGEDATA.
5226
5227         * Makefile.am: Nothing
5228
5229         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
5230
5231         * automake.in (handle_texinfo): Typo
5232
5233         * automake.in: If script ends up in shell, feed to perl
5234
5235         * automake.in: Rewrote 'clean' rules.
5236         Documentation made and installed first.
5237         'all' depends on 'info'
5238
5239 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
5240
5241         * configure.in, Makefile.am: Turned off internationalization.
5242
5243         * clean-kr.am: Rewrote for new clean scheme.
5244
5245         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
5246
5247         * Makefile.am (PACKAGEDATA): Include tags-clean.am
5248
5249         * subdirs.am: Removed bogus local clean targets
5250
5251         * tags-clean.am: Initial revision
5252
5253         * texi-version.am: Added clean targets
5254
5255         * texinfos.am: Fixes to clean targets.
5256
5257         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
5258         Added clean targets
5259
5260         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
5261
5262         * automake.in: Completely revamped automatic de-ANSI-fication
5263
5264         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
5265
5266         * compile-vars.am (LINK): New macro
5267
5268         * kr-vars.am: Trailing blank line
5269
5270         * compile-kr.am: Rewrote
5271
5272         * compile-vars.am (COMPILE): New macro
5273
5274         * compile-vars.am (ANSI2KNR): Removed
5275
5276         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
5277
5278         * kr-vars.am: Initial revision
5279
5280         * automake.in (require_file): New function.
5281         (handle_texinfo): Require 'mdate-sh'
5282         (common_sometimes): New variable
5283         (usage): Use it.
5284
5285         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
5286
5287         * mdate-sh: Initial revision
5288
5289         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
5290
5291         * automake.in (generate_makefile):
5292         Put Makefile.in, Makefile.am in @dist_common
5293         (handle_configure): Use @dist_common as appropriate
5294
5295         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
5296
5297         * configure.in: Abort if perl not found
5298
5299         * configure.in: Look for perl
5300
5301         * automake.in: Reimplemented in Perl
5302
5303         * automake.in: Fixlet
5304
5305 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
5306
5307         * automake.in: Always print ".SUFFIXES:" rule.
5308
5309         * automake.in: Distribution config.h.in if required
5310
5311         * automake.in: Bug fix when including texi-version.am
5312
5313         * automake.in: Bug fix when looking for .texi file in $am_reldir
5314
5315         * depend.am: Comment fix
5316
5317         * automake.in: Look for .texi file in $am_reldir
5318
5319         * automake.in: Fixlet
5320
5321         * automake.in: Blank line after targets from user's Makefile.am
5322
5323         * automake.in: Move footer items to actual footer
5324
5325         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
5326
5327         * automake.in (common):
5328         Don't include acconfig.h, config.h.top, config.h.bot
5329
5330         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
5331
5332         * Makefile.am (CONFIG_H): Define
5333
5334         * acconfig.h: Initial revision
5335
5336         * configure.in: Use AC_CONFIG_HEADER.
5337
5338         * automake.in: Put blah_TEXINFOS into DIST_COMMON
5339
5340         * automake.in: .info file explicitly depends on primary .texi file
5341
5342         * texinfos.am (install-info): Always supply 'else' clause to 'if'
5343
5344         * tags.am (TAGS): Always supply 'else' clause to 'if'
5345
5346         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
5347
5348         * automake.in: Always include footer.am in output
5349
5350         * mans.am (install-man): Always supply 'else' clause to 'if'
5351
5352         * automake.in: More version.texi fixes
5353
5354         * automake.in: Only do version.texi processing if requested.
5355
5356         * automake.in: Minor internationalization fixes.
5357         Subshell can now exit with nonzero status.
5358         Fixed up .texi handling; now uses texi-version.am
5359         Make sure '.c' and '.o' are in .SUFFIXES if required.
5360
5361         * Makefile.am (PACKAGEDATA): Include texi-version.am
5362         (stamp-vti, version.texi): Removed
5363         (TEXINFOS): Don't reference version.texi
5364
5365         * texi-version.am: Initial revision
5366
5367         * dist.am, dist-subd-top.am (dist):
5368         [DIST_SUBDIRS] Follow symlinks when copying.
5369
5370         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
5371
5372 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
5373
5374         * automake.in: Added --amdir option
5375
5376         * Makefile.am, configure.in: Turned on internationalization
5377
5378         * Makefile.am: Set EDITION
5379
5380         * configure.in: Version 0.21
5381
5382         * tags.am, tags-subd.am: Don't use double-colon rules
5383
5384         * automake.in: Redid install-data, install-exec, uninstall handling
5385
5386         * configure.in: Turn off i18n
5387
5388 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
5389
5390         * automake.in (common): Remove NLS
5391
5392         * automake.in (common): Include ABOUT-NLS.
5393
5394         * automake.in: Test for install-sh and mkinstalldirs
5395
5396         * automake.in: Blank line after OBJECTS= line
5397
5398         * automake.in: Start subshell in loop after check for Makefile.am
5399
5400         * automake.in: --use-deps now the default
5401
5402         * automake.in (am_dir): Don't apply transform to install directory name
5403
5404         * packagedata.am: Don't apply transform to install directory name
5405
5406         * Makefile.am (SUBDIRS): Hold off on internationalization
5407
5408 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
5409
5410         * automake.in:
5411         Write 'SOURCES =' line after copying Makefile.am variables
5412
5413         * automake.in: Fixed bug in "--" option processing
5414
5415         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
5416
5417         * Makefile.am (DIST_OTHER): Include gettext-sh
5418
5419         * Makefile.am (SUBDIRS): Define
5420
5421         * configure.in: Include internationalization bits
5422
5423         * automake.in: Many changes to avoid double-colon rules.
5424
5425         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
5426
5427         * subdirs.am: Removed "::" rules
5428
5429         * header.am: Removed install, uninstall
5430
5431         * header.am: Added install, uninstall targets
5432
5433         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
5434
5435         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
5436         Removed "::" rules
5437
5438         * Makefile.am (PACKAGEDATA): Include libscripts.am
5439
5440         * libprograms.am: Don't install libscripts here
5441
5442         * libscripts.am: Initial revision
5443
5444         * scripts.am, programs.am, libprograms.am: Removed "::" rules
5445
5446         * automake.in (am_dir): Run package name through name transform.
5447
5448         * automake.in: Don't use packagedata.sed or data.sed
5449
5450         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
5451         packagedata.am
5452
5453         * data.am: No longer run through sed
5454
5455         * packagedata.am: Initial revision
5456
5457 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
5458
5459         * automake.in: No blank line after Usage
5460
5461         * automake.in: Removed "NLS nuisances" section.
5462         Now uniformly uses $echo for user-visible messages (in advance of
5463         internationalization)
5464
5465         * subdirs.am (maintainer-clean): Don't use realclean-local
5466
5467         * Makefile.am: Use PACKAGEDATA, not custom code
5468
5469         * data.am: Use @LONG@, not $(@LONG@)
5470
5471         * automake.in: Handle DATA and PACKAGEDATA
5472
5473         * packagedata.sed: Initial revision
5474
5475         * data.am: Use @DIR@, not $(@DIR@)
5476
5477         * data.sed: Use $(datadir), not datadir
5478
5479         * data.sed: Initial revision
5480
5481         * data.am: Wrote uninstall targets
5482
5483         * data.am: Initial revision
5484
5485         * dist-subd.am (dist): Don't link a file that has already been linked
5486
5487         * dist-subd-top.am, dist.am (dist):
5488         Run `automake --include-deps' before making distribution
5489
5490         * automake.in: More dependency-tracking bug fixes
5491
5492         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
5493
5494         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
5495
5496         * tags-subd.am, tags.am: Added trailing blank line
5497
5498         * depend.am: Use ".P", not "empty.P", as placeholder.
5499
5500         * automake.in: Only include depend.am if SOURCES not empty
5501
5502         * automake.in: Added --use-deps and --include-deps options.
5503         Handle auto-generating dependencies.
5504
5505         * Makefile.am (am_DATA): Include depend.am
5506
5507         * depend.am: Initial revision
5508
5509         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
5510
5511         * automake.in: Put blank line after .SUFFIXES
5512
5513         * scripts.am: Added blank line at end
5514
5515         * scripts.am: Removed unnecessary comment
5516
5517         * scripts.am: Removed unnecessary workarounds
5518
5519         * automake.in: Don't include programs.am if PROGRAMS empty
5520
5521         * header-vars.am (INSTALL_SCRIPT): Typo
5522
5523         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
5524
5525         * automake.in: Handle .SUFFIXES here.
5526
5527         * configure.in: Use fp_PROG_INSTALL
5528
5529         * header-vars.am: Changes for autoconf 2.5.
5530         Now includes INSTALL_SCRIPTS.
5531
5532         * texinfos.am (install-info): Bug fix
5533
5534         * automake.in:
5535         Include scripts.am or libscripts.am in output if appropriate
5536
5537         * programs.am (install-programs, uninstall-programs):
5538         Don't install SCRIPTS
5539
5540         * Makefile.am (am_DATA): Include scripts.am
5541
5542         * scripts.am: Initial revision
5543
5544 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
5545
5546         * automake.in:
5547         Cleaned up how "prog_SOURCES" variable is found in input.
5548         Ditto prog_OBJECTS.
5549         Put static sed scripts into separate, installed files.
5550
5551         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
5552
5553         * hack-make.sed, nl-remove.sed: Initial revision
5554
5555         * texinfos.am (install-info): Rewrote
5556
5557         * subdirs.am (all-recursive): Put with other -recursive rules
5558
5559         * configure.in: Version 0.20
5560
5561         * automake.in: Another bug fix
5562
5563         * automake.in: Bug fix when looking for texinfo.tex
5564
5565         * texinfo.tex: Initial revision
5566
5567         * automake.in:
5568         If TEXINFOS defined but texinfo.tex does not exist, give warning.
5569
5570         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
5571         (all-recursive): Don't fail immediately if -k specified.
5572
5573 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
5574
5575         * subdirs.am (_all):
5576         New target.  Now use Jim Meyering's formulation of AIX
5577         workaround.
5578         (install-exec, install-data): New targets
5579
5580 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
5581
5582         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
5583
5584         * automake.in: Use @datadir@
5585
5586         * automake.in: Added @configure_input@ line
5587
5588 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
5589
5590         * automake.in: "--help" option now prints auto-recognized file names.
5591         Allow AM_ overriding of more variables.
5592
5593         * texinfos.am (install-info):
5594         Don't cd to srcdir to avoid breaking install-sh
5595         Other bug fixes
5596
5597         * Makefile.am: Handle automake.texi
5598
5599 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
5600
5601         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
5602
5603         * tags.am (TAGS): bug fix
5604
5605         * automake.in: Use am_dir, not AM_DIR.
5606         Use version, not VERSION.
5607         Bug fix in TAGS code.
5608
5609         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
5610
5611         * subdirs.am: TAGS target now in tags.am
5612
5613         * footer.am: TAGS and ID targets now in tags-subd.am
5614
5615         * tags-subd.am, tags.am: Initial revision
5616
5617         * automake.in: Cleaned up AM_PROGRAM code.
5618         Handle TAGS target better
5619
5620         * remake.am, remake-subd.am (Makefile.in): Bug fix.
5621
5622         * automake.in (usage): Updated
5623
5624         * remake-subd.am, remake.am:
5625         Added rule where Makefile.in depends on Makefile.am
5626
5627         * automake.in: Entire body of 'for' loop now in subshell
5628
5629         * automake.in (common): config.guess and config.sub are common files.
5630
5631         * dist-subd-top.am, dist.am (dist): Bug fix.
5632
5633         * Makefile.am (DIST_OTHER): Don't include TODO
5634
5635         * automake.in: Auto-include TODO and THANKS files.
5636
5637         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
5638
5639         * automake.in: More bug fixes in "look for Makefile.am" code.
5640
5641         * automake.in: Bug fix in "look for Makefile.am" code.
5642
5643         * automake.in:
5644         If no arguments given, look for all Makefile.am's in this
5645         directory and in immediate subdirs
5646
5647         * automake.in: Bug fixes for LDADD-override feature.
5648
5649         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
5650
5651         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
5652
5653         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
5654
5655         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
5656
5657 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
5658
5659         * automake.in: No longer look for _SOURCES or _OBJECTS
5660
5661         * header-vars.am:
5662         Remove "automatically created" header (now in automake).
5663         Updated copyright.
5664
5665         * automake.in: Put version info in Makefile header
5666
5667 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
5668
5669         * automake.in: Minor cleanups
5670
5671         * dist-subd-top.am, dist.am (dist):
5672         Don't link or copy file if it already exists.
5673
5674         * automake.in:
5675         Look for _SOURCES (common sources) and generate _OBJECTS.
5676
5677         * footer.am (ID, TAGS): Include HEADERS
5678
5679         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
5680
5681 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
5682
5683         * dist-subd.am (distdir): Is relative to ".."
5684
5685         * dist-subd-vars.am (PACKAGE, VERSION): Define
5686
5687         * dist-subd.am (dist): Don't handle DIST_DIRS.
5688
5689         * mans.am (uninstall-man): Another bug fix.
5690
5691         * mans.am (uninstall-man): Bug fix.
5692
5693         * dist.am, dist-subd-top.am (dist): Bug fix
5694
5695         * Makefile.am (DIST_SUBDIRS): New macro
5696
5697         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
5698
5699         * Makefile.am (DIST_OTHER): Include automake.in
5700
5701         * Makefile.am (DISTCLEANFILES): New macro.
5702
5703         * automake.in (common): Include COPYING.LIB
5704
5705         * Makefile.am (automake): New rule.
5706
5707         * texinfos.am (install-info): Changed per GNU standards
5708
5709         * remake-hdr.am (stamp-h.in):
5710         Use "touch", not "date", per GNU standards.
5711
5712         * automake.in (common): Include texinfo.tex
5713
5714 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
5715
5716         * automake.in: More fixes when finding common files.
5717
5718         * Makefile.am (DIST_OTHER): Another removal.
5719
5720         * automake.in: Special-case when amdir=.
5721
5722         * Makefile.am (DIST_OTHER): Removed auto-detected files.
5723
5724         * automake.in:
5725         Search for commonly-used files and auto-include them in distribution
5726
5727         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
5728         (DIST_CONF): Removed files searched for by automake.
5729
5730         * automake.in: More arg-parsing bug fixes.
5731
5732         * Makefile.am (DIST_OTHER): Include install-sh
5733
5734         * Makefile.am (DIST_OTHER): Don't include auto-included files.
5735
5736         * automake.in: Bug fixes to argument parsing code.
5737
5738         * automake.in: Handle --version and --help.
5739         NLS stuff from autoconf.
5740
5741         * Makefile.am (amdatadir): Fixed typo.
5742         (install): Make install directories
5743
5744         * Makefile.am: Use "install::", not "install:"
5745
5746         * install-sh, mkinstalldirs: Initial revision
5747
5748         * configure.in: Use AC_PROG_INSTALL
5749
5750         * automake.in: Set AM_DIR based on configure results.
5751
5752         * Makefile.am (install): New target.
5753         (amdatadir): New variable.
5754
5755         * automake.in: Use "#! /", not "#!/".
5756
5757         * Makefile.am, configure.in: Initial revision
5758
5759         * automake.in: Renamed from "automake".
5760         Set VERSION.
5761
5762         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
5763
5764         * automake.in: Insert remake-subd.am if appropriate.
5765
5766         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
5767
5768         * automake.in: Handle ALLPROGRAMS variable.
5769
5770         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
5771
5772         * automake.in: Fixlet when printing "subdir=DIR"
5773
5774         * automake.in: Put "subdir=DIR" into subdir Makefile
5775
5776         * automake.in: Don't refer to distname.am.
5777         Only put footer.am in subdir Makefiles.
5778
5779         * subdirs.am (id, ID): New target.
5780         (.NOEXPORT): Copied from footers.am.
5781
5782         * subdirs.am (TAGS): Bug fixes.
5783
5784         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
5785
5786         * subdirs.am (maintainer-clean-local): Remove TAGS
5787
5788         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
5789
5790         * subdirs.am: Use maintainer-clean, per GNU standards
5791
5792         * dist-subd-top.am: Some variables defined in dist-vars.am
5793
5794         * dist-vars.am (PACKAGE, VERSION):
5795         New variables, initialized by configure
5796
5797         * footer.am (id, ID): New targets
5798         (TAGS): Put TAGS file in build, not source, directory
5799
5800         * remake-subd.am (Makefile): Don't assume subdir is 'src'
5801
5802         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
5803
5804         * dist-subd.am: Changed to conform to new top-level dist target.
5805
5806         * dist-subd-top.am:
5807         Changed to assume PACKAGE and VERSION are set by configure.
5808
5809         * clean-kr.am, clean.am (maintainer-clean):
5810         Updated rules per GNU standards.
5811
5812         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
5813
5814 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
5815
5816         * automake.in, texinfos.am: kludge for multiple-part info files
5817
5818 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
5819
5820         * clean.am, clean-kr.am: remove INFOS
5821
5822 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
5823
5824         * texinfos.am: add path
5825
5826         * remake.am, remake-hdr.am: account for VPATH limitations
5827
5828 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
5829
5830         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
5831         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
5832
5833 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
5834
5835         * texinfos.am: install-info depends on info files
5836
5837         * dist-subd-vars.am, dist-vars.am: distrib info files
5838
5839 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
5840
5841         * clean-kr.am, clean.am: fix up distclean
5842
5843         * subdirs.am: fix typo
5844
5845         * clean.am: do more in distclean
5846
5847 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
5848
5849         * libraries.am: make install depend on all
5850
5851         * automake.in: fix typo
5852
5853 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
5854
5855         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
5856
5857         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
5858
5859         * dist-subd-top.am: Initial revision
5860
5861         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
5862         centralize prefix var setting
5863
5864         * header-vars.am: set all the std vars based on prefix
5865
5866 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
5867
5868         * automake.in: don't add kr stuff if not needed
5869
5870         * dist-vars.am: add config vars to dist
5871
5872 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
5873
5874         * program.am: add LDADD
5875
5876         * compile-vars.am: remove LDADD from LDFLAGS
5877
5878         * clean.am: move knr stuff to another file
5879
5880         * automake.in: use different clean file for ansi2knr
5881
5882         * clean-kr.am: Initial revision
5883
5884 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
5885
5886         * automake.in, dist-subd.am, dist.am: fix rules and dist
5887
5888 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
5889
5890         * compile.am, automake.in: split out knr
5891
5892         * compile-kr.am: Initial revision
5893
5894         * libprograms.am: fix typo
5895
5896         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
5897         make libprograms work
5898
5899         * libprograms.am: Initial revision
5900
5901         * automake.in, compile.am, header-vars.am: fix little bugs
5902
5903         * compile.am: allow parallel K&R
5904
5905         * clean.am: remove kerb temps
5906
5907         * automake.in: fix recognizing start of rules
5908
5909         * dist-subd.am, dist.am: fix dist
5910
5911         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
5912
5913 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
5914
5915         * automake.in: works on m4 too
5916
5917         * automake.in, mans.am: works on fileutils
5918
5919         * 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:
5920         works on fileutils except for all
5921
5922         * automake.in: vars thing
5923
5924         * header-vars.am: Initial revision
5925
5926         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
5927         entered into RCS
5928
5929         * compile-vars.am: Initial revision
5930
5931         * automake.in: many improvements
5932
5933         * footer.am: Initial revision
5934
5935         * dist.am: remove distname
5936
5937         * automake.in: namespace cleanup
5938
5939         * distname.am: Initial revision
5940
5941         * 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:
5942         might work
5943
5944         * 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:
5945         Initial revision
5946