1 Thu Nov 21 22:29:30 1996 Tom Tromey <tromey@cygnus.com>
3 * m4/header.m4: New file.
5 * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
7 Wed Nov 20 00:23:42 1996 Tom Tromey <tromey@cygnus.com>
9 * acinstall: Allow commentary at end of "serial" line. From Gord
12 * automake.in (handle_yacc_lex_cxx): Only replace output header if
15 Tue Nov 19 19:03:30 1996 Tom Tromey <tromey@cygnus.com>
17 * automake.in (am_primary_prefixes): Allow configure variables to
18 be named after primary.
19 (am_install_var): Ditto.
21 * automake.in (initialize_per_input): Initialize output_header.
22 (generate_makefile): Set up output_header; print it before
24 (handle_footer): Put .SUFFIXES into output_header, for AIX.
26 Mon Nov 18 13:29:55 1996 Tom Tromey <tromey@cygnus.com>
28 * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
31 * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
32 part of autoconf proper.
33 * m4/ccsanity.m4: Removed.
35 Sun Nov 17 12:25:17 1996 Tom Tromey <tromey@cygnus.com>
37 * automake.in (check_typos): Check to make sure EXTRA_ variables
38 don't contain configure subs.
39 (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
41 Fri Nov 15 18:58:04 1996 Tom Tromey <tromey@cygnus.com>
43 * tags-subd.am: Removed.
45 * tags.am (tags-recursive): Removed.
46 (TAGS): Depend on @DIRS@, @CONFIG@. Use @CONFIG@ in rule.
47 (ID): From tags-subd.am.
49 * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
50 * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
51 * m4/fnmatch.m4: Removed (now in autoconf).
53 * automake.in (initialize_per_input): Init de_ansi_objects.
54 (handle_single_transform_list): Error if extension unrecognized.
55 Set elements of de_ansi_objects.
56 (get_object_extension): Don't push ANSI2KNR onto @all.
57 (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
59 (pretty_print_internal): Initialize $bol depending on the column.
61 Fri Nov 15 16:22:15 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
63 * library.am: Fixed references to LIBRARY according to new scheme.
65 * libs.am, libs-clean.am: Removed references to LIBFILES.
67 * automake.texi (A Library): doc fix
69 * automake.in (handle_libraries): Deleted references to *LIBFILES,
70 since we now have the full library name in the *LIBRARIES
72 (am_install_var): Removed `-no-all' option, which was only required
73 for the LIBFILES hack.
75 Fri Nov 15 16:39:29 1996 Tom Tromey <tromey@cygnus.com>
77 * automake.in: Applied libtool-related patches from Gord.
78 (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
79 Also indicate that AC_CANONICAL_HOST was run.
81 * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
83 Thu Nov 14 23:11:09 1996 Tom Tromey <tromey@cygnus.com>
85 * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
88 * dejagnu.am: Print warning if runtest missing.
90 From Joerg-Martin Schwarz:
91 * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
92 (require_file_internal): Unlink file before creating it.
94 * depend2.am (.deps/%.P): Don't print commands when running.
96 Mon Nov 11 10:35:08 1996 Tom Tromey <tromey@cygnus.com>
98 * automake.in (handle_single_transform_list): Simplified C++
101 Fri Nov 8 09:49:09 1996 Tom Tromey <tromey@cygnus.com>
105 * compile-kr.am ($(OBJECTS)): Removed.
107 * automake.in (get_object_extension): Define ANSI2KNR. Push onto
108 @all if ansi2knr is in this directory.
110 * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
112 * m4/init.m4: Run AM_SANITY_CHECK.
114 * m4/sanity.m4: New file.
116 * automake.in (handle_dist_worker): In Cygnus mode, possibly find
117 files to dist in build dir, not srcdir.
118 (%omit_dependencies): New global.
119 (scan_dependency_file): Handle OMIT_DEPENDENCIES.
120 (scan_configure): Put rx.h, regex.h on %omit_dependencies. Ditto
122 (handle_tests): Remove CYGNUS strings in Cygnus mode.
123 (handle_texinfo): Ditto.
125 * texinfos.am (dist-info): New target.
127 * automake.in (handle_dist_worker): Use DISTFILES, not
129 (initialize_per_input): Initialize dist_targets.
130 (handle_texinfo): Don't compute @infos_list; don't define or use
131 INFOS. Put dist-info onto @dist_targets.
132 (handle_dist_worker): Handle @dist_targets. Don't use the "echo
133 trick" for expanding DISTFILES any more.
135 * dist-vars.am (DEP_DISTFILES): Removed.
136 (DISTFILES): Don't include INFOS.
138 * automake.in (handle_texinfo): Handle Cygnus mode.
139 * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
141 * automake.in (handle_single_transform_list): New sub.
142 (handle_source_transform): Use it.
143 (handle_built_sources): New sub.
145 Thu Nov 7 14:49:16 1996 Tom Tromey <tromey@cygnus.com>
147 * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
148 * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
150 * automake.in (handle_configure): Pass --cygnus when running
153 * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
154 ACCONFIG, CONFIG_TOP, CONFIG_BOT.
155 * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
157 (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
158 instead substitute files directly.
160 Wed Nov 6 10:22:26 1996 Tom Tromey <tromey@cygnus.com>
162 * remake-hdr.am (stamp-h): Look in top_builddir for
164 ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
166 Thu Oct 31 10:55:59 1996 Tom Tromey <tromey@cygnus.com>
168 * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
171 * automake.in (handle_texinfo): Push install-info-am, not
173 (handle_merge_targets): Handle no-installinfo option.
175 * texinfos.am (install-info-am): Renamed from install-info.
177 * automake.in (handle_subdirs): Include install-info-recursive if
178 no-installinfo given.
180 * subdirs.am: Include INSTALLINFO token.
182 * automake.in (handle_texinfo): Explicitly define MAKEINFO,
184 (cygnus_mode): New global.
185 (handle_dist_worker): Pass --cygnus to automake.
186 (initialize_global_constants): Document --cygnus.
187 (check_cygnus): New sub.
188 (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
190 * texi-vars.am: Removed.
192 * dejagnu.am (check-DEJAGNU): Don't define rootme.
194 * automake.in (handle_tests): Define EXPECT, RUNTEST.
196 * dejagnu.am (EXPECT): Removed.
199 * automake.in (define_program_variable): New sub.
201 Mon Oct 28 10:43:48 1996 Tom Tromey <tromey@cygnus.com>
203 * automake.in (handle_dependencies): Use -M, not -MM, for C++
206 Thu Oct 24 20:21:50 1996 Tom Tromey <tromey@cygnus.com>
208 * automake.in (check_libobjs_sources): New sub. Test
210 (handle_source_transform): Don't check for auto-discovered source
212 (handle_programs): Run check_libobjs_sources here.
213 (handle_libraries): Ditto.
215 * automake.in (define_configure_variable): New function.
216 (get_object_extension): Use define_configure_variable.
217 (handle_yacc_lex_cxx): Ditto.
218 (handle_emacs_lisp): Ditto.
219 (configure_vars): New global.
220 (AC_CHECK_PATTERN): New global.
221 (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
223 (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
224 (AC_SUBST_PATTERN): New global.
225 (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
226 (handle_libraries): Don't use seen_ranlib.
227 (read_am_file): Run define_configure_variable on each discovered
230 Mon Oct 21 23:06:49 1996 Tom Tromey <tromey@cygnus.com>
232 * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
233 (handle_libraries): Pass configure substitutions directly on to
236 * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
237 (scan_configure): Use it. Test version.test.
239 Sun Oct 20 12:08:46 1996 Tom Tromey <tromey@cygnus.com>
241 * automake.in (handle_dist_worker): Explicitly pass distdir to
242 dist-hook make. From Tatu Ylonen.
244 * m4/strtod.m4: Use correct cache variable.
246 Thu Oct 17 13:45:20 1996 Tom Tromey <tromey@cygnus.com>
248 Lisp fixes from Erick Branderhorst:
249 * m4/lispdir.m4: Define lispdir, not LISPDIR.
250 * lisp.am: Added missing \.
252 Fri Oct 11 00:44:49 1996 Tom Tromey <tromey@cygnus.com>
254 * automake.in (handle_source_transform): Only rewrite c, yacc, lex
255 to use de-ansi-fication.
256 (scan_configure): Handle multi-line AC_REPLACE_FUNCS. Test
259 * automake.in (handle_lib_objects): Added $lex_seen argument.
260 Error if lex file used but LEXLIB not seen.
261 (handle_programs): Ditto.
262 (handle_yacc_lex_cxx): Define LEXLIB variable.
263 (handle_lib_objects): Don't allow LEXLIB to end up on dependency
266 Thu Oct 10 16:12:38 1996 Tom Tromey <tromey@cygnus.com>
268 * automake.in (handle_gettext): Moved check for SUBDIRS and
271 * automake.in (handle_configure): Run mkinstalldirs under
273 (handle_yacc_lex_cxx): Run interlock under $(SHELL).
275 * remake-subd.am (Makefile): Run config.status under $(SHELL).
276 * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
277 * remake.am (Makefile): Run config.status under $(SHELL).
278 (config.status): Ditto.
280 * automake.in (read_am_file): Removed UNMAINT code.
281 (file_contents_with_transform): Ditto.
282 * m4/maintainer.m4: Removed bogus UNMAINT code.
284 * automake.in (handle_emacs_lisp): Define EMACS variable.
285 (handle_emacs_lisp): Make sure EMACS is in environment when
288 * elisp-comp: Exit with status 1 if usage bad.
289 Use "emacs -q". Use EMACS environment variable if set (unless set
292 * m4/lispdir.m4: Unset EMACS if it is set to `t'.
294 * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
296 (do_one_merge_target): Use all-am, not all, in subdirs case.
297 (handle_merge_targets): Always generate all-am in subdirs case.
299 * remake.am (Makefile): Depend on BUILT_SOURCES.
300 * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
301 * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
303 * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
306 * ylwrap: Bug fix. From Jim Meyering.
308 Wed Oct 9 22:51:16 1996 Tom Tromey <tromey@cygnus.com>
310 * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
311 check directly for header.
313 Mon Oct 7 13:08:15 1996 Tom Tromey <tromey@cygnus.com>
315 * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
318 Sun Oct 6 00:43:01 1996 Tom Tromey <tromey@cygnus.com>
320 * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
321 (AM_INIT_AUTOMAKE_PATTERN): New global.
322 (scan_configure): Use them.
324 * aclocal.in (add_file): Search contents of included files. Test
326 (scan_m4_files): Don't skip acinclude.m4 when constructing
327 search. Test acsilent.test.
328 (scan_m4_files): Scan acinclude.m4.
330 * aclocal.in (add_file): Removed debugging print.
331 (scan_configure): Set $file_contents when scanning acinclude.m4.
334 * configure.in: Upped to 1.1g.
338 * texinfos.am: Run : after install-info.
340 * aclocal.in (parse_arguments): Better error message.
341 * automake.in (parse_arguments): Better error message.
343 * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
344 around broken makes. From David A. Swierczek.
345 * remake-subd.am (Makefile): Ditto.
347 Sat Oct 5 11:29:48 1996 Tom Tromey <tromey@cygnus.com>
349 * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
351 (handle_source_transform): Error if discovered source file is
353 (do_one_merge_target): Move all-vs-check test here.
355 * m4/obstack.m4: New file.
356 * m4/error.m4: New file.
358 * automake.in (scan_configure): Support AM_FUNC_MKTIME,
359 AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
361 * texinfo.tex: New version from texinfo 3.9.
363 * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
364 Also, handle y.tab.h file when "yacc -d" is used.
365 (do_one_merge_target): Use pretty_print_rule.
367 * ylwrap: Changed usage.
369 * m4/mktime.m4: New file.
371 * m4: Renamed all .m4 files to fit into 14-char limits.
373 * m4/Makefile.am (EXTRA_DIST): New macro.
375 * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
376 (scan_m4_files): Use $ac_defun_rx.
379 (scan_configure): Scan acinclude.m4 before anything else.
380 (scan_file): New sub.
381 (check_acinclude): New sub.
384 * progs-clean.am, progs.am: Renamed from programs-clean.am,
386 * libs-clean.am, libs.am: Renamed from libraries-clean.am,
388 * texi-vars: Renamed from texinfos-vars.am.
389 * comp-vars.am: Renamed from compile-vars.am.
390 * texi-vers.am: Renamed from texi-version.am.
392 * automake.in (require_file_internal): Give error if symlink can't
394 (require_config_file): Error message references configure.in.
395 (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
396 Joerg-Martin Schwarz.
397 (handle_texinfo): Use texi-vers, not texi-version.
398 (get_object_extension): Use comp-vars, not compile-vars.
399 (handle_texinfo): Use texi-vars, not texinfos-vars.
400 (handle_libraries): Use `libs' prefix, not `libraries'.
401 (handle_programs): Use `progs' prefix, not `programs'.
403 Fri Oct 4 01:14:08 1996 Tom Tromey <tromey@cygnus.com>
405 * aclocal.in (scan_m4_files): New sub.
407 * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
408 am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
411 Thu Oct 3 20:11:16 1996 Tom Tromey <tromey@cygnus.com>
413 * texinfos.am (uninstall-info): Run install-info --remove.
415 * automake.in (read_am_file): Define all variables after reading
416 .am file. Test vpath.test. Reported by Anthony Green.
418 Mon Sep 30 08:31:51 1996 Tom Tromey <tromey@cygnus.com>
420 * texinfos.am: Run install-info.
422 * automake.in (variable_value_as_list): Just return if comment
423 seen. Report from Mark Galassi.
424 (handle_options): Don't bother with explicit comment checking.
426 Tue Sep 24 09:15:46 1996 Tom Tromey <tromey@creche.cygnus.com>
428 * automake.in (read_am_file): Cleaned up dejagnu variables.
430 Mon Sep 23 00:04:48 1996 Tom Tromey <tromey@creche.cygnus.com>
432 * automake.in (parse_arguments): New usage to conform to GNU
435 * aclocal.in (parse_arguments): New usage to conform to GNU
438 * automake.in (handle_scripts): Push new target onto @check.
439 * scripts.am (check-@DIR@SCRIPTS): New target.
441 * automake.in (initialize_global_constants): Define %dist,
442 dist_header, dist_trailer.
443 (handle_dist): Make dist-all target.
444 (generate_makefile): Run check_typos later.
445 (examine_variable): New sub.
446 (handle_tags): Examine TAGS_DEPENDENCIES. Test spell3.test.
447 Error if TAGS_DEPENDENCIES but no sources used.
448 (handle_configure): Examine CONFIGURE_DEPENDENCIES.
450 Sat Sep 21 13:59:15 1996 Tom Tromey <tromey@creche.cygnus.com>
452 * automake.in (am_install_var): More error checking.
454 Fri Sep 20 09:06:37 1996 Tom Tromey <tromey@creche.cygnus.com>
456 * tags.am (TAGS): Minor cleanup.
458 * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
460 * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
461 maintainer-clean-hdr): New targets.
463 * automake.in (handle_configure): Define CONFIG_HEADER correctly
464 when it is in current directory.
465 (handle_configure): Push "hdr" on @clean.
467 * remake-hdr.am (stamp-h): Run config.status in top_builddir.
468 ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
470 * automake.in (scan_configure): Check for install.sh here.
472 (handle_configure): Handle case where config.h is in subdir.
473 (handle_configure): Make stamp-in.h for user if it doesn't already
477 Tue Sep 17 23:35:14 1996 Tom Tromey <tromey@creche.cygnus.com>
479 * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
481 * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
483 (DEP_DISTFILES): Ditto.
485 Mon Sep 16 22:28:56 1996 Tom Tromey <tromey@creche.cygnus.com>
487 * automake.in (check_typos): Renamed.
488 (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
489 (variable_defined): Note variable as being "seen".
490 (handle_lib_objects): Don't push configure substitutions onto
493 Sun Sep 15 22:45:43 1996 Tom Tromey <tromey@creche.cygnus.com>
495 * automake.in (initialize_per_input): Init content_seen.
496 (variable_value_as_list): Set content_seen entry.
497 (define_variable): Ditto.
498 (define_pretty_variable): Ditto.
499 (check_source_typos): New sub.
500 (generate_makefile): Call it.
502 Thu Sep 12 15:03:19 1996 Tom Tromey <tromey@creche.cygnus.com>
504 * automake.in (handle_source_transform): Removed extraneous
505 space. Test implicit.test.
506 (read_am_file): Make sure "canonical" variables are mentioned in
508 (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
509 $AC_CANONICAL_HOST conditionally.
510 (handle_footer): Don't use define_pretty_variable in all cases.
512 Wed Sep 11 11:54:44 1996 Tom Tromey <tromey@creche.cygnus.com>
514 * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
515 per GNU/Gnits standards.
517 * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
518 NORMAL_INSTALL and POST_INSTALL variables can work when empty.
520 * automake.in (handle_options): Rewrote version handling. Now
521 returns error indicator.
522 (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
523 (RULE_PATTERN): Exclude `:=' from being a rule.
525 * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
527 * automake.in (variable_value_as_list): Always use am_line_error.
528 (define_variable): New sub.
529 (get_object_extension): Use define_variable.
530 (handle_yacc_lex_cxx): Ditto.
531 (handle_source_transform): Ditto.
532 (handle_programs): Ditto.
533 (handle_libraries): Ditto.
534 (handle_texinfo): Ditto.
535 (handle_man_pages): Ditto.
536 (handle_dependencies): Ditto.
537 (handle_aclocal_m4): Ditto.
538 (define_pretty_variable): New sub.
539 (handle_source_transform): Use define_pretty_variable.
540 (handle_lib_objects): Ditto.
541 (handle_libraries): Ditto.
542 (handle_dist): Ditto.
543 (handle_dependencies): Ditto.
544 (handle_configure): Ditto.
545 (handle_footer): Ditto.
546 (handle_emacs_lisp): Ditto.
547 (am_install_var): Ditto.
549 * Released version 1.1e.
551 * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
554 * configure.in: Version 1.1e.
556 * automake.in (handle_texinfo): Distribute .info file.
558 Sun Sep 8 09:00:37 1996 Tom Tromey <tromey@creche.cygnus.com>
560 * Makefile.am (EXTRA_DIST): New macro.
561 (maintainer-clean): Don't run "make check".
562 (pathchk): New target.
564 * automake.in (check_gnits_standards): Only check version number
566 ($package_version_line): New variable.
567 (scan_configure): Set it.
568 (check_gnits_standards): Use am_conf_line_error.
569 (scan_configure): Remove extraneous whitespace from version
571 (handle_dist): Handle distcheck-hook.
573 * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
575 * automake.in (scan_configure): Handle AM_WITH_REGEX.
576 (handle_lib_objects): Require .h files in %libsources but don't
577 generate dependencies for them.
578 (scan_configure): Also require rx.h and regex.h.
580 * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
581 AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
584 * texi-version.am: Use "cp; rm" and not "mv", to work around
587 * automake.in ($package_version): New global.
588 (scan_configure): Set it.
589 (check_gnits_standards): Verify version string; require
590 README-alpha if alpha version.
591 (scan_configure): Recognize AM_FUNC_FNMATCH,
592 AM_REPLACE_GNU_GETOPT.
594 * Makefile.am (installcheck-local): Check all scripts.
596 Sat Sep 7 19:22:32 1996 Tom Tromey <tromey@creche.cygnus.com>
598 * tags-clean.am: Do deletions here again.
600 Thu Sep 5 09:06:23 1996 Tom Tromey <tromey@creche.cygnus.com>
602 * automake.in (usage): Include bug-reporting information.
603 (handle_lib_objects): Error if LIBOBJS seen but never set.
605 * aclocal.in ($acdir): Use @datadir@/aclocal.
606 (usage): Include bug-reporting information.
608 Wed Sep 4 11:36:06 1996 Tom Tromey <tromey@creche.cygnus.com>
610 * automake.in (handle_source_transform): .deps no longer in
612 (handle_lib_objects): Ditto.
613 (handle_dist_worker): Pass --build-dir to automake.
614 ($build_directory): New global.
615 (parse_arguments): Handle --build-dir.
616 (initialize_global_constants): Include --build-dir in help.
617 (scan_dependency_file): New sub.
618 (handle_dependencies): Use it. Also, use $build_directory.
619 (initialize_global_constants): Added --srcdir-name.
620 (parse_arguments): Ditto.
621 (handle_dist_worker): Ditto.
622 ($srcdir_name): New global.
623 ($srcdir_rx): New global.
624 (parse_arguments): Set it.
626 * depend2.am: Removed all mention of $(srcdir).
628 * depend.am (MKDEP): Use gcc -M, not gcc -MM.
629 Removed all mention of $(srcdir); dependencies now put into build
632 * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
633 Don't do work silently.
635 * automake.in (handle_merge_targets): Error if invalid uninstall
637 (read_am_file): Fix for test block.test.
639 Tue Sep 3 18:50:32 1996 Tom Tromey <tromey@creche.cygnus.com>
641 * texinfos.am (install-info): Added NORMAL_INSTALL.
642 * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
643 * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
644 * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
645 * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
646 Also, use POST_INSTALL when running ranlib.
647 * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
648 * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
650 * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
651 (handle_merge_targets): Ditto.
652 (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
653 NORMAL_INSTALL defined.
655 * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
656 ${INSTALL_PROGRAM}. From François Pinard.
658 Tue Aug 27 08:25:05 1996 Tom Tromey <tromey@creche.cygnus.com>
660 * automake.in (file_contents_with_transform): Correctly remove
661 @(UN)?MAINT@ from input when maintainer mode not active.
662 (handle_aclocal_m4): Handle no-maintainer-mode case.
664 * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
666 * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
668 Mon Aug 26 21:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
670 * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
671 (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
672 in LIBFILES definition. Reported by Steve M Robbins. Test
675 * automake.in (variable_value_as_list): New sub.
676 (handle_source_transform): Use it.
677 (handle_lib_objects): Ditto.
678 (handle_libraries): Ditto.
679 (handle_texinfo): Ditto.
680 (handle_man_pages): Ditto.
681 (am_install_var): Ditto.
682 (handle_options): Ditto.
684 Sat Aug 24 09:30:46 1996 Tom Tromey <tromey@creche.cygnus.com>
686 Reported by Jim Meyering:
687 * automake.in (get_object_extension): Look in "./" for ansi2knr if
689 (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
691 * remake.am (.PHONY): New target.
693 * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
695 * automake.in (check_gnu_standards): Disallow no-installman,
697 (read_am_file): Sed out UNMAINT too.
698 (file_contents_with_transform): Ditto.
700 * acinstall: New file.
702 * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
704 * m4/AM_WITH_REGEX.m4: New version from François Pinard.
706 * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
707 * m4/AM_C_PROTOTYPES.m4: Ditto.
708 * m4/AM_FUNC_STRTOD.m4: Ditto.
709 * m4/AM_PROG_CC_STDC.m4: Ditto.
710 * m4/AM_PROG_LIBTOOL.m4: Ditto.
712 Fri Aug 23 22:23:50 1996 Tom Tromey <tromey@creche.cygnus.com>
714 * m4/Makefile.am (m4datadir): New macro
715 (m4data_DATA): Renamed.
717 * Makefile.am (cvs-dist): Depend on distcheck target.
719 Mon Aug 19 15:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
721 * automake.in (initialize_global_constants): [common_files]
722 Include acinclude.m4.
724 * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
726 Sat Aug 17 11:27:14 1996 Tom Tromey <tromey@creche.cygnus.com>
728 * automake.in (handle_dependencies): Push `depend'-clean targets
730 * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
731 maintainer-clean-depend): New targets.
733 Tue Aug 13 17:53:58 1996 Tom Tromey <tromey@creche.cygnus.com>
735 * texinfos.am (.texinfo.info): New target.
736 (.texinfo.dvi): New target.
739 * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
741 (handle_texinfo): Handle `.texinfo' files.
743 Mon Aug 12 10:28:46 1996 Tom Tromey <tromey@creche.cygnus.com>
745 * automake.in (require_file_internal): Special-case `.' when
746 finding files to distribute. Test libobj2.test.
748 * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN. Test
751 * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
752 * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
754 * compile-kr.am: Removed duplicate ansi2knr rules.
756 Sun Aug 11 00:20:16 1996 Tom Tromey <tromey@creche.cygnus.com>
758 * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
759 (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
762 * automake.in (initialize_global_constants): [common_files]
763 Include interlock and ylwrap.
765 * Released version 1.1c.
767 * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
768 ud_PATH_LISPDIR are obsolete names.
770 * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
773 * automake.in (handle_lib_objects): Changed interface. Now
774 generates _DEPENDENCIES variable if appropriate.
775 (handle_emacs_lisp): Use AM_PATH_LISPDIR.
776 (scan_configure): Ditto.
778 * Makefile.am (CLEANFILES): Removed.
780 * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
782 * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
784 * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
786 * automake.in (handle_yacc_lex_cxx): Require ylwrap in
788 (handle_source_transform): Changed return result.
789 (handle_programs): Use linker returned by
790 handle_source_transform.
791 (seen_prog_cc, seen_prog_cxx): New globals.
792 (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
793 (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
794 AC_PROG_YACC missing.
795 (seen_decl_yytext, seen_prog_lex): New globals.
796 (scan_configure): Set them.
797 (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
799 (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
800 (initialize_per_input): Initialize seen_c_source.
801 (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
803 (handle_source_transform): Set seen_c_source.
805 * interlock: Changed usage.
809 * automake.in (handle_yacc_lex_cxx): Renamed.
811 * automake.in (handle_dependencies): Handle %cxx_extensions.
812 Include depend2.am when appropriate.
814 * depend2.am: New file; contents from depend.am but templatized.
816 * automake.in (initialize_per_input): Initialize
818 (handle_source_transform): Set %cxx_extensions.
820 Sat Aug 10 10:29:30 1996 Tom Tromey <tromey@creche.cygnus.com>
822 * interlock: New file.
824 * automake.in (handle_yacc_lex): New sub.
825 (handle_source_transform): Removed most yacc/lex handling.
826 (initialize_per_input): Init yacc_sources, lex_sources.
827 (generate_makefile): Run handle_yacc_lex.
828 (handle_merge_targets): Use `scalar' and not $# to find length of
831 * m4/AM_FEATURE_EXIT.m4: Wrote.
832 * m4/AM_FEATURE_CTYPE.m4: Wrote.
833 * m4/AM_FEATURE_ERRNO.m4: Wrote.
835 * aclocal.in (macro_seen): New global.
836 (add_file): Set macro_seen entry. Only push required macro on
837 @rlist if not already seen. Test defun.test.
839 * automake.in (get_object_extension): Handle directory prefix on
842 * kr-extra.am: New file.
844 * kr-vars.am: Removed.
846 * automake.in (handle_options): Handle directory prefix on
849 * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
851 * aclocal.in (add_file): Error if macro is duplicated. Test
854 Fri Aug 9 09:18:46 1996 Tom Tromey <tromey@creche.cygnus.com>
856 * automake.in (handle_programs): Substitute @XLINK@. Make sure
857 linker variable is transformed name.
858 * program.am (@PROGRAM@): Use @XLINK@ to link.
860 * automake.in (handle_scripts): Fixed call to
862 (handle_libraries): Better error message when AC_PROG_RANLIB
865 * automake.in (handle_libraries): Canonicalize library name. Test
867 * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
868 (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
870 Thu Aug 8 10:57:21 1996 Tom Tromey <tromey@creche.cygnus.com>
872 * automake.in (handle_scripts): Correctly compute
873 $scripts_installed. Test scripts.test.
875 Wed Aug 7 12:13:15 1996 Tom Tromey <tromey@creche.cygnus.com>
877 * ansi2knr.c: New version.
879 Tue Aug 6 10:58:37 1996 Tom Tromey <tromey@creche.cygnus.com>
881 * automake.in (handle_source_transform): Handle more C++ file
882 extensions. "Handle" Objective C. Handle more FORTRAN
885 * compile-vars.am (LEX): Removed.
888 * automake.in (handle_source_transform): Correctly handle lex
889 source. Test lex.test.
890 (handle_source_transform): Skip more C++ headers. Generate macro
891 definitions for YACC and LEX on first use.
893 * aclocal.in (parse_arguments): Mention GNU.
894 * automake.in (parse_arguments): Mention GNU.
896 Mon Aug 5 00:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
898 * automake.in (handle_programs): Define program_LINK.
899 * program.am (@PROGRAM@): Use program_LINK to link.
901 * Released version 1.1b
903 * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
904 seen_prog_install to `2'.
906 * configure.in: Don't run AM_PROG_INSTALL.
908 * automake.in (parse_arguments): Use $PACKAGE.
909 ($PACKAGE): New global.
910 ($am_c_prototypes): Renamed.
911 (get_object_extension): Use am_c_prototypes.
912 (scan_configure): Ditto.
913 (scan_configure): Use AM_MAINTAINER_MODE.
914 (scan_configure): Warn about obsolete macros.
916 * aclocal.in (parse_arguments): Use $PACKAGE.
917 ($PACKAGE): New global.
919 * Makefile.am (CLEANFILES): Added aclocal.
920 (ETAGS_ARGS): Added aclocal.in.
921 (TAGS_DEPENDENCIES): Ditto.
922 (maintainer-check): Depend on aclocal.
923 (maintainer-check): Check aclocal.
924 (bin_SCRIPTS): Include aclocal.
926 * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
927 (scan_configure): Use AM_PROG_INSTALL.
929 * configure.in: Use AM_INIT_AUTOMAKE.
931 * automake.in (keyed_aclocal_warning): Warning tells about
933 (handle_aclocal_m4): New sub.
934 (handle_configure): Use it.
936 * aclocal.in (output_file): New global.
937 (usage): Handle --output.
938 (parse_arguments): Handle --output.
940 * m4/AM_INIT_AUTOMAKE.m4: New file.
942 * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
945 * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
946 (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
948 * texinfos.am (.texi.info): Force .info file to be built in
949 srcdir. From Franc,ois Pinard.
952 * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
953 test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
954 -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
955 gets compile errors. With help from Marcus Daniels.
957 * automake.in (initialize_global_constants): Put elisp-comp into
958 @common_files. Bug from Glenn Amerine.
960 Sun Aug 4 12:52:43 1996 Tom Tromey <tromey@creche.cygnus.com>
962 * automake.in (handle_dist_worker): Use fgrep, not grep.
964 * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
966 * automake.in (handle_emacs_lisp): Include lisp-clean.am in
968 (initialize_global_constants): [install_man_format] Don't hide
969 "ugliness" at install time.
971 * lisp-clean.am: New file.
973 * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
975 * automake.in (handle_man_pages): Patch from Janos Farkas to fix
976 bug when installing man pages. Test man.test.
977 (initialize_global_constants): [install_man_format] Make sure man
978 page can actually be found in either source or build dirs.
979 (handle_dist_worker): Use "755" permissions on distdir.
981 * automake.in (handle_dist): Allow chmod's to fail.
982 (am_primary_prefixes): New function.
983 (am_install_var): Use it.
984 (handle_libraries): Use it. Test libfiles.test.
985 (handle_dist): For dist-tarZ, assume traditional "tar" and
988 * m4/AM_FUNC_STRTOD.m4: New file.
990 * automake.in (handle_dist): Only generate `distdir' variable if
991 it doesn't already exist.
993 Fix for bug reported by Harlan Stenn. Test tags.test.
994 * automake.in (initialize_per_input): Define dir_holds_sources.
995 (handle_tags): Check dir_holds_headers.
996 (handle_headers): Set dir_holds_headers.
998 * automake.in (handle_texinfo): Generate "version.texi" dependency
999 for .dvi file. Bug reported by Glenn Amerine. Test vtexi2.test.
1001 * automake.in (handle_configure): Require file $input, not
1002 "$local.in". From Nyul Laszlo. Test colon.test.
1004 Sun Jul 28 11:14:52 1996 Tom Tromey <tromey@creche.cygnus.com>
1006 * aclocal.in: New file.
1007 * configure.in: Generate m4/Makefile, aclocal.
1008 * Makefile.am (SUBDIRS): Include m4.
1009 * m4/Makefile.am: New file.
1011 Fri Jul 19 10:12:27 1996 Tom Tromey <tromey@creche.cygnus.com>
1013 * automake.in (initialize_global_constants): Put ansi2knr.c and
1014 ansi2knr.1 into common_files. Bug report from François Pinard.
1016 Mon Jul 15 10:28:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1018 * install-sh: Updated copyright notice.
1020 Fri Jul 5 08:23:00 1996 Tom Tromey <tromey@creche.cygnus.com>
1022 * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1023 Report from Josh MacDonald.
1025 Bugs from Gord Matzigkeit:
1026 * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1028 (handle_dist): Ignore chmod return results.
1030 * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1031 Solaris "rm -f". Bug from Kaveh R. Ghazi.
1032 * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1034 Fri Jun 21 10:42:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1036 * texinfos.am (install-info): Use "if", not "&&", to avoid
1037 install problem when glob doesn't match.
1039 * automake.in (initialize_global_constants): [USAGE] Added
1041 (force_generation): New global.
1042 (parse_arguments): Handle --no-force.
1043 (generate_makefile): Handle --no-force.
1045 * Makefile.am (maintainer-check): Ensure all invocations of
1046 mkinstalldirs are correct.
1048 Tue Jun 18 10:53:54 1996 Tom Tromey <tromey@creche.cygnus.com>
1050 * automake.in (handle_tests): Don't directly generate site.exp.
1052 Sun Jun 16 22:21:16 1996 Harlan Stenn <harlan@brown.pfcs.com>
1054 * automake.in: Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1055 as a comment start. Add support for a dist-tarZ target.
1057 Tue Jun 11 22:14:21 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
1059 * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1060 paths into relative paths.
1062 Mon Jun 10 21:11:20 1996 Tom Tromey <tromey@creche.cygnus.com>
1064 * texinfo.tex: New version.
1066 * automake.in: Look for AM_PROG_LIBTOOL. From Gord Matzigkeit.
1067 (initialize_global_constants): Added libtool to
1069 (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1071 Sun Jun 9 17:45:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1073 * texinfos.am (install-info): Don't install ~ files. Bug report
1075 * automake.in (handle_texinfo): Don't push '.info*' onto
1078 * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1080 (handle_dist): Pass --with-included-gettext to configure if using
1083 * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1085 * compile.am (.c.o): Pass -c to $(COMPILE).
1086 * compile-vars.am (COMPILE): Don't include -c.
1088 * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1090 * automake.in (handle_configure): Supply --strictness arg to
1093 Fri Jun 7 12:31:31 1996 Tom Tromey <tromey@creche.cygnus.com>
1095 * automake.in (handle_tests): Fix quoting on `pwd`.
1096 (handle_options): Recognize no-installinfo option.
1097 (handle_man_pages): Don't put man directory on @installdirs if
1098 no-installman is specified.
1099 (handle_texinfo): Handle no-installinfo option.
1100 (handle_options): Compare version against $num_version, not
1102 (handle_source_transform): Generate rules for output of lex,
1103 yacc. Bug report from Thomas Morgan. Test yacc.test.
1104 (handle_dist): "distcheck" now runs "make dvi".
1105 (handle_tests): Support $(TESTS_ENVIRONMENT). Idea from Ulrich
1108 * dejagnu.am (check-DEJAGNU): Depend on site.exp.
1110 Sun Jun 2 10:33:10 1996 Tom Tromey <tromey@creche.cygnus.com>
1112 * automake.in (handle_emacs_lisp): New function.
1113 (initialize_global_constants): Added elisp-comp to
1115 (seen_lispdir): New global.
1116 (scan_configure): Handle ud_PATH_LISPDIR.
1118 * elisp-comp: New file.
1120 * lisp.am: New file.
1122 * automake.in (generate_makefile): Run handle_emacs_lisp.
1124 * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
1126 * automake.in (initialize_global_constants): Removed version.texi
1127 from common_sometimes.
1128 (initialize_global_constants): Added texinfo.tex to common_files.
1130 (handle_tests): Allow dejagnu- and automake-style test suites to
1131 coexist. Test dejagnu.test.
1132 (initialize_global_constants): New constants AC_CANONICAL_HOST,
1133 AC_CANONICAL_SYSTEM.
1134 (scan_configure): Use new constants.
1135 (handle_tests): Put target specific information into site.exp if
1136 AC_CANONICAL_* used.
1137 (read_am_file): Generate some extra variables when AC_CANONICAL_*
1139 (handle_options): Allow version number to have letters appended.
1140 (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
1142 (initialize_global_constants): install_man_format changed to
1143 handle built man pages.
1145 Wed May 29 10:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1147 * config.guess, config.sub: New versions.
1149 Tue May 28 19:27:11 1996 Tom Tromey <tromey@creche.cygnus.com>
1151 * configure.in (VERSION): Upped to 1.0.
1153 Sat May 25 10:19:53 1996 Tom Tromey <tromey@creche.cygnus.com>
1155 * automake.in (handle_tests): Handle dejagnu.
1156 (handle_options): Recognize dejagnu option.
1158 * dejagnu.am: New file.
1160 Thu May 23 10:01:13 1996 Tom Tromey <tromey@creche.cygnus.com>
1162 * automake.in (handle_dist): Run installcheck target from
1165 * configure.in (VERSION): Upped to 0.34.
1167 * automake.in (scan_configure): Always allow upgrading to
1168 fp_PROG_INSTALL. Test fpinstall.test.
1170 Wed May 22 14:45:28 1996 Joshua Cowan <jcowan@hermit.reslife.okstate.edu>
1172 (handle_dist): Make `distcheck' check `install' target, too.
1174 Wed May 22 09:49:27 1996 Tom Tromey <tromey@creche.cygnus.com>
1176 * automake.in (initialize_per_input): Don't initialize
1177 $output_directory here; initialize it globally. From Joshua
1178 Cowan. Test outdir.test.
1180 Sat May 18 10:57:40 1996 Tom Tromey <tromey@creche.cygnus.com>
1182 * automake.in (handle_tests): Don't push TESTS onto dist_common.
1183 (initialize_global_constants): Put install-sh and mkinstalldirs
1184 into @common_files. Test insh2.test.
1186 Fri May 17 09:02:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1188 * automake.in (handle_source_transform): Don't generate _OBJECTS
1189 when no source files specified. Test number.test.
1191 From Joerg-Martin Schwarz:
1192 * automake.in (seen_package, seen_version): New globals.
1193 (scan_configure): Look for PACKAGE= and VERSION=.
1195 * automake.in (handle_options): Recognize dist-zip.
1196 (handle_dist): Handle dist-zip.
1197 (handle_options): Use ' ', not \s+, with split. Test
1199 (handle_source_transform): Likewise.
1200 (handle_lib_objects): Likewise.
1201 (handle_libraries): Likewise.
1202 (handle_texinfo): Likewise.
1203 (handle_man_pages): Likewise.
1204 (handle_subdirs): Likewise.
1205 (handle_gettext): Likewise.
1206 (handle_footer): Likewise.
1207 (handle_tests): Likewise.
1208 (scan_configure): Likewise.
1209 (am_install_var): Likewise.
1211 * Makefile.am (TAGS_DEPENDENCIES): New macro.
1213 * tags.am (tags-recursive): New target.
1214 (TAGS): Depend on it.
1216 * automake.in (handle_tags): Put tags-recursive on @phony.
1218 * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
1220 * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
1222 Thu May 16 09:21:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1224 * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
1226 * automake.in (scan_configure): Look for install-sh and
1228 (initialize_global_constants): Moved mdate-sh from
1229 common_sometimes to common_files. Test mdate2.test.
1231 Tue May 14 21:52:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1233 * automake.in (seen_maint_mode): New global.
1234 (scan_configure): Handle jm_MAINTAINER_MODE.
1235 (read_am_file): Handle seen_maint_mode.
1236 (file_contents_with_transform): Handle seen_maint_mode.
1237 (handle_source_transform): Changed interface, all callers.
1240 * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
1242 * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
1244 * automake.in (handle_configure): Check $config_aux_dir against
1245 empty string. From Markku Rossi. Test mkinstall.test.
1247 Fri May 10 14:38:47 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
1249 * automake.in (distcheck): Added new rule to top level
1252 Wed May 8 21:57:21 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
1254 * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
1256 (generate_makefile): libtool, config.sub, and config.guess should
1257 only ever appear in the top directory of a package.
1259 Tue May 14 10:24:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1261 * automake.in (initialize_global_constants): Added libversion.in
1264 * configure.in (VERSION): Upped to 0.33.
1266 * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1269 Mon May 13 10:41:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1271 * install-sh (transformbasename): Correct misspelling of
1272 transformbasename. From Ian Lance Taylor.
1274 Sat Apr 27 11:39:10 1996 Tom Tromey <tromey@creche.cygnus.com>
1276 * automake.in (handle_configure): Set mkinstalldirs variable
1278 (handle_dist_worker): Explicitly set distdir in subdir makes.
1279 (handle_dist): Handle separate distdir target.
1280 (handle_dist_worker): Only generate distdir target.
1282 * texinfos.am (install-info): Use $(mkinstalldirs).
1283 * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1284 * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1285 * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1286 * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1287 * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1289 * automake.in (read_am_file): Set mkinstalldirs variable.
1290 (handle_man_pages): Use it.
1291 (handle_installdirs): Ditto.
1293 Fri Apr 26 15:10:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1295 * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1297 Thu Apr 25 18:40:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1299 * automake.in (handle_dist_worker): Use $(TAR), not tar.
1300 (handle_merge_targets): Make sure config header is built before
1301 recursing into subdirs.
1302 (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1303 (handle_merge_targets): Handle case where nothing is installed but
1304 something must be built -- "make install" must still work.
1306 * dist-vars.am (TAR): New macro.
1308 * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1309 (handle_configure): Require stamp-h.in when config header used.
1311 Tue Apr 23 17:57:13 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1313 * doc/mdate-sh: Extract the last field from the date output, not
1314 the sixth, which will fail when the timezone name has more than
1315 one word or is missing.
1317 Wed Apr 24 20:29:26 1996 Tom Tromey <tromey@creche.cygnus.com>
1319 * automake.in (am_install_var): Use delete, not undef, to remove
1320 EXTRA entry. From Gord Matzigkeit.
1322 Mon Apr 22 17:48:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1324 * automake.in (read_am_file): Handle case where last line doesn't
1327 Tue Apr 9 22:53:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1329 * automake.in (variable_defined): New function.
1330 (read_am_file): Ensure a blank line comes before starting comments
1332 (initialize_per_input): Initialize %targets.
1333 (read_am_file): Set appropriate entry in %targets.
1334 Many changes to use variable_defined.
1335 (check_gnu_standards): Only require ChangeLog at top level. From
1337 (handle_tests): check-TESTS depends on $(TESTS). From Gord
1340 Mon Apr 8 22:51:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1342 * automake.in (parse_arguments): Added short options.
1343 (initialize_global_constants): Ditto.
1345 Fri Apr 5 00:22:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1347 * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1350 * automake.in (handle_source_transform): Typo fix.
1352 Thu Apr 4 15:10:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1354 * automake.in (handle_dist_worker): Renamed dist-local to
1356 (handle_merge_targets): Added install-data-hook and
1358 (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1360 * automake.in (handle_scripts): Never allow scripts_installed to
1363 * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1366 * automake.in (generate_makefile): Derived file names from given
1367 input; don't assume Makefile.in and Makefile.am.
1368 (am_file_name, in_file_name): New globals.
1369 (read_am_file): Use them.
1371 * program.am (@PROGRAM@): Use transformed program name.
1373 * remake-hdr.am (stamp-h): Actually touch stamp-h.
1375 Wed Apr 3 15:16:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1377 * automake.in (require_file_internal): Use correct file for error
1378 messages. Test insh.test.
1380 Mon Apr 1 09:47:44 1996 Tom Tromey <tromey@creche.cygnus.com>
1382 * texinfos.am (.texi.info): Build output file in srcdir.
1384 * automake.in (require_file_internal): If $dir is ".",then look in
1386 (handle_texinfo): Canonicalize name of texi file before looking
1387 for dependency variable.
1389 Thu Mar 28 08:33:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1391 * automake.in (require_conf_file_with_conf_line): Yet another
1392 function of this form.
1393 (libtool_line): New variable.
1394 (handle_libraries): Handle libtool.
1396 * libraries-vars.am: Removed.
1398 * automake.in (seen_libtool): New variable.
1399 (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
1401 * automake.in (handle_dist_worker): Handle dist-local.
1403 * Makefile.am (maintainer-check): Do "make check" after all syntax
1406 * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
1409 * automake.in ($seen_arg_prog): New global.
1410 (handle_programs): Error if AC_ARG_PROGRAM not seen.
1411 (handle_scripts): Ditto.
1412 (handle_configure): mkinstalldirs now a config file.
1413 (handle_installdirs): Find mkinstalldirs in config_aux_dir.
1414 (handle_dist_worker): Removed DIST_SUBDIRS.
1415 (require_file_path): New variable.
1416 (require_file_with_conf_line): Set it.
1417 (require_file_with_line): Ditto.
1418 (require_file): Ditto.
1419 (require_file_internal): Incorporated code from
1420 require_config_file.
1421 (require_config_file): Rewrote.
1422 (require_conf_file_with_line): New function.
1423 (handle_texinfo): Use it for mdate-sh.
1424 (handle_texinfo): Look for mdate-sh in appropriate directory.
1426 Tue Mar 26 13:47:54 1996 Tom Tromey <tromey@creche.cygnus.com>
1428 * Makefile.am (cvs-dist): Find NEWS in srcdir.
1429 * automake.in (handle_dist_worker): Find NEWS in srcdir.
1430 ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
1432 (require_config_file): Set config_aux_path when file found.
1433 ($config_aux_dir): New variable.
1434 (require_config_file): Set it.
1435 (handle_man_pages): Find mkinstalldirs in config_aux_dir.
1437 Mon Mar 25 15:32:57 1996 Tom Tromey <tromey@creche.cygnus.com>
1439 * data.am (install-@DIR@DATA): Also allow data to be in build
1442 Sun Mar 24 19:56:28 1996 Tom Tromey <tromey@creche.cygnus.com>
1444 * automake.in (am_install_var): Don't look in EXTRA_primary
1445 variable any more; it is handled in the main loop.
1447 Wed Mar 20 16:22:35 1996 Tom Tromey <tromey@creche.cygnus.com>
1449 * data.am (install-@DIR@DATA): Find data in srcdir.
1451 Fri Mar 15 18:30:31 1996 Tom Tromey <tromey@creche.cygnus.com>
1453 * automake.in (require_config_file): Use correct filename when
1454 looking for errors. Also, install file in `.' if not found. Bug
1455 reported by Gord Matzigkeit. Test installsh.test.
1457 Thu Mar 14 09:28:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1459 * Makefile.am (cvs-diff): New target.
1461 Fix for bug when install var substitutes empty. Test empty.test.
1462 * header.am (install-@DIR@HEADERS): Allow empty list of headers.
1463 (uninstall-@DIR@HEADERS): Ditto.
1464 * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
1465 (uninstall-@DIR@SCRIPTS): Ditto.
1466 * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
1468 (uninstall-@DIR@LIBRARIES): Ditto.
1469 * data.am (install-@DIR@DATA): Allow empty list of data.
1470 (uninstall-@DIR@DATA): Ditto.
1471 * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
1472 From François Pinard.
1473 (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
1474 (uninstall-@DIR@PROGRAMS): Ditto.
1476 Wed Mar 13 19:50:23 1996 Tom Tromey <tromey@creche.cygnus.com>
1478 * tags-subd.am (ID): Name of ID file must be flush against -f.
1480 * configure.in (VERSION): Version 0.32.
1482 Mon Mar 11 17:50:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1484 * automake.in (seen_linguas, all_linguas_line): New variables.
1485 (handle_gettext): New function.
1486 (generate_makefile): Run it.
1487 (scan_configure): Recognize ALL_LINGUAS.
1489 Mon Mar 11 14:34:36 1996 Gord Matzigkeit <gord@enci.ucalgary.ca>
1491 * automake.texi: doc fix.
1493 * automake.in (am_install_var): Added support for check and
1494 installcheck special prefixes.
1496 Sun Mar 10 10:44:42 1996 Tom Tromey <tromey@creche.cygnus.com>
1498 * automake.in (handle_subdirs): Don't do SUBDIRS check for
1501 Tue Mar 5 18:12:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1503 * automake.in (OBJECT_PATTERN): Removed.
1504 (am_install_var): No error if name is invalid.
1505 (handle_programs): Canonicalize program names.
1506 (BOGUS_MACRO_PATTERN): New variable.
1507 (read_am_file): Error if bad macro name given.
1508 (require_file_internal): Use am_line_error, not am_conf_error.
1510 * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
1512 Mon Mar 4 19:30:24 1996 Tom Tromey <tromey@creche.cygnus.com>
1514 * automake.in (handle_lib_objects): New function.
1515 (handle_libraries): Use it.
1516 (handle_programs): Ditto.
1517 (handle_dist_worker): Deprecate DIST_SUBDIRS.
1518 (am_install_var): Allow extended directory mechanism to work.
1521 * dist-vars.am (DISTFILES): Use EXTRA_DIST.
1522 (DEP_DISTFILES): Ditto.
1524 * automake.in (OBJECT_PATTERN): New variable.
1525 (am_install_var): Use it.
1526 (handle_dist): DIST_OTHER is an anachronism.
1528 Sat Mar 2 17:04:38 1996 Tom Tromey <tromey@creche.cygnus.com>
1530 * automake.in (handle_dist_worker): Only cause Automake to be
1531 re-run if not making a distribution. Fixes bug reported by
1532 Joerg-Martin Schwarz.
1533 (require_file_with_line): New function.
1534 (require_file): Use it.
1535 (am_line_error): Don't print line number if $symbol is empty.
1536 (get_object_extension): Use require_file_with_line.
1537 (handle_libraries): Use require_file_with_line.
1538 (handle_texinfo): Use require_file_with_line.
1539 (handle_configure): Use am_conf_line_error and
1540 require_file_with_conf_line.
1541 (handle_subdirs): Use require_file_with_conf_line.
1542 (handle_configure): Use require_file_with_conf_line.
1543 (handle_tests): Push check-TESTS on @phony.
1544 (am_conf_line_error): New function.
1545 (require_file_with_conf_line): New function.
1546 (require_file_internal): New function.
1547 (require_file_with_line): Use it.
1548 (require_file): Ditto.
1549 (am_conf_line_error): Handle empty line number.
1550 (ac_gettext_line, ac_output_line): New variables.
1551 (scan_configure): Set them.
1553 Fri Mar 1 00:13:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1555 * automake.in (parse_arguments): Default strictness is gnu.
1556 Changed `normal' to `foreign' everywhere.
1557 (parse_arguments): Handle --foreign.
1558 (initialize_global_constants): Document --foreign.
1559 (handle_dependencies): Better error message.
1560 (handle_texinfo): Don't push $vtexi on @texis.
1561 (handle_texinfo): Only push $vtexi on @texi_deps if not null.
1562 (handle_configure): install-sh is a config file; require it as
1564 (parse_arguments): Renamed --install-missing to --add-missing.
1565 (add_missing): Renamed from install_missing.
1566 (am_install_var): Check to make sure contents of install variable
1567 are correct if primary requires it. Test badprog.test.
1568 (initialize_global_constants): Initialize
1569 %primary_uses_subobjects.
1570 (handle_source_transform): Skip configure substitutions. Test
1571 depend.test. Also, skip empty elements.
1573 Thu Feb 29 22:00:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1575 * texinfo.tex: New version.
1577 * automake.in (am_install_var): Allow extended range of
1578 installation directories.
1580 * automake.in (get_object_extension): Don't allow
1581 @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
1582 From Gord Matzigkeit. Test confincl.test.
1584 * texinfos.am (install-info): Changed usage of install-info (in
1585 comment). Per Feb 25 GNU Standards document.
1587 Wed Feb 28 07:40:55 1996 Tom Tromey <tromey@creche.cygnus.com>
1589 * automake.in (handle_tests): New function.
1590 (generate_makefile): Call it.
1591 (handle_subdirs): Skip directories whose names look like configure
1593 (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
1595 (scan_configure): Clear in_ac_output if "]" found. Test
1597 (require_config_file): New function.
1598 (generate_makefile): Use require_config_file.
1599 (config_aux_path): New variable.
1600 (scan_configure): Check for AC_CONFIG_AUX_DIR.
1601 (handle_merge_targets): Add install-strip rule.
1603 Tue Feb 27 20:00:36 1996 Tom Tromey <tromey@creche.cygnus.com>
1605 * mdate-sh: New version from Ulrich Drepper.
1607 * automake.in (handle_source_transform): Changed fill back to
1609 (handle_libraries): Ditto.
1610 (handle_dist): Ditto.
1611 (handle_dependencies): Ditto.
1612 (handle_footer): Ditto.
1613 (handle_phony): Ditto.
1615 * Makefile.am (DIST_SUBDIRS): Removed.
1616 (installcheck-local): Use Perl, not test -x.
1618 (maintainer-check): Use $(PERL), not @PERL@.
1620 * configure.in (VERSION): Upped to 0.31.
1622 Sat Feb 24 18:02:19 1996 Tom Tromey <tromey@creche.cygnus.com>
1624 * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
1627 * automake.in: Use keyed_aclocal_warning when warning about
1629 (get_object_extension): Use keyed_aclocal_warning when warning
1630 about fp_C_PROTOTYPES.
1631 (keyed_aclocal_warning): New function.
1633 * Makefile.am (pkgdata_DATA): Install aclocal.m4.
1634 * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
1636 * automake.in (get_object_extension): Only give error about
1637 fp_C_PROTOTYPES once.
1639 * automake.in (seen_ranlib): New variable.
1640 (scan_configure): Recognized AC_PROG_RANLIB.
1641 (handle_libraries): Error if ranlib not checked for.
1643 * automake.in (default_strictness): Default to GNU.
1644 (default_strictness_name): Ditto.
1646 Wed Feb 21 18:15:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1648 * automake.in (read_am_file): Removed @kr@ support.
1649 (get_object_extension): Ditto.
1651 * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
1653 Tue Feb 20 17:25:18 1996 Tom Tromey <tromey@creche.cygnus.com>
1655 * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
1657 Mon Feb 19 19:53:09 1996 Tom Tromey <tromey@creche.cygnus.com>
1659 * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
1660 * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
1662 * automake.in (handle_scripts): Ensure $scripts_installed set to
1663 boolean value. Test proginst.test.
1665 * Makefile.am (installcheck-local): New target.
1667 * automake.in (require_file): No error if missing file is
1670 Sun Feb 18 17:10:00 1996 Tom Tromey <tromey@creche.cygnus.com>
1672 * automake.in (handle_scripts): SCRIPTS no longer automatically
1673 cleaned. Now possible to install scripts in pkgdatadir.
1674 ($seen_canonical): New variable.
1675 (generate_makefile): Check for config.guess and config.sub here;
1676 fixes bug reported by Gord Matzigkeit.
1678 * Makefile.am (pkgdata_SCRIPTS): New variable.
1679 (CLEANFILES): New macro.
1681 * scripts-clean.am: Removed.
1683 Sat Feb 17 00:15:20 1996 Tom Tromey <tromey@creche.cygnus.com>
1685 * automake.in (am_install_var): Error if primary variable actually
1687 (am_install_var): Skip elements that look like configure
1689 (am_install_var): "EXTRA" is a valid prefix.
1690 (am_install_var): Push contents EXTRA_PRIMARY onto @result.
1691 (handle_merge_targets): Treat "all" target like "install".
1692 (handle_subdirs): Don't push all-recursive.
1694 * header.am (install-@DIR@HEADERS): Don't depend on all.
1695 * data.am (install-@DIR@DATA): Don't depend on all.
1696 * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
1697 * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
1698 * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
1700 * automake.in (am_install_var): Push generated install targets
1703 * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
1704 * automake.in (handle_merge_targets): Correctly handle recursive
1705 calls of uninstall, install-exec, and install-data.
1706 (handle_merge_targets): Put Makefile, and possibly $config_name,
1708 (handle_merge_targets): Push 'all' onto @install as appropriate.
1710 Fri Feb 16 18:27:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1712 * automake.in (handle_configure): config.status is in
1713 $(top_builddir), not $(top_srcdir). Reported by Anthony Green.
1715 * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
1717 Thu Feb 15 19:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
1719 * automake.in: (seen_prog_yacc): New variable.
1720 (scan_configure): Look for yacc.
1721 (handle_source_transform): Skipp C++ header files.
1722 (handle_source_transform): .cxx is a C++ source file.
1724 Wed Feb 14 08:36:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1726 * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
1728 Implemented --verbose feature; idea from Greg Woods:
1729 * automake.in (verbose): New global.
1730 (generate_makefile): Print creating message if verbose.
1731 (grep_for_vers_texi): Print message if verbose.
1732 (handle_dependencies): Ditto.
1733 (scan_configure): Ditto.
1734 (read_am_file): Ditto.
1735 (parse_arguments): Added --verbose.
1736 (initialize_global_constants): Ditto.
1738 * automake.in (get_object_extension): Use am_line_error.
1739 (handle_source_transform): Ditto.
1740 (handle_libraries): Ditto.
1741 (handle_texinfo): Ditto.
1742 (handle_man_pages): Ditto.
1743 (handle_dist): Ditto.
1744 (handle_dist): Ditto.
1745 (handle_subdirs): Ditto.
1746 (handle_configure): Ditto.
1747 (handle_merge_targets): Ditto.
1748 (am_install_var): Ditto.
1749 (am_line_error): Allow actual line number as argument.
1750 (handle_configure): Use am_line_error.
1751 (scan_configure): Set config_header_line.
1752 (config_header_line): New global.
1753 Use @PERL@ to find perl during exec. From Greg Woods.
1755 Tue Feb 13 22:06:51 1996 Tom Tromey <tromey@creche.cygnus.com>
1757 * automake.in (initialize_per_input): Init %content_lines.
1758 (read_am_file): Set appropriate content_lines elements while
1760 (am_line_error): New function.
1761 (read_am_file): Use it.
1762 (handle_options): Ditto.
1764 * automake.in (scan_configure): Handle case where more than one .o
1765 is put into LIBOBJS at once. Test libobj.test.
1767 Mon Feb 12 20:39:28 1996 Tom Tromey <tromey@creche.cygnus.com>
1769 * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
1771 (handle_subdirs): Restored intl, po warnings.
1773 * automake.in (scan_configure): Delete everything after "," or
1774 ")". Test acoutnoq.test.
1775 (handle_dist): Use $relative_dir, not nonexistent $subdir.
1776 (handle_subdirs): 'po' and 'intl' are sometimes substituted into
1777 SUBDIRS; don't warn about their absence.
1779 Sun Feb 11 16:55:15 1996 Tom Tromey <tromey@creche.cygnus.com>
1781 * automake.in (handle_texinfo): Removed bogus error message.
1783 * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
1785 (handle_options): Handle version number.
1787 * automake.in ($maint_charset, $dist_charset): New variables.
1788 (initialize_per_input): Init $local_maint_charset.
1789 (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
1790 (generate_makefile): Don't print "creating...".
1792 Sat Feb 10 16:45:07 1996 Tom Tromey <tromey@creche.cygnus.com>
1794 * automake.in (get_object_extension): Substitute
1795 @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
1796 (handle_source_transform): Use $1, not \1.
1797 (pretty_print_internal): Handle Tabs in fill when computing indent
1799 (handle_merge_targets): Always generate install-exec and
1800 install-data targets. Test instexec.test.
1801 Fixed error message if fp_PROG_INSTALL missing.
1803 * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
1804 @CONFIG_INCLUDE_SPEC@.
1806 * automake.in (scan_configure): Delete everything after "]". Test
1809 * configure.in (AC_OUTPUT): Create tests/Makefile.
1810 * Makefile.am (SUBDIRS): New macro.
1812 * automake.in (handle_texinfo): Put $vtexi on texi_deps. From Jim
1815 * configure.in (AC_OUTPUT): Ensure automake is executable.
1817 Thu Feb 8 17:30:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1819 * automake.in (handle_subdirs): Error if directory in SUBDIRS does
1822 * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
1825 * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
1827 * header.am (install-@DIR@HEADERS): Depend on all, not
1829 * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
1830 * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
1832 * programs.am (install-@DIR@PROGRAMS): Depend on all, not
1835 * automake.in (initialize_per_input): Initialize
1837 ($seen_path_xtra): New variable.
1838 (scan_configure): Look for AC_PATH_XTRA.
1839 (get_object_extension): Add variables to output if X seen.
1841 Thu Feb 8 10:02:45 1996 Greg A. Woods <woods@most.weird.com>
1843 * automake.in (handle_programs): add pkglib to list of
1845 (various): include a tab as fill for continuation lines
1846 printed with pretty_print*, esp. for macro variable assignments.
1847 [ changed to 4 spaced by me ]
1849 Wed Feb 7 18:00:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1851 * configure.in (VERSION): Upped to 0.30.
1853 * Makefile.am (automake): Removed.
1854 (DIST_OTHER): Removed.
1856 * automake.in (handle_source_transform): All dep_files are
1857 relative to $(srcdir).
1858 (handle_libraries): Ditto.
1859 (scan_configure): Test for AC_PROG_INSTALL as well as
1860 fp_PROG_INSTALL. Don't error here.
1861 (seen_prog_install): Now global.
1862 (scripts_installed): New global.
1863 (handle_scripts): Set it.
1864 Give error if appropriate install macro not seen.
1865 (handle_subdirs): Ensure $seen_gettext before requiring
1866 gettext-specific files.
1867 (handle_configure): Automatically rebuild
1870 * automake.in (handle_source_transform): Use \W when quoting
1871 regexp. When blah_SOURCES not explicitly defined, still create
1873 * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
1874 * subdirs.am (maintainer-clean-recursive): Now depends on
1875 $(CONFIG_HEADER) and Makefile.
1877 * automake.in (handle_source_transform): Skip macro references.
1879 Mon Feb 5 14:58:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1881 * automake.in (handle_texinfo): Include "rm" when deleting files.
1883 * Makefile.am (maintainer-check): Expect only one ${...}.
1884 * texinfos.am (install-info): Remove unneeded ${...}. From Jim
1887 * automake.in (handle_configure): Only define CONFIG_HEADER if
1889 ($seen_gettext): New variable.
1890 (handle_subdirs): Do all gettext-related checking here.
1891 (scan_configure): Just set $seen_gettext.
1892 (handle_man_pages): Properly quote $(MANS).
1894 Wed Jan 31 09:51:30 1996 Tom Tromey (tromey@gerbil.cygnus.com)
1896 * depend.am: Don't use srcdir anywhere.
1897 * automake.in (handle_libraries): Don't make .deps relative to
1899 (handle_options): Recognize no-dependencies.
1901 * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
1902 ".". Properly quote regexp.
1904 Tue Jan 30 12:19:09 1996 Tom Tromey (tromey@gerbil.cygnus.com)
1906 * automake.in (handle_configure): Only defined CONFIG_HEADER if
1908 (read_am_file): Quote regexp when substituting top_builddir.
1909 (handle_source_transform, handle_libraries): Look in
1910 $(srcdir)/.deps for .P files.
1912 Fri Jan 26 00:15:25 1996 Tom Tromey <tromey@creche.cygnus.com>
1914 * automake.in (am_conf_error): New function.
1915 (scan_configure): Use it.
1916 (scan_configure): A comma also ends AC_OUTPUT macro.
1918 * automake.in (read_am_file): Compute top_builddir when including
1920 (handle_configure): Use $top_builddir, not $top_reldir.
1921 (other_input_files): New variable.
1922 (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
1924 Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
1925 * automake.in (input_files, seen_make_set): Declare globally.
1926 (parse_arguments): Use input_files, not make_list.
1927 Only scan configure.in once.
1928 (handle_dist): Use SUBDIRS to determine when to make
1929 subdirectories and recurisvely dist. Use $(topdir), not "..", to
1930 find top of dist tree.
1931 (handle_configure): Check for AC_PROG_MAKE_SET here. Don't require
1932 configure.in (done elsewhere).
1933 (scan_configure): seen_make_set is global. Allow arbitrary space
1934 in LIBOBJS assignment.
1935 (top_builddir): New variable.
1936 * header-vars.am (top_builddir): New variable.
1937 * remake-subd.am (Makefile): Look in top_builddir, not .., when
1939 * automake.in (handle_merge_targets): Run 'all' before
1942 * automake.in (file_contents_with_transform): Changed error
1944 (handle_configure): Define $contents{'CONFIG_HEADER'}.
1946 * texi-version.am: Many changes to support multiple .texi files.
1947 Replaced "version.texi" with "@VTEXI@". Replaced "vti" with
1949 * automake.in (handle_configure): install.sh is an anachronism.
1950 (handle_texinfo): Generalized for multiple .texi files. Handle
1951 'clean-info' internally.
1952 * texi-clean.am: Removed.
1953 * Makefile.am: Updated for removal.
1955 Wed Jan 24 22:55:32 1996 Tom Tromey <tromey@creche.cygnus.com>
1957 * automake.in (grep_for_vers_texi): New function.
1958 (handle_texinfo): Use grep_for_vers_texi, not system("grep").
1959 (handle_texinfo): Changes to generalize to multiple .texi files.
1961 Tue Jan 23 14:22:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1963 Fixes from Gord Matzigkeit:
1964 * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
1966 * header.am: New file.
1967 * Makefile.am (pkgdata_DATA): Install header.am.
1968 * automake.in (handle_headers): Use header.am, not data.am.
1969 (am_install_var): Allow pattern to be compiled multiple times.
1971 * config.guess, config.sub: New files.
1972 * Makefile.am (pkgdata_DATA): Install config.guess and
1974 * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
1975 AC_CANONICAL_SYSTEM.
1977 Sun Jan 21 15:51:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1979 * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
1980 (handle_man_pages): Use man_MANS, not MANS.
1982 * Makefile.am (info_TEXINFOS): Renamed.
1984 * automake.in (scan_configure): Remove comments from input line.
1985 (am_variable): Removed.
1987 * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
1989 * automake.in (config_name, config_header): New globals.
1990 (scan_configure): Look for AC_CONFIG_HEADER.
1991 (handle_configure): Handle more uses of AC_CONFIG_HEADER.
1993 Sat Jan 20 15:54:24 1996 Tom Tromey <tromey@creche.cygnus.com>
1995 * automake.in (handle_dist_worker): Bug fix.
1997 Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1999 * automake.in (require_file): Install missing files only according
2000 to desired strictness.
2001 (initialize_per_input): Don't init libsources.
2002 (scan_configure): Reinit libsources.
2003 (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2004 (fp_c_prototypes): New global.
2005 (scan_configure): Set it.
2006 (get_object_extension): Error if fp_C_PROTOTYPES not in
2007 configure.in when using ansi2knr.
2008 (handle_source_transform): Skip header files.
2010 * automake.in (handle_dist_worker): Explicitly make 'dist' in
2013 Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
2015 From François Pinard:
2016 * automake.in (handle_source_transform): Transform $o file into .P
2018 (handle_dist_worker): Handle case where DISTFILES includes
2019 wildcard. Bug fix in subdir case.
2021 * automake.in (parse_arguments): Initialize strictness to
2024 Sun Jan 14 13:54:16 1996 Tom Tromey <tromey@creche.cygnus.com>
2026 * automake.in (scan_configure): Look for NLS support.
2028 Changes from François Pinard:
2029 * texinfos.am (install-info): Correctly install when build dir is
2031 * tags-subd.am (ID): Indentation change.
2032 * kr-vars.am (o): Use ".@U@o", not "@U@o".
2033 * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2034 * automake.in (handle_dist_worker): Fixlets.
2035 (handle_dist): Sort keys going into dist_common.
2037 Sat Jan 13 00:18:06 1996 Tom Tromey <tromey@creche.cygnus.com>
2039 * automake.in (handle_dist_worker): If Gnits, don't allow release
2040 until NEWS is updated.
2042 * configure.in (VERSION): Version 0.29.
2044 * Makefile.am (maintainer-check): Look for perl4.036 in path.
2046 * dist-vars.am (DISTFILES): Include BUILT_SOURCES.
2047 (DEP_DISTFILES): Ditto.
2049 * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2050 * dist-vars.am (DEP_DISTFILES): New variable.
2052 * automake.in (handle_options): Support dist-shar option.
2053 (handle_dist_worker): New function.
2054 (handle_dist): Use it.
2056 * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2059 * automake.in (handle_dist): Chmod distdir 777. From François
2062 * automake.in (scan_configure): New function.
2063 (initialize_per_input): Init libsources.
2064 (generate_makefile): Run handle_configure first.
2065 (handle_configure): Run scan_configure.
2066 (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2068 Thu Jan 11 23:14:18 1996 Tom Tromey <tromey@creche.cygnus.com>
2070 * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2072 * automake.in (strictness, strictness_name): Renamed.
2073 (initialize_per_input): Set strictness, strictness_name.
2074 Initialize %options.
2075 (generate_makefile): Run handle_options.
2076 (handle_options): New function.
2077 (handle_man_pages): Make install-man depend on $(MANS). Turn off
2078 man page install if no-installman option given.
2079 (read_am_file): Deprecate @kr@.
2080 (get_object_extension): Look at ansi2knr option.
2081 (parse_arguments): Take global strictness from command-line
2084 Tue Jan 9 11:24:14 1996 Tom Tromey <tromey@creche.cygnus.com>
2086 Fixes from François Pinard:
2087 * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2088 * automake.in (get_object_extension): Use $o, not $(kr)o.
2089 (handle_source_transform): Don't look for $(kr)c files.
2090 * kr-vars.am (o): New macro.
2093 * depend.am (DEP_FILES): Removed.
2094 * automake.in (handle_source_transform): Push .P file onto
2096 (initialize_per_input): New variable %dep_files.
2097 (handle_dependencies): Generate DEP_FILES here.
2099 Mon Jan 8 22:27:33 1996 Tom Tromey <tromey@creche.cygnus.com>
2101 * automake.in (do_one_clean_target): Only remove config.status in
2102 top-level directory.
2103 (handle_tags): Removed 'id' from .PHONY list. From Jim Meyering.
2105 * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
2107 * automake.in (handle_dist): Make "ln" quiet.
2109 * tags-subd.am (ID): Depend on HEADERS and SOURCES.
2111 Sat Jan 6 10:58:23 1996 Tom Tromey <tromey@cambric.colorado.edu>
2113 * automake.in (handle_merge_targets): 'check' shouldn't depend on
2115 (file_contents_with_transform): New function.
2116 (am_install_var): Use file_contents_with_transform.
2117 (handle_programs): Ditto.
2118 (handle_libraries): Ditto.
2119 (handle_texinfo): Ditto.
2120 (handle_merge_targets): Let 'install' depend on 'all' if no other
2121 dependencies exist. From Jim Meyering.
2122 (check_gnu_standards): GNU requires AUTHORS file. (See
2124 (require_file): Put body in loop.
2125 (get_object_extension): Only call require_file once.
2126 (handle_configure): Ditto.
2129 * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
2130 * tags-subd.am (id): Removed.
2132 Fri Jan 5 10:31:19 1996 Tom Tromey <tromey@cambric.colorado.edu>
2134 * Added copyright notice to each .am file.
2136 * automake.in: Cleanups from François Pinard to avoid $#.
2137 (require_argument): Fixed sense of test.
2138 (set_strictness): Bug fix.
2140 Thu Jan 4 21:21:29 1996 Tom Tromey <tromey@cambric.colorado.edu>
2142 * Makefile.am (pkgdata_DATA): Removed old dist files.
2144 * dist-subd-top.am, dist-subd.am, dist.am: Removed.
2146 * automake.in (set_strictness): Set $strictness_name.
2147 (strictness_name): New variable.
2148 (handle_dist): Substantially rewrote.
2150 * configure.in: Point AC_INIT at automake.in.
2152 * automake.in (generate_makefile): Report errors against
2153 Makefile.in, not Makefile.am.
2155 Wed Jan 3 00:05:40 1996 Tom Tromey <tromey@cambric.colorado.edu>
2157 * mdate-sh: Bug fix from Jim Meyering.
2159 * dist.am (dist): Changed in parallel with dist-subd-top.am.
2161 * mkinstalldirs: Reverted.
2163 * automake.in (initialize_global_constants): Allow COPYING.LIB
2165 (check_gnits_standards): Disallow COPYING.LIB.
2167 * texinfos.am (install-info): Only look in $(srcdir) for info
2170 * automake.in (initialize_global_constants): New variable
2172 (read_am_file): Put a copyright in each Makefile.in.
2174 * dist-vars.am (DISTFILES): Put DIST_COMMON first.
2176 * automake.in (am_install_var): Put space before "=".
2177 (handle_dist): Put README first in DIST_COMMON.
2179 * Makefile.am (pkgdata_DATA): Include COPYING.
2181 * COPYING: New file.
2183 * automake.in (parse_arguments): Added --gnu and --gnits as
2185 (initialize_global_constants): Ditto.
2186 (initialize_global_constants): Don't auto-distribute COPYING.LIB.
2187 (initialize_global_constants): Look for README first.
2188 (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
2190 (check_gnu_standards): Require file COPYING.
2192 From François Pinard:
2193 * automake.in (file_contents): Comment out "warn"s.
2194 (usage): Use 4 columns.
2195 (USAGE_FORMAT): Ditto.
2197 * texinfos.am (install-info): Look for info file relative to $$d.
2199 * Makefile.am (cvs-dist): Suppress output of "grep".
2201 * configure.in (VERSION): Version 0.28.
2203 * automake.in (pretty_print_internal): Fix for Perl 4
2206 * configure.in (VERSION): Version 0.27.
2208 * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
2211 * automake.in (initialize_global_constants): Don't quote "@" in
2212 $install_man_format.
2213 (handle_merge_targets): use "@:" as empty command, not ":".
2215 Tue Jan 2 23:33:24 1996 Tom Tromey <tromey@cambric.colorado.edu>
2217 * texinfos.am (install-info): Look in $d for info files. From
2220 * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
2222 * automake.in (read_am_file): Correctly deal with continued
2223 variable definitions.
2225 Mon Jan 1 15:43:25 1996 Tom Tromey <tromey@cambric.colorado.edu>
2227 * automake.in (handle_merge_targets): 'check' target depends on
2229 (file_contents): Don't be so verbose.
2230 (read_am_file): Ditto.
2231 (read_am_file): Must use substr to check for trailing \.
2232 (am_install_var): Use push_phony_cleaners.
2233 (file_contents): Set $was_rule when assuming a rule is seen.
2234 (read_am_file): Ditto.
2235 (do_one_clean_target): Removed spurious newline.
2237 Some changes from François Pinard:
2238 * Removed trailing whitespace from all '.am' files.
2239 * tags-subd.am (ID): Use &&, not ;.
2241 * automake.in (parse_arguments): Removed useless message.
2242 (parse_arguments): Don't explicitly referenced STDERR.
2243 (require_argument): Ditto.
2245 (set_strictness): Ditto.
2246 (file_contents): Ditto.
2247 (read_am_file): Ditto.
2248 (generate_makefile): Style tweaks.
2249 (handle_programs): Ditto.
2250 (handle_libraries): Ditto.
2251 (handle_texinfo): Ditto.
2252 (handle_man_pages): Ditto.
2253 (handle_tags): Ditto.
2254 (handle_dist): Ditto.
2255 (handle_subdirs): Ditto.
2256 (handle_configure): Ditto.
2257 (handle_footer): Don't put newline before footer.am contents.
2258 (handle_merge_targets): Style tweaks.
2259 (do_one_clean_target): Ditto.
2261 (am_variable): Ditto.
2262 Defined some new constants.
2263 (generate_makefile): Don't call generate_header.
2264 (generate_header): Removed.
2265 (file_contents): Rewrote.
2266 (read_am_file): Rewrote.
2268 * automake.in (generate_makefile): Handle phony target.
2269 (do_one_clean_target): Pretty-print dependencies.
2270 (handle_installdirs): Pretty-print rule.
2272 * Makefile.am (maintainer-check): Made some commands silent.
2274 * automake.in (initialize_global_constants): Don't install or
2275 uninstall cat'd man pages.
2276 (initialize_per_input): Added phony target.
2277 (push_phony_cleaners): New function.
2278 (get_object_extension): Handle phony targets.
2279 (handle_texinfo): Ditto.
2280 (handle_man_pages): Ditto.
2281 (handle_tags): Ditto.
2282 (handle_dist): Ditto.
2283 (handle_subdirs): Ditto.
2284 (handle_installdirs): Ditto.
2285 (handle_merge_targets): Ditto.
2286 (handle_clean): Ditto.
2287 (do_one_merge_target): Ditto.
2288 (am_install_var): Ditto.
2289 (handle_phony): New function.
2290 (generate_makefile): Call it.
2291 (pretty_print_internal): New function.
2292 (pretty_print_rule): Ditto.
2294 Sun Dec 31 13:04:59 1995 Tom Tromey <tromey@cambric.colorado.edu>
2296 * automake.in (initialize_global_constants): Don't print body of
2299 Changes from François Pinard:
2300 * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2301 (DEP_FILES): Put dependency files in $(srcdir).
2302 Look in $(srcdir) when including dependency files.
2303 ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2304 (.deps/%.P): MKDEP includes all macro expansions.
2305 * dist-subd-top.am (dist): Get absolute path for distdir. Don't
2307 * dist-subd.am (dist): Don't be so verbose.
2308 * dist.am (dist): Don't be so verbose.
2310 * automake.in (do_one_clean_target): Remove config.status in
2311 maintainer-clean. From Jim Meyering.
2313 * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix. From Jim
2316 * automake.in (handle_merge_targets): Add dummy command for empty
2317 install target. From Jim Meyering.
2319 Tue Dec 12 10:06:28 1995 Tom Tromey <tromey@cambric.colorado.edu>
2321 * texinfos.am (uninstall-info): Bug fix.
2323 * Makefile.am (maintainer-check): Error if ${...} used.
2324 * depend.am (DEP_FILES): Prefer $(...).
2326 * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2328 * libraries.am (install-@DIR@LIBRARIES): Only install library if
2330 * programs.am (install-@DIR@PROGRAMS): Only install program if it
2333 * texinfos-vars.am (TEXFILES): Removed.
2335 * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2337 * automake.in (do_one_merge_target): Never generate trailing
2339 (pretty_print): New function.
2340 (handle_footer): Prettyprint definitions.
2341 (am_install_var): Ditto.
2342 (handle_source_transform): Ditto.
2343 (handle_dist): Ditto.
2344 (handle_libraries): Ditto.
2345 (read_am_file): Put comments nearer appropriate code.
2347 * texi-clean.am (mostlyclean-info): Use continued lines, not
2348 multiple rm's. From Jim Meyering.
2350 Sun Dec 10 11:59:33 1995 Tom Tromey <tromey@cambric.colorado.edu>
2352 * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2353 mkinstalldirs, texinfo.tex to be installed.
2354 * automake.in (symlink_exists): New global.
2355 (install_missing): Ditto.
2356 (require_file): Install missing files if possible.
2357 (parse_arguments): Handle --install-missing option.
2358 (initialize_global_constants): Document --install-missing.
2360 * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2361 Ensure 'checks' pass before release.
2362 (maintainer-check): Renamed. Look in $(srcdir) for sources. From
2364 (cvs-dist): Depend on maintainer-check instead of explicitly
2367 * configure.in (VERSION): Version 0.26.
2369 * Makefile.am (check-local): Only look at [a-z]*.am. Fixed sense
2372 * depend.am (DEP_FILES): Bug fix.
2374 * automake.in (do_one_clean_target): Typo.
2376 * Makefile.am (check-local): Run syntax check under Perl 4.
2378 * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
2379 (handle_source_transform): Loop variable is now $_. From Gor
2381 * Makefile.am (check-local): Check for 'true' in source.
2382 * texinfos.am (install-info): Can't use "true" in any rule.
2384 Sat Dec 9 10:16:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
2386 * Makefile.am (cvs-dist): New target.
2388 * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
2391 * texinfos.am (install-info): Don't do install-info for now.
2393 * clean.am (distclean-generic): Don't remove config.status here.
2394 * automake.in (do_one_clean_target): Remove config.status later,
2395 for 'make -j2'. From Jim Meyering.
2397 Fri Dec 8 16:30:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
2399 * configure.in (VERSION): Version 0.25.
2401 * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
2402 (handle_configure): Check for AC_PROG_MAKE_SET.
2404 * depend.am (DEP_FILES): Handle deANSIfication case. From Jim
2407 * automake.in (am_install_var): Changed how 'clean' handled for
2408 uniform name targets.
2409 * Makefile.am (pkgdata_DATA): Added new files.
2410 * data-clean.am: New file.
2411 * scripts-clean.am: New file.
2412 * libraries-clean.am: New file.
2413 * programs-clean.am: New file.
2415 Wed Dec 6 00:06:11 1995 Tom Tromey <tromey@cambric.colorado.edu>
2417 * automake.in (am_install_var): Error if variable name
2419 (handle_source_transform): Automatically include .c file
2420 corresponding to .y or .l.
2422 Tue Dec 5 00:46:14 1995 Tom Tromey <tromey@cambric.colorado.edu>
2424 * programs.am: Changed for uniform naming scheme.
2426 * automake.in (read_am_file): Allow '-' and '.' in target names.
2427 (generate_makefile): Don't pass arguments to handle_libraries.
2428 (initialize_per_input): Define @sources, @objects.
2429 (generate_makefile): Init @sources, @objects if needed.
2430 (handle_source_transform): Push onto @sources, @objects here.
2431 (am_install_var): Push primary onto @all, for configure-time
2433 (handle_programs): Use new uniform naming scheme.
2435 * Makefile.am (check-local): New target.
2437 * automake.in (handle_libraries): Use uniform naming scheme.
2439 * libraries.am: Rewrote for uniform naming scheme.
2441 * scripts.am: Updated names of all clean targets.
2443 * automake.in (handle_programs): Split on all whitespace.
2444 (handle_libraries): Ditto.
2445 (handle_texinfo): Ditto.
2446 (handle_man_pages): Ditto.
2447 (am_install_var): Changed return result.
2448 (am_install_var): Changed interface.
2449 (am_install_var): Push onto @clean@ if requested.
2450 (handle_scripts): Pass -clean to am_install_var.
2452 Mon Dec 4 11:55:36 1995 Tom Tromey <tromey@cambric.colorado.edu>
2454 * automake.in (am_install_var): Push target onto @all.
2455 (get_object_extension): Use $(...).
2456 (handle_source_transform): Ditto.
2457 (handle_programs): Ditto.
2459 * automake.in (require_argument): New function.
2460 (parse_arguments): Use it.
2461 (push_dist_common): New function.
2462 (generate_makefile): Use it.
2463 (handle_texinfo): Ditto.
2464 (handle_dist): Ditto.
2465 (handle_configure): Ditto.
2466 (require_file): Ditto.
2467 (generate_makefile): Don't pass arguments to handle_scripts.
2468 (handle_configure): Require configure.in.
2469 (check_gnu_standards): New function.
2470 (check_gnits_standards): Ditto.
2471 (generate_makefile): Check standards.
2473 * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
2475 * automake.in (LENIENT, GNU, GNITS): New constants.
2476 (initialize_per_input): New function.
2477 (generate_makefile): Use it.
2478 (initialize_global_constants): Renamed from init_globals.
2479 (require_file): Added strictness argument.
2480 (parse_arguments): Added --strict option.
2481 (set_strictness): New function.
2482 (parse_arguments): use it.
2483 (initialize_global_constants): Document --strictness.
2485 * automake.in: Use ${1+"$@"} to preserve quoting when running
2488 * texinfos.am (install-info): Don't use "true".
2489 * tags.am (TAGS): Don't use "true".
2491 * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
2492 remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
2494 * program.am (@PROGRAM@): Use LINK macro.
2495 * compile.am (.c.o): Use COMPILE macro.
2497 * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
2500 * subdirs.am (RECURSIVE): Removed macro.
2502 * clean.am: Changed to not be so verbose.
2504 * Makefile.am (pkgdata_DATA): Include texi-clean.am.
2505 * automake.in (handle_texinfo): Transform texi-clean and put into
2507 * texinfos-vars.am (TEXFILES): Removed.
2508 * texinfos.am: Removed 'clean' targets.
2509 * texi-clean.am: New file.
2511 * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
2513 * texinfos-vars.am (TEXFILES): Added *.op.
2515 * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
2517 * dist.am (dist): Use DISTFILES.
2518 * dist-subd.am (dist): Use DISTFILES.
2519 * dist-subd-top.am (dist): Use DISTFILES.
2521 Sun Dec 3 00:24:08 1995 Tom Tromey <tromey@cambric.colorado.edu>
2523 * Makefile.am (ETAGS_ARGS): Define.
2525 * depend.am (.deps/.P): Use ":", not "echo timestamp". From Jim
2528 * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
2530 * automake.in (handle_scripts): Use am_install_var.
2532 * scripts.am: Rewrote for new uniform naming scheme.
2534 * Makefile.am (pkgdata_DATA): Removed libscripts.am.
2536 * libscripts.am: Removed.
2538 * packagedata.am: Removed.
2540 * Makefile.am (PACKAGEDATA): Removed packagedata.am.
2541 (pkgdata_DATA): Renamed from PACKAGEDATA.
2543 * automake.in (handle_data): Use am_install_var.
2544 (init_globals): Init %exec_dir_p.
2546 * data.am: Rewrote for new uniform naming scheme.
2548 * automake.in (get_object_extension): New function.
2549 (handle_programs): Use it.
2550 (dir_holds_sources): Changed interpretation.
2551 (handle_headers): New function.
2552 (am_install_var): New function.
2553 (generate_makefile): Call handle_headers.
2555 * header-vars.am (pkgdatadir): New macro.
2557 (pkgincludedir): Ditto.
2559 * automake.in (handle_source_transform): New function.
2560 (am_error): New function.
2561 (generate_makefile): Use it.
2562 (handle_source_transform): Ditto.
2563 (handle_texinfo): Ditto.
2564 (handle_dependencies): Ditto.
2565 (handle_merge_targets): Ditto.
2566 (require_file): Ditto.
2568 Sat Dec 2 21:39:56 1995 Tom Tromey <tromey@cambric.colorado.edu>
2570 * automake.in: Updated FSF address. From Jim Meyering.
2571 * header-vars.am: Updated FSF address.
2573 * distname.am: Removed.
2575 * automake.in (file_contents): Strip "##" comments.
2576 * Various files: Added "##" comments for strange things.
2578 * automake.in (handle_tags): Generate TAGS rule for every
2581 * subdirs.am (RECURSIVE): Include installcheck-recursive.
2582 * automake.in (installcheck): New variable.
2583 (generate_makefile): Initialize it.
2584 (handle_subdirs): Push 'installcheck-recursive'.
2585 (handle_merge_targets): Handle installcheck target.
2587 Thu Nov 30 20:13:16 1995 Tom Tromey <tromey@cambric>
2589 * automake.in ($PACKAGE): Removed.
2591 * header-vars.am (ALL): Removed.
2593 * automake.in: Reworked 'all' target handling.
2595 * automake.in (generate_makefile):
2596 Don't use AM_ forms in call to am_variable.
2598 * automake.in: Changes for Perl 5, from Gord Matzigkeit
2600 * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
2602 * automake.in (handle_footer): Allow SUFFIXES variable.
2604 * automake.in (am_variable): New function.
2605 (handle_texinfo): Use it.
2606 (generate_makefile): Use it.
2608 * configure.in: Version 0.24.
2610 Wed Nov 29 23:50:14 1995 Tom Tromey <tromey@cambric>
2612 * automake.in (handle_libraries):
2613 Generate blah_LIBADD defines if required.
2615 * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
2617 * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
2619 * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
2621 * configure.in: Version 0.23
2623 * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
2625 * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
2627 * automake.in: New option --output-dir
2629 * automake.in (handle_configure): Fixed typo.
2631 * automake.in (handle_installdirs): Always make installdirs target.
2633 * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
2634 uninstall-exec-recursive. Added installdirs-recursive.
2636 * automake.in (handle_installdirs): Handle installdirs-recursive.
2637 (handle_man_pages): 'all' depends on $(MANS)
2639 * Makefile.am: Removed mans.am.
2641 * automake.in: More man-related fixes
2643 * automake.in: Bug fixes
2645 * automake.in: Rewrote man page handling.
2647 * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
2649 * automake.in (handle_installdirs): New function.
2650 (@installdirs): New global.
2651 Many changes to deal with installdirs.
2653 * clean.am (clean-generic): Always supply 'else' clause to 'if'
2655 * automake.in (generate_header): Don't use header.am.
2656 (handle_dist): Don't use dist-subd-vars.am.
2658 * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
2660 * Makefile.am (DISTCLEANFILES): Removed.
2662 * clean.am (clean-generic): Bug fix.
2664 * clean.am (clean-generic): Only remove CLEANFILES if nonempty
2666 * texi-version.am (clean-vti): No such macro as VTI
2668 Tue Nov 28 19:56:07 1995 Tom Tromey <tromey@cambric>
2670 * automake.in: Bug fix for maintainer-clean
2672 * automake.in (do_one_clean_target):
2673 Print special text in maintainer-clean.
2674 (handle_clean): Always include clean.am
2676 * clean.am: Use -generic clean targets.
2678 * compile.am: Added clean targets.
2680 * configure.in: Version 0.22.
2682 * automake.in (handle_dependencies):
2683 Put trailing newline after all deps.
2685 * automake.in (handle_dependencies): Another dependency bug fix.
2687 * automake.in (handle_dependencies):
2688 Bug fix when including dependencies.
2690 * automake.in (handle_configure):
2691 Verify existence of install-sh, mkinstalldirs
2693 * automake.in (handle_texinfo): Include stamp-vti in distribution
2695 * dist-subd-vars.am, dist-vars.am (DIST_FILES):
2696 Include DATA, PACKAGEDATA.
2698 * Makefile.am: Nothing
2700 * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
2702 * automake.in (handle_texinfo): Typo
2704 * automake.in: If script ends up in shell, feed to perl
2706 * automake.in: Rewrote 'clean' rules.
2707 Documentation made and installed first.
2708 'all' depends on 'info'
2710 Mon Nov 27 23:57:29 1995 Tom Tromey <tromey@cambric>
2712 * configure.in, Makefile.am: Turned off internationalization.
2714 * clean-kr.am: Rewrote for new clean scheme.
2716 * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
2718 * Makefile.am (PACKAGEDATA): Include tags-clean.am
2720 * subdirs.am: Removed bogus local clean targets
2722 * tags-clean.am: Initial revision
2724 * texi-version.am: Added clean targets
2726 * texinfos.am: Fixes to clean targets.
2728 * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
2731 * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
2733 * automake.in: Completely revamped automatic de-ANSI-fication
2735 * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
2737 * compile-vars.am (LINK): New macro
2739 * kr-vars.am: Trailing blank line
2741 * compile-kr.am: Rewrote
2743 * compile-vars.am (COMPILE): New macro
2745 * compile-vars.am (ANSI2KNR): Removed
2747 * Makefile.am (PACKAGEDATA): Removed all sed scripts. Added kr-vars.am
2749 * kr-vars.am: Initial revision
2751 * automake.in (require_file): New function.
2752 (handle_texinfo): Require 'mdate-sh'
2753 (common_sometimes): New variable
2756 * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
2758 * mdate-sh: Initial revision
2760 * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
2762 * automake.in (generate_makefile):
2763 Put Makefile.in, Makefile.am in @dist_common
2764 (handle_configure): Use @dist_common as appropriate
2766 * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
2768 * configure.in: Abort if perl not found
2770 * configure.in: Look for perl
2772 * automake.in: Reimplemented in Perl
2774 * automake.in: Fixlet
2776 Sun Nov 26 08:09:30 1995 Tom Tromey <tromey@cambric>
2778 * automake.in: Always print ".SUFFIXES:" rule.
2780 * automake.in: Distribution config.h.in if required
2782 * automake.in: Bug fix when including texi-version.am
2784 * automake.in: Bug fix when looking for .texi file in $am_reldir
2786 * depend.am: Comment fix
2788 * automake.in: Look for .texi file in $am_reldir
2790 * automake.in: Fixlet
2792 * automake.in: Blank line after targets from user's Makefile.am
2794 * automake.in: Move footer items to actual footer
2796 * automake.in: Include stamp-h.in in DIST_COMMON if necessary
2798 * automake.in (common):
2799 Don't include acconfig.h, config.h.top, config.h.bot
2801 * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
2803 * Makefile.am (CONFIG_H): Define
2805 * acconfig.h: Initial revision
2807 * configure.in: Use AC_CONFIG_HEADER.
2809 * automake.in: Put blah_TEXINFOS into DIST_COMMON
2811 * automake.in: .info file explicitly depends on primary .texi file
2813 * texinfos.am (install-info): Always supply 'else' clause to 'if'
2815 * tags.am (TAGS): Always supply 'else' clause to 'if'
2817 * subdirs.am (.NOEXPORT): Removed (now in footer.am)
2819 * automake.in: Always include footer.am in output
2821 * mans.am (install-man): Always supply 'else' clause to 'if'
2823 * automake.in: More version.texi fixes
2825 * automake.in: Only do version.texi processing if requested.
2827 * automake.in: Minor internationalization fixes.
2828 Subshell can now exit with nonzero status.
2829 Fixed up .texi handling; now uses texi-version.am
2830 Make sure '.c' and '.o' are in .SUFFIXES if required.
2832 * Makefile.am (PACKAGEDATA): Include texi-version.am
2833 (stamp-vti, version.texi): Removed
2834 (TEXINFOS): Don't reference version.texi
2836 * texi-version.am: Initial revision
2838 * dist.am, dist-subd-top.am (dist):
2839 [DIST_SUBDIRS] Follow symlinks when copying.
2841 * dist-subd-top.am (dist): Removed unneeded subdir= option to make
2843 Sat Nov 25 23:23:39 1995 Tom Tromey <tromey@cambric>
2845 * automake.in: Added --amdir option
2847 * Makefile.am, configure.in: Turned on internationalization
2849 * Makefile.am: Set EDITION
2851 * configure.in: Version 0.21
2853 * tags.am, tags-subd.am: Don't use double-colon rules
2855 * automake.in: Redid install-data, install-exec, uninstall handling
2857 * configure.in: Turn off i18n
2859 Fri Nov 24 23:51:37 1995 Tom Tromey <tromey@cambric>
2861 * automake.in (common): Remove NLS
2863 * automake.in (common): Include ABOUT-NLS.
2865 * automake.in: Test for install-sh and mkinstalldirs
2867 * automake.in: Blank line after OBJECTS= line
2869 * automake.in: Start subshell in loop after check for Makefile.am
2871 * automake.in: --use-deps now the default
2873 * automake.in (am_dir): Don't apply transform to install directory name
2875 * packagedata.am: Don't apply transform to install directory name
2877 * Makefile.am (SUBDIRS): Hold off on internationalization
2879 Thu Nov 23 18:02:38 1995 Tom Tromey <tromey@cambric>
2882 Write 'SOURCES =' line after copying Makefile.am variables
2884 * automake.in: Fixed bug in "--" option processing
2886 * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
2888 * Makefile.am (DIST_OTHER): Include gettext-sh
2890 * Makefile.am (SUBDIRS): Define
2892 * configure.in: Include internationalization bits
2894 * automake.in: Many changes to avoid double-colon rules.
2896 * subdirs.am: ($(RECURSIVE)): Print name of target actually used
2898 * subdirs.am: Removed "::" rules
2900 * header.am: Removed install, uninstall
2902 * header.am: Added install, uninstall targets
2904 * hack-make.sed: Rewrite targets like "all-local" to "all_local"
2906 * header.am, libraries.am, mans.am, texinfos.am, footer.am:
2909 * Makefile.am (PACKAGEDATA): Include libscripts.am
2911 * libprograms.am: Don't install libscripts here
2913 * libscripts.am: Initial revision
2915 * scripts.am, programs.am, libprograms.am: Removed "::" rules
2917 * automake.in (am_dir): Run package name through name transform.
2919 * automake.in: Don't use packagedata.sed or data.sed
2921 * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed. Added
2924 * data.am: No longer run through sed
2926 * packagedata.am: Initial revision
2928 Wed Nov 22 22:31:02 1995 Tom Tromey <tromey@cambric>
2930 * automake.in: No blank line after Usage
2932 * automake.in: Removed "NLS nuisances" section.
2933 Now uniformly uses $echo for user-visible messages (in advance of
2934 internationalization)
2936 * subdirs.am (maintainer-clean): Don't use realclean-local
2938 * Makefile.am: Use PACKAGEDATA, not custom code
2940 * data.am: Use @LONG@, not $(@LONG@)
2942 * automake.in: Handle DATA and PACKAGEDATA
2944 * packagedata.sed: Initial revision
2946 * data.am: Use @DIR@, not $(@DIR@)
2948 * data.sed: Use $(datadir), not datadir
2950 * data.sed: Initial revision
2952 * data.am: Wrote uninstall targets
2954 * data.am: Initial revision
2956 * dist-subd.am (dist): Don't link a file that has already been linked
2958 * dist-subd-top.am, dist.am (dist):
2959 Run `automake --include-deps' before making distribution
2961 * automake.in: More dependency-tracking bug fixes
2963 * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
2965 * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
2967 * tags-subd.am, tags.am: Added trailing blank line
2969 * depend.am: Use ".P", not "empty.P", as placeholder.
2971 * automake.in: Only include depend.am if SOURCES not empty
2973 * automake.in: Added --use-deps and --include-deps options.
2974 Handle auto-generating dependencies.
2976 * Makefile.am (am_DATA): Include depend.am
2978 * depend.am: Initial revision
2980 * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
2982 * automake.in: Put blank line after .SUFFIXES
2984 * scripts.am: Added blank line at end
2986 * scripts.am: Removed unnecessary comment
2988 * scripts.am: Removed unnecessary workarounds
2990 * automake.in: Don't include programs.am if PROGRAMS empty
2992 * header-vars.am (INSTALL_SCRIPT): Typo
2994 * texinfos.am, compile-kr.am: Don't include .SUFFIXES
2996 * automake.in: Handle .SUFFIXES here.
2998 * configure.in: Use fp_PROG_INSTALL
3000 * header-vars.am: Changes for autoconf 2.5.
3001 Now includes INSTALL_SCRIPTS.
3003 * texinfos.am (install-info): Bug fix
3006 Include scripts.am or libscripts.am in output if appropriate
3008 * programs.am (install-programs, uninstall-programs):
3009 Don't install SCRIPTS
3011 * Makefile.am (am_DATA): Include scripts.am
3013 * scripts.am: Initial revision
3015 Tue Nov 21 09:11:38 1995 Tom Tromey <tromey@cambric>
3018 Cleaned up how "prog_SOURCES" variable is found in input.
3020 Put static sed scripts into separate, installed files.
3022 * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3024 * hack-make.sed, nl-remove.sed: Initial revision
3026 * texinfos.am (install-info): Rewrote
3028 * subdirs.am (all-recursive): Put with other -recursive rules
3030 * configure.in: Version 0.20
3032 * automake.in: Another bug fix
3034 * automake.in: Bug fix when looking for texinfo.tex
3036 * texinfo.tex: Initial revision
3039 If TEXINFOS defined but texinfo.tex does not exist, give warning.
3041 * subdirs.am (all): Renamed from _all. Now uses all-recursive
3042 (all-recursive): Don't fail immediately if -k specified.
3044 Mon Nov 20 22:48:03 1995 Tom Tromey <tromey@cambric>
3046 * subdirs.am (_all):
3047 New target. Now use Jim Meyering's formulation of AIX
3049 (install-exec, install-data): New targets
3051 Sat Nov 18 19:07:30 1995 Tom Tromey <tromey@cambric>
3053 * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3055 * automake.in: Use @datadir@
3057 * automake.in: Added @configure_input@ line
3059 Fri Nov 17 23:32:43 1995 Tom Tromey <tromey@cambric>
3061 * automake.in: "--help" option now prints auto-recognized file names.
3062 Allow AM_ overriding of more variables.
3064 * texinfos.am (install-info):
3065 Don't cd to srcdir to avoid breaking install-sh
3068 * Makefile.am: Handle automake.texi
3070 Thu Nov 16 18:43:43 1995 Tom Tromey <tromey@cambric>
3072 * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3074 * tags.am (TAGS): bug fix
3076 * automake.in: Use am_dir, not AM_DIR.
3077 Use version, not VERSION.
3078 Bug fix in TAGS code.
3080 * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3082 * subdirs.am: TAGS target now in tags.am
3084 * footer.am: TAGS and ID targets now in tags-subd.am
3086 * tags-subd.am, tags.am: Initial revision
3088 * automake.in: Cleaned up AM_PROGRAM code.
3089 Handle TAGS target better
3091 * remake.am, remake-subd.am (Makefile.in): Bug fix.
3093 * automake.in (usage): Updated
3095 * remake-subd.am, remake.am:
3096 Added rule where Makefile.in depends on Makefile.am
3098 * automake.in: Entire body of 'for' loop now in subshell
3100 * automake.in (common): config.guess and config.sub are common files.
3102 * dist-subd-top.am, dist.am (dist): Bug fix.
3104 * Makefile.am (DIST_OTHER): Don't include TODO
3106 * automake.in: Auto-include TODO and THANKS files.
3108 * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
3110 * automake.in: More bug fixes in "look for Makefile.am" code.
3112 * automake.in: Bug fix in "look for Makefile.am" code.
3115 If no arguments given, look for all Makefile.am's in this
3116 directory and in immediate subdirs
3118 * automake.in: Bug fixes for LDADD-override feature.
3120 * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
3122 * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
3124 * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
3126 * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
3128 Wed Nov 15 01:54:43 1995 Tom Tromey <tromey@cambric>
3130 * automake.in: No longer look for _SOURCES or _OBJECTS
3133 Remove "automatically created" header (now in automake).
3136 * automake.in: Put version info in Makefile header
3138 Tue Nov 14 23:38:17 1995 Tom Tromey <tromey@cambric>
3140 * automake.in: Minor cleanups
3142 * dist-subd-top.am, dist.am (dist):
3143 Don't link or copy file if it already exists.
3146 Look for _SOURCES (common sources) and generate _OBJECTS.
3148 * footer.am (ID, TAGS): Include HEADERS
3150 * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
3152 Mon Nov 13 22:20:02 1995 Tom Tromey <tromey@cambric>
3154 * dist-subd.am (distdir): Is relative to ".."
3156 * dist-subd-vars.am (PACKAGE, VERSION): Define
3158 * dist-subd.am (dist): Don't handle DIST_DIRS.
3160 * mans.am (uninstall-man): Another bug fix.
3162 * mans.am (uninstall-man): Bug fix.
3164 * dist.am, dist-subd-top.am (dist): Bug fix
3166 * Makefile.am (DIST_SUBDIRS): New macro
3168 * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
3170 * Makefile.am (DIST_OTHER): Include automake.in
3172 * Makefile.am (DISTCLEANFILES): New macro.
3174 * automake.in (common): Include COPYING.LIB
3176 * Makefile.am (automake): New rule.
3178 * texinfos.am (install-info): Changed per GNU standards
3180 * remake-hdr.am (stamp-h.in):
3181 Use "touch", not "date", per GNU standards.
3183 * automake.in (common): Include texinfo.tex
3185 Sun Nov 12 23:59:08 1995 Tom Tromey <tromey@cambric>
3187 * automake.in: More fixes when finding common files.
3189 * Makefile.am (DIST_OTHER): Another removal.
3191 * automake.in: Special-case when amdir=.
3193 * Makefile.am (DIST_OTHER): Removed auto-detected files.
3196 Search for commonly-used files and auto-include them in distribution
3198 * dist-vars.am (DIST_FILES): Include DIST_COMMON.
3199 (DIST_CONF): Removed files searched for by automake.
3201 * automake.in: More arg-parsing bug fixes.
3203 * Makefile.am (DIST_OTHER): Include install-sh
3205 * Makefile.am (DIST_OTHER): Don't include auto-included files.
3207 * automake.in: Bug fixes to argument parsing code.
3209 * automake.in: Handle --version and --help.
3210 NLS stuff from autoconf.
3212 * Makefile.am (amdatadir): Fixed typo.
3213 (install): Make install directories
3215 * Makefile.am: Use "install::", not "install:"
3217 * install-sh, mkinstalldirs: Initial revision
3219 * configure.in: Use AC_PROG_INSTALL
3221 * automake.in: Set AM_DIR based on configure results.
3223 * Makefile.am (install): New target.
3224 (amdatadir): New variable.
3226 * automake.in: Use "#! /", not "#!/".
3228 * Makefile.am, configure.in: Initial revision
3230 * automake.in: Renamed from "automake".
3233 * dist.am (PACKAGE, VERSION): Now in dist-vars.am
3235 * automake.in: Insert remake-subd.am if appropriate.
3237 * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
3239 * automake.in: Handle ALLPROGRAMS variable.
3241 * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
3243 * automake.in: Fixlet when printing "subdir=DIR"
3245 * automake.in: Put "subdir=DIR" into subdir Makefile
3247 * automake.in: Don't refer to distname.am.
3248 Only put footer.am in subdir Makefiles.
3250 * subdirs.am (id, ID): New target.
3251 (.NOEXPORT): Copied from footers.am.
3253 * subdirs.am (TAGS): Bug fixes.
3255 * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
3257 * subdirs.am (maintainer-clean-local): Remove TAGS
3259 * subdirs.am (TAGS): Make tags file that includes all subdir tags files
3261 * subdirs.am: Use maintainer-clean, per GNU standards
3263 * dist-subd-top.am: Some variables defined in dist-vars.am
3265 * dist-vars.am (PACKAGE, VERSION):
3266 New variables, initialized by configure
3268 * footer.am (id, ID): New targets
3269 (TAGS): Put TAGS file in build, not source, directory
3271 * remake-subd.am (Makefile): Don't assume subdir is 'src'
3273 * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3275 * dist-subd.am: Changed to conform to new top-level dist target.
3278 Changed to assume PACKAGE and VERSION are set by configure.
3280 * clean-kr.am, clean.am (maintainer-clean):
3281 Updated rules per GNU standards.
3283 * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3285 Sat Nov 5 14:39:50 1994 djm <djm@cambric>
3287 * automake.in, texinfos.am: kludge for multiple-part info files
3289 Thu Nov 3 13:33:44 1994 djm <djm@cambric>
3291 * clean.am, clean-kr.am: remove INFOS
3293 Wed Nov 2 06:15:42 1994 djm <djm@cambric>
3295 * texinfos.am: add path
3297 * remake.am, remake-hdr.am: account for VPATH limitations
3299 Mon Oct 24 23:01:59 1994 djm <djm@cambric>
3301 * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3302 handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3304 Sun Oct 23 01:50:41 1994 djm <djm@cambric>
3306 * texinfos.am: install-info depends on info files
3308 * dist-subd-vars.am, dist-vars.am: distrib info files
3310 Sun Oct 2 02:03:06 1994 djm <djm@cambric>
3312 * clean-kr.am, clean.am: fix up distclean
3314 * subdirs.am: fix typo
3316 * clean.am: do more in distclean
3318 Sat Oct 1 23:52:51 1994 djm <djm@cambric>
3320 * libraries.am: make install depend on all
3322 * automake.in: fix typo
3324 Wed Sep 28 21:15:26 1994 djm <djm@cambric>
3326 * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3328 * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3330 * dist-subd-top.am: Initial revision
3332 * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3333 centralize prefix var setting
3335 * header-vars.am: set all the std vars based on prefix
3337 Tue Sep 27 01:32:22 1994 djm <djm@cambric>
3339 * automake.in: don't add kr stuff if not needed
3341 * dist-vars.am: add config vars to dist
3343 Mon Sep 26 23:09:09 1994 djm <djm@cambric>
3345 * program.am: add LDADD
3347 * compile-vars.am: remove LDADD from LDFLAGS
3349 * clean.am: move knr stuff to another file
3351 * automake.in: use different clean file for ansi2knr
3353 * clean-kr.am: Initial revision
3355 Thu Sep 22 03:45:02 1994 djm <djm@cambric>
3357 * automake.in, dist-subd.am, dist.am: fix rules and dist
3359 Tue Sep 20 21:29:40 1994 djm <djm@cambric>
3361 * compile.am, automake.in: split out knr
3363 * compile-kr.am: Initial revision
3365 * libprograms.am: fix typo
3367 * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3368 make libprograms work
3370 * libprograms.am: Initial revision
3372 * automake.in, compile.am, header-vars.am: fix little bugs
3374 * compile.am: allow parallel K&R
3376 * clean.am: remove kerb temps
3378 * automake.in: fix recognizing start of rules
3380 * dist-subd.am, dist.am: fix dist
3382 * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
3384 Mon Sep 19 23:39:21 1994 djm <djm@cambric>
3386 * automake.in: works on m4 too
3388 * automake.in, mans.am: works on fileutils
3390 * 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:
3391 works on fileutils except for all
3393 * automake.in: vars thing
3395 * header-vars.am: Initial revision
3397 * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
3400 * compile-vars.am: Initial revision
3402 * automake.in: many improvements
3404 * footer.am: Initial revision
3406 * dist.am: remove distname
3408 * automake.in: namespace cleanup
3410 * distname.am: Initial revision
3412 * 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:
3415 * 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: