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