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