1 Fri Oct 11 00:44:49 1996 Tom Tromey <tromey@cygnus.com>
3 * automake.in (handle_source_transform): Only rewrite c, yacc, lex
4 to use de-ansi-fication.
6 * automake.in (handle_lib_objects): Added $lex_seen argument.
7 Error if lex file used but LEXLIB not seen.
8 (handle_programs): Ditto.
9 (handle_yacc_lex_cxx): Define LEXLIB variable.
10 (handle_lib_objects): Don't allow LEXLIB to end up on dependency
13 Thu Oct 10 16:12:38 1996 Tom Tromey <tromey@cygnus.com>
15 * automake.in (handle_gettext): Moved check for SUBDIRS and
18 * automake.in (handle_configure): Run mkinstalldirs under
20 (handle_yacc_lex_cxx): Run interlock under $(SHELL).
22 * remake-subd.am (Makefile): Run config.status under $(SHELL).
23 * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
24 * remake.am (Makefile): Run config.status under $(SHELL).
25 (config.status): Ditto.
27 * automake.in (read_am_file): Removed UNMAINT code.
28 (file_contents_with_transform): Ditto.
29 * m4/maintainer.m4: Removed bogus UNMAINT code.
31 * automake.in (handle_emacs_lisp): Define EMACS variable.
32 (handle_emacs_lisp): Make sure EMACS is in environment when
35 * elisp-comp: Exit with status 1 if usage bad.
36 Use "emacs -q". Use EMACS environment variable if set (unless set
39 * m4/lispdir.m4: Unset EMACS if it is set to `t'.
41 * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
43 (do_one_merge_target): Use all-am, not all, in subdirs case.
44 (handle_merge_targets): Always generate all-am in subdirs case.
46 * remake.am (Makefile): Depend on BUILT_SOURCES.
47 * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
48 * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
50 * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
53 * ylwrap: Bug fix. From Jim Meyering.
55 Wed Oct 9 22:51:16 1996 Tom Tromey <tromey@cygnus.com>
57 * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
58 check directly for header.
60 Mon Oct 7 13:08:15 1996 Tom Tromey <tromey@cygnus.com>
62 * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
65 Sun Oct 6 00:43:01 1996 Tom Tromey <tromey@cygnus.com>
67 * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
68 (AM_INIT_AUTOMAKE_PATTERN): New global.
69 (scan_configure): Use them.
71 * aclocal.in (add_file): Search contents of included files. Test
73 (scan_m4_files): Don't skip acinclude.m4 when constructing
74 search. Test acsilent.test.
75 (scan_m4_files): Scan acinclude.m4.
77 * aclocal.in (add_file): Removed debugging print.
78 (scan_configure): Set $file_contents when scanning acinclude.m4.
81 * configure.in: Upped to 1.1g.
85 * texinfos.am: Run : after install-info.
87 * aclocal.in (parse_arguments): Better error message.
88 * automake.in (parse_arguments): Better error message.
90 * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
91 around broken makes. From David A. Swierczek.
92 * remake-subd.am (Makefile): Ditto.
94 Sat Oct 5 11:29:48 1996 Tom Tromey <tromey@cygnus.com>
96 * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
98 (handle_source_transform): Error if discovered source file is
100 (do_one_merge_target): Move all-vs-check test here.
102 * m4/obstack.m4: New file.
103 * m4/error.m4: New file.
105 * automake.in (scan_configure): Support AM_FUNC_MKTIME,
106 AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
108 * texinfo.tex: New version from texinfo 3.9.
110 * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
111 Also, handle y.tab.h file when "yacc -d" is used.
112 (do_one_merge_target): Use pretty_print_rule.
114 * ylwrap: Changed usage.
116 * m4/mktime.m4: New file.
118 * m4: Renamed all .m4 files to fit into 14-char limits.
120 * m4/Makefile.am (EXTRA_DIST): New macro.
122 * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
123 (scan_m4_files): Use $ac_defun_rx.
126 (scan_configure): Scan acinclude.m4 before anything else.
127 (scan_file): New sub.
128 (check_acinclude): New sub.
131 * progs-clean.am, progs.am: Renamed from programs-clean.am,
133 * libs-clean.am, libs.am: Renamed from libraries-clean.am,
135 * texi-vars: Renamed from texinfos-vars.am.
136 * comp-vars.am: Renamed from compile-vars.am.
137 * texi-vers.am: Renamed from texi-version.am.
139 * automake.in (require_file_internal): Give error if symlink can't
141 (require_config_file): Error message references configure.in.
142 (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
143 Joerg-Martin Schwarz.
144 (handle_texinfo): Use texi-vers, not texi-version.
145 (get_object_extension): Use comp-vars, not compile-vars.
146 (handle_texinfo): Use texi-vars, not texinfos-vars.
147 (handle_libraries): Use `libs' prefix, not `libraries'.
148 (handle_programs): Use `progs' prefix, not `programs'.
150 Fri Oct 4 01:14:08 1996 Tom Tromey <tromey@cygnus.com>
152 * aclocal.in (scan_m4_files): New sub.
154 * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
155 am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
158 Thu Oct 3 20:11:16 1996 Tom Tromey <tromey@cygnus.com>
160 * texinfos.am (uninstall-info): Run install-info --remove.
162 * automake.in (read_am_file): Define all variables after reading
163 .am file. Test vpath.test. Reported by Anthony Green.
165 Mon Sep 30 08:31:51 1996 Tom Tromey <tromey@cygnus.com>
167 * texinfos.am: Run install-info.
169 * automake.in (variable_value_as_list): Just return if comment
170 seen. Report from Mark Galassi.
171 (handle_options): Don't bother with explicit comment checking.
173 Tue Sep 24 09:15:46 1996 Tom Tromey <tromey@creche.cygnus.com>
175 * automake.in (read_am_file): Cleaned up dejagnu variables.
177 Mon Sep 23 00:04:48 1996 Tom Tromey <tromey@creche.cygnus.com>
179 * automake.in (parse_arguments): New usage to conform to GNU
182 * aclocal.in (parse_arguments): New usage to conform to GNU
185 * automake.in (handle_scripts): Push new target onto @check.
186 * scripts.am (check-@DIR@SCRIPTS): New target.
188 * automake.in (initialize_global_constants): Define %dist,
189 dist_header, dist_trailer.
190 (handle_dist): Make dist-all target.
191 (generate_makefile): Run check_typos later.
192 (examine_variable): New sub.
193 (handle_tags): Examine TAGS_DEPENDENCIES. Test spell3.test.
194 Error if TAGS_DEPENDENCIES but no sources used.
195 (handle_configure): Examine CONFIGURE_DEPENDENCIES.
197 Sat Sep 21 13:59:15 1996 Tom Tromey <tromey@creche.cygnus.com>
199 * automake.in (am_install_var): More error checking.
201 Fri Sep 20 09:06:37 1996 Tom Tromey <tromey@creche.cygnus.com>
203 * tags.am (TAGS): Minor cleanup.
205 * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
207 * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
208 maintainer-clean-hdr): New targets.
210 * automake.in (handle_configure): Define CONFIG_HEADER correctly
211 when it is in current directory.
212 (handle_configure): Push "hdr" on @clean.
214 * remake-hdr.am (stamp-h): Run config.status in top_builddir.
215 ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
217 * automake.in (scan_configure): Check for install.sh here.
219 (handle_configure): Handle case where config.h is in subdir.
220 (handle_configure): Make stamp-in.h for user if it doesn't already
224 Tue Sep 17 23:35:14 1996 Tom Tromey <tromey@creche.cygnus.com>
226 * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
228 * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
230 (DEP_DISTFILES): Ditto.
232 Mon Sep 16 22:28:56 1996 Tom Tromey <tromey@creche.cygnus.com>
234 * automake.in (check_typos): Renamed.
235 (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
236 (variable_defined): Note variable as being "seen".
237 (handle_lib_objects): Don't push configure substitutions onto
240 Sun Sep 15 22:45:43 1996 Tom Tromey <tromey@creche.cygnus.com>
242 * automake.in (initialize_per_input): Init content_seen.
243 (variable_value_as_list): Set content_seen entry.
244 (define_variable): Ditto.
245 (define_pretty_variable): Ditto.
246 (check_source_typos): New sub.
247 (generate_makefile): Call it.
249 Thu Sep 12 15:03:19 1996 Tom Tromey <tromey@creche.cygnus.com>
251 * automake.in (handle_source_transform): Removed extraneous
252 space. Test implicit.test.
253 (read_am_file): Make sure "canonical" variables are mentioned in
255 (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
256 $AC_CANONICAL_HOST conditionally.
257 (handle_footer): Don't use define_pretty_variable in all cases.
259 Wed Sep 11 11:54:44 1996 Tom Tromey <tromey@creche.cygnus.com>
261 * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
262 per GNU/Gnits standards.
264 * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
265 NORMAL_INSTALL and POST_INSTALL variables can work when empty.
267 * automake.in (handle_options): Rewrote version handling. Now
268 returns error indicator.
269 (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
270 (RULE_PATTERN): Exclude `:=' from being a rule.
272 * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
274 * automake.in (variable_value_as_list): Always use am_line_error.
275 (define_variable): New sub.
276 (get_object_extension): Use define_variable.
277 (handle_yacc_lex_cxx): Ditto.
278 (handle_source_transform): Ditto.
279 (handle_programs): Ditto.
280 (handle_libraries): Ditto.
281 (handle_texinfo): Ditto.
282 (handle_man_pages): Ditto.
283 (handle_dependencies): Ditto.
284 (handle_aclocal_m4): Ditto.
285 (define_pretty_variable): New sub.
286 (handle_source_transform): Use define_pretty_variable.
287 (handle_lib_objects): Ditto.
288 (handle_libraries): Ditto.
289 (handle_dist): Ditto.
290 (handle_dependencies): Ditto.
291 (handle_configure): Ditto.
292 (handle_footer): Ditto.
293 (handle_emacs_lisp): Ditto.
294 (am_install_var): Ditto.
296 * Released version 1.1e.
298 * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
301 * configure.in: Version 1.1e.
303 * automake.in (handle_texinfo): Distribute .info file.
305 Sun Sep 8 09:00:37 1996 Tom Tromey <tromey@creche.cygnus.com>
307 * Makefile.am (EXTRA_DIST): New macro.
308 (maintainer-clean): Don't run "make check".
309 (pathchk): New target.
311 * automake.in (check_gnits_standards): Only check version number
313 ($package_version_line): New variable.
314 (scan_configure): Set it.
315 (check_gnits_standards): Use am_conf_line_error.
316 (scan_configure): Remove extraneous whitespace from version
318 (handle_dist): Handle distcheck-hook.
320 * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
322 * automake.in (scan_configure): Handle AM_WITH_REGEX.
323 (handle_lib_objects): Require .h files in %libsources but don't
324 generate dependencies for them.
325 (scan_configure): Also require rx.h and regex.h.
327 * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
328 AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
331 * texi-version.am: Use "cp; rm" and not "mv", to work around
334 * automake.in ($package_version): New global.
335 (scan_configure): Set it.
336 (check_gnits_standards): Verify version string; require
337 README-alpha if alpha version.
338 (scan_configure): Recognize AM_FUNC_FNMATCH,
339 AM_REPLACE_GNU_GETOPT.
341 * Makefile.am (installcheck-local): Check all scripts.
343 Sat Sep 7 19:22:32 1996 Tom Tromey <tromey@creche.cygnus.com>
345 * tags-clean.am: Do deletions here again.
347 Thu Sep 5 09:06:23 1996 Tom Tromey <tromey@creche.cygnus.com>
349 * automake.in (usage): Include bug-reporting information.
350 (handle_lib_objects): Error if LIBOBJS seen but never set.
352 * aclocal.in ($acdir): Use @datadir@/aclocal.
353 (usage): Include bug-reporting information.
355 Wed Sep 4 11:36:06 1996 Tom Tromey <tromey@creche.cygnus.com>
357 * automake.in (handle_source_transform): .deps no longer in
359 (handle_lib_objects): Ditto.
360 (handle_dist_worker): Pass --build-dir to automake.
361 ($build_directory): New global.
362 (parse_arguments): Handle --build-dir.
363 (initialize_global_constants): Include --build-dir in help.
364 (scan_dependency_file): New sub.
365 (handle_dependencies): Use it. Also, use $build_directory.
366 (initialize_global_constants): Added --srcdir-name.
367 (parse_arguments): Ditto.
368 (handle_dist_worker): Ditto.
369 ($srcdir_name): New global.
370 ($srcdir_rx): New global.
371 (parse_arguments): Set it.
373 * depend2.am: Removed all mention of $(srcdir).
375 * depend.am (MKDEP): Use gcc -M, not gcc -MM.
376 Removed all mention of $(srcdir); dependencies now put into build
379 * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
380 Don't do work silently.
382 * automake.in (handle_merge_targets): Error if invalid uninstall
384 (read_am_file): Fix for test block.test.
386 Tue Sep 3 18:50:32 1996 Tom Tromey <tromey@creche.cygnus.com>
388 * texinfos.am (install-info): Added NORMAL_INSTALL.
389 * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
390 * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
391 * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
392 * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
393 Also, use POST_INSTALL when running ranlib.
394 * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
395 * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
397 * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
398 (handle_merge_targets): Ditto.
399 (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
400 NORMAL_INSTALL defined.
402 * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
403 ${INSTALL_PROGRAM}. From François Pinard.
405 Tue Aug 27 08:25:05 1996 Tom Tromey <tromey@creche.cygnus.com>
407 * automake.in (file_contents_with_transform): Correctly remove
408 @(UN)?MAINT@ from input when maintainer mode not active.
409 (handle_aclocal_m4): Handle no-maintainer-mode case.
411 * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
413 * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
415 Mon Aug 26 21:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
417 * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
418 (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
419 in LIBFILES definition. Reported by Steve M Robbins. Test
422 * automake.in (variable_value_as_list): New sub.
423 (handle_source_transform): Use it.
424 (handle_lib_objects): Ditto.
425 (handle_libraries): Ditto.
426 (handle_texinfo): Ditto.
427 (handle_man_pages): Ditto.
428 (am_install_var): Ditto.
429 (handle_options): Ditto.
431 Sat Aug 24 09:30:46 1996 Tom Tromey <tromey@creche.cygnus.com>
433 Reported by Jim Meyering:
434 * automake.in (get_object_extension): Look in "./" for ansi2knr if
436 (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
438 * remake.am (.PHONY): New target.
440 * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
442 * automake.in (check_gnu_standards): Disallow no-installman,
444 (read_am_file): Sed out UNMAINT too.
445 (file_contents_with_transform): Ditto.
447 * acinstall: New file.
449 * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
451 * m4/AM_WITH_REGEX.m4: New version from François Pinard.
453 * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
454 * m4/AM_C_PROTOTYPES.m4: Ditto.
455 * m4/AM_FUNC_STRTOD.m4: Ditto.
456 * m4/AM_PROG_CC_STDC.m4: Ditto.
457 * m4/AM_PROG_LIBTOOL.m4: Ditto.
459 Fri Aug 23 22:23:50 1996 Tom Tromey <tromey@creche.cygnus.com>
461 * m4/Makefile.am (m4datadir): New macro
462 (m4data_DATA): Renamed.
464 * Makefile.am (cvs-dist): Depend on distcheck target.
466 Mon Aug 19 15:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
468 * automake.in (initialize_global_constants): [common_files]
469 Include acinclude.m4.
471 * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
473 Sat Aug 17 11:27:14 1996 Tom Tromey <tromey@creche.cygnus.com>
475 * automake.in (handle_dependencies): Push `depend'-clean targets
477 * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
478 maintainer-clean-depend): New targets.
480 Tue Aug 13 17:53:58 1996 Tom Tromey <tromey@creche.cygnus.com>
482 * texinfos.am (.texinfo.info): New target.
483 (.texinfo.dvi): New target.
486 * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
488 (handle_texinfo): Handle `.texinfo' files.
490 Mon Aug 12 10:28:46 1996 Tom Tromey <tromey@creche.cygnus.com>
492 * automake.in (require_file_internal): Special-case `.' when
493 finding files to distribute. Test libobj2.test.
495 * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN. Test
498 * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
499 * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
501 * compile-kr.am: Removed duplicate ansi2knr rules.
503 Sun Aug 11 00:20:16 1996 Tom Tromey <tromey@creche.cygnus.com>
505 * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
506 (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
509 * automake.in (initialize_global_constants): [common_files]
510 Include interlock and ylwrap.
512 * Released version 1.1c.
514 * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
515 ud_PATH_LISPDIR are obsolete names.
517 * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
520 * automake.in (handle_lib_objects): Changed interface. Now
521 generates _DEPENDENCIES variable if appropriate.
522 (handle_emacs_lisp): Use AM_PATH_LISPDIR.
523 (scan_configure): Ditto.
525 * Makefile.am (CLEANFILES): Removed.
527 * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
529 * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
531 * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
533 * automake.in (handle_yacc_lex_cxx): Require ylwrap in
535 (handle_source_transform): Changed return result.
536 (handle_programs): Use linker returned by
537 handle_source_transform.
538 (seen_prog_cc, seen_prog_cxx): New globals.
539 (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
540 (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
541 AC_PROG_YACC missing.
542 (seen_decl_yytext, seen_prog_lex): New globals.
543 (scan_configure): Set them.
544 (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
546 (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
547 (initialize_per_input): Initialize seen_c_source.
548 (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
550 (handle_source_transform): Set seen_c_source.
552 * interlock: Changed usage.
556 * automake.in (handle_yacc_lex_cxx): Renamed.
558 * automake.in (handle_dependencies): Handle %cxx_extensions.
559 Include depend2.am when appropriate.
561 * depend2.am: New file; contents from depend.am but templatized.
563 * automake.in (initialize_per_input): Initialize
565 (handle_source_transform): Set %cxx_extensions.
567 Sat Aug 10 10:29:30 1996 Tom Tromey <tromey@creche.cygnus.com>
569 * interlock: New file.
571 * automake.in (handle_yacc_lex): New sub.
572 (handle_source_transform): Removed most yacc/lex handling.
573 (initialize_per_input): Init yacc_sources, lex_sources.
574 (generate_makefile): Run handle_yacc_lex.
575 (handle_merge_targets): Use `scalar' and not $# to find length of
578 * m4/AM_FEATURE_EXIT.m4: Wrote.
579 * m4/AM_FEATURE_CTYPE.m4: Wrote.
580 * m4/AM_FEATURE_ERRNO.m4: Wrote.
582 * aclocal.in (macro_seen): New global.
583 (add_file): Set macro_seen entry. Only push required macro on
584 @rlist if not already seen. Test defun.test.
586 * automake.in (get_object_extension): Handle directory prefix on
589 * kr-extra.am: New file.
591 * kr-vars.am: Removed.
593 * automake.in (handle_options): Handle directory prefix on
596 * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
598 * aclocal.in (add_file): Error if macro is duplicated. Test
601 Fri Aug 9 09:18:46 1996 Tom Tromey <tromey@creche.cygnus.com>
603 * automake.in (handle_programs): Substitute @XLINK@. Make sure
604 linker variable is transformed name.
605 * program.am (@PROGRAM@): Use @XLINK@ to link.
607 * automake.in (handle_scripts): Fixed call to
609 (handle_libraries): Better error message when AC_PROG_RANLIB
612 * automake.in (handle_libraries): Canonicalize library name. Test
614 * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
615 (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
617 Thu Aug 8 10:57:21 1996 Tom Tromey <tromey@creche.cygnus.com>
619 * automake.in (handle_scripts): Correctly compute
620 $scripts_installed. Test scripts.test.
622 Wed Aug 7 12:13:15 1996 Tom Tromey <tromey@creche.cygnus.com>
624 * ansi2knr.c: New version.
626 Tue Aug 6 10:58:37 1996 Tom Tromey <tromey@creche.cygnus.com>
628 * automake.in (handle_source_transform): Handle more C++ file
629 extensions. "Handle" Objective C. Handle more FORTRAN
632 * compile-vars.am (LEX): Removed.
635 * automake.in (handle_source_transform): Correctly handle lex
636 source. Test lex.test.
637 (handle_source_transform): Skip more C++ headers. Generate macro
638 definitions for YACC and LEX on first use.
640 * aclocal.in (parse_arguments): Mention GNU.
641 * automake.in (parse_arguments): Mention GNU.
643 Mon Aug 5 00:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
645 * automake.in (handle_programs): Define program_LINK.
646 * program.am (@PROGRAM@): Use program_LINK to link.
648 * Released version 1.1b
650 * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
651 seen_prog_install to `2'.
653 * configure.in: Don't run AM_PROG_INSTALL.
655 * automake.in (parse_arguments): Use $PACKAGE.
656 ($PACKAGE): New global.
657 ($am_c_prototypes): Renamed.
658 (get_object_extension): Use am_c_prototypes.
659 (scan_configure): Ditto.
660 (scan_configure): Use AM_MAINTAINER_MODE.
661 (scan_configure): Warn about obsolete macros.
663 * aclocal.in (parse_arguments): Use $PACKAGE.
664 ($PACKAGE): New global.
666 * Makefile.am (CLEANFILES): Added aclocal.
667 (ETAGS_ARGS): Added aclocal.in.
668 (TAGS_DEPENDENCIES): Ditto.
669 (maintainer-check): Depend on aclocal.
670 (maintainer-check): Check aclocal.
671 (bin_SCRIPTS): Include aclocal.
673 * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
674 (scan_configure): Use AM_PROG_INSTALL.
676 * configure.in: Use AM_INIT_AUTOMAKE.
678 * automake.in (keyed_aclocal_warning): Warning tells about
680 (handle_aclocal_m4): New sub.
681 (handle_configure): Use it.
683 * aclocal.in (output_file): New global.
684 (usage): Handle --output.
685 (parse_arguments): Handle --output.
687 * m4/AM_INIT_AUTOMAKE.m4: New file.
689 * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
692 * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
693 (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
695 * texinfos.am (.texi.info): Force .info file to be built in
696 srcdir. From Franc,ois Pinard.
699 * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
700 test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
701 -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
702 gets compile errors. With help from Marcus Daniels.
704 * automake.in (initialize_global_constants): Put elisp-comp into
705 @common_files. Bug from Glenn Amerine.
707 Sun Aug 4 12:52:43 1996 Tom Tromey <tromey@creche.cygnus.com>
709 * automake.in (handle_dist_worker): Use fgrep, not grep.
711 * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
713 * automake.in (handle_emacs_lisp): Include lisp-clean.am in
715 (initialize_global_constants): [install_man_format] Don't hide
716 "ugliness" at install time.
718 * lisp-clean.am: New file.
720 * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
722 * automake.in (handle_man_pages): Patch from Janos Farkas to fix
723 bug when installing man pages. Test man.test.
724 (initialize_global_constants): [install_man_format] Make sure man
725 page can actually be found in either source or build dirs.
726 (handle_dist_worker): Use "755" permissions on distdir.
728 * automake.in (handle_dist): Allow chmod's to fail.
729 (am_primary_prefixes): New function.
730 (am_install_var): Use it.
731 (handle_libraries): Use it. Test libfiles.test.
732 (handle_dist): For dist-tarZ, assume traditional "tar" and
735 * m4/AM_FUNC_STRTOD.m4: New file.
737 * automake.in (handle_dist): Only generate `distdir' variable if
738 it doesn't already exist.
740 Fix for bug reported by Harlan Stenn. Test tags.test.
741 * automake.in (initialize_per_input): Define dir_holds_sources.
742 (handle_tags): Check dir_holds_headers.
743 (handle_headers): Set dir_holds_headers.
745 * automake.in (handle_texinfo): Generate "version.texi" dependency
746 for .dvi file. Bug reported by Glenn Amerine. Test vtexi2.test.
748 * automake.in (handle_configure): Require file $input, not
749 "$local.in". From Nyul Laszlo. Test colon.test.
751 Sun Jul 28 11:14:52 1996 Tom Tromey <tromey@creche.cygnus.com>
753 * aclocal.in: New file.
754 * configure.in: Generate m4/Makefile, aclocal.
755 * Makefile.am (SUBDIRS): Include m4.
756 * m4/Makefile.am: New file.
758 Fri Jul 19 10:12:27 1996 Tom Tromey <tromey@creche.cygnus.com>
760 * automake.in (initialize_global_constants): Put ansi2knr.c and
761 ansi2knr.1 into common_files. Bug report from François Pinard.
763 Mon Jul 15 10:28:29 1996 Tom Tromey <tromey@creche.cygnus.com>
765 * install-sh: Updated copyright notice.
767 Fri Jul 5 08:23:00 1996 Tom Tromey <tromey@creche.cygnus.com>
769 * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
770 Report from Josh MacDonald.
772 Bugs from Gord Matzigkeit:
773 * automake.in (handle_footer): Push contents of $(SUFFIXES), not
775 (handle_dist): Ignore chmod return results.
777 * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
778 Solaris "rm -f". Bug from Kaveh R. Ghazi.
779 * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
781 Fri Jun 21 10:42:06 1996 Tom Tromey <tromey@creche.cygnus.com>
783 * texinfos.am (install-info): Use "if", not "&&", to avoid
784 install problem when glob doesn't match.
786 * automake.in (initialize_global_constants): [USAGE] Added
788 (force_generation): New global.
789 (parse_arguments): Handle --no-force.
790 (generate_makefile): Handle --no-force.
792 * Makefile.am (maintainer-check): Ensure all invocations of
793 mkinstalldirs are correct.
795 Tue Jun 18 10:53:54 1996 Tom Tromey <tromey@creche.cygnus.com>
797 * automake.in (handle_tests): Don't directly generate site.exp.
799 Sun Jun 16 22:21:16 1996 Harlan Stenn <harlan@brown.pfcs.com>
801 * automake.in: Treat an initial `#' on a word in AUTOMAKE_OPTIONS
802 as a comment start. Add support for a dist-tarZ target.
804 Tue Jun 11 22:14:21 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
806 * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
807 paths into relative paths.
809 Mon Jun 10 21:11:20 1996 Tom Tromey <tromey@creche.cygnus.com>
811 * texinfo.tex: New version.
813 * automake.in: Look for AM_PROG_LIBTOOL. From Gord Matzigkeit.
814 (initialize_global_constants): Added libtool to
816 (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
818 Sun Jun 9 17:45:48 1996 Tom Tromey <tromey@creche.cygnus.com>
820 * texinfos.am (install-info): Don't install ~ files. Bug report
822 * automake.in (handle_texinfo): Don't push '.info*' onto
825 * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
827 (handle_dist): Pass --with-included-gettext to configure if using
830 * compile-kr.am (._c._o): Pass -c to $(COMPILE).
832 * compile.am (.c.o): Pass -c to $(COMPILE).
833 * compile-vars.am (COMPILE): Don't include -c.
835 * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
837 * automake.in (handle_configure): Supply --strictness arg to
840 Fri Jun 7 12:31:31 1996 Tom Tromey <tromey@creche.cygnus.com>
842 * automake.in (handle_tests): Fix quoting on `pwd`.
843 (handle_options): Recognize no-installinfo option.
844 (handle_man_pages): Don't put man directory on @installdirs if
845 no-installman is specified.
846 (handle_texinfo): Handle no-installinfo option.
847 (handle_options): Compare version against $num_version, not
849 (handle_source_transform): Generate rules for output of lex,
850 yacc. Bug report from Thomas Morgan. Test yacc.test.
851 (handle_dist): "distcheck" now runs "make dvi".
852 (handle_tests): Support $(TESTS_ENVIRONMENT). Idea from Ulrich
855 * dejagnu.am (check-DEJAGNU): Depend on site.exp.
857 Sun Jun 2 10:33:10 1996 Tom Tromey <tromey@creche.cygnus.com>
859 * automake.in (handle_emacs_lisp): New function.
860 (initialize_global_constants): Added elisp-comp to
862 (seen_lispdir): New global.
863 (scan_configure): Handle ud_PATH_LISPDIR.
865 * elisp-comp: New file.
869 * automake.in (generate_makefile): Run handle_emacs_lisp.
871 * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
873 * automake.in (initialize_global_constants): Removed version.texi
874 from common_sometimes.
875 (initialize_global_constants): Added texinfo.tex to common_files.
877 (handle_tests): Allow dejagnu- and automake-style test suites to
878 coexist. Test dejagnu.test.
879 (initialize_global_constants): New constants AC_CANONICAL_HOST,
881 (scan_configure): Use new constants.
882 (handle_tests): Put target specific information into site.exp if
884 (read_am_file): Generate some extra variables when AC_CANONICAL_*
886 (handle_options): Allow version number to have letters appended.
887 (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
889 (initialize_global_constants): install_man_format changed to
890 handle built man pages.
892 Wed May 29 10:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
894 * config.guess, config.sub: New versions.
896 Tue May 28 19:27:11 1996 Tom Tromey <tromey@creche.cygnus.com>
898 * configure.in (VERSION): Upped to 1.0.
900 Sat May 25 10:19:53 1996 Tom Tromey <tromey@creche.cygnus.com>
902 * automake.in (handle_tests): Handle dejagnu.
903 (handle_options): Recognize dejagnu option.
905 * dejagnu.am: New file.
907 Thu May 23 10:01:13 1996 Tom Tromey <tromey@creche.cygnus.com>
909 * automake.in (handle_dist): Run installcheck target from
912 * configure.in (VERSION): Upped to 0.34.
914 * automake.in (scan_configure): Always allow upgrading to
915 fp_PROG_INSTALL. Test fpinstall.test.
917 Wed May 22 14:45:28 1996 Joshua Cowan <jcowan@hermit.reslife.okstate.edu>
919 (handle_dist): Make `distcheck' check `install' target, too.
921 Wed May 22 09:49:27 1996 Tom Tromey <tromey@creche.cygnus.com>
923 * automake.in (initialize_per_input): Don't initialize
924 $output_directory here; initialize it globally. From Joshua
925 Cowan. Test outdir.test.
927 Sat May 18 10:57:40 1996 Tom Tromey <tromey@creche.cygnus.com>
929 * automake.in (handle_tests): Don't push TESTS onto dist_common.
930 (initialize_global_constants): Put install-sh and mkinstalldirs
931 into @common_files. Test insh2.test.
933 Fri May 17 09:02:02 1996 Tom Tromey <tromey@creche.cygnus.com>
935 * automake.in (handle_source_transform): Don't generate _OBJECTS
936 when no source files specified. Test number.test.
938 From Joerg-Martin Schwarz:
939 * automake.in (seen_package, seen_version): New globals.
940 (scan_configure): Look for PACKAGE= and VERSION=.
942 * automake.in (handle_options): Recognize dist-zip.
943 (handle_dist): Handle dist-zip.
944 (handle_options): Use ' ', not \s+, with split. Test
946 (handle_source_transform): Likewise.
947 (handle_lib_objects): Likewise.
948 (handle_libraries): Likewise.
949 (handle_texinfo): Likewise.
950 (handle_man_pages): Likewise.
951 (handle_subdirs): Likewise.
952 (handle_gettext): Likewise.
953 (handle_footer): Likewise.
954 (handle_tests): Likewise.
955 (scan_configure): Likewise.
956 (am_install_var): Likewise.
958 * Makefile.am (TAGS_DEPENDENCIES): New macro.
960 * tags.am (tags-recursive): New target.
961 (TAGS): Depend on it.
963 * automake.in (handle_tags): Put tags-recursive on @phony.
965 * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
967 * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
969 Thu May 16 09:21:48 1996 Tom Tromey <tromey@creche.cygnus.com>
971 * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
973 * automake.in (scan_configure): Look for install-sh and
975 (initialize_global_constants): Moved mdate-sh from
976 common_sometimes to common_files. Test mdate2.test.
978 Tue May 14 21:52:01 1996 Tom Tromey <tromey@creche.cygnus.com>
980 * automake.in (seen_maint_mode): New global.
981 (scan_configure): Handle jm_MAINTAINER_MODE.
982 (read_am_file): Handle seen_maint_mode.
983 (file_contents_with_transform): Handle seen_maint_mode.
984 (handle_source_transform): Changed interface, all callers.
987 * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
989 * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
991 * automake.in (handle_configure): Check $config_aux_dir against
992 empty string. From Markku Rossi. Test mkinstall.test.
994 Fri May 10 14:38:47 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
996 * automake.in (distcheck): Added new rule to top level
999 Wed May 8 21:57:21 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
1001 * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
1003 (generate_makefile): libtool, config.sub, and config.guess should
1004 only ever appear in the top directory of a package.
1006 Tue May 14 10:24:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1008 * automake.in (initialize_global_constants): Added libversion.in
1011 * configure.in (VERSION): Upped to 0.33.
1013 * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1016 Mon May 13 10:41:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1018 * install-sh (transformbasename): Correct misspelling of
1019 transformbasename. From Ian Lance Taylor.
1021 Sat Apr 27 11:39:10 1996 Tom Tromey <tromey@creche.cygnus.com>
1023 * automake.in (handle_configure): Set mkinstalldirs variable
1025 (handle_dist_worker): Explicitly set distdir in subdir makes.
1026 (handle_dist): Handle separate distdir target.
1027 (handle_dist_worker): Only generate distdir target.
1029 * texinfos.am (install-info): Use $(mkinstalldirs).
1030 * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1031 * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1032 * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1033 * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1034 * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1036 * automake.in (read_am_file): Set mkinstalldirs variable.
1037 (handle_man_pages): Use it.
1038 (handle_installdirs): Ditto.
1040 Fri Apr 26 15:10:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1042 * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1044 Thu Apr 25 18:40:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1046 * automake.in (handle_dist_worker): Use $(TAR), not tar.
1047 (handle_merge_targets): Make sure config header is built before
1048 recursing into subdirs.
1049 (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1050 (handle_merge_targets): Handle case where nothing is installed but
1051 something must be built -- "make install" must still work.
1053 * dist-vars.am (TAR): New macro.
1055 * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1056 (handle_configure): Require stamp-h.in when config header used.
1058 Tue Apr 23 17:57:13 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1060 * doc/mdate-sh: Extract the last field from the date output, not
1061 the sixth, which will fail when the timezone name has more than
1062 one word or is missing.
1064 Wed Apr 24 20:29:26 1996 Tom Tromey <tromey@creche.cygnus.com>
1066 * automake.in (am_install_var): Use delete, not undef, to remove
1067 EXTRA entry. From Gord Matzigkeit.
1069 Mon Apr 22 17:48:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1071 * automake.in (read_am_file): Handle case where last line doesn't
1074 Tue Apr 9 22:53:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1076 * automake.in (variable_defined): New function.
1077 (read_am_file): Ensure a blank line comes before starting comments
1079 (initialize_per_input): Initialize %targets.
1080 (read_am_file): Set appropriate entry in %targets.
1081 Many changes to use variable_defined.
1082 (check_gnu_standards): Only require ChangeLog at top level. From
1084 (handle_tests): check-TESTS depends on $(TESTS). From Gord
1087 Mon Apr 8 22:51:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1089 * automake.in (parse_arguments): Added short options.
1090 (initialize_global_constants): Ditto.
1092 Fri Apr 5 00:22:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1094 * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1097 * automake.in (handle_source_transform): Typo fix.
1099 Thu Apr 4 15:10:50 1996 Tom Tromey <tromey@creche.cygnus.com>
1101 * automake.in (handle_dist_worker): Renamed dist-local to
1103 (handle_merge_targets): Added install-data-hook and
1105 (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1107 * automake.in (handle_scripts): Never allow scripts_installed to
1110 * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1113 * automake.in (generate_makefile): Derived file names from given
1114 input; don't assume Makefile.in and Makefile.am.
1115 (am_file_name, in_file_name): New globals.
1116 (read_am_file): Use them.
1118 * program.am (@PROGRAM@): Use transformed program name.
1120 * remake-hdr.am (stamp-h): Actually touch stamp-h.
1122 Wed Apr 3 15:16:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1124 * automake.in (require_file_internal): Use correct file for error
1125 messages. Test insh.test.
1127 Mon Apr 1 09:47:44 1996 Tom Tromey <tromey@creche.cygnus.com>
1129 * texinfos.am (.texi.info): Build output file in srcdir.
1131 * automake.in (require_file_internal): If $dir is ".",then look in
1133 (handle_texinfo): Canonicalize name of texi file before looking
1134 for dependency variable.
1136 Thu Mar 28 08:33:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1138 * automake.in (require_conf_file_with_conf_line): Yet another
1139 function of this form.
1140 (libtool_line): New variable.
1141 (handle_libraries): Handle libtool.
1143 * libraries-vars.am: Removed.
1145 * automake.in (seen_libtool): New variable.
1146 (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
1148 * automake.in (handle_dist_worker): Handle dist-local.
1150 * Makefile.am (maintainer-check): Do "make check" after all syntax
1153 * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
1156 * automake.in ($seen_arg_prog): New global.
1157 (handle_programs): Error if AC_ARG_PROGRAM not seen.
1158 (handle_scripts): Ditto.
1159 (handle_configure): mkinstalldirs now a config file.
1160 (handle_installdirs): Find mkinstalldirs in config_aux_dir.
1161 (handle_dist_worker): Removed DIST_SUBDIRS.
1162 (require_file_path): New variable.
1163 (require_file_with_conf_line): Set it.
1164 (require_file_with_line): Ditto.
1165 (require_file): Ditto.
1166 (require_file_internal): Incorporated code from
1167 require_config_file.
1168 (require_config_file): Rewrote.
1169 (require_conf_file_with_line): New function.
1170 (handle_texinfo): Use it for mdate-sh.
1171 (handle_texinfo): Look for mdate-sh in appropriate directory.
1173 Tue Mar 26 13:47:54 1996 Tom Tromey <tromey@creche.cygnus.com>
1175 * Makefile.am (cvs-dist): Find NEWS in srcdir.
1176 * automake.in (handle_dist_worker): Find NEWS in srcdir.
1177 ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
1179 (require_config_file): Set config_aux_path when file found.
1180 ($config_aux_dir): New variable.
1181 (require_config_file): Set it.
1182 (handle_man_pages): Find mkinstalldirs in config_aux_dir.
1184 Mon Mar 25 15:32:57 1996 Tom Tromey <tromey@creche.cygnus.com>
1186 * data.am (install-@DIR@DATA): Also allow data to be in build
1189 Sun Mar 24 19:56:28 1996 Tom Tromey <tromey@creche.cygnus.com>
1191 * automake.in (am_install_var): Don't look in EXTRA_primary
1192 variable any more; it is handled in the main loop.
1194 Wed Mar 20 16:22:35 1996 Tom Tromey <tromey@creche.cygnus.com>
1196 * data.am (install-@DIR@DATA): Find data in srcdir.
1198 Fri Mar 15 18:30:31 1996 Tom Tromey <tromey@creche.cygnus.com>
1200 * automake.in (require_config_file): Use correct filename when
1201 looking for errors. Also, install file in `.' if not found. Bug
1202 reported by Gord Matzigkeit. Test installsh.test.
1204 Thu Mar 14 09:28:21 1996 Tom Tromey <tromey@creche.cygnus.com>
1206 * Makefile.am (cvs-diff): New target.
1208 Fix for bug when install var substitutes empty. Test empty.test.
1209 * header.am (install-@DIR@HEADERS): Allow empty list of headers.
1210 (uninstall-@DIR@HEADERS): Ditto.
1211 * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
1212 (uninstall-@DIR@SCRIPTS): Ditto.
1213 * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
1215 (uninstall-@DIR@LIBRARIES): Ditto.
1216 * data.am (install-@DIR@DATA): Allow empty list of data.
1217 (uninstall-@DIR@DATA): Ditto.
1218 * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
1219 From François Pinard.
1220 (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
1221 (uninstall-@DIR@PROGRAMS): Ditto.
1223 Wed Mar 13 19:50:23 1996 Tom Tromey <tromey@creche.cygnus.com>
1225 * tags-subd.am (ID): Name of ID file must be flush against -f.
1227 * configure.in (VERSION): Version 0.32.
1229 Mon Mar 11 17:50:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1231 * automake.in (seen_linguas, all_linguas_line): New variables.
1232 (handle_gettext): New function.
1233 (generate_makefile): Run it.
1234 (scan_configure): Recognize ALL_LINGUAS.
1236 Mon Mar 11 14:34:36 1996 Gord Matzigkeit <gord@enci.ucalgary.ca>
1238 * automake.texi: doc fix.
1240 * automake.in (am_install_var): Added support for check and
1241 installcheck special prefixes.
1243 Sun Mar 10 10:44:42 1996 Tom Tromey <tromey@creche.cygnus.com>
1245 * automake.in (handle_subdirs): Don't do SUBDIRS check for
1248 Tue Mar 5 18:12:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1250 * automake.in (OBJECT_PATTERN): Removed.
1251 (am_install_var): No error if name is invalid.
1252 (handle_programs): Canonicalize program names.
1253 (BOGUS_MACRO_PATTERN): New variable.
1254 (read_am_file): Error if bad macro name given.
1255 (require_file_internal): Use am_line_error, not am_conf_error.
1257 * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
1259 Mon Mar 4 19:30:24 1996 Tom Tromey <tromey@creche.cygnus.com>
1261 * automake.in (handle_lib_objects): New function.
1262 (handle_libraries): Use it.
1263 (handle_programs): Ditto.
1264 (handle_dist_worker): Deprecate DIST_SUBDIRS.
1265 (am_install_var): Allow extended directory mechanism to work.
1268 * dist-vars.am (DISTFILES): Use EXTRA_DIST.
1269 (DEP_DISTFILES): Ditto.
1271 * automake.in (OBJECT_PATTERN): New variable.
1272 (am_install_var): Use it.
1273 (handle_dist): DIST_OTHER is an anachronism.
1275 Sat Mar 2 17:04:38 1996 Tom Tromey <tromey@creche.cygnus.com>
1277 * automake.in (handle_dist_worker): Only cause Automake to be
1278 re-run if not making a distribution. Fixes bug reported by
1279 Joerg-Martin Schwarz.
1280 (require_file_with_line): New function.
1281 (require_file): Use it.
1282 (am_line_error): Don't print line number if $symbol is empty.
1283 (get_object_extension): Use require_file_with_line.
1284 (handle_libraries): Use require_file_with_line.
1285 (handle_texinfo): Use require_file_with_line.
1286 (handle_configure): Use am_conf_line_error and
1287 require_file_with_conf_line.
1288 (handle_subdirs): Use require_file_with_conf_line.
1289 (handle_configure): Use require_file_with_conf_line.
1290 (handle_tests): Push check-TESTS on @phony.
1291 (am_conf_line_error): New function.
1292 (require_file_with_conf_line): New function.
1293 (require_file_internal): New function.
1294 (require_file_with_line): Use it.
1295 (require_file): Ditto.
1296 (am_conf_line_error): Handle empty line number.
1297 (ac_gettext_line, ac_output_line): New variables.
1298 (scan_configure): Set them.
1300 Fri Mar 1 00:13:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1302 * automake.in (parse_arguments): Default strictness is gnu.
1303 Changed `normal' to `foreign' everywhere.
1304 (parse_arguments): Handle --foreign.
1305 (initialize_global_constants): Document --foreign.
1306 (handle_dependencies): Better error message.
1307 (handle_texinfo): Don't push $vtexi on @texis.
1308 (handle_texinfo): Only push $vtexi on @texi_deps if not null.
1309 (handle_configure): install-sh is a config file; require it as
1311 (parse_arguments): Renamed --install-missing to --add-missing.
1312 (add_missing): Renamed from install_missing.
1313 (am_install_var): Check to make sure contents of install variable
1314 are correct if primary requires it. Test badprog.test.
1315 (initialize_global_constants): Initialize
1316 %primary_uses_subobjects.
1317 (handle_source_transform): Skip configure substitutions. Test
1318 depend.test. Also, skip empty elements.
1320 Thu Feb 29 22:00:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1322 * texinfo.tex: New version.
1324 * automake.in (am_install_var): Allow extended range of
1325 installation directories.
1327 * automake.in (get_object_extension): Don't allow
1328 @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
1329 From Gord Matzigkeit. Test confincl.test.
1331 * texinfos.am (install-info): Changed usage of install-info (in
1332 comment). Per Feb 25 GNU Standards document.
1334 Wed Feb 28 07:40:55 1996 Tom Tromey <tromey@creche.cygnus.com>
1336 * automake.in (handle_tests): New function.
1337 (generate_makefile): Call it.
1338 (handle_subdirs): Skip directories whose names look like configure
1340 (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
1342 (scan_configure): Clear in_ac_output if "]" found. Test
1344 (require_config_file): New function.
1345 (generate_makefile): Use require_config_file.
1346 (config_aux_path): New variable.
1347 (scan_configure): Check for AC_CONFIG_AUX_DIR.
1348 (handle_merge_targets): Add install-strip rule.
1350 Tue Feb 27 20:00:36 1996 Tom Tromey <tromey@creche.cygnus.com>
1352 * mdate-sh: New version from Ulrich Drepper.
1354 * automake.in (handle_source_transform): Changed fill back to
1356 (handle_libraries): Ditto.
1357 (handle_dist): Ditto.
1358 (handle_dependencies): Ditto.
1359 (handle_footer): Ditto.
1360 (handle_phony): Ditto.
1362 * Makefile.am (DIST_SUBDIRS): Removed.
1363 (installcheck-local): Use Perl, not test -x.
1365 (maintainer-check): Use $(PERL), not @PERL@.
1367 * configure.in (VERSION): Upped to 0.31.
1369 Sat Feb 24 18:02:19 1996 Tom Tromey <tromey@creche.cygnus.com>
1371 * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
1374 * automake.in: Use keyed_aclocal_warning when warning about
1376 (get_object_extension): Use keyed_aclocal_warning when warning
1377 about fp_C_PROTOTYPES.
1378 (keyed_aclocal_warning): New function.
1380 * Makefile.am (pkgdata_DATA): Install aclocal.m4.
1381 * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
1383 * automake.in (get_object_extension): Only give error about
1384 fp_C_PROTOTYPES once.
1386 * automake.in (seen_ranlib): New variable.
1387 (scan_configure): Recognized AC_PROG_RANLIB.
1388 (handle_libraries): Error if ranlib not checked for.
1390 * automake.in (default_strictness): Default to GNU.
1391 (default_strictness_name): Ditto.
1393 Wed Feb 21 18:15:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1395 * automake.in (read_am_file): Removed @kr@ support.
1396 (get_object_extension): Ditto.
1398 * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
1400 Tue Feb 20 17:25:18 1996 Tom Tromey <tromey@creche.cygnus.com>
1402 * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
1404 Mon Feb 19 19:53:09 1996 Tom Tromey <tromey@creche.cygnus.com>
1406 * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
1407 * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
1409 * automake.in (handle_scripts): Ensure $scripts_installed set to
1410 boolean value. Test proginst.test.
1412 * Makefile.am (installcheck-local): New target.
1414 * automake.in (require_file): No error if missing file is
1417 Sun Feb 18 17:10:00 1996 Tom Tromey <tromey@creche.cygnus.com>
1419 * automake.in (handle_scripts): SCRIPTS no longer automatically
1420 cleaned. Now possible to install scripts in pkgdatadir.
1421 ($seen_canonical): New variable.
1422 (generate_makefile): Check for config.guess and config.sub here;
1423 fixes bug reported by Gord Matzigkeit.
1425 * Makefile.am (pkgdata_SCRIPTS): New variable.
1426 (CLEANFILES): New macro.
1428 * scripts-clean.am: Removed.
1430 Sat Feb 17 00:15:20 1996 Tom Tromey <tromey@creche.cygnus.com>
1432 * automake.in (am_install_var): Error if primary variable actually
1434 (am_install_var): Skip elements that look like configure
1436 (am_install_var): "EXTRA" is a valid prefix.
1437 (am_install_var): Push contents EXTRA_PRIMARY onto @result.
1438 (handle_merge_targets): Treat "all" target like "install".
1439 (handle_subdirs): Don't push all-recursive.
1441 * header.am (install-@DIR@HEADERS): Don't depend on all.
1442 * data.am (install-@DIR@DATA): Don't depend on all.
1443 * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
1444 * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
1445 * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
1447 * automake.in (am_install_var): Push generated install targets
1450 * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
1451 * automake.in (handle_merge_targets): Correctly handle recursive
1452 calls of uninstall, install-exec, and install-data.
1453 (handle_merge_targets): Put Makefile, and possibly $config_name,
1455 (handle_merge_targets): Push 'all' onto @install as appropriate.
1457 Fri Feb 16 18:27:04 1996 Tom Tromey <tromey@creche.cygnus.com>
1459 * automake.in (handle_configure): config.status is in
1460 $(top_builddir), not $(top_srcdir). Reported by Anthony Green.
1462 * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
1464 Thu Feb 15 19:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
1466 * automake.in: (seen_prog_yacc): New variable.
1467 (scan_configure): Look for yacc.
1468 (handle_source_transform): Skipp C++ header files.
1469 (handle_source_transform): .cxx is a C++ source file.
1471 Wed Feb 14 08:36:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1473 * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
1475 Implemented --verbose feature; idea from Greg Woods:
1476 * automake.in (verbose): New global.
1477 (generate_makefile): Print creating message if verbose.
1478 (grep_for_vers_texi): Print message if verbose.
1479 (handle_dependencies): Ditto.
1480 (scan_configure): Ditto.
1481 (read_am_file): Ditto.
1482 (parse_arguments): Added --verbose.
1483 (initialize_global_constants): Ditto.
1485 * automake.in (get_object_extension): Use am_line_error.
1486 (handle_source_transform): Ditto.
1487 (handle_libraries): Ditto.
1488 (handle_texinfo): Ditto.
1489 (handle_man_pages): Ditto.
1490 (handle_dist): Ditto.
1491 (handle_dist): Ditto.
1492 (handle_subdirs): Ditto.
1493 (handle_configure): Ditto.
1494 (handle_merge_targets): Ditto.
1495 (am_install_var): Ditto.
1496 (am_line_error): Allow actual line number as argument.
1497 (handle_configure): Use am_line_error.
1498 (scan_configure): Set config_header_line.
1499 (config_header_line): New global.
1500 Use @PERL@ to find perl during exec. From Greg Woods.
1502 Tue Feb 13 22:06:51 1996 Tom Tromey <tromey@creche.cygnus.com>
1504 * automake.in (initialize_per_input): Init %content_lines.
1505 (read_am_file): Set appropriate content_lines elements while
1507 (am_line_error): New function.
1508 (read_am_file): Use it.
1509 (handle_options): Ditto.
1511 * automake.in (scan_configure): Handle case where more than one .o
1512 is put into LIBOBJS at once. Test libobj.test.
1514 Mon Feb 12 20:39:28 1996 Tom Tromey <tromey@creche.cygnus.com>
1516 * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
1518 (handle_subdirs): Restored intl, po warnings.
1520 * automake.in (scan_configure): Delete everything after "," or
1521 ")". Test acoutnoq.test.
1522 (handle_dist): Use $relative_dir, not nonexistent $subdir.
1523 (handle_subdirs): 'po' and 'intl' are sometimes substituted into
1524 SUBDIRS; don't warn about their absence.
1526 Sun Feb 11 16:55:15 1996 Tom Tromey <tromey@creche.cygnus.com>
1528 * automake.in (handle_texinfo): Removed bogus error message.
1530 * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
1532 (handle_options): Handle version number.
1534 * automake.in ($maint_charset, $dist_charset): New variables.
1535 (initialize_per_input): Init $local_maint_charset.
1536 (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
1537 (generate_makefile): Don't print "creating...".
1539 Sat Feb 10 16:45:07 1996 Tom Tromey <tromey@creche.cygnus.com>
1541 * automake.in (get_object_extension): Substitute
1542 @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
1543 (handle_source_transform): Use $1, not \1.
1544 (pretty_print_internal): Handle Tabs in fill when computing indent
1546 (handle_merge_targets): Always generate install-exec and
1547 install-data targets. Test instexec.test.
1548 Fixed error message if fp_PROG_INSTALL missing.
1550 * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
1551 @CONFIG_INCLUDE_SPEC@.
1553 * automake.in (scan_configure): Delete everything after "]". Test
1556 * configure.in (AC_OUTPUT): Create tests/Makefile.
1557 * Makefile.am (SUBDIRS): New macro.
1559 * automake.in (handle_texinfo): Put $vtexi on texi_deps. From Jim
1562 * configure.in (AC_OUTPUT): Ensure automake is executable.
1564 Thu Feb 8 17:30:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1566 * automake.in (handle_subdirs): Error if directory in SUBDIRS does
1569 * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
1572 * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
1574 * header.am (install-@DIR@HEADERS): Depend on all, not
1576 * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
1577 * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
1579 * programs.am (install-@DIR@PROGRAMS): Depend on all, not
1582 * automake.in (initialize_per_input): Initialize
1584 ($seen_path_xtra): New variable.
1585 (scan_configure): Look for AC_PATH_XTRA.
1586 (get_object_extension): Add variables to output if X seen.
1588 Thu Feb 8 10:02:45 1996 Greg A. Woods <woods@most.weird.com>
1590 * automake.in (handle_programs): add pkglib to list of
1592 (various): include a tab as fill for continuation lines
1593 printed with pretty_print*, esp. for macro variable assignments.
1594 [ changed to 4 spaced by me ]
1596 Wed Feb 7 18:00:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1598 * configure.in (VERSION): Upped to 0.30.
1600 * Makefile.am (automake): Removed.
1601 (DIST_OTHER): Removed.
1603 * automake.in (handle_source_transform): All dep_files are
1604 relative to $(srcdir).
1605 (handle_libraries): Ditto.
1606 (scan_configure): Test for AC_PROG_INSTALL as well as
1607 fp_PROG_INSTALL. Don't error here.
1608 (seen_prog_install): Now global.
1609 (scripts_installed): New global.
1610 (handle_scripts): Set it.
1611 Give error if appropriate install macro not seen.
1612 (handle_subdirs): Ensure $seen_gettext before requiring
1613 gettext-specific files.
1614 (handle_configure): Automatically rebuild
1617 * automake.in (handle_source_transform): Use \W when quoting
1618 regexp. When blah_SOURCES not explicitly defined, still create
1620 * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
1621 * subdirs.am (maintainer-clean-recursive): Now depends on
1622 $(CONFIG_HEADER) and Makefile.
1624 * automake.in (handle_source_transform): Skip macro references.
1626 Mon Feb 5 14:58:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1628 * automake.in (handle_texinfo): Include "rm" when deleting files.
1630 * Makefile.am (maintainer-check): Expect only one ${...}.
1631 * texinfos.am (install-info): Remove unneeded ${...}. From Jim
1634 * automake.in (handle_configure): Only define CONFIG_HEADER if
1636 ($seen_gettext): New variable.
1637 (handle_subdirs): Do all gettext-related checking here.
1638 (scan_configure): Just set $seen_gettext.
1639 (handle_man_pages): Properly quote $(MANS).
1641 Wed Jan 31 09:51:30 1996 Tom Tromey (tromey@gerbil.cygnus.com)
1643 * depend.am: Don't use srcdir anywhere.
1644 * automake.in (handle_libraries): Don't make .deps relative to
1646 (handle_options): Recognize no-dependencies.
1648 * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
1649 ".". Properly quote regexp.
1651 Tue Jan 30 12:19:09 1996 Tom Tromey (tromey@gerbil.cygnus.com)
1653 * automake.in (handle_configure): Only defined CONFIG_HEADER if
1655 (read_am_file): Quote regexp when substituting top_builddir.
1656 (handle_source_transform, handle_libraries): Look in
1657 $(srcdir)/.deps for .P files.
1659 Fri Jan 26 00:15:25 1996 Tom Tromey <tromey@creche.cygnus.com>
1661 * automake.in (am_conf_error): New function.
1662 (scan_configure): Use it.
1663 (scan_configure): A comma also ends AC_OUTPUT macro.
1665 * automake.in (read_am_file): Compute top_builddir when including
1667 (handle_configure): Use $top_builddir, not $top_reldir.
1668 (other_input_files): New variable.
1669 (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
1671 Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
1672 * automake.in (input_files, seen_make_set): Declare globally.
1673 (parse_arguments): Use input_files, not make_list.
1674 Only scan configure.in once.
1675 (handle_dist): Use SUBDIRS to determine when to make
1676 subdirectories and recurisvely dist. Use $(topdir), not "..", to
1677 find top of dist tree.
1678 (handle_configure): Check for AC_PROG_MAKE_SET here. Don't require
1679 configure.in (done elsewhere).
1680 (scan_configure): seen_make_set is global. Allow arbitrary space
1681 in LIBOBJS assignment.
1682 (top_builddir): New variable.
1683 * header-vars.am (top_builddir): New variable.
1684 * remake-subd.am (Makefile): Look in top_builddir, not .., when
1686 * automake.in (handle_merge_targets): Run 'all' before
1689 * automake.in (file_contents_with_transform): Changed error
1691 (handle_configure): Define $contents{'CONFIG_HEADER'}.
1693 * texi-version.am: Many changes to support multiple .texi files.
1694 Replaced "version.texi" with "@VTEXI@". Replaced "vti" with
1696 * automake.in (handle_configure): install.sh is an anachronism.
1697 (handle_texinfo): Generalized for multiple .texi files. Handle
1698 'clean-info' internally.
1699 * texi-clean.am: Removed.
1700 * Makefile.am: Updated for removal.
1702 Wed Jan 24 22:55:32 1996 Tom Tromey <tromey@creche.cygnus.com>
1704 * automake.in (grep_for_vers_texi): New function.
1705 (handle_texinfo): Use grep_for_vers_texi, not system("grep").
1706 (handle_texinfo): Changes to generalize to multiple .texi files.
1708 Tue Jan 23 14:22:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1710 Fixes from Gord Matzigkeit:
1711 * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
1713 * header.am: New file.
1714 * Makefile.am (pkgdata_DATA): Install header.am.
1715 * automake.in (handle_headers): Use header.am, not data.am.
1716 (am_install_var): Allow pattern to be compiled multiple times.
1718 * config.guess, config.sub: New files.
1719 * Makefile.am (pkgdata_DATA): Install config.guess and
1721 * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
1722 AC_CANONICAL_SYSTEM.
1724 Sun Jan 21 15:51:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1726 * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
1727 (handle_man_pages): Use man_MANS, not MANS.
1729 * Makefile.am (info_TEXINFOS): Renamed.
1731 * automake.in (scan_configure): Remove comments from input line.
1732 (am_variable): Removed.
1734 * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
1736 * automake.in (config_name, config_header): New globals.
1737 (scan_configure): Look for AC_CONFIG_HEADER.
1738 (handle_configure): Handle more uses of AC_CONFIG_HEADER.
1740 Sat Jan 20 15:54:24 1996 Tom Tromey <tromey@creche.cygnus.com>
1742 * automake.in (handle_dist_worker): Bug fix.
1744 Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
1746 * automake.in (require_file): Install missing files only according
1747 to desired strictness.
1748 (initialize_per_input): Don't init libsources.
1749 (scan_configure): Reinit libsources.
1750 (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
1751 (fp_c_prototypes): New global.
1752 (scan_configure): Set it.
1753 (get_object_extension): Error if fp_C_PROTOTYPES not in
1754 configure.in when using ansi2knr.
1755 (handle_source_transform): Skip header files.
1757 * automake.in (handle_dist_worker): Explicitly make 'dist' in
1760 Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
1762 From François Pinard:
1763 * automake.in (handle_source_transform): Transform $o file into .P
1765 (handle_dist_worker): Handle case where DISTFILES includes
1766 wildcard. Bug fix in subdir case.
1768 * automake.in (parse_arguments): Initialize strictness to
1771 Sun Jan 14 13:54:16 1996 Tom Tromey <tromey@creche.cygnus.com>
1773 * automake.in (scan_configure): Look for NLS support.
1775 Changes from François Pinard:
1776 * texinfos.am (install-info): Correctly install when build dir is
1778 * tags-subd.am (ID): Indentation change.
1779 * kr-vars.am (o): Use ".@U@o", not "@U@o".
1780 * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1781 * automake.in (handle_dist_worker): Fixlets.
1782 (handle_dist): Sort keys going into dist_common.
1784 Sat Jan 13 00:18:06 1996 Tom Tromey <tromey@creche.cygnus.com>
1786 * automake.in (handle_dist_worker): If Gnits, don't allow release
1787 until NEWS is updated.
1789 * configure.in (VERSION): Version 0.29.
1791 * Makefile.am (maintainer-check): Look for perl4.036 in path.
1793 * dist-vars.am (DISTFILES): Include BUILT_SOURCES.
1794 (DEP_DISTFILES): Ditto.
1796 * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1797 * dist-vars.am (DEP_DISTFILES): New variable.
1799 * automake.in (handle_options): Support dist-shar option.
1800 (handle_dist_worker): New function.
1801 (handle_dist): Use it.
1803 * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1806 * automake.in (handle_dist): Chmod distdir 777. From François
1809 * automake.in (scan_configure): New function.
1810 (initialize_per_input): Init libsources.
1811 (generate_makefile): Run handle_configure first.
1812 (handle_configure): Run scan_configure.
1813 (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1815 Thu Jan 11 23:14:18 1996 Tom Tromey <tromey@creche.cygnus.com>
1817 * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1819 * automake.in (strictness, strictness_name): Renamed.
1820 (initialize_per_input): Set strictness, strictness_name.
1821 Initialize %options.
1822 (generate_makefile): Run handle_options.
1823 (handle_options): New function.
1824 (handle_man_pages): Make install-man depend on $(MANS). Turn off
1825 man page install if no-installman option given.
1826 (read_am_file): Deprecate @kr@.
1827 (get_object_extension): Look at ansi2knr option.
1828 (parse_arguments): Take global strictness from command-line
1831 Tue Jan 9 11:24:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1833 Fixes from François Pinard:
1834 * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1835 * automake.in (get_object_extension): Use $o, not $(kr)o.
1836 (handle_source_transform): Don't look for $(kr)c files.
1837 * kr-vars.am (o): New macro.
1840 * depend.am (DEP_FILES): Removed.
1841 * automake.in (handle_source_transform): Push .P file onto
1843 (initialize_per_input): New variable %dep_files.
1844 (handle_dependencies): Generate DEP_FILES here.
1846 Mon Jan 8 22:27:33 1996 Tom Tromey <tromey@creche.cygnus.com>
1848 * automake.in (do_one_clean_target): Only remove config.status in
1849 top-level directory.
1850 (handle_tags): Removed 'id' from .PHONY list. From Jim Meyering.
1852 * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1854 * automake.in (handle_dist): Make "ln" quiet.
1856 * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1858 Sat Jan 6 10:58:23 1996 Tom Tromey <tromey@cambric.colorado.edu>
1860 * automake.in (handle_merge_targets): 'check' shouldn't depend on
1862 (file_contents_with_transform): New function.
1863 (am_install_var): Use file_contents_with_transform.
1864 (handle_programs): Ditto.
1865 (handle_libraries): Ditto.
1866 (handle_texinfo): Ditto.
1867 (handle_merge_targets): Let 'install' depend on 'all' if no other
1868 dependencies exist. From Jim Meyering.
1869 (check_gnu_standards): GNU requires AUTHORS file. (See
1871 (require_file): Put body in loop.
1872 (get_object_extension): Only call require_file once.
1873 (handle_configure): Ditto.
1876 * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1877 * tags-subd.am (id): Removed.
1879 Fri Jan 5 10:31:19 1996 Tom Tromey <tromey@cambric.colorado.edu>
1881 * Added copyright notice to each .am file.
1883 * automake.in: Cleanups from François Pinard to avoid $#.
1884 (require_argument): Fixed sense of test.
1885 (set_strictness): Bug fix.
1887 Thu Jan 4 21:21:29 1996 Tom Tromey <tromey@cambric.colorado.edu>
1889 * Makefile.am (pkgdata_DATA): Removed old dist files.
1891 * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1893 * automake.in (set_strictness): Set $strictness_name.
1894 (strictness_name): New variable.
1895 (handle_dist): Substantially rewrote.
1897 * configure.in: Point AC_INIT at automake.in.
1899 * automake.in (generate_makefile): Report errors against
1900 Makefile.in, not Makefile.am.
1902 Wed Jan 3 00:05:40 1996 Tom Tromey <tromey@cambric.colorado.edu>
1904 * mdate-sh: Bug fix from Jim Meyering.
1906 * dist.am (dist): Changed in parallel with dist-subd-top.am.
1908 * mkinstalldirs: Reverted.
1910 * automake.in (initialize_global_constants): Allow COPYING.LIB
1912 (check_gnits_standards): Disallow COPYING.LIB.
1914 * texinfos.am (install-info): Only look in $(srcdir) for info
1917 * automake.in (initialize_global_constants): New variable
1919 (read_am_file): Put a copyright in each Makefile.in.
1921 * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1923 * automake.in (am_install_var): Put space before "=".
1924 (handle_dist): Put README first in DIST_COMMON.
1926 * Makefile.am (pkgdata_DATA): Include COPYING.
1928 * COPYING: New file.
1930 * automake.in (parse_arguments): Added --gnu and --gnits as
1932 (initialize_global_constants): Ditto.
1933 (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1934 (initialize_global_constants): Look for README first.
1935 (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1937 (check_gnu_standards): Require file COPYING.
1939 From François Pinard:
1940 * automake.in (file_contents): Comment out "warn"s.
1941 (usage): Use 4 columns.
1942 (USAGE_FORMAT): Ditto.
1944 * texinfos.am (install-info): Look for info file relative to $$d.
1946 * Makefile.am (cvs-dist): Suppress output of "grep".
1948 * configure.in (VERSION): Version 0.28.
1950 * automake.in (pretty_print_internal): Fix for Perl 4
1953 * configure.in (VERSION): Version 0.27.
1955 * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1958 * automake.in (initialize_global_constants): Don't quote "@" in
1959 $install_man_format.
1960 (handle_merge_targets): use "@:" as empty command, not ":".
1962 Tue Jan 2 23:33:24 1996 Tom Tromey <tromey@cambric.colorado.edu>
1964 * texinfos.am (install-info): Look in $d for info files. From
1967 * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1969 * automake.in (read_am_file): Correctly deal with continued
1970 variable definitions.
1972 Mon Jan 1 15:43:25 1996 Tom Tromey <tromey@cambric.colorado.edu>
1974 * automake.in (handle_merge_targets): 'check' target depends on
1976 (file_contents): Don't be so verbose.
1977 (read_am_file): Ditto.
1978 (read_am_file): Must use substr to check for trailing \.
1979 (am_install_var): Use push_phony_cleaners.
1980 (file_contents): Set $was_rule when assuming a rule is seen.
1981 (read_am_file): Ditto.
1982 (do_one_clean_target): Removed spurious newline.
1984 Some changes from François Pinard:
1985 * Removed trailing whitespace from all '.am' files.
1986 * tags-subd.am (ID): Use &&, not ;.
1988 * automake.in (parse_arguments): Removed useless message.
1989 (parse_arguments): Don't explicitly referenced STDERR.
1990 (require_argument): Ditto.
1992 (set_strictness): Ditto.
1993 (file_contents): Ditto.
1994 (read_am_file): Ditto.
1995 (generate_makefile): Style tweaks.
1996 (handle_programs): Ditto.
1997 (handle_libraries): Ditto.
1998 (handle_texinfo): Ditto.
1999 (handle_man_pages): Ditto.
2000 (handle_tags): Ditto.
2001 (handle_dist): Ditto.
2002 (handle_subdirs): Ditto.
2003 (handle_configure): Ditto.
2004 (handle_footer): Don't put newline before footer.am contents.
2005 (handle_merge_targets): Style tweaks.
2006 (do_one_clean_target): Ditto.
2008 (am_variable): Ditto.
2009 Defined some new constants.
2010 (generate_makefile): Don't call generate_header.
2011 (generate_header): Removed.
2012 (file_contents): Rewrote.
2013 (read_am_file): Rewrote.
2015 * automake.in (generate_makefile): Handle phony target.
2016 (do_one_clean_target): Pretty-print dependencies.
2017 (handle_installdirs): Pretty-print rule.
2019 * Makefile.am (maintainer-check): Made some commands silent.
2021 * automake.in (initialize_global_constants): Don't install or
2022 uninstall cat'd man pages.
2023 (initialize_per_input): Added phony target.
2024 (push_phony_cleaners): New function.
2025 (get_object_extension): Handle phony targets.
2026 (handle_texinfo): Ditto.
2027 (handle_man_pages): Ditto.
2028 (handle_tags): Ditto.
2029 (handle_dist): Ditto.
2030 (handle_subdirs): Ditto.
2031 (handle_installdirs): Ditto.
2032 (handle_merge_targets): Ditto.
2033 (handle_clean): Ditto.
2034 (do_one_merge_target): Ditto.
2035 (am_install_var): Ditto.
2036 (handle_phony): New function.
2037 (generate_makefile): Call it.
2038 (pretty_print_internal): New function.
2039 (pretty_print_rule): Ditto.
2041 Sun Dec 31 13:04:59 1995 Tom Tromey <tromey@cambric.colorado.edu>
2043 * automake.in (initialize_global_constants): Don't print body of
2046 Changes from François Pinard:
2047 * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2048 (DEP_FILES): Put dependency files in $(srcdir).
2049 Look in $(srcdir) when including dependency files.
2050 ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2051 (.deps/%.P): MKDEP includes all macro expansions.
2052 * dist-subd-top.am (dist): Get absolute path for distdir. Don't
2054 * dist-subd.am (dist): Don't be so verbose.
2055 * dist.am (dist): Don't be so verbose.
2057 * automake.in (do_one_clean_target): Remove config.status in
2058 maintainer-clean. From Jim Meyering.
2060 * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix. From Jim
2063 * automake.in (handle_merge_targets): Add dummy command for empty
2064 install target. From Jim Meyering.
2066 Tue Dec 12 10:06:28 1995 Tom Tromey <tromey@cambric.colorado.edu>
2068 * texinfos.am (uninstall-info): Bug fix.
2070 * Makefile.am (maintainer-check): Error if ${...} used.
2071 * depend.am (DEP_FILES): Prefer $(...).
2073 * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2075 * libraries.am (install-@DIR@LIBRARIES): Only install library if
2077 * programs.am (install-@DIR@PROGRAMS): Only install program if it
2080 * texinfos-vars.am (TEXFILES): Removed.
2082 * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2084 * automake.in (do_one_merge_target): Never generate trailing
2086 (pretty_print): New function.
2087 (handle_footer): Prettyprint definitions.
2088 (am_install_var): Ditto.
2089 (handle_source_transform): Ditto.
2090 (handle_dist): Ditto.
2091 (handle_libraries): Ditto.
2092 (read_am_file): Put comments nearer appropriate code.
2094 * texi-clean.am (mostlyclean-info): Use continued lines, not
2095 multiple rm's. From Jim Meyering.
2097 Sun Dec 10 11:59:33 1995 Tom Tromey <tromey@cambric.colorado.edu>
2099 * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2100 mkinstalldirs, texinfo.tex to be installed.
2101 * automake.in (symlink_exists): New global.
2102 (install_missing): Ditto.
2103 (require_file): Install missing files if possible.
2104 (parse_arguments): Handle --install-missing option.
2105 (initialize_global_constants): Document --install-missing.
2107 * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2108 Ensure 'checks' pass before release.
2109 (maintainer-check): Renamed. Look in $(srcdir) for sources. From
2111 (cvs-dist): Depend on maintainer-check instead of explicitly
2114 * configure.in (VERSION): Version 0.26.
2116 * Makefile.am (check-local): Only look at [a-z]*.am. Fixed sense
2119 * depend.am (DEP_FILES): Bug fix.
2121 * automake.in (do_one_clean_target): Typo.
2123 * Makefile.am (check-local): Run syntax check under Perl 4.
2125 * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
2126 (handle_source_transform): Loop variable is now $_. From Gor
2128 * Makefile.am (check-local): Check for 'true' in source.
2129 * texinfos.am (install-info): Can't use "true" in any rule.
2131 Sat Dec 9 10:16:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
2133 * Makefile.am (cvs-dist): New target.
2135 * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
2138 * texinfos.am (install-info): Don't do install-info for now.
2140 * clean.am (distclean-generic): Don't remove config.status here.
2141 * automake.in (do_one_clean_target): Remove config.status later,
2142 for 'make -j2'. From Jim Meyering.
2144 Fri Dec 8 16:30:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
2146 * configure.in (VERSION): Version 0.25.
2148 * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
2149 (handle_configure): Check for AC_PROG_MAKE_SET.
2151 * depend.am (DEP_FILES): Handle deANSIfication case. From Jim
2154 * automake.in (am_install_var): Changed how 'clean' handled for
2155 uniform name targets.
2156 * Makefile.am (pkgdata_DATA): Added new files.
2157 * data-clean.am: New file.
2158 * scripts-clean.am: New file.
2159 * libraries-clean.am: New file.
2160 * programs-clean.am: New file.
2162 Wed Dec 6 00:06:11 1995 Tom Tromey <tromey@cambric.colorado.edu>
2164 * automake.in (am_install_var): Error if variable name
2166 (handle_source_transform): Automatically include .c file
2167 corresponding to .y or .l.
2169 Tue Dec 5 00:46:14 1995 Tom Tromey <tromey@cambric.colorado.edu>
2171 * programs.am: Changed for uniform naming scheme.
2173 * automake.in (read_am_file): Allow '-' and '.' in target names.
2174 (generate_makefile): Don't pass arguments to handle_libraries.
2175 (initialize_per_input): Define @sources, @objects.
2176 (generate_makefile): Init @sources, @objects if needed.
2177 (handle_source_transform): Push onto @sources, @objects here.
2178 (am_install_var): Push primary onto @all, for configure-time
2180 (handle_programs): Use new uniform naming scheme.
2182 * Makefile.am (check-local): New target.
2184 * automake.in (handle_libraries): Use uniform naming scheme.
2186 * libraries.am: Rewrote for uniform naming scheme.
2188 * scripts.am: Updated names of all clean targets.
2190 * automake.in (handle_programs): Split on all whitespace.
2191 (handle_libraries): Ditto.
2192 (handle_texinfo): Ditto.
2193 (handle_man_pages): Ditto.
2194 (am_install_var): Changed return result.
2195 (am_install_var): Changed interface.
2196 (am_install_var): Push onto @clean@ if requested.
2197 (handle_scripts): Pass -clean to am_install_var.
2199 Mon Dec 4 11:55:36 1995 Tom Tromey <tromey@cambric.colorado.edu>
2201 * automake.in (am_install_var): Push target onto @all.
2202 (get_object_extension): Use $(...).
2203 (handle_source_transform): Ditto.
2204 (handle_programs): Ditto.
2206 * automake.in (require_argument): New function.
2207 (parse_arguments): Use it.
2208 (push_dist_common): New function.
2209 (generate_makefile): Use it.
2210 (handle_texinfo): Ditto.
2211 (handle_dist): Ditto.
2212 (handle_configure): Ditto.
2213 (require_file): Ditto.
2214 (generate_makefile): Don't pass arguments to handle_scripts.
2215 (handle_configure): Require configure.in.
2216 (check_gnu_standards): New function.
2217 (check_gnits_standards): Ditto.
2218 (generate_makefile): Check standards.
2220 * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
2222 * automake.in (LENIENT, GNU, GNITS): New constants.
2223 (initialize_per_input): New function.
2224 (generate_makefile): Use it.
2225 (initialize_global_constants): Renamed from init_globals.
2226 (require_file): Added strictness argument.
2227 (parse_arguments): Added --strict option.
2228 (set_strictness): New function.
2229 (parse_arguments): use it.
2230 (initialize_global_constants): Document --strictness.
2232 * automake.in: Use ${1+"$@"} to preserve quoting when running
2235 * texinfos.am (install-info): Don't use "true".
2236 * tags.am (TAGS): Don't use "true".
2238 * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
2239 remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
2241 * program.am (@PROGRAM@): Use LINK macro.
2242 * compile.am (.c.o): Use COMPILE macro.
2244 * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
2247 * subdirs.am (RECURSIVE): Removed macro.
2249 * clean.am: Changed to not be so verbose.
2251 * Makefile.am (pkgdata_DATA): Include texi-clean.am.
2252 * automake.in (handle_texinfo): Transform texi-clean and put into
2254 * texinfos-vars.am (TEXFILES): Removed.
2255 * texinfos.am: Removed 'clean' targets.
2256 * texi-clean.am: New file.
2258 * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
2260 * texinfos-vars.am (TEXFILES): Added *.op.
2262 * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
2264 * dist.am (dist): Use DISTFILES.
2265 * dist-subd.am (dist): Use DISTFILES.
2266 * dist-subd-top.am (dist): Use DISTFILES.
2268 Sun Dec 3 00:24:08 1995 Tom Tromey <tromey@cambric.colorado.edu>
2270 * Makefile.am (ETAGS_ARGS): Define.
2272 * depend.am (.deps/.P): Use ":", not "echo timestamp". From Jim
2275 * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
2277 * automake.in (handle_scripts): Use am_install_var.
2279 * scripts.am: Rewrote for new uniform naming scheme.
2281 * Makefile.am (pkgdata_DATA): Removed libscripts.am.
2283 * libscripts.am: Removed.
2285 * packagedata.am: Removed.
2287 * Makefile.am (PACKAGEDATA): Removed packagedata.am.
2288 (pkgdata_DATA): Renamed from PACKAGEDATA.
2290 * automake.in (handle_data): Use am_install_var.
2291 (init_globals): Init %exec_dir_p.
2293 * data.am: Rewrote for new uniform naming scheme.
2295 * automake.in (get_object_extension): New function.
2296 (handle_programs): Use it.
2297 (dir_holds_sources): Changed interpretation.
2298 (handle_headers): New function.
2299 (am_install_var): New function.
2300 (generate_makefile): Call handle_headers.
2302 * header-vars.am (pkgdatadir): New macro.
2304 (pkgincludedir): Ditto.
2306 * automake.in (handle_source_transform): New function.
2307 (am_error): New function.
2308 (generate_makefile): Use it.
2309 (handle_source_transform): Ditto.
2310 (handle_texinfo): Ditto.
2311 (handle_dependencies): Ditto.
2312 (handle_merge_targets): Ditto.
2313 (require_file): Ditto.
2315 Sat Dec 2 21:39:56 1995 Tom Tromey <tromey@cambric.colorado.edu>
2317 * automake.in: Updated FSF address. From Jim Meyering.
2318 * header-vars.am: Updated FSF address.
2320 * distname.am: Removed.
2322 * automake.in (file_contents): Strip "##" comments.
2323 * Various files: Added "##" comments for strange things.
2325 * automake.in (handle_tags): Generate TAGS rule for every
2328 * subdirs.am (RECURSIVE): Include installcheck-recursive.
2329 * automake.in (installcheck): New variable.
2330 (generate_makefile): Initialize it.
2331 (handle_subdirs): Push 'installcheck-recursive'.
2332 (handle_merge_targets): Handle installcheck target.
2334 Thu Nov 30 20:13:16 1995 Tom Tromey <tromey@cambric>
2336 * automake.in ($PACKAGE): Removed.
2338 * header-vars.am (ALL): Removed.
2340 * automake.in: Reworked 'all' target handling.
2342 * automake.in (generate_makefile):
2343 Don't use AM_ forms in call to am_variable.
2345 * automake.in: Changes for Perl 5, from Gord Matzigkeit
2347 * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
2349 * automake.in (handle_footer): Allow SUFFIXES variable.
2351 * automake.in (am_variable): New function.
2352 (handle_texinfo): Use it.
2353 (generate_makefile): Use it.
2355 * configure.in: Version 0.24.
2357 Wed Nov 29 23:50:14 1995 Tom Tromey <tromey@cambric>
2359 * automake.in (handle_libraries):
2360 Generate blah_LIBADD defines if required.
2362 * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
2364 * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
2366 * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
2368 * configure.in: Version 0.23
2370 * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
2372 * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
2374 * automake.in: New option --output-dir
2376 * automake.in (handle_configure): Fixed typo.
2378 * automake.in (handle_installdirs): Always make installdirs target.
2380 * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
2381 uninstall-exec-recursive. Added installdirs-recursive.
2383 * automake.in (handle_installdirs): Handle installdirs-recursive.
2384 (handle_man_pages): 'all' depends on $(MANS)
2386 * Makefile.am: Removed mans.am.
2388 * automake.in: More man-related fixes
2390 * automake.in: Bug fixes
2392 * automake.in: Rewrote man page handling.
2394 * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
2396 * automake.in (handle_installdirs): New function.
2397 (@installdirs): New global.
2398 Many changes to deal with installdirs.
2400 * clean.am (clean-generic): Always supply 'else' clause to 'if'
2402 * automake.in (generate_header): Don't use header.am.
2403 (handle_dist): Don't use dist-subd-vars.am.
2405 * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
2407 * Makefile.am (DISTCLEANFILES): Removed.
2409 * clean.am (clean-generic): Bug fix.
2411 * clean.am (clean-generic): Only remove CLEANFILES if nonempty
2413 * texi-version.am (clean-vti): No such macro as VTI
2415 Tue Nov 28 19:56:07 1995 Tom Tromey <tromey@cambric>
2417 * automake.in: Bug fix for maintainer-clean
2419 * automake.in (do_one_clean_target):
2420 Print special text in maintainer-clean.
2421 (handle_clean): Always include clean.am
2423 * clean.am: Use -generic clean targets.
2425 * compile.am: Added clean targets.
2427 * configure.in: Version 0.22.
2429 * automake.in (handle_dependencies):
2430 Put trailing newline after all deps.
2432 * automake.in (handle_dependencies): Another dependency bug fix.
2434 * automake.in (handle_dependencies):
2435 Bug fix when including dependencies.
2437 * automake.in (handle_configure):
2438 Verify existence of install-sh, mkinstalldirs
2440 * automake.in (handle_texinfo): Include stamp-vti in distribution
2442 * dist-subd-vars.am, dist-vars.am (DIST_FILES):
2443 Include DATA, PACKAGEDATA.
2445 * Makefile.am: Nothing
2447 * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
2449 * automake.in (handle_texinfo): Typo
2451 * automake.in: If script ends up in shell, feed to perl
2453 * automake.in: Rewrote 'clean' rules.
2454 Documentation made and installed first.
2455 'all' depends on 'info'
2457 Mon Nov 27 23:57:29 1995 Tom Tromey <tromey@cambric>
2459 * configure.in, Makefile.am: Turned off internationalization.
2461 * clean-kr.am: Rewrote for new clean scheme.
2463 * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
2465 * Makefile.am (PACKAGEDATA): Include tags-clean.am
2467 * subdirs.am: Removed bogus local clean targets
2469 * tags-clean.am: Initial revision
2471 * texi-version.am: Added clean targets
2473 * texinfos.am: Fixes to clean targets.
2475 * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
2478 * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
2480 * automake.in: Completely revamped automatic de-ANSI-fication
2482 * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
2484 * compile-vars.am (LINK): New macro
2486 * kr-vars.am: Trailing blank line
2488 * compile-kr.am: Rewrote
2490 * compile-vars.am (COMPILE): New macro
2492 * compile-vars.am (ANSI2KNR): Removed
2494 * Makefile.am (PACKAGEDATA): Removed all sed scripts. Added kr-vars.am
2496 * kr-vars.am: Initial revision
2498 * automake.in (require_file): New function.
2499 (handle_texinfo): Require 'mdate-sh'
2500 (common_sometimes): New variable
2503 * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
2505 * mdate-sh: Initial revision
2507 * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
2509 * automake.in (generate_makefile):
2510 Put Makefile.in, Makefile.am in @dist_common
2511 (handle_configure): Use @dist_common as appropriate
2513 * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
2515 * configure.in: Abort if perl not found
2517 * configure.in: Look for perl
2519 * automake.in: Reimplemented in Perl
2521 * automake.in: Fixlet
2523 Sun Nov 26 08:09:30 1995 Tom Tromey <tromey@cambric>
2525 * automake.in: Always print ".SUFFIXES:" rule.
2527 * automake.in: Distribution config.h.in if required
2529 * automake.in: Bug fix when including texi-version.am
2531 * automake.in: Bug fix when looking for .texi file in $am_reldir
2533 * depend.am: Comment fix
2535 * automake.in: Look for .texi file in $am_reldir
2537 * automake.in: Fixlet
2539 * automake.in: Blank line after targets from user's Makefile.am
2541 * automake.in: Move footer items to actual footer
2543 * automake.in: Include stamp-h.in in DIST_COMMON if necessary
2545 * automake.in (common):
2546 Don't include acconfig.h, config.h.top, config.h.bot
2548 * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
2550 * Makefile.am (CONFIG_H): Define
2552 * acconfig.h: Initial revision
2554 * configure.in: Use AC_CONFIG_HEADER.
2556 * automake.in: Put blah_TEXINFOS into DIST_COMMON
2558 * automake.in: .info file explicitly depends on primary .texi file
2560 * texinfos.am (install-info): Always supply 'else' clause to 'if'
2562 * tags.am (TAGS): Always supply 'else' clause to 'if'
2564 * subdirs.am (.NOEXPORT): Removed (now in footer.am)
2566 * automake.in: Always include footer.am in output
2568 * mans.am (install-man): Always supply 'else' clause to 'if'
2570 * automake.in: More version.texi fixes
2572 * automake.in: Only do version.texi processing if requested.
2574 * automake.in: Minor internationalization fixes.
2575 Subshell can now exit with nonzero status.
2576 Fixed up .texi handling; now uses texi-version.am
2577 Make sure '.c' and '.o' are in .SUFFIXES if required.
2579 * Makefile.am (PACKAGEDATA): Include texi-version.am
2580 (stamp-vti, version.texi): Removed
2581 (TEXINFOS): Don't reference version.texi
2583 * texi-version.am: Initial revision
2585 * dist.am, dist-subd-top.am (dist):
2586 [DIST_SUBDIRS] Follow symlinks when copying.
2588 * dist-subd-top.am (dist): Removed unneeded subdir= option to make
2590 Sat Nov 25 23:23:39 1995 Tom Tromey <tromey@cambric>
2592 * automake.in: Added --amdir option
2594 * Makefile.am, configure.in: Turned on internationalization
2596 * Makefile.am: Set EDITION
2598 * configure.in: Version 0.21
2600 * tags.am, tags-subd.am: Don't use double-colon rules
2602 * automake.in: Redid install-data, install-exec, uninstall handling
2604 * configure.in: Turn off i18n
2606 Fri Nov 24 23:51:37 1995 Tom Tromey <tromey@cambric>
2608 * automake.in (common): Remove NLS
2610 * automake.in (common): Include ABOUT-NLS.
2612 * automake.in: Test for install-sh and mkinstalldirs
2614 * automake.in: Blank line after OBJECTS= line
2616 * automake.in: Start subshell in loop after check for Makefile.am
2618 * automake.in: --use-deps now the default
2620 * automake.in (am_dir): Don't apply transform to install directory name
2622 * packagedata.am: Don't apply transform to install directory name
2624 * Makefile.am (SUBDIRS): Hold off on internationalization
2626 Thu Nov 23 18:02:38 1995 Tom Tromey <tromey@cambric>
2629 Write 'SOURCES =' line after copying Makefile.am variables
2631 * automake.in: Fixed bug in "--" option processing
2633 * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
2635 * Makefile.am (DIST_OTHER): Include gettext-sh
2637 * Makefile.am (SUBDIRS): Define
2639 * configure.in: Include internationalization bits
2641 * automake.in: Many changes to avoid double-colon rules.
2643 * subdirs.am: ($(RECURSIVE)): Print name of target actually used
2645 * subdirs.am: Removed "::" rules
2647 * header.am: Removed install, uninstall
2649 * header.am: Added install, uninstall targets
2651 * hack-make.sed: Rewrite targets like "all-local" to "all_local"
2653 * header.am, libraries.am, mans.am, texinfos.am, footer.am:
2656 * Makefile.am (PACKAGEDATA): Include libscripts.am
2658 * libprograms.am: Don't install libscripts here
2660 * libscripts.am: Initial revision
2662 * scripts.am, programs.am, libprograms.am: Removed "::" rules
2664 * automake.in (am_dir): Run package name through name transform.
2666 * automake.in: Don't use packagedata.sed or data.sed
2668 * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed. Added
2671 * data.am: No longer run through sed
2673 * packagedata.am: Initial revision
2675 Wed Nov 22 22:31:02 1995 Tom Tromey <tromey@cambric>
2677 * automake.in: No blank line after Usage
2679 * automake.in: Removed "NLS nuisances" section.
2680 Now uniformly uses $echo for user-visible messages (in advance of
2681 internationalization)
2683 * subdirs.am (maintainer-clean): Don't use realclean-local
2685 * Makefile.am: Use PACKAGEDATA, not custom code
2687 * data.am: Use @LONG@, not $(@LONG@)
2689 * automake.in: Handle DATA and PACKAGEDATA
2691 * packagedata.sed: Initial revision
2693 * data.am: Use @DIR@, not $(@DIR@)
2695 * data.sed: Use $(datadir), not datadir
2697 * data.sed: Initial revision
2699 * data.am: Wrote uninstall targets
2701 * data.am: Initial revision
2703 * dist-subd.am (dist): Don't link a file that has already been linked
2705 * dist-subd-top.am, dist.am (dist):
2706 Run `automake --include-deps' before making distribution
2708 * automake.in: More dependency-tracking bug fixes
2710 * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
2712 * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
2714 * tags-subd.am, tags.am: Added trailing blank line
2716 * depend.am: Use ".P", not "empty.P", as placeholder.
2718 * automake.in: Only include depend.am if SOURCES not empty
2720 * automake.in: Added --use-deps and --include-deps options.
2721 Handle auto-generating dependencies.
2723 * Makefile.am (am_DATA): Include depend.am
2725 * depend.am: Initial revision
2727 * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
2729 * automake.in: Put blank line after .SUFFIXES
2731 * scripts.am: Added blank line at end
2733 * scripts.am: Removed unnecessary comment
2735 * scripts.am: Removed unnecessary workarounds
2737 * automake.in: Don't include programs.am if PROGRAMS empty
2739 * header-vars.am (INSTALL_SCRIPT): Typo
2741 * texinfos.am, compile-kr.am: Don't include .SUFFIXES
2743 * automake.in: Handle .SUFFIXES here.
2745 * configure.in: Use fp_PROG_INSTALL
2747 * header-vars.am: Changes for autoconf 2.5.
2748 Now includes INSTALL_SCRIPTS.
2750 * texinfos.am (install-info): Bug fix
2753 Include scripts.am or libscripts.am in output if appropriate
2755 * programs.am (install-programs, uninstall-programs):
2756 Don't install SCRIPTS
2758 * Makefile.am (am_DATA): Include scripts.am
2760 * scripts.am: Initial revision
2762 Tue Nov 21 09:11:38 1995 Tom Tromey <tromey@cambric>
2765 Cleaned up how "prog_SOURCES" variable is found in input.
2767 Put static sed scripts into separate, installed files.
2769 * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2771 * hack-make.sed, nl-remove.sed: Initial revision
2773 * texinfos.am (install-info): Rewrote
2775 * subdirs.am (all-recursive): Put with other -recursive rules
2777 * configure.in: Version 0.20
2779 * automake.in: Another bug fix
2781 * automake.in: Bug fix when looking for texinfo.tex
2783 * texinfo.tex: Initial revision
2786 If TEXINFOS defined but texinfo.tex does not exist, give warning.
2788 * subdirs.am (all): Renamed from _all. Now uses all-recursive
2789 (all-recursive): Don't fail immediately if -k specified.
2791 Mon Nov 20 22:48:03 1995 Tom Tromey <tromey@cambric>
2793 * subdirs.am (_all):
2794 New target. Now use Jim Meyering's formulation of AIX
2796 (install-exec, install-data): New targets
2798 Sat Nov 18 19:07:30 1995 Tom Tromey <tromey@cambric>
2800 * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2802 * automake.in: Use @datadir@
2804 * automake.in: Added @configure_input@ line
2806 Fri Nov 17 23:32:43 1995 Tom Tromey <tromey@cambric>
2808 * automake.in: "--help" option now prints auto-recognized file names.
2809 Allow AM_ overriding of more variables.
2811 * texinfos.am (install-info):
2812 Don't cd to srcdir to avoid breaking install-sh
2815 * Makefile.am: Handle automake.texi
2817 Thu Nov 16 18:43:43 1995 Tom Tromey <tromey@cambric>
2819 * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2821 * tags.am (TAGS): bug fix
2823 * automake.in: Use am_dir, not AM_DIR.
2824 Use version, not VERSION.
2825 Bug fix in TAGS code.
2827 * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2829 * subdirs.am: TAGS target now in tags.am
2831 * footer.am: TAGS and ID targets now in tags-subd.am
2833 * tags-subd.am, tags.am: Initial revision
2835 * automake.in: Cleaned up AM_PROGRAM code.
2836 Handle TAGS target better
2838 * remake.am, remake-subd.am (Makefile.in): Bug fix.
2840 * automake.in (usage): Updated
2842 * remake-subd.am, remake.am:
2843 Added rule where Makefile.in depends on Makefile.am
2845 * automake.in: Entire body of 'for' loop now in subshell
2847 * automake.in (common): config.guess and config.sub are common files.
2849 * dist-subd-top.am, dist.am (dist): Bug fix.
2851 * Makefile.am (DIST_OTHER): Don't include TODO
2853 * automake.in: Auto-include TODO and THANKS files.
2855 * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2857 * automake.in: More bug fixes in "look for Makefile.am" code.
2859 * automake.in: Bug fix in "look for Makefile.am" code.
2862 If no arguments given, look for all Makefile.am's in this
2863 directory and in immediate subdirs
2865 * automake.in: Bug fixes for LDADD-override feature.
2867 * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2869 * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2871 * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2873 * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2875 Wed Nov 15 01:54:43 1995 Tom Tromey <tromey@cambric>
2877 * automake.in: No longer look for _SOURCES or _OBJECTS
2880 Remove "automatically created" header (now in automake).
2883 * automake.in: Put version info in Makefile header
2885 Tue Nov 14 23:38:17 1995 Tom Tromey <tromey@cambric>
2887 * automake.in: Minor cleanups
2889 * dist-subd-top.am, dist.am (dist):
2890 Don't link or copy file if it already exists.
2893 Look for _SOURCES (common sources) and generate _OBJECTS.
2895 * footer.am (ID, TAGS): Include HEADERS
2897 * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2899 Mon Nov 13 22:20:02 1995 Tom Tromey <tromey@cambric>
2901 * dist-subd.am (distdir): Is relative to ".."
2903 * dist-subd-vars.am (PACKAGE, VERSION): Define
2905 * dist-subd.am (dist): Don't handle DIST_DIRS.
2907 * mans.am (uninstall-man): Another bug fix.
2909 * mans.am (uninstall-man): Bug fix.
2911 * dist.am, dist-subd-top.am (dist): Bug fix
2913 * Makefile.am (DIST_SUBDIRS): New macro
2915 * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2917 * Makefile.am (DIST_OTHER): Include automake.in
2919 * Makefile.am (DISTCLEANFILES): New macro.
2921 * automake.in (common): Include COPYING.LIB
2923 * Makefile.am (automake): New rule.
2925 * texinfos.am (install-info): Changed per GNU standards
2927 * remake-hdr.am (stamp-h.in):
2928 Use "touch", not "date", per GNU standards.
2930 * automake.in (common): Include texinfo.tex
2932 Sun Nov 12 23:59:08 1995 Tom Tromey <tromey@cambric>
2934 * automake.in: More fixes when finding common files.
2936 * Makefile.am (DIST_OTHER): Another removal.
2938 * automake.in: Special-case when amdir=.
2940 * Makefile.am (DIST_OTHER): Removed auto-detected files.
2943 Search for commonly-used files and auto-include them in distribution
2945 * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2946 (DIST_CONF): Removed files searched for by automake.
2948 * automake.in: More arg-parsing bug fixes.
2950 * Makefile.am (DIST_OTHER): Include install-sh
2952 * Makefile.am (DIST_OTHER): Don't include auto-included files.
2954 * automake.in: Bug fixes to argument parsing code.
2956 * automake.in: Handle --version and --help.
2957 NLS stuff from autoconf.
2959 * Makefile.am (amdatadir): Fixed typo.
2960 (install): Make install directories
2962 * Makefile.am: Use "install::", not "install:"
2964 * install-sh, mkinstalldirs: Initial revision
2966 * configure.in: Use AC_PROG_INSTALL
2968 * automake.in: Set AM_DIR based on configure results.
2970 * Makefile.am (install): New target.
2971 (amdatadir): New variable.
2973 * automake.in: Use "#! /", not "#!/".
2975 * Makefile.am, configure.in: Initial revision
2977 * automake.in: Renamed from "automake".
2980 * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2982 * automake.in: Insert remake-subd.am if appropriate.
2984 * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2986 * automake.in: Handle ALLPROGRAMS variable.
2988 * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2990 * automake.in: Fixlet when printing "subdir=DIR"
2992 * automake.in: Put "subdir=DIR" into subdir Makefile
2994 * automake.in: Don't refer to distname.am.
2995 Only put footer.am in subdir Makefiles.
2997 * subdirs.am (id, ID): New target.
2998 (.NOEXPORT): Copied from footers.am.
3000 * subdirs.am (TAGS): Bug fixes.
3002 * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
3004 * subdirs.am (maintainer-clean-local): Remove TAGS
3006 * subdirs.am (TAGS): Make tags file that includes all subdir tags files
3008 * subdirs.am: Use maintainer-clean, per GNU standards
3010 * dist-subd-top.am: Some variables defined in dist-vars.am
3012 * dist-vars.am (PACKAGE, VERSION):
3013 New variables, initialized by configure
3015 * footer.am (id, ID): New targets
3016 (TAGS): Put TAGS file in build, not source, directory
3018 * remake-subd.am (Makefile): Don't assume subdir is 'src'
3020 * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3022 * dist-subd.am: Changed to conform to new top-level dist target.
3025 Changed to assume PACKAGE and VERSION are set by configure.
3027 * clean-kr.am, clean.am (maintainer-clean):
3028 Updated rules per GNU standards.
3030 * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3032 Sat Nov 5 14:39:50 1994 djm <djm@cambric>
3034 * automake.in, texinfos.am: kludge for multiple-part info files
3036 Thu Nov 3 13:33:44 1994 djm <djm@cambric>
3038 * clean.am, clean-kr.am: remove INFOS
3040 Wed Nov 2 06:15:42 1994 djm <djm@cambric>
3042 * texinfos.am: add path
3044 * remake.am, remake-hdr.am: account for VPATH limitations
3046 Mon Oct 24 23:01:59 1994 djm <djm@cambric>
3048 * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3049 handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3051 Sun Oct 23 01:50:41 1994 djm <djm@cambric>
3053 * texinfos.am: install-info depends on info files
3055 * dist-subd-vars.am, dist-vars.am: distrib info files
3057 Sun Oct 2 02:03:06 1994 djm <djm@cambric>
3059 * clean-kr.am, clean.am: fix up distclean
3061 * subdirs.am: fix typo
3063 * clean.am: do more in distclean
3065 Sat Oct 1 23:52:51 1994 djm <djm@cambric>
3067 * libraries.am: make install depend on all
3069 * automake.in: fix typo
3071 Wed Sep 28 21:15:26 1994 djm <djm@cambric>
3073 * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3075 * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3077 * dist-subd-top.am: Initial revision
3079 * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3080 centralize prefix var setting
3082 * header-vars.am: set all the std vars based on prefix
3084 Tue Sep 27 01:32:22 1994 djm <djm@cambric>
3086 * automake.in: don't add kr stuff if not needed
3088 * dist-vars.am: add config vars to dist
3090 Mon Sep 26 23:09:09 1994 djm <djm@cambric>
3092 * program.am: add LDADD
3094 * compile-vars.am: remove LDADD from LDFLAGS
3096 * clean.am: move knr stuff to another file
3098 * automake.in: use different clean file for ansi2knr
3100 * clean-kr.am: Initial revision
3102 Thu Sep 22 03:45:02 1994 djm <djm@cambric>
3104 * automake.in, dist-subd.am, dist.am: fix rules and dist
3106 Tue Sep 20 21:29:40 1994 djm <djm@cambric>
3108 * compile.am, automake.in: split out knr
3110 * compile-kr.am: Initial revision
3112 * libprograms.am: fix typo
3114 * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3115 make libprograms work
3117 * libprograms.am: Initial revision
3119 * automake.in, compile.am, header-vars.am: fix little bugs
3121 * compile.am: allow parallel K&R
3123 * clean.am: remove kerb temps
3125 * automake.in: fix recognizing start of rules
3127 * dist-subd.am, dist.am: fix dist
3129 * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
3131 Mon Sep 19 23:39:21 1994 djm <djm@cambric>
3133 * automake.in: works on m4 too
3135 * automake.in, mans.am: works on fileutils
3137 * 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:
3138 works on fileutils except for all
3140 * automake.in: vars thing
3142 * header-vars.am: Initial revision
3144 * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
3147 * compile-vars.am: Initial revision
3149 * automake.in: many improvements
3151 * footer.am: Initial revision
3153 * dist.am: remove distname
3155 * automake.in: namespace cleanup
3157 * distname.am: Initial revision
3159 * 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:
3162 * 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: