1 1999-01-15 Tom Tromey <tromey@cygnus.com>
3 * configure.in: Updated version to 1.5a.
5 1999-01-14 Tom Tromey <tromey@cygnus.com>
7 * automake.in (handle_configure): Compute $header_dir based on
8 $one_name, not $one_hdr. Reported by Erez Zadok. Fixes
10 (handle_configure): Compute relative path to input header
11 correctly in all cases.
13 * automake.in (handle_tests): Avoid error messages from dejagnu
14 test rules. From Karl Heuer.
16 * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
18 * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
20 * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
21 From Alexandre Oliva and Erez Zadok.
23 * automake.in (create): Renamed from touch.
24 (handle_configure): Use create, not touch.
26 * config.sub, config.guess: New versions from autoconf.
28 * mkinstalldirs: New version from autoconf.
30 1999-01-12 Tom Tromey <tromey@cygnus.com>
32 * config.sub, config.guess, COPYING, texinfo.tex: New versions
35 1999-01-11 Marcus G. Daniels <mgd@chama.santafe.edu>
37 * automake.in (PATH_PATTERN): New variable:
38 (INCLUDE_PATTERN): Use it. Ignore all include commands using
39 symbols besides $(top_srcdir) and $(srcdir).
41 1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
43 * automake.in (handle_dist_worker): avoid failure in `make dist'
44 if last file is a builddir-only file
46 1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
48 * missing (autoheader): `s' was missing from sed script; grr
50 1999-01-11 Tom Tromey <tromey@cygnus.com>
52 * remake-hdr.am (@STAMP@): Reverted timestamp change.
53 ($(srcdir)/@STAMP@.in): Likewise.
55 1999-01-10 Tom Tromey <tromey@cygnus.com>
57 * Makefile.am (scriptdir): New macro.
58 (script_DATA): Likewise.
59 (install-data-hook): Use them.
60 (EXTRA_DIST): Added script_DATA.
61 (installcheck-local): Use script_DATA.
63 * Makefile.am (pkgdata_DATA): Removed duplicate definition.
65 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
67 * missing (autoheader): accept multiple header files
68 (automake): simplify sed processing
70 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
72 * automake.in (handle_configure, stamp_dir): create only one stamp
73 file per header, instead of one in the top-level directory and one
74 in the directory that contains the header.
76 1999-01-10 Tom Tromey <tromey@cygnus.com>
78 * automake.in (lang_objc_finish): Formatting fix.
80 * automake.in (objc_extensions): New sub.
81 (handle_dependencies): Only generate dependency-tracking code for
82 ObjC when ObjC source seen.
84 1998-12-22 Marcus G. Daniels <mgd@chama.santafe.edu>
86 * automake.in (handle_dependencies): Transform EXT & PFX in
89 1998-12-11 Marcus G. Daniels <mgd@chama.santafe.edu>
91 * automake.in: Register Objective C language.
92 (finish_languages): Consider Objective C to be non_c.
93 (lang_objc_rewrite, lang_objc_finish): New functions.
94 (resolve_linker): Recognize OBJCLINK before LINK.
96 1999-01-10 Tom Tromey <tromey@cygnus.com>
98 * automake.in (handle_texinfo): Handle empty $config_aux_dir.
100 * automake.in (handle_texinfo): Set $conf_pat correctly when
101 config_aux_dir not used.
102 (handle_texinfo): Run maintainer-clean-aminfo rules in srcdir.
104 * texi-vers.am (maintainer-clean-@VTI@): Prefix file names with
105 $(srcdir). From Erez Zadok.
106 ($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir.
108 1999-01-08 Thomas Tanner <tanner@gmx.de>
110 * depend.am: remove the dependencies (.deps)
111 in "make distclean", not "make maintainer-clean"
113 1999-01-10 Tom Tromey <tromey@cygnus.com>
115 * aclocal.in (write_aclocal): Updated copyright.
116 (parse_arguments): Likewise.
117 * automake.in (parse_arguments): Updated copyright.
118 (initialize_global_constants): Likewise.
120 * Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS.
121 (install-data-hook): New hook. Report from Petter Reinholdtsen.
123 * remake-hdr.am: Provide `else' clause for each `if'.
125 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
127 * remake-hdr.am: recover from removal of config headers, and try
128 to get real timestamps, which is useful for CVS files
130 1999-01-10 Tom Tromey <tromey@cygnus.com>
132 * automake.in (handle_merge_targets): Don't special-case "-local"
133 targets. Test all.test.
135 * automake.in (handle_texinfo): Prepend $(srcdir) to directory
136 used to find texinfo.tex. Report from Glenn Amerine.
138 1999-01-07 Tom Tromey <tromey@cygnus.com>
140 Based on report from Marcus G. Daniels. Fixes include.test.
141 * automake.in (generate_makefile): Call read_main_am_file.
142 (read_main_am_file): New sub.
143 (read_am_file): Moved header generation code into
146 1999-01-06 Gary V. Vaughan <garyv@oranda.demon.co.uk>
148 * automake.in (require_file_internal): qub perl on win32 hangs
149 on a call to unlink for a non-existant file, which in turn causes
150 tests/symlink.test to hang on win32. Check that the file exists
153 1998-12-24 Thomas Tanner <tanner@gmx.de>
155 * automake.in (handle_ltlibraries): check whether -module was
156 defined for libraries names without 'lib' prefix.
158 Fri Dec 11 10:20:42 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
160 * compile_f_c_cxx.test: Change to use F77 and F77LINK instead of
161 FC and FLINK, respectively.
166 * link_f_c.test: same
167 * link_f_c_cxx.test: same
168 * link_f_cxx.test: same
169 * link_f_only.test: same
171 Fri Dec 11 10:23:17 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
173 * automake.in, automake.texi: Change all of the Fortran 77 code to
174 use the new `F77' prefix instead of the older `FC' prefix.
175 Specifically this changed FC, FCOMPILE, LTFCOMPILE, FLINK and FLD
176 to F77, F77COMPILE, LTF77COMPILE, F77LINK and F77LD, respectively.
178 1999-01-05 Tom Tromey <tromey@cygnus.com>
180 * depend2.am (%.o): Use \012, not \n, to avoid losing `tr's. From
184 1998-12-22 Alexandre Oliva <oliva@dcc.unicamp.br>
186 * depend2.am: Don't assume backslash can't occur in the middle of
187 filename; it loses on M$W
189 1998-12-21 Tom Tromey <tromey@cygnus.com>
191 * automake.in (handle_libraries): Reverted Thomas Tanner's
192 change. Non-libtool libraries still must fit naming
195 1998-12-21 Alexandre Oliva <oliva@dcc.unicamp.br>
197 * automake.in (handle_configure): Dist inputs for AC_OUTPUT.
199 1998-12-21 Alexandre Oliva <oliva@dcc.unicamp.br>
201 * depend2.am: don't use .p and .P for dependencies; it loses on
202 case-insensitive filesystems.
203 Reported by Henrik Frystyk Nielsen <frystyk@w3.org>
205 1998-12-20 Thomas Tanner <tanner@gmx.de>
207 * automake.in (handle_libraries, handle_ltlibraries): relax the
208 name checking to not enforce `^lib.*' for the sake of building libtool
211 1998-12-21 Tom Tromey <tromey@cygnus.com>
213 * automake.in (do_one_merge_target): Special case
214 install-data-hook and install-exec-hook.
215 (handle_merge_targets): Removed install-data-hook and
216 install-exec-hook code. Test insthook.test.
218 1998-12-16 Tom Tromey <tromey@cygnus.com>
220 * tags.am (ID): Uniquify list of sources. Report from Jim
223 1998-12-11 Tom Tromey <tromey@cygnus.com>
225 Bug report from Paul D. Smith:
226 * automake.in (handle_merge_targets): Set
227 AM_INSTALL_PROGRAM_FLAGS, not INSTALL_PROGRAM.
228 * header-vars.am (INSTALL_PROGRAM): Added
229 AM_INSTALL_PROGRAM_FLAGS.
231 1998-12-03 Tom Tromey <tromey@cygnus.com>
233 * automake.in (handle_dist): Print prettier banner when
234 `make dist' succeeds. From Akim Demaille.
236 1998-12-02 Tom Tromey <tromey@cygnus.com>
238 * configure.in: Upped version to 1.3e (1.3d was just released).
240 * configure.in: Upped version to 1.3d.
242 * texinfo.tex, config.guess, config.sub, install-sh: New
244 * ansi2knr.c: New version.
246 * automake.in (handle_configure): Quote @MAINTAINER_MODE_TRUE@ to
247 avoid problems where AM_MAINTAINER_MODE is put into automake's own
250 * Makefile.am (cvs-dist): Run `cvs tag' operation in srcdir.
252 Some bugs from François Pinard:
253 * automake.in (usage): Remove duplicates in file list.
255 * automake.in (usage): Print files in column-major order.
256 (handle_gettext): Only require ABOUT-NLS for GNU programs.
258 1998-12-01 Tom Tromey <tromey@cygnus.com>
260 * automake.texi (Dist): Documented GZIP_ENV.
261 * automake.in (handle_dist): Define and use GZIP_ENV, not GZIP.
262 (initialize_global_constants): Use GZIP_ENV, not GZIP.
264 1998-11-27 Tom Tromey <tromey@cygnus.com>
266 * automake.in (quote_cond_val): Use "\002", not '\002', to
267 represent null string.
268 (unquote_cond_val): Removing all "\002" strings from result. Test
271 * automake.texi: Formatting changes for latest texinfo.
273 * automake.in (handle_java): Removed debugging print.
275 1998-11-18 Tom Tromey <tromey@cygnus.com>
277 * automake.in (finish_languages): Use CCLD, not CLD.
279 * automake.in (finish_languages): Define CLD; use it in LINK
281 (lang_cxx_finish): Define CXXLD; use it in CXXLINK definition.
282 (lang_f77_finish): Define FLD; use it in FLINK definition.
283 (lang_ppf77_finish): Likewise.
284 (lang_ratfor_finish): Likewise.
286 1998-11-10 Matthew D. Langston <langston@SLAC.Stanford.EDU>
288 * automake.in (scan_one_configure_file): Recognize
289 AC_F77_LIBRARY_LDFLAGS, and recognize FLIBS as a configure
292 * automake.texi: Fix several little Fortran 77 references to now
293 point to autoconf.texi. Rename associated Fortran 77 macros from
296 1998-11-10 Tom Tromey <tromey@cygnus.com>
298 * automake.in (read_am_file): Handle configure_vars case. Test
301 1998-11-09 Tom Tromey <tromey@cygnus.com>
303 * automake.in (read_am_file): `conditional_stack' isn't a
304 function. Correctly add new value to existing value in `+='
307 1998-10-29 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
309 * automake.in (parse_arguments): Fixed type of -c for copying
311 1998-10-30 Tom Tromey <tromey@cygnus.com>
313 * automake.texi (Install): Documented DESTDIR more fully. From
316 * automake.in (MACRO_PATTERN): Recognize `+='.
317 (BOGUS_MACRO_PATTERN): Likewise.
318 (read_am_file): Handle `+=' assignments.
320 1998-10-28 Tom Tromey <tromey@cygnus.com>
322 * Makefile.am (maintainer-check): Changed code to be acceptable to
325 * automake.in (do_one_clean_target): Special-case config.status.
326 Report from Jeff Garzik.
328 * m4/Makefile.am (m4data_DATA): Don't mention f77.m4.
329 * m4/f77.m4: Removed; macro now in autoconf proper.
331 1998-10-24 Tom Tromey <tromey@cygnus.com>
333 * automake.in (handle_dist_worker): Typo fix in code testing to
334 see if subdir is `.'. From Raja R Harinath.
336 * m4/lispdir.m4: Fixed sed invocation. From Akim Demaille.
338 1998-10-20 Tom Tromey <tromey@cygnus.com>
340 * automake.in (scan_dependency_file): Fixed test on `while' loop.
341 Fixes depend2.test. Report from Akim Demaille.
343 1998-10-16 Tom Tromey <tromey@cygnus.com>
345 * automake.in (handle_ltlibraries): Specify `noinst' when
346 computing valid prefixes. From Ulrich Drepper.
348 * automake.in (scan_dependency_file): Don't give an error if there
349 is text after the last line. Report from Matthew D. Langston.
351 * m4/mktime.m4: Detect glibc mktime bug. From Jim Meyering.
353 * Makefile.am (SUBDIRS): Added `.' again.
355 * Makefile.am (EXTRA_DIST): Removed automake.spec.in. From
357 (info_TEXINFOS): Removed am-f77.texi.
359 * automake.in (handle_ltlibraries): Allow `noinst' LTLIBRARIES.
360 These are libtool convenience libraries.
362 1998-10-13 Tom Tromey <tromey@cygnus.com>
364 * m4/f77.m4: New file.
365 * m4/Makefile.am (m4data_DATA): Added f77.m4.
367 Thu Oct 8 15:00:57 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
369 * automake.in (resolve_linker): Put the Fortran 77 linker where it
372 * automake.in (lang_f77_finish): Add support for Fortran 77.
374 * automake.in (f77_extensions): New helper function for function
377 * automake.in (lang_f77_rewrite): Change to return success.
379 * automake.in (scan_one_configure_file): Add test for the Fortran
382 * automake.in (finish_languages): Changed tests for "C++ only" to
383 "C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'.
385 * automake.in: Registered the ppf77 language (`.F' extension) for
386 preprocessed Fortran 77.
388 * automake.in: Registered the ratfor language (`.r' extension).
390 * automake.in: Registered Fortran 77 header files with the "header
391 language" (`.inc' extension).
393 Tue Sep 8 14:50:50 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
395 * automake.texi: Added several new index entries.
397 Sun Aug 30 16:10:31 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
400 - Add `@ovindex' (output variable index).
401 - Merge `@defmac' (Autoconf macros) and `@ovindex' to the General
404 * automake.texi (Macros):
405 - Changed the `@table @code' list of macros to `@defmac'.
406 - Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list.
408 Tue Aug 11 10:42:39 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
410 * automake.texi (C++): Change `@table' to `@vtable'.
412 * automake.texi (Fortran 77): Add Fortran 77 documentation.
414 1998-10-11 Tom Tromey <tromey@cygnus.com>
416 Preliminary (completely untested) multilib support.
417 * automake.texi (Macros): Document AM_ENABLE_MULTILIB.
418 * m4/Makefile.am (m4data_DATA): Added multi.m4.
419 * Makefile.am (amfiles): Added multilib.am.
420 * automake.in (seen_multilib): New global.
421 (scan_one_configure_file): Recognize AM_ENABLE_MULTILIB.
422 (generate_makefile): Call handle_multilib.
423 (handle_multilib): New function.
424 * multilib.am: New file.
425 * m4/multi.m4: New file.
427 1998-10-08 Tom Tromey <tromey@cygnus.com>
429 * automake.in (handle_dist): Always include configure.in and
430 configure in distribution. Fixes confdist.test.
432 * automake.in (do_one_merge_target): Be silent when running
433 install-exec-am and install-data-am. Fixes extra3.test and
436 1998-10-07 Tom Tromey <tromey@cygnus.com>
438 * automake.in (am_install_var): Added -noextra option.
439 (handle_data): Pass -noextra to am_install_var.
441 Sun Oct 4 22:24:10 1998 Tom Tromey <tromey@cygnus.com>
443 * m4/winsz.m4 (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use
444 3-argument form of AC_DEFINE.
445 * m4/regex.m4 (AM_WITH_REGEX): Use 3-argument form of AC_DEFINE.
446 * m4/ptrdiff.m4 (AM_TYPE_PTRDIFF_T): Use 3-argument form of
448 * m4/protos.m4 (AM_C_PROTOTYPES):Use 3-argument form of
450 * m4/obstack.m4 (AM_FUNC_OBSTACK): Use 3-argument form of
452 * m4/init.m4 (AM_INIT_AUTOMAKE): Use 3-argument form of
454 * m4/dmalloc.m4 (AM_WITH_DMALLOC): Use 3-argument form of
457 Tue Oct 6 00:02:15 1998 Tom Tromey <tromey@cygnus.com>
459 * depend2.am (%.lo): Handle case where compiler does not put space
460 before ":". From Raja R Harinath.
462 Mon Oct 5 13:05:43 1998 Tom Tromey <tromey@cygnus.com>
464 * automake.in (scan_one_configure_file): AC_CONFIG_HEADER is not
465 obsolete; it simply isn't preferred with automake.
466 (scan_one_configure_file): Likewise for AC_DECL_YYTEXT and
469 * automake.in (am_line_error): Handle case where variable defined
470 in configure.in. Fixes test badline.test.
471 (%configure_vars): Redefined meaning of values.
472 (scan_one_configure_file): Set $configure_vars values
475 Sat Oct 3 14:53:34 1998 Tom Tromey <tromey@cygnus.com>
477 * automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE
479 (handle_configure): Likewise.
480 (read_am_file): Likewise.
481 (file_contents_with_transform): Likewise.
482 (scan_one_configure_file): Recognize that AM_MAINTAINER_MODE
483 defines a conditional.
484 * automake.texi (Optional): Document new AM_MAINTAINER_MODE.
485 * texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE
487 (maintainer-clean-@VTI@): Likewise.
488 * remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE
490 * remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at
491 MAINTAINER_MODE conditional.
492 * m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE
495 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
497 * depend2.am (%.lo): When editing the dependency file to add the
498 .lo file to the targets, allow for whitespace between the end of
499 the filename and the colon. Some compilers (notably the Cygnus
500 release of GCC 2.7-97r1) put space there: "alist.o : ..."
502 Sat Oct 3 12:07:21 1998 Tom Tromey <tromey@cygnus.com>
504 * automake.in (handle_configure): Handle case where there is no
505 Makefile in the config header directory. Fixes test config.test.
507 Thu Oct 1 00:51:51 1998 Tom Tromey <tromey@cygnus.com>
509 * depend2.am (%.o): Append sed results to .P file in this case
510 too. From Raja R Harinath.
512 * m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and
513 xemacs install directories. From Robert Bihlmeyer.
515 * depend2.am: Don't bother trying to delete source file from
518 * depend2.am (%.o): Handle deleted header file problem.
521 * texinfos.am (install-info-am): Handle case where INFO_DEPS is
522 empty. Reported by Andrew Cagney.
523 (uninstall-info): Likewise.
524 (dist-info): Likewise.
526 * automake.in (handle_texinfo): Error if user tries to generate
529 Wed Sep 30 00:41:40 1998 Tom Tromey <tromey@cygnus.com>
531 * automake.in (do_one_clean_target): Don't push previous clean
532 target if this target is `mostly'. Report from Raja R Harinath.
534 * subdirs.am (mostlyclean-recursive ...): Build local_target, not
535 target. From Raja R Harinath.
537 Completely changed how languages and source files are handled:
538 * automake.in: Call register_language for each language.
539 (lang_c_rewrite): New function.
540 (lang_cxx_rewrite): Likewise.
541 (lang_header_rewrite): Likewise.
542 (lang_yacc_rewrite): Likewise.
543 (lang_yaccxx_rewrite): Likewise.
544 (lang_lex_rewrite): Likewise.
545 (lang_lexxx_rewrite): Likewise.
546 (lang_asm_rewrite): Likewise.
547 (lang_fortran_rewrite): Likewise.
548 (register_language): Likewise.
549 (extension_map): New global.
550 (language_map): Likewise.
551 (resolve_linker): New function.
552 (handle_single_transform_list): Rewrote to use lang_X_rewrite
553 functions. Changed meaning of first argument.
554 (initialize_per_input): Removed seen_any_source. Initialize
555 language_scratch, extension_seen. Removed cxx_extensions,
556 seen_c_source, dir_holds_headers, dir_holds_sources.
557 (handle_source_transform): Don't compute $objpat. Pass $obj
558 directly to handle_single_transform_list.
559 (handle_built_sources): Fixed call to
560 handle_single_transform_list.
561 (lang_c_finish): New function.
562 (lang_cxx_finish): Likewise.
563 (lang_header_finish): Likewise.
564 (lang_yacc_finish): Likewise.
565 (lang_yaccxx_finish): Likewise.
566 (lang_lex_finish): Likewise.
567 (lang_lexxx_finish): Likewise..
568 (lang_asm_finish): Likewise.
569 (lang_fortran_finish): Likewise.
570 (yacc_lex_finish_helper): Likewise.
571 (libtool_compiler): Likewise.
572 (saw_extension): New function.
573 (handle_lib_objects_cond): Use saw_extension, not old variables.
574 (handle_yacc_lex_cxx): Removed.
575 (finish_languages): New function.
576 (get_object_extension): Don't set dir_holds_sources.
577 (handle_headers): Don't set dir_holds_headers. Instead, call
579 (saw_sources_p): New function.
580 (handle_tags): Use it.
581 (handle_dependencies): Likewise.
582 (cxx_extensions): New function.
583 (handle_dependencies): Use it.
584 (generate_makefile): Call finish_languages, not
587 1998-05-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
589 * texi-vers.am: Use the correct target names. Fix generation of
592 * automake.in (handle_tests): In commands generating site.exp copy
593 the old contents from site.exp, not site.bak, which does not
596 Tue Sep 29 00:10:22 1998 Tom Tromey <tromey@cygnus.com>
598 Fixed noinst.test again:
599 * automake.in (do_one_merge_target): Special-case `install-am'.
600 (handle_merge_targets): Don't compute @install variable.
602 Fixes for recurs2.test. Report from Jim Meyering.
603 * automake.in (vars_scanned): Define globally.
604 (variable_value_as_list_worker): Delete $var entry in
605 %vars_scanned after local work is done.
607 1998-05-26 Marcus G. Daniels <mgd@ute.santafe.edu>
609 * automake.in: New pattern: INCLUDE_PATTERN.
610 (read_am_file): Make AM_FILE a local filehandle.
611 For INCLUDE_PATTERN, store included paths on @include_stack and call
612 read_am_file with argument.
613 (handle_configure): When printing the dependencies for
614 Makefile.in, print the items on include_stack (if any) as
617 * automake.texi: Make a command index `cm' that goes into the
618 concept index. Put if, endif, else, and include in the command index.
619 (Include): Show usage of include directive.
621 Mon Sep 28 00:03:45 1998 Tom Tromey <tromey@cygnus.com>
623 `.' in SUBDIRS changes order of builds:
624 * Makefile.am (SUBDIRS): Added `.'. Put tests last.
625 * tags.am (TAGS): Don't look for TAGS file in `.'.
626 * automake.texi (Top level): Document SUBDIRS change.
627 * automake.in (handle_installdirs): Create separate installdirs-am
629 (handle_merge_targets): Don't put all-am onto @all. Fixed error
630 message. Correctly handle install-info. Give error if
631 install-info-local inappropriately defined. Don't special-case
632 install-data, install-exec, install, uninstall, or all.
633 (handle_subdirs): Don't push `-recursive' target names onto
635 (do_one_merge_target): Always define `-am' form of rule, and point
636 ordinary form to `-am' or `-recursive' as appropriate.
638 (do_check_merge_target): Generate check-am target.
639 (handle_dist_worker): Use target_defined.
640 (handle_dist): Likewise.
641 (handle_merge_targets): Likewise.
642 (do_one_merge_target): Likewise.
643 (do_check_merge_target): Likewise.
644 (do_one_clean_target): Likewise.
645 (initialize_per_input): Initialize $all_target.
646 (do_one_clean_target): Always generate -am form of rule; other
647 changes for new SUBDIRS change.
648 (handle_clean): Always generate clean-am form of rule.
649 (handle_tags): Only build subdir if not `.'.
650 (handle_dist_worker): Skip `.' directory.
651 * subdirs.am: Allow `.' to be specified in SUBDIRS.
653 Sun Sep 27 20:02:21 1998 Tom Tromey <tromey@cygnus.com>
655 * automake.texi (Dist): Document EXTRA_DIST change.
656 * automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.
658 * automake.in (handle_ltlibraries): Wrote better comment about
661 * automake.texi (Invoking Automake): Document --copy.
662 * automake.in (copy_missing): New global.
663 (parse_arguments): Recognize --copy/-c.
664 (require_file_internal): Handle $copy_missing. Fixed error
666 (initialize_global_constants): Document -c/--copy.
668 * automake.texi: Document LIBOBJS trick.
670 * automake.in (handle_dist_worker): If DIST_SUBDIRS defined, use
671 it even when SUBDIRS not conditional.
673 * automake.in (quote_cond_val): Turn tabs into \003.
674 (unquote_cond_val): Turn \003 back into tabs. Fixes test
677 * automake.in (read_am_file): Treat backslash-newline as
678 whitespace. Test parse.test.
680 Sat Sep 26 19:31:22 1998 Tom Tromey <tromey@cygnus.com>
682 * configure: Rebuilt.
683 * configure.in: Upped version to 1.3c.
685 Track recent autoconf changes:
686 * m4/Makefile.in: Rebuilt.
687 * m4/Makefile.am (m4data_DATA): Updated for deleted files.
688 * m4/init.m4 (AM_INIT_AUTOMAKE): Use AC_PROG_INSTALL.
689 * m4/mingw.m4: Removed.
690 * m4/cygwin.m4: Removed.
691 * m4/install.m4: Removed.
692 * m4/exeext.m4: Removed.
693 * automake.in (scan_one_configure_file): Don't look for
695 (check_cygnus): Only mention AC_EXEEXT.
696 (obsolete_macros): Mention AM_PROG_INSTALL, AM_EXEEXT,
697 AM_CYGWIN32, AM_MINGW32.
698 ($seen_prog_install): Changed interpretation; changed all users.
699 (scan_one_configure_file): Don't look for AM_PROG_INSTALL.
700 ($scripts_installed): Removed.
701 (handle_scripts): Use local $scripts_installed.
702 * aclocal.in (obsolete_macros): Added AM_PROG_INSTALL, AM_EXEEXT,
703 AM_CYGWIN32, AM_MINGW32.
705 Mon Jul 6 14:52:49 1998 Ian Lance Taylor <ian@cygnus.com>
707 * compile.am (mostlyclean-compile): If OBJEXT, remove *.$(OBJEXT)
710 Thu May 28 18:49:47 1998 Ian Lance Taylor <ian@cygnus.com>
712 * automake.in (seen_objext): New variable.
713 (get_object_extension): If seen_objext, use .$(OBJEXT) rather than
714 .o. When including compile.am, keep or discard OBJEXT lines
715 according to whether seen_objext is set. If seen_objext, add .obj
716 to @suffixes. If seen_objext, use .$(OBJEXT) rather than .o when
718 (handle_yacc_lex_cxx): If seen_objext, add a rule to create .obj
719 files. If seen_objext, use .$(OBJEXT) rather than .o when
721 (scan_one_configure_file): Check for .obj as well as .o in
722 LIBOBJS. Set seen_exeext if we see AC_EXEEXT. Look for
723 AC_OBJEXT, and if found set seen_objext and set OBJEXT in
725 (check_cygnus): Change error message to permit AC_EXEEXT.
726 * compile.am: Add OBJEXT lines for .c.obj compilation.
727 * Makefile.in: Rebuild.
728 * m4/Makefile.in: Rebuild.
729 * tests/Makefile.in: Rebuild.
731 Mon Sep 11 16:07:55 1997 Chris Provenzano <proven@cygnus.com>
733 * header-vars.am: SHELL=@SHELL@
734 Ran aclocal, autoconf, and automake.
736 Sat Sep 26 16:31:29 1998 Tom Tromey <tromey@cygnus.com>
738 * ltlib.am: Use $(INSTALL) and not $(INSTALL_DATA).
740 Mon Sep 14 08:27:38 1998 Per Cederqvist <ceder@lysator.liu.se>
742 * automake.in (handle_texinfo): The logic for when to provide
743 texinfo.tex was broken. Attempt to fix.
745 Mon Sep 14 00:55:12 1998 Per Cederqvist <ceder@lysator.liu.se>
748 * automake.in (handle_yacc_lex_cxx): Transform "# " to "#line";
749 some compilers (such as /bin/cc on Dynix 3.1.1) don't accept the
750 output from the preprocessor.
752 Tue Aug 25 18:40:51 1998 Tom Tromey <tromey@cygnus.com>
754 * automake.in (handle_tests): Don't create site.exp target if it
755 is already in Makefile.am.
757 Sun Aug 16 23:26:26 1998 Tom Tromey <tromey@cygnus.com>
759 * automake.in (handle_configure): Use @inputs, not
760 @rewritten_inputs, when constructing CONFIG_FILES. Use different
761 list to test for file existence. Test colon6.test.
762 (rewrite_inputs_into_dependencies): Added add_srcdir argument.
765 Wed Aug 12 14:16:57 1998 Tom Tromey <tromey@cygnus.com>
769 Tue Aug 11 12:18:59 1998 Tom Tromey <tromey@cygnus.com>
771 * automake.in (handle_clean): Added missing close-paren. Quote
772 `$' so it doesn't expand when replacing. From Markus
775 * aclocal.in (usage): Changed bug address.
776 * automake.in (usage): Changed bug address.
778 * clean.am (distclean-generic): Don't mention
779 DISTCONFIGCLEANFILES. From Markus F.X.J. Oberhumer.
781 Mon Aug 10 20:57:35 1998 Tom Tromey <tromey@cygnus.com>
783 * automake.in (handle_yacc_lex_cxx): Redirect ansi2knr output to
784 correct file. From Kave Ghazi.
786 Sun Aug 2 16:05:16 1998 Tom Tromey <tromey@cygnus.com>
790 * config.sub, config.guess, texinfo.tex: New versions from FSF.
792 Sun Jul 19 00:04:25 1998 Tom Tromey <tromey@cygnus.com>
794 * automake.in (variable_conditions): Initialize %vars_scanned.
795 (variable_conditions_sub): Check it. Test cond5.test.
797 Sat Jul 18 00:24:14 1998 Tom Tromey <tromey@cygnus.com>
799 * automake.in (variable_value_as_list_worker): Renamed from
800 variable_value_as_list. Set entry in vars_scanned, and give error
801 if variable recursively defined. Test recurs.test.
802 (value_to_list): Call it instead.
803 (variable_value_as_list): New function.
805 * automake.in (variable_conditions_sub): If var is not
806 conditional, but does have conditional subvariables, then return
807 value should be all permutations of subvariable conditions. Test
809 (handle_source_transform): Define _OBJECTS variable with each
810 condition; no need to define multiple new variables.
812 Fri Jul 17 12:56:14 1998 Tom Tromey <tromey@cygnus.com>
814 * automake.in (am_install_var): Use DESTDIR, not DATADIR. From
817 * automake.in (scan_dependency_file): Recognize DOS-style paths as
819 * ylwrap: Recognize DOS-style paths as absolute. From Ian Lance
822 Fri Jul 17 07:37:20 1998 H.J. Lu (hjl@gnu.org)
824 * ylwrap: Don't use absolute path if the input is in the
827 Fri Jul 17 11:58:27 1998 Ian Lance Taylor <ian@cygnus.com>
829 * automake.in: Use $(AM_MAKEFLAGS) in every invocation of $(MAKE).
830 * subdirs.am: Likewise.
832 Thu Jul 16 18:09:03 1998 Ian Lance Taylor <ian@cygnus.com>
834 * remake.am (config.status): Depend upon
835 $(CONFIG_STATUS_DEPENDENCIES).
836 * automake.in (handle_configure): Examine
837 CONFIG_STATUS_DEPENDENCIES.
839 Tue Jul 14 13:37:48 1998 Tom Tromey <tromey@cygnus.com>
841 * Makefile.am: Always look in srcdir for automake.in.
843 Tue Jun 23 14:00:27 1998 Ian Lance Taylor <ian@cygnus.com>
845 * progs.am: Don't let $(EXEEXT) interfere with $(transform).
846 Report from Mike Stump <mrs@wrs.com>.
848 Tue Jun 2 13:27:34 1998 Tom Tromey <tromey@cygnus.com>
850 * automake.in (scan_one_configure_file): Make CONFIGURE file
851 handle local. From Kevin Street.
853 * automake.in (read_am_file): Error if blank line or comment
854 follows trailing backslash. Test syntax.test.
855 (file_contents_with_transform): Likewise.
857 Thu May 28 18:49:47 1998 Ian Lance Taylor <ian@cygnus.com>
859 * automake.in (handle_configure): Always use $(SHELL) when running
862 Mon Jun 1 14:23:29 1998 Tom Tromey <tromey@cygnus.com>
864 * automake.in (handle_yacc_lex_cxx): Use AM_CPPFLAGS, AM_CXXFLAGS,
866 (output_yacc_build_rule): Use AM_YFLAGS, AM_LFLAGS.
867 (handle_dependencies): Don't define CXXMKDEP.
869 * clean.am (mostlyclean-generic): Prefix rule with MOSTLYCLEAN.
870 (clean-generic): Prefix rule with CLEAN.
871 (distclean-generic): Prefix rule with DISTCLEAN.
872 (maintainer-clean-generic): Prefix rule with MAINTAINERCLEAN.
873 BUILT_SOURCES now handled in automake itself.
874 * automake.in (initialize_per_input): Initialize
875 maintainer_clean_files.
876 (handle_yacc_lex_cxx): Put lex and yacc output files onto
877 @maintainer_clean_files.
878 (handle_clean): Handle @maintainer_clean_files. Transform
879 clean.am when installing; try to remove unnecessary tests in
882 * automake.in (do_check_merge_target): Only generate $(MAKE)
883 command if there are check targets to make. Report from Karl
886 Sun May 17 23:05:55 1998 Tom Tromey <tromey@cygnus.com>
888 * aclocal.in (write_aclocal): Fixed generated copyright message.
889 From Eleftherios Gkioulekas.
891 * automake.in (parse_arguments): Typo fix from Paul D. Smith.
893 Fri May 8 12:14:03 1998 Tom Tromey <tromey@cygnus.com>
895 * automake.in (handle_yacc_lex_cxx): Put lex and yacc output files
898 Wed May 6 01:18:05 1998 Tom Tromey <tromey@cygnus.com>
900 * header-vars.am (DESTDIR): Changed from DISTDIR.
902 Fri Apr 24 10:16:20 1998 Tom Tromey <tromey@cygnus.com>
904 * libs.am: Don't display loop while it runs.
906 Sun Apr 5 13:58:24 1998 Tom Tromey <tromey@cygnus.com>
910 * automake.in (handle_options): Correctly handle trailing alpha
911 version letter or lack thereof. Test version3.test.
913 * automake.in (am_conf_line_warning): Perl 4 fixlet; typo fix.
915 * automake.in (handle_ltlibraries): Examine _DEPENDENCIES
916 variable. Report from Chris Provenzano. Test library.test.
917 (handle_libraries): Likewise.
919 * m4/lex.m4: Allow AM_PROG_LEX to be called with no arguments.
921 Sun Apr 5 13:54:25 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
923 * automake.in (scan_one_configure_file): Only warn about
924 AC_DECL_YYTEXT and AC_PROG_LEXX.
925 (am_conf_line_warning): New function.
927 Fri Apr 3 15:43:46 1998 Doug Evans <devans@seba.cygnus.com>
929 * automake.in (handle_configure): Fix setting of colon_infile
930 in case where multiple files are used to build Makefile.
933 Fri Apr 3 13:07:58 1998 Tom Tromey <tromey@cygnus.com>
935 * ansi2knr.c, texinfo.tex: New versions from respective
938 * automake.in (scan_one_configure_file): Exclude INSTALL_DATA from
939 configure_vars. Test instdata.test.
941 Tue Mar 31 21:07:42 1998 Tom Tromey <tromey@cygnus.com>
943 * automake.in (handle_yacc_lex_cxx): Changed to use new version of
945 * ansi2knr.c: New version from L. Peter Deutsch.
947 Thu Mar 26 11:00:04 1998 Tom Tromey <tromey@cygnus.com>
949 * m4/exeext.m4: Correctly eliminate bad cases when computing
950 am_cv_exeext. Report from Markus F.X.J. Oberhumer.
952 Wed Mar 25 15:09:56 1998 Tom Tromey <tromey@cygnus.com>
954 * automake.in (handle_options): Support alpha version numbers.
956 * lisp.am (install-@DIR@LISP): Allow .el files to appear in build
957 directory. From Gary V Vaughan.
959 Mon Mar 23 07:55:04 1998 Tom Tromey <tromey@cygnus.com>
963 * header.am (install-@DIR@HEADERS): A header can appear in the
964 build directory as well as the source directory. From Gary V
967 * automake.in (handle_yacc_lex_cxx): Push lib sources onto
968 de_ansi_files before generating ._c dependencies. Test
971 * m4/mktime.m4: New version from Jim Meyering.
973 * aclocal.in (usage): Document --print-ac-dir.
974 (parse_arguments): Added --print-ac-dir.
976 * ansi2knr.c, ansi2knr.1: New versions from ghostscript.
977 (main): Reapplied "-" change from Harlan Stenn.
979 Fri Mar 20 22:42:30 1998 Tom Tromey <tromey@cygnus.com>
981 * automake.in (scan_one_configure_file): Use &am_conf_line_error,
982 not warn. Check to make sure warnings happen only for
983 configure.in, not for "not aclocal.m4".
985 Fri Mar 20 22:35:31 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
987 * automake.in: understand AM_PROG_LEX as a replacement for
988 AC_PROG_LEX and AC_DECL_YYTEXT
989 warn if the replaced macros are used.
990 * m4/Makefile.am: add lex.m4
991 * m4/lex.m4 (AM_PROG_LEX): new file and macro
992 * missing: added lex/flex support
993 instead of touching flex and bison output files, try to copy
994 them from a filename based on the last given argument
996 Fri Mar 20 00:26:10 1998 Tom Tromey <tromey@cygnus.com>
998 * m4/protos.m4: Require AC_PROG_CPP.
1000 * aclocal.in (add_file): If &search fails, and macro matches AM_,
1001 then print error. Test aclocalii.test.
1003 De-ansi-fication fixes from Harlan Stenn:
1004 * ansi2knr.c (main): Accept "-" argument to mean stdin.
1005 * automake.in (handle_yacc_lex_cxx): Preprocess C source before
1006 running through ANSI2KNR.
1007 (get_object_extension): Generate rule for <dir>/ansi2knr.o.
1009 * texinfos.am: Include $(DESTDIR).
1010 * lisp.am: Include $(DESTDIR).
1011 * java.am: Include $(DESTDIR).
1012 * mans.am (install-man@SECTION@): Include $(DESTDIR).
1013 * automake.in (handle_man_pages): Include $(DESTDIR) in
1014 installdirs variable.
1015 (handle_texinfo): Likewise.
1016 (am_install_var): Likewise.
1017 * header-vars.am (DISTDIR): Define.
1018 * data.am, header.am, libs.am, ltlib.am, progs.am, scripts.am:
1019 Support $(DESTDIR) at install time. From Assar Westerlund.
1021 * automake.in (handle_java): Put Java sources in distribution.
1023 Thu Mar 19 01:33:35 1998 Tom Tromey <tromey@cygnus.com>
1025 * automake.in (handle_java): Put JAVACFLAGS after -d option. From
1028 * automake.in (handle_java): Use $(JAVAROOT) in place of `../..'
1029 in default CLASSPATH.
1030 (am_install_var): Allow `JAVA' variable to be defined. Don't
1031 define `JAVA' primary.
1033 * automake.in (scan_one_configure_file): Check for `sinclude' and
1034 turn into recursive call.
1036 * automake.in (initialize_per_input): Set $output_all.
1037 (generate_makefile): Don't set $output_header or generate
1038 `default' target. Print $output_all before $output_header.
1039 (handle_merge_targets): Put `all' target into $output_all.
1041 Wed Mar 18 14:48:44 1998 Tom Tromey <tromey@cygnus.com>
1043 * automake.in (handle_configure): Put secondary dependencies from
1044 multi-":" AC_OUTPUT entry into dependency list for file created by
1045 config.status, not file created by automake. Test colon3.test.
1046 (generate_makefile): Pass $output, not $makefile, to
1047 handle_merge_targets.
1049 * Makefile.am (pkgdata_DATA): Added java.am, java-clean.am.
1050 * java-clean.am: New file.
1051 * java.am: New file.
1052 * automake.in (generate_makefile): Call handle_java.
1053 (handle_java): New sub.
1054 (am_install_var): Only push primary variable on @all if not doing
1057 Sun Mar 8 15:43:09 1998 Tom Tromey <tromey@cygnus.com>
1059 * automake.in (handle_configure): When recognizing AC_OUTPUT ":"
1060 syntax, make regexp less greedy. From Maciej W. Rozycki. Test
1063 Fri Mar 6 21:20:53 1998 Tom Tromey <tromey@cygnus.com>
1065 * m4/exeext.m4 (AM_EXEEXT): Ignore am_c_test.o. From Bruno
1068 Tue Feb 24 12:10:44 1998 Tom Tromey <tromey@cygnus.com>
1072 * mans.am (install-man@SECTION@, uninstall-man@SECTION@): Quote
1073 `$' in sed expression.
1075 * config.guess, config.sub, texinfo.tex: New versions from FSF.
1077 * Makefile.am (pkgdata_DATA): Added mans.am.
1078 * automake.in (handle_man_pages): Rewrote for new man page
1080 (initialize_global_constants): Removed install_man_format,
1081 uninstall_man_format.
1082 * mans.am: New file.
1084 * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
1085 scripts.am, texinfos.am: Put `@' before NORMAL_UNINSTALL
1088 Mon Feb 23 13:38:56 1998 Tom Tromey <tromey@cygnus.com>
1090 * automake.in (get_object_extension): Remove .c.lo rule from
1091 libtool when dependencies turned on.
1092 * libtool.am (.c.lo): Disable when dependency checking turned on.
1094 Dependency fixes from Alexandre Oliva:
1095 * automake.in (handle_dependencies): Fixed quoting when
1096 substituting @PFX@ and @EXT@. Don't look for the `.P' file.
1097 * depend2.am (%.o): Use @PFX@ and @EXT@.
1100 * texinfos.am (.txi.info, .txi.dvi, .txi): New rules.
1101 * automake.in (handle_texinfo): Recognize .txi files. From Karl
1104 * automake.in (handle_single_transform_list): $objpat now a
1105 parameter. Set $objpat when suffix rule found.
1107 * aclocal.in (parse_arguments): Only put current year in --version
1109 * automake.in (parse_arguments): Only put current year in
1112 Mon Feb 16 00:12:03 1998 Tom Tromey <tromey@cygnus.com>
1114 * automake.in (handle_aclocal_m4): When processing -I options,
1115 directory is separate argument. Test aclocali.test.
1117 Fri Feb 13 14:35:39 1998 Ian Lance Taylor <ian@cygnus.com>
1119 * automake.in (handle_texinfo): Correct condition for whether
1120 texinfo.tex is required. [Test texinfo5.test]
1122 Fri Feb 13 00:28:53 1998 Tom Tromey <tromey@cygnus.com>
1126 * Makefile.am: Removed bogus line.
1128 Thu Feb 12 22:27:05 1998 Tom Tromey <tromey@cygnus.com>
1130 * automake.in (get_object_extension): Conditionally include .c.o
1131 rule from compile.am.
1132 (handle_dependencies): Generate correct code when including new
1134 (file_contents_with_transform): Better error reporting.
1135 * depend.am (MKDEP): Removed.
1136 (.deps/.P): Removed. Don't include .deps/.P.
1137 * compile.am (.c.o): Now conditional on dependencies not being
1138 generated by compiles.
1139 * depend2.am (%.o): New rule.
1140 (.deps/%.P): Removed.
1142 * tags.am (TAGS): Uniquify list of files. From Harlan Stenn.
1144 * aclocal.in (scan_m4_files): Reverse-sort keys when constructing
1145 `search' function. From Johan Danielsson.
1147 Tue Sep 16 14:13:15 1997 Paul D. Smith <psmith@baynetworks.com>
1149 * automake.in: Create new option --generate-deps. This option has
1150 automake generate a .dep_segment file containing just the
1151 dependencies created from the .P list. This is needed to maintain
1152 other makefiles that automake doesn't deal with (Makefile.DOS,
1154 * automake.texi (Invoking Automake): Document it.
1156 Thu Feb 12 19:45:16 1998 Tom Tromey <tromey@cygnus.com>
1158 * aclocal.in (scan_configure): Tightened regexp a bit. Test
1159 whoami.test. From Johan Danielsson.
1161 Report from H.J. Lu.
1162 * automake.in (output_yacc_build_rule): Don't write rule to create
1164 (handle_yacc_lex_cxx): Generate rule to build each .h file.
1166 * automake.in (handle_options): Set readme-alpha and check-news
1167 for Gnits after main processing. Test alpha.test. From Jim
1170 * aclocal.in (usage): Updated bug-reporting address.
1171 * automake.in (usage): Updated bug-reporting address.
1173 * compile.am: Remove *.core for 4.4BSD systems. From Assar
1176 * automake.in (handle_single_transform_list): Don't set
1177 seen_any_source if all sources are C++.
1179 Wed Feb 11 17:30:01 1998 Tom Tromey <tromey@cygnus.com>
1181 * aclocal.in (write_aclocal): Write to $output_file, not
1182 aclocal.m4. From Alexandre Oliva.
1184 Thu Feb 5 13:38:55 1998 Tom Tromey <tromey@cygnus.com>
1186 * automake.in (scan_one_configure_file): Put CXCPP before CXX in
1187 regexp. From Garth Corral. Test cxxxcpp.test.
1189 Sun Jan 25 11:16:53 1998 Tom Tromey <tromey@cygnus.com>
1191 * automake.in (generate_makefile): Run handle_minor_options before
1192 handle_dist, to make sure README-alpha ends up in distribution.
1195 Tue Jan 13 09:19:33 1998 Tom Tromey <tromey@cygnus.com>
1197 * aclocal.in (add_file): Hack for Perl 4. From Seth Alves.
1199 Thu Dec 11 12:29:46 1997 Ian Lance Taylor <ian@cygnus.com>
1201 * scripts.am: Don't add @EXEEXT@ to installed scripts. Scripts
1202 are not executables.
1204 Tue Dec 2 20:07:18 1997 Tom Tromey <tromey@cygnus.com>
1206 * automake.in (initialize_global_constants): Bug fix in
1207 uninstall_man_format. Report from Eric Backus.
1209 Mon Dec 1 13:52:39 1997 Tom Tromey <tromey@cygnus.com>
1211 * automake.in (handle_source_transform): Correctly generate
1212 _OBJECTS when _SOURCES is defined conditionally. Reported by Rob
1213 Savoye. Test cond3.test.
1215 Fixes for test objc.test:
1216 * automake.in (initialize_per_input): New global seen_any_source.
1217 (handle_yacc_lex_cxx): Use seen_any_source to decide when to
1219 (handle_single_transform_list): Set seen_any_source.
1220 (handle_lib_objects_cond): Likewise.
1222 Wed Nov 26 13:41:57 1997 Tom Tromey <tromey@cygnus.com>
1226 * m4/ccstdc.m4: Don't force AM_PROG_CC_STDC before AC_PROG_CPP.
1229 * m4/mktime.m4 (AM_FUNC_MTIME): New version from Paul Eggert.
1231 * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL,
1232 NORMAL_UNINSTALL, PRE_UNINSTALL, POST_UNINSTALL): Define as `:',
1235 * automake.in (output_yacc_build_rule): Don't overwrite .h file in
1238 * tags.am (ID): Scan lisp files.
1239 (TAGS): Make tags for lisp files.
1241 Tue Nov 25 14:20:42 1997 Tom Tromey <tromey@cygnus.com>
1243 * ltlib.am: Use INSTALL_DATA, not INSTALL_PROGRAM. From Gord
1246 Fri Nov 21 15:15:50 1997 Tom Tromey <tromey@cygnus.com>
1248 * m4/mingw.m4, m4/cygwin.m4: Argument to AC_TRY_COMPILE is
1249 function body, not entire function. From Ian Taylor.
1251 Sat Oct 25 12:39:19 1997 Tom Tromey <tromey@cygnus.com>
1253 * automake.in (scan_one_configure_file): Skip empty string for
1254 Perl 4. From Assar Westerlund.
1256 * config.guess, config.sub, texinfo.tex: New versions from FSF.
1258 Fri Oct 24 23:15:09 1997 Tom Tromey <tromey@cygnus.com>
1260 * automake.in (output_yacc_build_rule): Use YFLAGS again.
1261 (handle_yacc_lex_cxx): Error if YACCFLAGS used.
1263 Wed Aug 27 19:26:45 1997 Rob Savoye <rob@chinadoll.cygnus.com>
1265 * compile.am: Add suffix rules for ".s.o" and ".S.o" so assembler
1267 * libtool.am: Add suffix rules for ".s.lo" and ".S.lo" so assembler
1269 * automake.in: Add .S and .s to the standard list of suffixes so
1270 assembler files can be used.
1272 Fri Oct 24 13:39:01 1997 Tom Tromey <tromey@cygnus.com>
1274 * m4/exeext.m4: Require AM_MINGW32. Check MINGW32 setting.
1276 Thu Oct 23 21:16:28 1997 Tom Tromey <tromey@cygnus.com>
1278 * m4/init.m4 (missing_dir): AC_REQUIRE AM_SANITY_CHECK,
1279 AC_ARG_PROGRAM, and AC_PROG_MAKE_SET.
1281 Tue Oct 21 16:49:36 1997 Tom Tromey <tromey@cygnus.com>
1283 * automake.in (handle_options): Recognize `cygnus'.
1285 Tue Sep 9 17:09:47 1997 Rob Savoye <rob@chinadoll.cygnus.com>
1287 * m4/mingw.m4: New file for mingw32 support.
1288 * m4/exeext.m4: Also check for the mingw32 environment.
1290 Tue Oct 21 00:39:44 1997 Tom Tromey <tromey@cygnus.com>
1292 * m4/Makefile.am (m4data_DATA): Added mingw.m4.
1294 * automake.in (handle_lib_objects_cond): Don't require @LEXLIB@.
1295 (handle_programs): Likewise.
1297 * subdirs.am (check-recursive installcheck-recursive
1298 info-recursive dvi-recursive): Handle case when SUBDIRS is empty.
1299 (maintainer-clean-recursive): Likewise. From Assar Westerlund.
1301 * aclocal.in (scan_m4_files): If macro recognized, &search will
1303 (scan_configure): If AM_ macro not found, give error.
1305 * m4/sanity.m4: If `ls' completely fails, die. From Jim
1308 Mon Oct 20 16:13:48 1997 Tom Tromey <tromey@cygnus.com>
1310 * automake.in (handle_single_transform_list): Fixlet for Fortran.
1313 * libtool.am: Remove _libs, for libtool 1.0d. From Gord
1316 Sun Oct 19 22:59:35 1997 Tom Tromey <tromey@cygnus.com>
1318 * texinfos.am: Bug fix. From John W. Coomes.
1320 Mon Sep 29 12:57:00 1997 Tom Tromey <tromey@cygnus.com>
1324 * automake.in (handle_dist_worker): In topmost directory of
1325 project, use `distdir', not `top_distdir', as argument to
1326 --output-dir; likewise when building in subdirs.
1328 Sun Sep 28 15:55:46 1997 Tom Tromey <tromey@cygnus.com>
1330 * m4/sanity.m4: Test $*, not $@. From Akim Demaille.
1332 * automake.in (handle_minor_options): New sub.
1333 (check_gnits_standards): Don't handle README-alpha here.
1334 (handle_dist_worker): Check NEWS file if `check-news' option
1336 (generate_makefile): Run handle_minor_options.
1337 (handle_options): Handle readme-alpha and check-news. Set them if
1340 * depend.am (MKDEP): Use $(CC), not gcc.
1342 Wed Sep 24 23:48:26 1997 Tom Tromey <tromey@cygnus.com>
1346 * m4/ccstdc.m4 (AM_PROG_CC_STDC): Make sure this is run before
1347 AC_PROG_CPP. From Markus Oberhumer.
1349 Fri Sep 12 00:04:19 1997 Paul Eggert <eggert@twinsun.com>
1351 * m4/ccstdc.m4 (AM_PROG_CC_STDC): Don't look at __STDC__;
1352 look only at whether function prototypes are supported.
1354 Wed Sep 24 16:10:37 1997 Tom Tromey <tromey@cygnus.com>
1356 * Various: Put "-" before each `rm' line. This avoids a bug in
1357 some losing makes (Ultrix, 4.3 BSD).
1359 * automake.in (handle_dist_worker): Correctly handle subdirs that
1360 have their own configure.in. From Peter Mattis.
1362 * automake.in (handle_yacc_lex_cxx): Handle de-ansi-fied sources
1363 in srcdir as well as build dir.
1365 * automake.in (scan_one_configure_file): Detect AC_OUTPUT().
1366 (handle_single_transform_list): Don't apply length() to a list.
1368 * automake.in (handle_programs): Define _DEPENDENCIES variable if
1369 not defined by user.
1371 Thu Sep 18 19:43:38 1997 Tom Tromey <tromey@cygnus.com>
1373 * m4/sanity.m4: Quote "$@" for m4. From Gord Matzigkeit.
1375 Mon Sep 1 23:50:38 1997 Tom Tromey <tromey@cygnus.com>
1377 * automake.in (handle_texinfo): Set need_texi_file only when
1378 TEXINFO_TEX not defined.
1380 Thu Aug 28 09:37:29 1997 Tom Tromey <tromey@cygnus.com>
1382 From Juergen Erhard:
1383 * automake.in (SUFFIX_RULE_PATTERN): New global.
1384 (handle_single_transform_list): If suffix matches a source suffix,
1386 (read_am_file): Add suffix rules to %suffix_rules.
1387 (initialize_per_input): Initialize %suffix_rules.
1389 Wed Aug 27 12:56:50 1997 Tom Tromey <tromey@cygnus.com>
1391 * automake.in (handle_texinfo): Also remove .kys and .ps files.
1393 * automake.in (handle_yacc_lex_cxx): Quoting fixlet. From Kaveh
1396 * aclocal.in (write_aclocal): Print copyright and copying
1397 permissions. From RMS.
1398 * automake.in (initialize_global_constants): More copyright stuff
1401 * automake.in (handle_texinfo): Only require texinfo.tex in
1402 appropriate situations. Report from Paul D. Smith.
1404 Mon Aug 25 15:45:52 1997 Tom Tromey <tromey@cygnus.com>
1406 * automake.in (scan_dependency_file): Fix so that
1407 OMIT_DEPENDENCIES will work. From Alexander Lukyanov.
1409 * automake.in (handle_texinfo): texi2dvi can generate `.cn'
1410 files. From Akim Demaille.
1412 Wed Aug 6 10:51:37 1997 Tom Tromey <tromey@cygnus.com>
1414 * automake.in (handle_texinfo): Reversed sense of test.
1416 Tue Aug 5 17:49:54 1997 Tom Tromey <tromey@cygnus.com>
1418 * automake.in (handle_dependencies): Always mark OMIT_DEPENDENCIES
1421 * automake.in (handle_yacc_lex_cxx): Make each _.c file depend on
1424 * automake.in (handle_yacc_lex_cxx): Fix for makes which don't
1425 allow $< in non-suffix rules. From Akim Demaille.
1427 * automake.in (value_to_list): If variable name contains configure
1428 substitution, then just ignore it.
1430 * automake.in (variable_defined): Mark variable is seen, even if
1431 only conditionally seen.
1433 * Makefile.am: Check for bad splits.
1434 * automake.in (various): Use split(' ',...), not split(/ /,...).
1436 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
1438 * ylwrap: If the program is a relative path, force it to be
1441 Tue Aug 5 16:59:41 1997 Tom Tromey <tromey@cygnus.com>
1443 * missing: Examine A[CM]_CONFIG_HEADER for name of files to
1444 touch. From Markus F.X.J. Oberhumer.
1446 * automake.in (require_file_internal): Better error message when
1449 * automake.in (handle_texinfo): Smarter test when deleting output
1452 Sat Aug 2 13:32:45 1997 Tom Tromey <tromey@cygnus.com>
1454 * automake.in (do_check_merge_target): In --cygnus mode, check
1455 doesn't depend on all.
1457 * automake.in (output_yacc_build_rule): Use YACCFLAGS, not
1458 YFLAGS. Per GNU Standards.
1460 * dejagnu.am (RUNTESTDEFAULTFLAGS): New macro.
1461 (check-DEJAGNU): Use it.
1463 * subdirs.am (maintainer-clean-recursive): Actually reverse subdir
1464 list. From Alexander Lukyanov.
1466 * automake.in (initialize_global_constants): Changed generated
1467 copyright. From RMS.
1469 * automake.in (handle_configure): Pass correct value for
1470 CONFIG_FILES. From Ian Taylor.
1472 Thu Jul 31 17:36:10 1997 Ian Lance Taylor <ian@cygnus.com>
1474 * ylwrap (pairlist): Shift out trailing "--"; don't pass it to
1477 Thu Jul 24 00:52:02 1997 Tom Tromey <tromey@cygnus.com>
1479 * automake.in (initialize_global_constants): Changed index names
1480 in dist hash so that alternate dist targets will be generated.
1481 Report from Glenn Amerine.
1483 Suggestion from Karl Berry:
1484 * automake.in (usage): Added short info line.
1486 * aclocal.in (usage): Updated bug-reporting address. Added short
1489 * automake.in (handle_emacs_lisp): Put contents of lisp-clean.am
1490 into output. Report from Karl Berry.
1492 Mon Aug 25 16:14:32 1997 Tom Tromey <tromey@cygnus.com>
1494 * automake.in (handle_configure): Only generate ":" syntax for
1495 CONFIG_FILES when really needed.
1497 Wed Aug 6 14:47:12 1997 Ian Lance Taylor <ian@cygnus.com>
1499 * remake-hdr.am (@CONFIG_HEADER@): Use a dummy command to force
1500 GNU make to recheck the file modification time.
1502 Tue Aug 5 14:44:10 1997 Ian Lance Taylor <ian@cygnus.com>
1504 * ylwrap: If the program is a relative path, force it to be
1507 Mon Aug 4 14:52:08 1997 Ian Lance Taylor <ian@cygnus.com>
1509 * automake.in ($RULE_PATTERN): Accept $ in body of rule name.
1510 (handle_programs): Don't append $(EXEEXT) if the
1511 program name contains '.'.
1512 (am_install_var): When rewriting _PROGRAMS, don't append $(EXEEXT)
1513 if the program names contains '.'. Also, handle conditionals.
1515 Sat Aug 2 14:43:41 1997 Tom Tromey <tromey@cygnus.com>
1517 * m4/exeext.m4: Fixed quoting.
1519 * m4/exeext.m4 (am_cv_exeext): Use echo, not ls.
1521 * automake.in (handle_programs): Transform @EXEEXT@ when including
1524 Fri Aug 1 17:09:09 1997 Tom Tromey <tromey@cygnus.com>
1526 * automake.in (handle_programs): Don't transform CYGWIN or
1528 (am_install_var): Likewise.
1530 * progs-clean.am (clean-@DIR@PROGRAMS): Never include EXEEXT.
1532 * progs.am: Removed @EXEEXT@; it is now implicit.
1533 * program.am: Add @EXEEXT@ in appropriate places; removed
1534 cygwin-dependent code.
1535 * automake.in (seen_exeext): Renamed from seen_cygwin32.
1536 (handle_programs): Use seen_exeext.
1537 (scan_one_configure_file): Look for AM_EXEEXT, not AM_CYGWIN32.
1538 (check_cygnus): Use seen_exeext.
1539 (am_install_var): Likewise.
1540 (am_install_var): When handling PROGRAMS primary, append EXELIST
1541 to program names as necessary.
1542 * m4/exeext.m4: Require AM_CYGWIN32.
1544 Thu Jul 31 17:36:10 1997 Ian Lance Taylor <ian@cygnus.com>
1546 * ylwrap (pairlist): Shift out trailing "--"; don't pass it to
1549 * texinfos.am: Add -I $(srcdir) when invoking $(MAKEINFO) for
1550 CYGNUS .texinfo.info case and .texinfo case.
1552 * automake.in (handle_configure): Correct handling of inputs for
1553 for AC_OUTPUT files when invoking config.status.
1555 Mon Jul 28 15:29:25 1997 Rob Savoye <rob@chinadoll.cygnus.com>
1557 * m4/cygwin.m4: Set a variable CYGWIN32, rather than EXEEXT.
1558 * m4/exeext.m4: New autoconf test for an executable suffix.
1559 * m4/Makefile.in: Install the new exeext.m4 test.
1561 Sun Jun 22 14:01:59 1997 Tom Tromey <tromey@cygnus.com>
1563 * Released version 1.2.
1565 * automake.in (handle_texinfo): Look for texinfo.tex in aux dir.
1567 * automake.in (require_file_internal): Only print "installing"
1568 when actually installing. From Gord Matzigkeit.
1570 * automake.in (handle_tests): Exit status `77' means `ignore
1571 test'. From François Pinard.
1572 (handle_tests) Also, make banner same size as text.
1574 * automake.in (handle_configure): Don't handle PRE_BUILT_SOURCES.
1575 (handle_built_sources): Likewise; don't have `all' depend on
1578 * depend.am (DEPS_MAGIC): New variable.
1579 (.deps/.P): Depend on BUILT_SOURCES again.
1581 * texinfos.am: Use ||, not ;.
1583 Tue Jun 10 11:04:16 1997 Tom Tromey <tromey@cygnus.com>
1585 * m4/cygwin.m4: Examine output of compiler to see if .exe needed.
1587 Sun Jun 1 13:16:05 1997 Tom Tromey <tromey@cygnus.com>
1589 * automake.in (handle_built_sources): Handle PRE_BUILT_SOURCES.
1590 (handle_configure): Likewise.
1592 * depend2.am (.deps/%.P): Don't generate file if MKDEP fails.
1593 From Alexandre Oliva.
1595 * depend.am (.deps/.P): Depend on PRE_BUILT_SOURCES, not
1598 * automake.in (initialize_global_constants): Added 1997 to
1601 * automake.in (output_yacc_build_rule): Never move y.tab.c over
1602 the .h file. From Jim Meyering.
1604 Thu May 29 23:16:02 1997 Tom Tromey <tromey@cygnus.com>
1606 * automake.in (scan_one_configure_file): Avoid defining ACLOCAL,
1607 AUTOCONF, AUTOMAKE, AUTOHEADER. From David Zaroski.
1609 Sat Feb 22 16:05:24 1997 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
1611 * Makefile.am (pkgdata_DATA): Under this new scheme, we no longer
1612 need compile-kr.am. Delete it.
1614 * automake.in (handle_yacc_lex_cxx, get_object_extension): Use
1615 _.c, _.o, _.lo instead of ._c, ._o, .l_o for de-ansification.
1617 * ansi2knr.c (main): Parse our arguments a little differently so
1618 that we don't create null output files when we can't read the
1621 Wed May 28 23:40:33 1997 Tom Tromey <tromey@cygnus.com>
1623 * depend.am (.deps/.P): Depend on $(BUILT_SOURCES) again. From
1626 Mon May 26 22:50:49 1997 Tom Tromey <tromey@cygnus.com>
1628 * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent. Report
1629 from Alexandre Oliva.
1631 * automake.in (generate_makefile): If --no-force, check
1632 Makefile.in against configure.in and aclocal.m4. Report from
1635 * automake.in (handle_dist_worker): Put --include-deps on command
1636 line if specified originally.
1637 (handle_configure): Likewise.
1639 * configure.in: Error if Perl 5.001 is used.
1641 * ylwrap: Don't quote $prog when executing it. From Jim
1644 Thu May 15 12:05:20 1997 Tom Tromey <tromey@cygnus.com>
1646 * automake.in (handle_merge_targets): Set INSTALL_SCRIPT in
1647 install-strip target.
1649 Tue May 13 08:20:02 1997 Tom Tromey <tromey@cygnus.com>
1651 * automake.in (handle_dependencies): Don't generate dependencies
1652 if DEP_FILES would be empty.
1654 Sun May 11 13:59:14 1997 Tom Tromey <tromey@cygnus.com>
1656 * config.guess: New version from FSF.
1658 * automake.in (get_object_extension): If ansi2knr in another
1659 directory, always define ANSI2KNR to full path. From Akim
1662 * kr-extra.am (clean-krextra): Remove ansi2knr here, not in
1665 * missing: Regularized grammar. From François Pinard.
1667 Sat May 10 16:48:47 1997 Tom Tromey <tromey@cygnus.com>
1671 * m4/init.m4: Error if source directory already configured.
1673 * automake.in (scan_dependency_file): Always use srcdir name as
1674 passed in on command line.
1676 Thu May 1 12:53:46 1997 Ian Lance Taylor <ian@cygnus.com>
1678 * automake.in (value_to_list): Don't fail when a variable
1679 substitution is not a complete word.
1681 Tue May 6 15:22:41 1997 Ian Lance Taylor <ian@cygnus.com>
1683 * subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not
1684 get fooled by command line arguments.
1686 Sat May 10 15:48:46 1997 Tom Tromey <tromey@cygnus.com>
1688 * m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by
1691 Mon May 5 23:24:09 1997 Tom Tromey <tromey@cygnus.com>
1693 * mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex:
1694 New versions from FSF.
1696 Sun May 4 15:21:22 1997 Tom Tromey <tromey@cygnus.com>
1698 * texinfos.am (install-info): Avoid the Debian install-info.
1699 (uninstall-info): Likewise.
1701 * automake.in (handle_single_transform_list): Strip any directory
1702 name before processing name.
1704 Thu May 1 19:24:08 1997 Tom Tromey <tromey@cygnus.com>
1706 * depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.
1708 Wed Apr 30 19:15:47 1997 Tom Tromey <tromey@cygnus.com>
1710 * automake.in (handle_dist_worker): Change how top_distdir is
1711 computed. Based on patch from Ian Taylor.
1712 (handle_dist): Define top_distdir.
1714 * automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK.
1715 (handle_yacc_lex_cxx): Include CFLAGS in LINK.
1717 Wed Apr 30 14:46:37 1997 Ian Lance Taylor <ian@cygnus.com>
1719 * automake.in (handle_dist_worker): When building a distribution,
1720 if SUBDIRS is defined conditionaly, recur into each possible
1723 * clean.am (distclean-generic): Remove stamp-h[0-9]*.
1725 Tue Apr 29 19:11:45 1997 Tom Tromey <tromey@cygnus.com>
1727 * INSTALL, mkinstalldirs, install-sh: Update from François
1730 * aclocal.in (add_macro): If AC_ macro was defined, then mark it
1731 as seen. Report from Janos Farkas.
1733 * subdirs.am: Clean targets now run in reverse order. From Kevin
1736 * automake.in (handle_texinfo): Put `aminfo', not `info' on
1739 * mdate-sh: New version from Ulrich Drepper.
1741 Mon Apr 28 01:18:05 1997 Tom Tromey <tromey@cygnus.com>
1743 * automake.in (handle_configure): Makefile only depends on
1744 BUILT_SOURCES when generating dependencies.
1748 Sun Apr 27 23:58:20 1997 Tom Tromey <tromey@cygnus.com>
1750 * automake.in (handle_dist): Use variable_value, not
1753 Wed Apr 23 14:04:28 1997 Ian Lance Taylor <ian@cygnus.com>
1755 * automake.in (IF_PATTERN): Define.
1756 (ELSE_PATTERN, ENDIF_PATTERN): Define.
1757 (AM_CONDITIONAL_PATTERN): Define.
1758 (%configure_cond): New global hash table.
1759 (handle_source_transform): If xx_SOURCES is defined conditionally,
1760 define xx_OBJECTS using the same conditions.
1761 (handle_lib_objects): If variable is defined conditionally, define
1762 xx_DEPENDENCIES conditionally. Most code moved into subroutine.
1763 (handle_lib_objects_cond): New function, broken out of
1765 (scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN.
1766 (conditional_true_when): New function.
1767 (variable_defined): Add new parameter: cond. Change some
1769 (variable_conditions): New function.
1770 (variable_conditionally_defined): New function.
1771 (variable_value): New function. Change most uses of $contents to
1772 call variable_value instead.
1773 (value_to_list): New function, from variable_value_as_list.
1774 (variable_value_as_list): Add new parameter: cond. Change all
1775 callers. Move some code into subroutine value_to_list.
1776 (define_pretty_variable): Add new parameter: cond. Change call
1778 (read_am_file): Handle conditionals.
1779 (initialize_per_input): Initialize %conditional and
1781 * m4/cond.m4: New file.
1782 * m4/Makefile.am (m4data_DATA): Add cond.m4.
1784 Sun Apr 27 11:03:36 1997 Tom Tromey <tromey@cygnus.com>
1786 * automake.in (handle_dist_worker): Run automake once per
1787 directory, instead of once at the top.
1788 (handle_dist_worker): Changed interface.
1789 (handle_dist): Likewise.
1790 (generate_makefile): Better error message if can't write the
1792 (handle_dist_worker): Pass top_distdir to subdir makes.
1794 * automake.in (handle_dist_worker): Use mode 777 on directories in
1795 distribution. GNU Standards compliance.
1797 * automake.in (handle_yacc_lex_cxx): Don't use interlock.
1798 (output_yacc_build_rule): Don't use interlock; just use new ylwrap
1799 instead. The new ylwrap builds in a subdir; idea from Mark
1801 (output_lex_build_rule): Likewise.
1802 (initialize_global_constants): [common_files] Don't include
1805 * Makefile.am (pkgdata_SCRIPTS): Removed interlock.
1806 * interlock: Removed.
1807 * ylwrap: Changed interface. Now runs command in subdir.
1809 * remake.am (config.status): Look in srcdir for config header.
1810 ($(srcdir)/configure): Likewise.
1811 * remake-hdr.am (@STAMP@): Look in srcdir for config header. From
1813 ($(srcdir)/@CONFIG_HEADER_IN@): Likewise.
1815 * automake.in (handle_aclocal_m4): Make target $(ACLOCAL_M4), not
1816 value spelled out. From Phil Nelson
1818 * automake.in (handle_configure): Don't skip Makefiles; instead
1819 skip automake inputs.
1820 (handle_merge_targets): Changed interface; put $makefile at
1821 beginning of @all (rather than Makefile at end).
1823 * automake.in (handle_yacc_lex_cxx): Correctly compute
1826 * clean-kr.am (distclean-kr): Do nothing; ansi2knr is removed in
1829 * Makefile.am: Check to make sure there are no accidental
1830 configure substitutions.
1832 * automake.in (handle_texinfo): Don't allow configure substitution
1835 * automake.in (handle_yacc_lex_cxx): ._c and ._o files both depend
1838 * kr-extra.am (ansi2knr): Removed.
1839 (ansi2knr.o): Likewise.
1841 * automake.in (get_object_extension): Allow ansi2knr to be built
1844 Fri Apr 25 12:33:23 1997 Tom Tromey <tromey@cygnus.com>
1846 * missing: Changed bison text. From Ian Taylor.
1848 * m4/missing.m4: Redirect stdin of testee. From Bill Fenner.
1850 * automake.in (output_yacc_build_rule): Generate rule to create .h
1852 (handle_footer): Generate unique, sorted list of suffixes.
1854 * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK,
1855 _CPP, _CXCPP, _LN_S. From Ralph Schleicher.
1857 Mon Apr 21 12:35:57 1997 Ian Lance Taylor <ian@cygnus.com>
1859 * automake.in (@config_fullnames): New array.
1860 (@config_names): New array, replacing $config_name.
1861 (@config_headers): New array, replacing $config_header.
1862 (get_object_extension): Handle multiple header files.
1863 (handle_tags, handle_merge_targets): Likewise.
1864 (scan_one_configure_file): Likewise.
1865 (handle_configure): Likewise. Don't check for the configuration
1866 header file in AC_OUTPUT; it won't be there.
1867 * remake-hdr.am: Handle multiple header files.
1868 * clean-hdr.am: New file, broken out of remake-hdr.am.
1869 * m4/header.m4: Handle multiple header files.
1870 * Makefile.am (pkgdata_DATA): Add clean-hdr.am.
1872 Wed Apr 16 00:05:47 1997 Tom Tromey <tromey@cygnus.com>
1874 * texinfos.am (.texi.info, .texi, .texinfo.info, .info): Remove
1876 * automake.in (define_program_variable): Added `override' argument.
1877 (handle_texinfo): Pass override arg when defining MAKEINFO.
1878 (AC_MISSING_PROG): New constant.
1879 (scan_one_configure_file): Use it.
1881 Tue Apr 15 12:12:28 1997 Tom Tromey <tromey@cygnus.com>
1883 * automake.in (handle_texinfo): In --cygnus mode, reserve
1884 clean-info for the user.
1886 * automake.in (handle_subdirs): Typo fix. From Akim Demaille.
1888 * automake.in (handle_tags): Only use SUBDIRS if it is actually
1889 defined. Report from Ian Taylor.
1891 * tags.am: Added prefix to SUBDIRS rules.
1893 Wed Apr 9 17:09:40 1997 Tom Tromey <tromey@cygnus.com>
1895 * automake.in (handle_ltlibraries): Use correct rpath
1896 substitution. Bug from Jim Blandy.
1898 Mon Apr 7 17:40:18 1997 Tom Tromey <tromey@cygnus.com>
1900 * automake.in (AM_INIT_AUTOMAKE_PATTERN): Fixed for new 3rd arg.
1903 Thu Apr 3 19:07:59 1997 Tom Tromey <tromey@cygnus.com>
1907 * tags.am (TAGS): Run "cd && etags" in subshell for proper
1910 * texinfos.am (install-info-am): If --cygnus, then info file can
1911 be in build dir. From David Zaroski.
1913 * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
1915 * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
1918 Wed Apr 2 00:03:50 1997 Tom Tromey <tromey@cygnus.com>
1920 * automake.in (handle_source_transform): Don't generate dependency
1922 (scan_dependency_file): Strip the .P file from the target.
1924 * automake.in (handle_tags): Use single, not double, quotes when
1925 setting list variable.
1927 * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
1928 progs.am, scripts.am, tags.am: Use single quotes to fill list
1929 variable; otherwise `$' in filename will not work. From Per
1932 * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
1935 * automake.in (handle_programs): Error if LIBADD used where LDADD
1937 (handle_libraries): Error if LDADD used where LIBADD meant.
1938 (handle_ltlibraries): Likewise.
1940 Tue Apr 1 22:46:33 1997 Tom Tromey <tromey@cygnus.com>
1942 * automake.in (check_canonical_spelling): New sub.
1943 (handle_programs): Use it.
1944 (handle_libraries): Likewise.
1945 (handle_ltlibraries): Likewise.
1947 Mon Mar 31 12:13:08 1997 Tom Tromey <tromey@cygnus.com>
1949 * depend2.am (.deps/%.P): Make .P file depend on everything the .c
1952 Fri Mar 28 23:34:49 1997 Tom Tromey <tromey@cygnus.com>
1954 * automake.in (handle_configure): Error if stamp-h appears in
1957 Thu Mar 27 17:28:47 1997 Tom Tromey <tromey@cygnus.com>
1959 * automake.in (handle_dist_worker): Avoid automake rules in
1960 generated Makefile when no-dependencies specified. From Greg
1963 * m4/lispdir.m4: Don't AC_SUBST ELCFILES. From Greg Woods.
1965 * texi-vers.am (stamp-@VTI@): Make commands silent.
1967 * Makefile.am (maintainer-check): "true" is ok now.
1969 * m4/init.m4: Added optional 3rd argument, which avoids
1972 * automake.in (scan_one_configure_file): Explicitly avoid
1973 INSTALL_SCRIPT to avoid defining it twice.
1975 * header-vars.am: Change _INSTALL variable definitions to `true'.
1976 Updated all users to put `@' before invocation.
1978 Tue Mar 25 22:09:45 1997 Tom Tromey <tromey@cygnus.com>
1980 Update to follow GNU Standards:
1981 * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
1983 * texinfos.am (uninstall-info): Use two loops, and have
1984 PRE_UNINSTALL before running install-info.
1985 * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
1986 scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
1987 * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
1988 NORMAL_UNINSTALL): Define.
1990 * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
1991 a configure varriable.
1993 * m4/missing.m4: Run test in a subshell. From Gord Matzigkeit.
1995 Mon Mar 24 23:28:59 1997 Tom Tromey <tromey@cygnus.com>
1997 * m4/sanity.m4: Sleep before creating temp file.
1999 * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
2002 Sat Mar 22 00:06:00 1997 Tom Tromey <tromey@cygnus.com>
2004 * automake.in (am_install_var): Make sure to delete
2005 CYGWIN/NOTCYGWIN tokens as appropriate.
2006 (handle_programs): Remove NOTCYGWIN tokens as well.
2007 (file_contents_with_transform): A single newline makes an empty
2010 * program.am: Remove executable before linking.
2012 * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
2013 (.texinfo.dvi): Likewise.
2015 * automake.in (handle_texinfo): TEXINFO_TEX variable can set
2016 location of texinfo.tex.
2018 Fri Mar 21 10:22:51 1997 Tom Tromey <tromey@cygnus.com>
2020 * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
2022 * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
2024 * scripts.am: Add @EXEEXT@ to installed scripts.
2026 Wed Jan 22 20:12:31 1997 Jim Meyering <meyering@na-net.ornl.gov>
2028 * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
2029 for the TZ environment variable. Andre Novaes Cunha provided the
2030 hairy TZ setting that exercized the Solaris tzset bug.
2032 1997-01-22 Paul Eggert <eggert@twinsun.com>
2034 * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
2035 test now, test a couple of thousand times.
2037 Thu Mar 20 00:16:54 1997 Tom Tromey <tromey@cygnus.com>
2039 * automake.in (handle_programs): Remove CYGWIN lines unless
2041 (am_install_var): Remove CYGWIN lines from -clean file as well.
2043 * progs.am: Put @EXEEXT@ where appropriate.
2045 * program.am (@PROGRAM@): If using Cygwin32, then create actual
2046 name in addition to ".exe" name.
2048 * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
2050 * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
2051 (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
2054 * automake.in (seen_cygwin32): New global.
2055 (scan_one_configure_file): Check for AM_CYGWIN32.
2057 * m4/cygwin.m4: New file.
2059 * automake.in (scan_one_configure_file): Explicitly handle
2060 AC_CONFIG_HEADER so we can avoid spurious warnings.
2061 (obsolete_macros): Removed AC_CONFIG_HEADER.
2063 * automake.in (handle_yacc_lex_cxx): Perl 4 fixes. From Greg
2066 Wed Mar 19 00:35:13 1997 Tom Tromey <tromey@cygnus.com>
2070 * m4/missing.m4: Print message saying what is happening.
2072 * m4/sanity.m4: sleep before testing.
2074 Tue Mar 18 17:20:03 1997 Tom Tromey <tromey@cygnus.com>
2076 * config.guess, config.sub: New from the FSF.
2078 * automake.in (initialize_global_constants): [common_files]
2080 (scan_configure): Require `missing'.
2082 * header-vars.am (MAKEINFO): Don't define.
2084 * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
2085 * m4/missing.m4: New file.
2087 `missing' changes from François Pinard:
2088 * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
2089 names aclocal program.
2090 * m4/init.m4: Replace programs with `missing' if not found.
2091 * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
2092 (AC_CHECK_PATTERN): Check for alphanumeric names only.
2093 (handle_aclocal_m4): Use ACLOCAL, not aclocal.
2094 * Makefile.am (pkgdata_SCRIPTS): Include missing.
2095 * missing: New file.
2097 * automake.in (target_defined): New sub.
2098 (handle_footer): Error if target .SUFFIXES used.
2100 Sun Mar 16 14:33:41 1997 Tom Tromey <tromey@cygnus.com>
2102 * automake.in (handle_lib_objects): Set seen_c_source to line
2104 (handle_yacc_lex_cxx): Use seen_c_source as line number.
2105 (am_line_error): Line of -1 means skip line-number check.
2107 * automake.in (read_am_file): Change to keep perl -w quiet.
2108 (check_typos): Removed extra check of EXTRA_ containing config
2111 Mon Mar 10 23:17:19 1997 Tom Tromey <tromey@cygnus.com>
2113 * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
2114 $(CONFIG_HEADER_FULL).
2115 * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
2117 * automake.in (handle_lib_objects): Set seen_c_source as
2118 appropriate. From Alexander V. Lukyanov. Test cxxlibobj.test.
2120 Sat Mar 8 22:54:35 1997 Tom Tromey <tromey@cygnus.com>
2122 * texinfo.tex: New version.
2124 * automake.in (handle_emacs_lisp): If EMACS is `no', then we
2125 couldn't find an Emacs. So don't bother running elisp-comp. From
2128 * automake.in (handle_texinfo): Added .tr and .cv to list of
2129 texinfo clean extensions. From Karl Berry.
2131 Fri Feb 28 22:14:53 1997 Tom Tromey <tromey@cygnus.com>
2133 * Makefile.am: Make sure we never use "undef".
2135 * automake.in (usage): Changed bug-reporting address.
2136 (handle_dist): Use undef, not delete.
2138 Wed Feb 26 08:41:11 1997 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
2140 * automake.in (%obsolete_macros): Reintroduce, with hints for what
2141 to do to upgrade the support.
2143 * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
2144 libtool support to use the _LTLIBRARIES primary.
2146 Wed Feb 26 00:20:39 1997 Tom Tromey <tromey@cygnus.com>
2148 * automake.in (handle_tags): In default case, add @tags_deps to
2149 dependencies of tags target.
2151 Tue Feb 25 23:46:29 1997 Tom Tromey <tromey@cygnus.com>
2153 * automake.in (handle_tests): If a test failed, then make should
2154 fail. From Jim Meyering.
2156 Mon Feb 24 19:02:21 1997 Tom Tromey <tromey@cygnus.com>
2158 * texi-vers.am (@VTEXI@): Copy stamp file into output.
2160 Sun Feb 23 00:10:36 1997 Tom Tromey <tromey@cygnus.com>
2162 * automake.in (handle_programs): Give correct error line for lex
2164 (am_line_error): Avoid uninitialized value errors from perl -w.
2166 * aclocal.in (scan_m4_files): Fixed perl -w warning.
2168 * texinfos.am (.texi, .texinfo): New targets.
2170 * automake.in (scan_texinfo_file): Renamed.
2171 (handle_texinfo): Handle files without ".info" extension.
2173 * automake.in (handle_subdirs): Error if directory contains "/".
2174 (handle_yacc_lex_cxx): Quoting fix.
2175 (handle_single_transform_list): Use transformed (non-ansi) version
2176 of $obj instead of explicit ".o". From Gord Matzigkeit.
2178 * m4/sanity.m4: Pass -L to ls if possible.
2180 Sat Feb 22 15:22:31 1997 Tom Tromey <tromey@cygnus.com>
2182 * dist-vars.am (DISTFILES): Don't distribute MANS.
2184 * automake.in (handle_dist): Use define_variable to define TAR,
2186 (handle_dist): Pass GZIP in environment to tar.
2187 (initialize_global_constants): Likewise.
2190 * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
2192 * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
2195 Fri Feb 21 00:39:17 1997 Tom Tromey <tromey@cygnus.com>
2197 From The Crimson Binome:
2198 * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
2199 (output_yacc_build_rule): New sub for C++ yacc/lex.
2201 * automake.in (my_glob): New sub.
2202 (handle_dependencies): Use my_glob.
2203 (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
2205 * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
2206 scripts.am, texinfos.am: Add leading space to echo.
2208 * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
2209 endings. From Jim Blandy.
2210 (install_man_format): Make rule silent; instead print actual
2213 Tue Feb 4 18:29:42 1997 Tom Tromey <tromey@cygnus.com>
2215 * dist-vars.am (TAR): Removed.
2216 * automake.in (TAR): New variable.
2217 (handle_dist): Explicitly define TAR.
2218 * configure.in: Compute TAR.
2220 * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
2222 (AC_SUBST_PATTERN): Typo fix.
2223 (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
2224 (handle_clean): Put -recursive target before -am target.
2225 (handle_merge_targets): Put basename of $config_name on @all.
2226 Test confsub.test. From Ramón García Fernández.
2228 Tue Jan 28 22:19:04 1997 Tom Tromey <tromey@cygnus.com>
2230 * automake.in (initialize_global_constants): Put libtoolize files
2231 into @common_files, not @common_sometimes. From Gord Matzigkeit.
2233 Sun Jan 26 17:46:08 1997 Tom Tromey <tromey@cygnus.com>
2235 * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir). From
2238 Sun Jan 12 18:28:16 1997 Fred Fish (fnf@ninemoons.com)
2240 * automake.in: Use 'interlock' and 'ylwrap' from source
2241 directory or aux config directory, not build directory.
2243 Tue Jan 7 18:35:10 1997 Tom Tromey <tromey@cygnus.com>
2245 * aclocal.in (parse_arguments): Handle -I.
2247 (scan_m4_files): Ditto.
2249 * automake.in (handle_single_transform_list): Don't give error
2250 message if extension unrecognized.
2252 Tue Dec 17 11:18:20 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2254 * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
2257 Tue Jan 7 17:59:26 1997 Tom Tromey <tromey@cygnus.com>
2259 * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
2260 AM_PROG_INSTALL, not AC_PROG_INSTALL. From Jim Blandy.
2261 (handle_texinfo): Handle no-texinfo.tex option.
2262 (handle_options): Ditto.
2264 Thu Jan 2 14:16:17 1997 Tom Tromey <tromey@cygnus.com>
2266 * automake.in (am_install_var): Ignore EXTRA libtool libraries.
2267 From Marius Vollmer.
2269 Wed Dec 18 15:27:09 1996 Tom Tromey <tromey@cygnus.com>
2271 * automake.in (read_am_file): Sort configure_vars before adding to
2273 (handle_yacc_lex_cxx): Sort de_ansi_objects.
2274 (handle_man_pages): Sort %section keys.
2276 Tue Dec 10 00:41:17 1996 Tom Tromey <tromey@cygnus.com>
2278 * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
2279 names only. Test subst.test.
2280 (scan_one_configure_file): Skip AC_DEFUN lines. Test
2283 Mon Dec 9 08:18:42 1996 Tom Tromey <tromey@cygnus.com>
2285 * automake.in (file_contents_with_transform): Use ne, not !=, to
2286 compare strings. Compare against correct string. From Jim
2288 (handle_texinfo): Use rm -f to remove info files. From Gord
2293 * automake.in (handle_texinfo): Put .ps on @suffixes.
2295 Sun Dec 8 12:29:52 1996 Tom Tromey <tromey@cygnus.com>
2297 * automake.in (am_install_var): Directory with 'exec' in its name
2298 is installed by install-exec.
2300 * subdirs.am (maintainer-clean-recursive): Make commands quiet.
2301 * texinfos.am: Make commands quiet.
2302 * scripts.am: Make commands quiet.
2303 * progs.am: Make commands quiet.
2304 * ltlibs.am: Make comamnds quiet.
2305 * lisp.am: Make commands quiet.
2306 * libs.am: Make commands quiet.
2307 * header.am: Make commands quiet.
2308 * data.am: Make commands quiet.
2310 * automake.in (variable_value_as_list): Handle := substitution
2312 (am_conf_line_error): Take file argument. Changed all callers.
2313 (scan_one_configure_file): Skip config header of [$1].
2314 (scan_dependency_file): Don't add top_builddir to regex if it is
2315 ".". Don't include top_builddir in output if it is ".".
2316 (scan_one_configure_file): Skip version of [$2].
2318 Sat Dec 7 11:34:39 1996 Tom Tromey <tromey@cygnus.com>
2320 * automake.in (scan_one_configure_file): New sub.
2321 (scan_configure): Scan aclocal.m4 as well as configure.in.
2322 (handle_configure): Makefile.in now depends on $(ACLOCAL), because
2325 * automake.in (handle_configure): Put full path to file onto
2326 @rewritten_inputs. Test output4.test.
2328 * automake.in (handle_configure): Put proper name onto @inputs.
2331 * automake.in (handle_configure): Pass correct args to automake
2332 invocations. Test remake2.test.
2334 * automake.in (handle_configure): Check dirname of $file, not of
2335 $local. Test output2.test.
2337 * automake.in (handle_dependencies): Added some missing ";"s in
2339 (get_object_extension): Ditto.
2340 (handle_tags): Ditto.
2341 (handle_tests): Ditto.
2342 (read_am_file): Ditto.
2343 (am_install_var): Ditto.
2344 (file_contents_with_transform): Die if transform missing trailing
2347 * automake.in (am_install_var): Quote $ in regexp substitution.
2348 From Ulrich Drepper.
2350 Fri Dec 6 18:54:10 1996 Tom Tromey <tromey@cygnus.com>
2352 * automake.in (handle_configure): Require actual input files, not
2353 rewritten input files. From Ulrich Drepper.
2355 Thu Dec 5 02:52:20 1996 Tom Tromey <tromey@cygnus.com>
2357 Suggestion from Mark Galassi:
2358 * texinfos.am (DVIPS): New macro.
2359 (.dvi.ps): New rule.
2361 * automake.in (handle_dependencies): Check to make sure
2362 --build-directory specified before searching for .P files.
2363 (handle_configure): Correctly handle ":" syntax when running
2366 * remake.am: Removed rules to regenerate Makefile and Makefile.in;
2367 now handled by handle_configure.
2369 * remake-subd.am: Removed.
2371 * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
2373 (parse_arguments): Ditto.
2374 (handle_configure): Ditto.
2375 (%other_output_files): Removed.
2376 (rewrite_inputs_into_dependencies): New sub.
2377 (handle_configure): Use it.
2378 (handle_configure): Ditto.
2380 From Gord Matzigkeit:
2381 * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
2382 (handle_configure): Ditto.
2384 * automake.in (handle_single_transform_list): .S is assembly
2385 source. From Anthony Green.
2387 * automake.in (handle_single_transform_list): Correctly rewrite
2388 C++ and Fortran source to objects ending in ".o". Test
2391 * automake.in: Better error message if file missing.
2393 * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
2394 * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
2396 (scan_configure): Ditto. ud_GNU_GETTEXT is now obsolete.
2398 Wed Dec 4 00:41:23 1996 Tom Tromey <tromey@cygnus.com>
2400 * automake.in (scan_configure): Skip empty elements when adding to
2401 libsources. Perl 4 bug reported by Greg A Woods.
2403 * Makefile.am (perl4-check): New target.
2404 (cvs-dist): Run perl4-check.
2406 Perl 4 fixes. Reported by Greg A. Woods:
2407 * automake.in (file_contents_with_transform): If transform caused
2408 all chars to go away, then skip rest of loop.
2409 (handle_texinfo): Don't use "next" in arg to
2410 file_contents_with_transform.
2411 (handle_dependencies): Ditto.
2412 (handle_tests): Ditto.
2414 * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc. From
2417 * automake.in (parse_arguments): Removed --strictness.
2418 (handle_dist_worker): Don't use --strictness.
2419 (handle_configure): Ditto.
2420 (initialize_global_constants): Don't mention --strictness.
2422 * automake.in (handle_merge_targets): Use all-recursive-am instead
2423 of all-recursive-hack. The latter is ugly, according to Joel
2426 * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
2428 * automake.in (do_one_clean_target): Allow -local version of clean
2431 Tue Dec 3 18:58:40 1996 Tom Tromey <tromey@cygnus.com>
2433 * automake.in (handle_dependencies): Skip C-only lines in
2434 depend2.am when appropriate.
2435 * depend2.am (.deps/%.P): Omit modification of $o if language is
2438 Tue Dec 3 11:29:01 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
2440 * compile-kr.am: Quote arguments to echo.
2442 * progs.am: Fix up problems when LIBTOOL is not defined (by
2443 setting shell variable instprog to the installation program).
2445 * aclocal.in (scan_file): Allow the acinclude.m4 file to override
2446 any other macro files (but still prevent multiple definitions
2447 within acinclude.m4).
2449 Tue Dec 3 10:40:48 1996 Tom Tromey <tromey@cygnus.com>
2451 From Ulrich Drepper:
2452 * automake.in (handle_emacs_lisp): Typo fix.
2453 (scan_configure): Only recognize VERSION after whitespace.
2455 * texinfos.am: install-info requires path to info file.
2457 * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
2459 * automake.in (am_install_var): If -ltlibs passed, substitute
2462 Mon Dec 2 13:51:11 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
2464 * automake.in (get_object_extension): Unshift ansi2knr onto the
2465 all target, so that it builds before any other targets.
2466 [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
2469 Mon Dec 2 12:13:27 1996 Tom Tromey <tromey@cygnus.com>
2474 * automake.in (handle_texinfo): Must quote $ for make.
2476 Sun Dec 1 15:08:09 1996 Tom Tromey <tromey@cygnus.com>
2478 * automake.in (handle_configure): Correctly handle common case of
2479 multiple non-Makefiles in AC_OUTPUT. Require all input files when
2482 Sun Nov 24 00:33:50 1996 Tom Tromey <tromey@cygnus.com>
2484 * automake.in (handle_source_transform): Don't define
2485 EXTRA_prog_SOURCES unnecessarily. Test extra2.test.
2487 * automake.in (initialize_per_input): New variables
2488 included_generic_compile, included_knr_compile,
2489 included_libtool_compile.
2490 (get_object_extension): Use them.
2492 * automake.in (handle_single_transform_list): Removed
2493 Objective-C/C++ support (didn't really work anyway).
2494 (handle_single_transform_list): Handle assembly specially.
2496 * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
2497 --mode=link when running libtool.
2499 * ltlibs.am: Set --mode=install when running libtool.
2500 (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
2502 * libtool.am (.c.lo): Set --mode=compile when running libtool.
2503 * progs.am: Set --mode=install when running libtool.
2505 Fix for bug reported by François Pinard:
2506 * automake.in (do_check_merge_target): New sub.
2507 (do_one_merge_target): No longer handle `check'.
2508 (handle_merge_targets): Use do_check_merge_target.
2509 (initialize_per_input): Set @check_tests.
2510 (handle_tests): Push onto @check_tests, not @check.
2512 * automake.in (am_install_var): Typo fix.
2513 (handle_configure): Require $inputs[0].
2515 Fri Nov 22 00:01:45 1996 Tom Tromey <tromey@cygnus.com>
2517 * automake.in (handle_lib_objects): Fixed error message
2520 Thu Nov 21 22:29:30 1996 Tom Tromey <tromey@cygnus.com>
2522 * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
2524 (handle_configure): Support multi-":" mode for AC_OUTPUT.
2526 * m4/header.m4: New file.
2528 * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
2530 Wed Nov 20 00:23:42 1996 Tom Tromey <tromey@cygnus.com>
2532 * acinstall: Allow commentary at end of "serial" line. From Gord
2535 * automake.in (handle_yacc_lex_cxx): Only replace output header if
2538 Tue Nov 19 19:03:30 1996 Tom Tromey <tromey@cygnus.com>
2540 * automake.in (am_primary_prefixes): Allow configure variables to
2541 be named after primary.
2542 (am_install_var): Ditto.
2544 * automake.in (initialize_per_input): Initialize output_header.
2545 (generate_makefile): Set up output_header; print it before
2547 (handle_footer): Put .SUFFIXES into output_header, for AIX.
2549 Mon Nov 18 19:11:53 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
2551 * automake.in: Added a lot of libtool support. New variable
2552 prog_LDFLAGS to pass linker flags. Use libtoolize to install
2553 libtool support files.
2555 Mon Nov 18 13:29:55 1996 Tom Tromey <tromey@cygnus.com>
2557 * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
2558 onto dependency list.
2560 * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
2561 part of autoconf proper.
2562 * m4/ccsanity.m4: Removed.
2564 Sun Nov 17 12:25:17 1996 Tom Tromey <tromey@cygnus.com>
2566 * automake.in (check_typos): Check to make sure EXTRA_ variables
2567 don't contain configure subs.
2568 (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
2570 Fri Nov 15 18:58:04 1996 Tom Tromey <tromey@cygnus.com>
2572 * tags-subd.am: Removed.
2574 * tags.am (tags-recursive): Removed.
2575 (TAGS): Depend on @DIRS@, @CONFIG@. Use @CONFIG@ in rule.
2576 (ID): From tags-subd.am.
2578 * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
2579 * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
2580 * m4/fnmatch.m4: Removed (now in autoconf).
2582 * automake.in (initialize_per_input): Init de_ansi_objects.
2583 (handle_single_transform_list): Error if extension unrecognized.
2584 Set elements of de_ansi_objects.
2585 (get_object_extension): Don't push ANSI2KNR onto @all.
2586 (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
2588 (pretty_print_internal): Initialize $bol depending on the column.
2590 Fri Nov 15 16:22:15 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
2592 * library.am: Fixed references to LIBRARY according to new scheme.
2594 * libs.am, libs-clean.am: Removed references to LIBFILES.
2596 * automake.texi (A Library): doc fix
2598 * automake.in (handle_libraries): Deleted references to *LIBFILES,
2599 since we now have the full library name in the *LIBRARIES
2601 (am_install_var): Removed `-no-all' option, which was only required
2602 for the LIBFILES hack.
2604 Fri Nov 15 16:39:29 1996 Tom Tromey <tromey@cygnus.com>
2606 * automake.in: Applied libtool-related patches from Gord.
2607 (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
2608 Also indicate that AC_CANONICAL_HOST was run.
2610 * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
2612 Thu Nov 14 23:11:09 1996 Tom Tromey <tromey@cygnus.com>
2614 * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
2617 * dejagnu.am: Print warning if runtest missing.
2619 From Joerg-Martin Schwarz:
2620 * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
2621 (require_file_internal): Unlink file before creating it.
2623 * depend2.am (.deps/%.P): Don't print commands when running.
2625 Mon Nov 11 10:35:08 1996 Tom Tromey <tromey@cygnus.com>
2627 * automake.in (handle_single_transform_list): Simplified C++
2628 matching expression.
2630 Fri Nov 8 09:49:09 1996 Tom Tromey <tromey@cygnus.com>
2634 * compile-kr.am ($(OBJECTS)): Removed.
2636 * automake.in (get_object_extension): Define ANSI2KNR. Push onto
2637 @all if ansi2knr is in this directory.
2639 * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
2641 * m4/init.m4: Run AM_SANITY_CHECK.
2643 * m4/sanity.m4: New file.
2645 * automake.in (handle_dist_worker): In Cygnus mode, possibly find
2646 files to dist in build dir, not srcdir.
2647 (%omit_dependencies): New global.
2648 (scan_dependency_file): Handle OMIT_DEPENDENCIES.
2649 (scan_configure): Put rx.h, regex.h on %omit_dependencies. Ditto
2651 (handle_tests): Remove CYGNUS strings in Cygnus mode.
2652 (handle_texinfo): Ditto.
2654 * texinfos.am (dist-info): New target.
2656 * automake.in (handle_dist_worker): Use DISTFILES, not
2658 (initialize_per_input): Initialize dist_targets.
2659 (handle_texinfo): Don't compute @infos_list; don't define or use
2660 INFOS. Put dist-info onto @dist_targets.
2661 (handle_dist_worker): Handle @dist_targets. Don't use the "echo
2662 trick" for expanding DISTFILES any more.
2664 * dist-vars.am (DEP_DISTFILES): Removed.
2665 (DISTFILES): Don't include INFOS.
2667 * automake.in (handle_texinfo): Handle Cygnus mode.
2668 * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
2670 * automake.in (handle_single_transform_list): New sub.
2671 (handle_source_transform): Use it.
2672 (handle_built_sources): New sub.
2674 Thu Nov 7 14:49:16 1996 Tom Tromey <tromey@cygnus.com>
2676 * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
2677 * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
2679 * automake.in (handle_configure): Pass --cygnus when running
2682 * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
2683 ACCONFIG, CONFIG_TOP, CONFIG_BOT.
2684 * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
2686 (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
2687 instead substitute files directly.
2689 Wed Nov 6 10:22:26 1996 Tom Tromey <tromey@cygnus.com>
2691 * remake-hdr.am (stamp-h): Look in top_builddir for
2693 ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
2695 Thu Oct 31 10:55:59 1996 Tom Tromey <tromey@cygnus.com>
2697 * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
2700 * automake.in (handle_texinfo): Push install-info-am, not
2702 (handle_merge_targets): Handle no-installinfo option.
2704 * texinfos.am (install-info-am): Renamed from install-info.
2706 * automake.in (handle_subdirs): Include install-info-recursive if
2707 no-installinfo given.
2709 * subdirs.am: Include INSTALLINFO token.
2711 * automake.in (handle_texinfo): Explicitly define MAKEINFO,
2713 (cygnus_mode): New global.
2714 (handle_dist_worker): Pass --cygnus to automake.
2715 (initialize_global_constants): Document --cygnus.
2716 (check_cygnus): New sub.
2717 (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
2719 * texi-vars.am: Removed.
2721 * dejagnu.am (check-DEJAGNU): Don't define rootme.
2723 * automake.in (handle_tests): Define EXPECT, RUNTEST.
2725 * dejagnu.am (EXPECT): Removed.
2728 * automake.in (define_program_variable): New sub.
2730 Mon Oct 28 10:43:48 1996 Tom Tromey <tromey@cygnus.com>
2732 * automake.in (handle_dependencies): Use -M, not -MM, for C++
2735 Thu Oct 24 20:21:50 1996 Tom Tromey <tromey@cygnus.com>
2737 * automake.in (check_libobjs_sources): New sub. Test
2739 (handle_source_transform): Don't check for auto-discovered source
2741 (handle_programs): Run check_libobjs_sources here.
2742 (handle_libraries): Ditto.
2744 * automake.in (define_configure_variable): New function.
2745 (get_object_extension): Use define_configure_variable.
2746 (handle_yacc_lex_cxx): Ditto.
2747 (handle_emacs_lisp): Ditto.
2748 (configure_vars): New global.
2749 (AC_CHECK_PATTERN): New global.
2750 (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
2752 (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
2753 (AC_SUBST_PATTERN): New global.
2754 (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
2755 (handle_libraries): Don't use seen_ranlib.
2756 (read_am_file): Run define_configure_variable on each discovered
2759 Mon Oct 21 23:06:49 1996 Tom Tromey <tromey@cygnus.com>
2761 * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
2762 (handle_libraries): Pass configure substitutions directly on to
2765 * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
2766 (scan_configure): Use it. Test version.test.
2768 Sun Oct 20 12:08:46 1996 Tom Tromey <tromey@cygnus.com>
2770 * automake.in (handle_dist_worker): Explicitly pass distdir to
2771 dist-hook make. From Tatu Ylonen.
2773 * m4/strtod.m4: Use correct cache variable.
2775 Thu Oct 17 13:45:20 1996 Tom Tromey <tromey@cygnus.com>
2777 Lisp fixes from Erick Branderhorst:
2778 * m4/lispdir.m4: Define lispdir, not LISPDIR.
2779 * lisp.am: Added missing \.
2781 Fri Oct 11 00:44:49 1996 Tom Tromey <tromey@cygnus.com>
2783 * automake.in (handle_source_transform): Only rewrite c, yacc, lex
2784 to use de-ansi-fication.
2785 (scan_configure): Handle multi-line AC_REPLACE_FUNCS. Test
2788 * automake.in (handle_lib_objects): Added $lex_seen argument.
2789 Error if lex file used but LEXLIB not seen.
2790 (handle_programs): Ditto.
2791 (handle_yacc_lex_cxx): Define LEXLIB variable.
2792 (handle_lib_objects): Don't allow LEXLIB to end up on dependency
2795 Thu Oct 10 16:12:38 1996 Tom Tromey <tromey@cygnus.com>
2797 * automake.in (handle_gettext): Moved check for SUBDIRS and
2800 * automake.in (handle_configure): Run mkinstalldirs under
2802 (handle_yacc_lex_cxx): Run interlock under $(SHELL).
2804 * remake-subd.am (Makefile): Run config.status under $(SHELL).
2805 * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
2806 * remake.am (Makefile): Run config.status under $(SHELL).
2807 (config.status): Ditto.
2809 * automake.in (read_am_file): Removed UNMAINT code.
2810 (file_contents_with_transform): Ditto.
2811 * m4/maintainer.m4: Removed bogus UNMAINT code.
2813 * automake.in (handle_emacs_lisp): Define EMACS variable.
2814 (handle_emacs_lisp): Make sure EMACS is in environment when
2817 * elisp-comp: Exit with status 1 if usage bad.
2818 Use "emacs -q". Use EMACS environment variable if set (unless set
2821 * m4/lispdir.m4: Unset EMACS if it is set to `t'.
2823 * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
2825 (do_one_merge_target): Use all-am, not all, in subdirs case.
2826 (handle_merge_targets): Always generate all-am in subdirs case.
2828 * remake.am (Makefile): Depend on BUILT_SOURCES.
2829 * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
2830 * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
2832 * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
2835 * ylwrap: Bug fix. From Jim Meyering.
2837 Wed Oct 9 22:51:16 1996 Tom Tromey <tromey@cygnus.com>
2839 * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
2840 check directly for header.
2842 Mon Oct 7 13:08:15 1996 Tom Tromey <tromey@cygnus.com>
2844 * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
2847 Sun Oct 6 00:43:01 1996 Tom Tromey <tromey@cygnus.com>
2849 * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
2850 (AM_INIT_AUTOMAKE_PATTERN): New global.
2851 (scan_configure): Use them.
2853 * aclocal.in (add_file): Search contents of included files. Test
2855 (scan_m4_files): Don't skip acinclude.m4 when constructing
2856 search. Test acsilent.test.
2857 (scan_m4_files): Scan acinclude.m4.
2859 * aclocal.in (add_file): Removed debugging print.
2860 (scan_configure): Set $file_contents when scanning acinclude.m4.
2861 Test acinclude.test.
2863 * configure.in: Upped to 1.1g.
2867 * texinfos.am: Run : after install-info.
2869 * aclocal.in (parse_arguments): Better error message.
2870 * automake.in (parse_arguments): Better error message.
2872 * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
2873 around broken makes. From David A. Swierczek.
2874 * remake-subd.am (Makefile): Ditto.
2876 Sat Oct 5 11:29:48 1996 Tom Tromey <tromey@cygnus.com>
2878 * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
2880 (handle_source_transform): Error if discovered source file is
2882 (do_one_merge_target): Move all-vs-check test here.
2884 * m4/obstack.m4: New file.
2885 * m4/error.m4: New file.
2887 * automake.in (scan_configure): Support AM_FUNC_MKTIME,
2888 AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
2890 * texinfo.tex: New version from texinfo 3.9.
2892 * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
2893 Also, handle y.tab.h file when "yacc -d" is used.
2894 (do_one_merge_target): Use pretty_print_rule.
2896 * ylwrap: Changed usage.
2898 * m4/mktime.m4: New file.
2900 * m4: Renamed all .m4 files to fit into 14-char limits.
2902 * m4/Makefile.am (EXTRA_DIST): New macro.
2904 * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
2905 (scan_m4_files): Use $ac_defun_rx.
2908 (scan_configure): Scan acinclude.m4 before anything else.
2909 (scan_file): New sub.
2910 (check_acinclude): New sub.
2911 (add_file): Rewrote.
2913 * progs-clean.am, progs.am: Renamed from programs-clean.am,
2915 * libs-clean.am, libs.am: Renamed from libraries-clean.am,
2917 * texi-vars: Renamed from texinfos-vars.am.
2918 * comp-vars.am: Renamed from compile-vars.am.
2919 * texi-vers.am: Renamed from texi-version.am.
2921 * automake.in (require_file_internal): Give error if symlink can't
2923 (require_config_file): Error message references configure.in.
2924 (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
2925 Joerg-Martin Schwarz.
2926 (handle_texinfo): Use texi-vers, not texi-version.
2927 (get_object_extension): Use comp-vars, not compile-vars.
2928 (handle_texinfo): Use texi-vars, not texinfos-vars.
2929 (handle_libraries): Use `libs' prefix, not `libraries'.
2930 (handle_programs): Use `progs' prefix, not `programs'.
2932 Fri Oct 4 01:14:08 1996 Tom Tromey <tromey@cygnus.com>
2934 * aclocal.in (scan_m4_files): New sub.
2936 * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
2937 am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
2940 Thu Oct 3 20:11:16 1996 Tom Tromey <tromey@cygnus.com>
2942 * texinfos.am (uninstall-info): Run install-info --remove.
2944 * automake.in (read_am_file): Define all variables after reading
2945 .am file. Test vpath.test. Reported by Anthony Green.
2947 Mon Sep 30 08:31:51 1996 Tom Tromey <tromey@cygnus.com>
2949 * texinfos.am: Run install-info.
2951 * automake.in (variable_value_as_list): Just return if comment
2952 seen. Report from Mark Galassi.
2953 (handle_options): Don't bother with explicit comment checking.
2955 Tue Sep 24 09:15:46 1996 Tom Tromey <tromey@creche.cygnus.com>
2957 * automake.in (read_am_file): Cleaned up dejagnu variables.
2959 Mon Sep 23 00:04:48 1996 Tom Tromey <tromey@creche.cygnus.com>
2961 * automake.in (parse_arguments): New usage to conform to GNU
2964 * aclocal.in (parse_arguments): New usage to conform to GNU
2967 * automake.in (handle_scripts): Push new target onto @check.
2968 * scripts.am (check-@DIR@SCRIPTS): New target.
2970 * automake.in (initialize_global_constants): Define %dist,
2971 dist_header, dist_trailer.
2972 (handle_dist): Make dist-all target.
2973 (generate_makefile): Run check_typos later.
2974 (examine_variable): New sub.
2975 (handle_tags): Examine TAGS_DEPENDENCIES. Test spell3.test.
2976 Error if TAGS_DEPENDENCIES but no sources used.
2977 (handle_configure): Examine CONFIGURE_DEPENDENCIES.
2979 Sat Sep 21 13:59:15 1996 Tom Tromey <tromey@creche.cygnus.com>
2981 * automake.in (am_install_var): More error checking.
2983 Fri Sep 20 09:06:37 1996 Tom Tromey <tromey@creche.cygnus.com>
2985 * tags.am (TAGS): Minor cleanup.
2987 * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
2989 * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
2990 maintainer-clean-hdr): New targets.
2992 * automake.in (handle_configure): Define CONFIG_HEADER correctly
2993 when it is in current directory.
2994 (handle_configure): Push "hdr" on @clean.
2996 * remake-hdr.am (stamp-h): Run config.status in top_builddir.
2997 ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
2999 * automake.in (scan_configure): Check for install.sh here.
3000 (basename): New sub.
3001 (handle_configure): Handle case where config.h is in subdir.
3002 (handle_configure): Make stamp-in.h for user if it doesn't already
3006 Tue Sep 17 23:35:14 1996 Tom Tromey <tromey@creche.cygnus.com>
3008 * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
3010 * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
3012 (DEP_DISTFILES): Ditto.
3014 Mon Sep 16 22:28:56 1996 Tom Tromey <tromey@creche.cygnus.com>
3016 * automake.in (check_typos): Renamed.
3017 (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
3018 (variable_defined): Note variable as being "seen".
3019 (handle_lib_objects): Don't push configure substitutions onto
3022 Sun Sep 15 22:45:43 1996 Tom Tromey <tromey@creche.cygnus.com>
3024 * automake.in (initialize_per_input): Init content_seen.
3025 (variable_value_as_list): Set content_seen entry.
3026 (define_variable): Ditto.
3027 (define_pretty_variable): Ditto.
3028 (check_source_typos): New sub.
3029 (generate_makefile): Call it.
3031 Thu Sep 12 15:03:19 1996 Tom Tromey <tromey@creche.cygnus.com>
3033 * automake.in (handle_source_transform): Removed extraneous
3034 space. Test implicit.test.
3035 (read_am_file): Make sure "canonical" variables are mentioned in
3037 (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
3038 $AC_CANONICAL_HOST conditionally.
3039 (handle_footer): Don't use define_pretty_variable in all cases.
3041 Wed Sep 11 11:54:44 1996 Tom Tromey <tromey@creche.cygnus.com>
3043 * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
3044 per GNU/Gnits standards.
3046 * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
3047 NORMAL_INSTALL and POST_INSTALL variables can work when empty.
3049 * automake.in (handle_options): Rewrote version handling. Now
3050 returns error indicator.
3051 (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
3052 (RULE_PATTERN): Exclude `:=' from being a rule.
3054 * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
3056 * automake.in (variable_value_as_list): Always use am_line_error.
3057 (define_variable): New sub.
3058 (get_object_extension): Use define_variable.
3059 (handle_yacc_lex_cxx): Ditto.
3060 (handle_source_transform): Ditto.
3061 (handle_programs): Ditto.
3062 (handle_libraries): Ditto.
3063 (handle_texinfo): Ditto.
3064 (handle_man_pages): Ditto.
3065 (handle_dependencies): Ditto.
3066 (handle_aclocal_m4): Ditto.
3067 (define_pretty_variable): New sub.
3068 (handle_source_transform): Use define_pretty_variable.
3069 (handle_lib_objects): Ditto.
3070 (handle_libraries): Ditto.
3071 (handle_dist): Ditto.
3072 (handle_dependencies): Ditto.
3073 (handle_configure): Ditto.
3074 (handle_footer): Ditto.
3075 (handle_emacs_lisp): Ditto.
3076 (am_install_var): Ditto.
3078 * Released version 1.1e.
3080 * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
3083 * configure.in: Version 1.1e.
3085 * automake.in (handle_texinfo): Distribute .info file.
3087 Sun Sep 8 09:00:37 1996 Tom Tromey <tromey@creche.cygnus.com>
3089 * Makefile.am (EXTRA_DIST): New macro.
3090 (maintainer-clean): Don't run "make check".
3091 (pathchk): New target.
3093 * automake.in (check_gnits_standards): Only check version number
3094 syntax at top level.
3095 ($package_version_line): New variable.
3096 (scan_configure): Set it.
3097 (check_gnits_standards): Use am_conf_line_error.
3098 (scan_configure): Remove extraneous whitespace from version
3100 (handle_dist): Handle distcheck-hook.
3102 * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
3104 * automake.in (scan_configure): Handle AM_WITH_REGEX.
3105 (handle_lib_objects): Require .h files in %libsources but don't
3106 generate dependencies for them.
3107 (scan_configure): Also require rx.h and regex.h.
3109 * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
3110 AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
3113 * texi-version.am: Use "cp; rm" and not "mv", to work around
3116 * automake.in ($package_version): New global.
3117 (scan_configure): Set it.
3118 (check_gnits_standards): Verify version string; require
3119 README-alpha if alpha version.
3120 (scan_configure): Recognize AM_FUNC_FNMATCH,
3121 AM_REPLACE_GNU_GETOPT.
3123 * Makefile.am (installcheck-local): Check all scripts.
3125 Sat Sep 7 19:22:32 1996 Tom Tromey <tromey@creche.cygnus.com>
3127 * tags-clean.am: Do deletions here again.
3129 Thu Sep 5 09:06:23 1996 Tom Tromey <tromey@creche.cygnus.com>
3131 * automake.in (usage): Include bug-reporting information.
3132 (handle_lib_objects): Error if LIBOBJS seen but never set.
3134 * aclocal.in ($acdir): Use @datadir@/aclocal.
3135 (usage): Include bug-reporting information.
3137 Wed Sep 4 11:36:06 1996 Tom Tromey <tromey@creche.cygnus.com>
3139 * automake.in (handle_source_transform): .deps no longer in
3141 (handle_lib_objects): Ditto.
3142 (handle_dist_worker): Pass --build-dir to automake.
3143 ($build_directory): New global.
3144 (parse_arguments): Handle --build-dir.
3145 (initialize_global_constants): Include --build-dir in help.
3146 (scan_dependency_file): New sub.
3147 (handle_dependencies): Use it. Also, use $build_directory.
3148 (initialize_global_constants): Added --srcdir-name.
3149 (parse_arguments): Ditto.
3150 (handle_dist_worker): Ditto.
3151 ($srcdir_name): New global.
3152 ($srcdir_rx): New global.
3153 (parse_arguments): Set it.
3155 * depend2.am: Removed all mention of $(srcdir).
3157 * depend.am (MKDEP): Use gcc -M, not gcc -MM.
3158 Removed all mention of $(srcdir); dependencies now put into build
3161 * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
3162 Don't do work silently.
3164 * automake.in (handle_merge_targets): Error if invalid uninstall
3166 (read_am_file): Fix for test block.test.
3168 Tue Sep 3 18:50:32 1996 Tom Tromey <tromey@creche.cygnus.com>
3170 * texinfos.am (install-info): Added NORMAL_INSTALL.
3171 * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
3172 * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
3173 * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
3174 * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
3175 Also, use POST_INSTALL when running ranlib.
3176 * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
3177 * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
3179 * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
3180 (handle_merge_targets): Ditto.
3181 (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
3182 NORMAL_INSTALL defined.
3184 * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
3185 ${INSTALL_PROGRAM}. From François Pinard.
3187 Tue Aug 27 08:25:05 1996 Tom Tromey <tromey@creche.cygnus.com>
3189 * automake.in (file_contents_with_transform): Correctly remove
3190 @(UN)?MAINT@ from input when maintainer mode not active.
3191 (handle_aclocal_m4): Handle no-maintainer-mode case.
3193 * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
3195 * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
3197 Mon Aug 26 21:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
3199 * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
3200 (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
3201 in LIBFILES definition. Reported by Steve M Robbins. Test
3204 * automake.in (variable_value_as_list): New sub.
3205 (handle_source_transform): Use it.
3206 (handle_lib_objects): Ditto.
3207 (handle_libraries): Ditto.
3208 (handle_texinfo): Ditto.
3209 (handle_man_pages): Ditto.
3210 (am_install_var): Ditto.
3211 (handle_options): Ditto.
3213 Sat Aug 24 09:30:46 1996 Tom Tromey <tromey@creche.cygnus.com>
3215 Reported by Jim Meyering:
3216 * automake.in (get_object_extension): Look in "./" for ansi2knr if
3218 (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
3220 * remake.am (.PHONY): New target.
3222 * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
3224 * automake.in (check_gnu_standards): Disallow no-installman,
3226 (read_am_file): Sed out UNMAINT too.
3227 (file_contents_with_transform): Ditto.
3229 * acinstall: New file.
3231 * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
3233 * m4/AM_WITH_REGEX.m4: New version from François Pinard.
3235 * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
3236 * m4/AM_C_PROTOTYPES.m4: Ditto.
3237 * m4/AM_FUNC_STRTOD.m4: Ditto.
3238 * m4/AM_PROG_CC_STDC.m4: Ditto.
3239 * m4/AM_PROG_LIBTOOL.m4: Ditto.
3241 Fri Aug 23 22:23:50 1996 Tom Tromey <tromey@creche.cygnus.com>
3243 * m4/Makefile.am (m4datadir): New macro
3244 (m4data_DATA): Renamed.
3246 * Makefile.am (cvs-dist): Depend on distcheck target.
3248 Mon Aug 19 15:37:32 1996 Tom Tromey <tromey@creche.cygnus.com>
3250 * automake.in (initialize_global_constants): [common_files]
3251 Include acinclude.m4.
3253 * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
3255 Sat Aug 17 11:27:14 1996 Tom Tromey <tromey@creche.cygnus.com>
3257 * automake.in (handle_dependencies): Push `depend'-clean targets
3259 * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
3260 maintainer-clean-depend): New targets.
3262 Tue Aug 13 17:53:58 1996 Tom Tromey <tromey@creche.cygnus.com>
3264 * texinfos.am (.texinfo.info): New target.
3265 (.texinfo.dvi): New target.
3268 * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
3270 (handle_texinfo): Handle `.texinfo' files.
3272 Mon Aug 12 10:28:46 1996 Tom Tromey <tromey@creche.cygnus.com>
3274 * automake.in (require_file_internal): Special-case `.' when
3275 finding files to distribute. Test libobj2.test.
3277 * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN. Test
3280 * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
3281 * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
3283 * compile-kr.am: Removed duplicate ansi2knr rules.
3285 Sun Aug 11 00:20:16 1996 Tom Tromey <tromey@creche.cygnus.com>
3287 * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
3288 (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
3291 * automake.in (initialize_global_constants): [common_files]
3292 Include interlock and ylwrap.
3294 * Released version 1.1c.
3296 * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
3297 ud_PATH_LISPDIR are obsolete names.
3299 * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
3302 * automake.in (handle_lib_objects): Changed interface. Now
3303 generates _DEPENDENCIES variable if appropriate.
3304 (handle_emacs_lisp): Use AM_PATH_LISPDIR.
3305 (scan_configure): Ditto.
3307 * Makefile.am (CLEANFILES): Removed.
3309 * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
3311 * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
3313 * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
3315 * automake.in (handle_yacc_lex_cxx): Require ylwrap in
3316 multi-lex/yacc case.
3317 (handle_source_transform): Changed return result.
3318 (handle_programs): Use linker returned by
3319 handle_source_transform.
3320 (seen_prog_cc, seen_prog_cxx): New globals.
3321 (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
3322 (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
3323 AC_PROG_YACC missing.
3324 (seen_decl_yytext, seen_prog_lex): New globals.
3325 (scan_configure): Set them.
3326 (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
3328 (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
3329 (initialize_per_input): Initialize seen_c_source.
3330 (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
3332 (handle_source_transform): Set seen_c_source.
3334 * interlock: Changed usage.
3338 * automake.in (handle_yacc_lex_cxx): Renamed.
3340 * automake.in (handle_dependencies): Handle %cxx_extensions.
3341 Include depend2.am when appropriate.
3343 * depend2.am: New file; contents from depend.am but templatized.
3345 * automake.in (initialize_per_input): Initialize
3347 (handle_source_transform): Set %cxx_extensions.
3349 Sat Aug 10 10:29:30 1996 Tom Tromey <tromey@creche.cygnus.com>
3351 * interlock: New file.
3353 * automake.in (handle_yacc_lex): New sub.
3354 (handle_source_transform): Removed most yacc/lex handling.
3355 (initialize_per_input): Init yacc_sources, lex_sources.
3356 (generate_makefile): Run handle_yacc_lex.
3357 (handle_merge_targets): Use `scalar' and not $# to find length of
3360 * m4/AM_FEATURE_EXIT.m4: Wrote.
3361 * m4/AM_FEATURE_CTYPE.m4: Wrote.
3362 * m4/AM_FEATURE_ERRNO.m4: Wrote.
3364 * aclocal.in (macro_seen): New global.
3365 (add_file): Set macro_seen entry. Only push required macro on
3366 @rlist if not already seen. Test defun.test.
3368 * automake.in (get_object_extension): Handle directory prefix on
3371 * kr-extra.am: New file.
3373 * kr-vars.am: Removed.
3375 * automake.in (handle_options): Handle directory prefix on
3378 * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
3380 * aclocal.in (add_file): Error if macro is duplicated. Test
3383 Fri Aug 9 09:18:46 1996 Tom Tromey <tromey@creche.cygnus.com>
3385 * automake.in (handle_programs): Substitute @XLINK@. Make sure
3386 linker variable is transformed name.
3387 * program.am (@PROGRAM@): Use @XLINK@ to link.
3389 * automake.in (handle_scripts): Fixed call to
3390 am_primary_prefixes.
3391 (handle_libraries): Better error message when AC_PROG_RANLIB
3394 * automake.in (handle_libraries): Canonicalize library name. Test
3396 * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
3397 (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
3399 Thu Aug 8 10:57:21 1996 Tom Tromey <tromey@creche.cygnus.com>
3401 * automake.in (handle_scripts): Correctly compute
3402 $scripts_installed. Test scripts.test.
3404 Wed Aug 7 12:13:15 1996 Tom Tromey <tromey@creche.cygnus.com>
3406 * ansi2knr.c: New version.
3408 Tue Aug 6 10:58:37 1996 Tom Tromey <tromey@creche.cygnus.com>
3410 * automake.in (handle_source_transform): Handle more C++ file
3411 extensions. "Handle" Objective C. Handle more FORTRAN
3414 * compile-vars.am (LEX): Removed.
3417 * automake.in (handle_source_transform): Correctly handle lex
3418 source. Test lex.test.
3419 (handle_source_transform): Skip more C++ headers. Generate macro
3420 definitions for YACC and LEX on first use.
3422 * aclocal.in (parse_arguments): Mention GNU.
3423 * automake.in (parse_arguments): Mention GNU.
3425 Mon Aug 5 00:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
3427 * automake.in (handle_programs): Define program_LINK.
3428 * program.am (@PROGRAM@): Use program_LINK to link.
3430 * Released version 1.1b
3432 * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
3433 seen_prog_install to `2'.
3435 * configure.in: Don't run AM_PROG_INSTALL.
3437 * automake.in (parse_arguments): Use $PACKAGE.
3438 ($PACKAGE): New global.
3439 ($am_c_prototypes): Renamed.
3440 (get_object_extension): Use am_c_prototypes.
3441 (scan_configure): Ditto.
3442 (scan_configure): Use AM_MAINTAINER_MODE.
3443 (scan_configure): Warn about obsolete macros.
3445 * aclocal.in (parse_arguments): Use $PACKAGE.
3446 ($PACKAGE): New global.
3448 * Makefile.am (CLEANFILES): Added aclocal.
3449 (ETAGS_ARGS): Added aclocal.in.
3450 (TAGS_DEPENDENCIES): Ditto.
3451 (maintainer-check): Depend on aclocal.
3452 (maintainer-check): Check aclocal.
3453 (bin_SCRIPTS): Include aclocal.
3455 * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
3456 (scan_configure): Use AM_PROG_INSTALL.
3458 * configure.in: Use AM_INIT_AUTOMAKE.
3460 * automake.in (keyed_aclocal_warning): Warning tells about
3462 (handle_aclocal_m4): New sub.
3463 (handle_configure): Use it.
3465 * aclocal.in (output_file): New global.
3466 (usage): Handle --output.
3467 (parse_arguments): Handle --output.
3469 * m4/AM_INIT_AUTOMAKE.m4: New file.
3471 * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
3474 * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
3475 (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
3477 * texinfos.am (.texi.info): Force .info file to be built in
3478 srcdir. From Franc,ois Pinard.
3481 * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
3482 test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
3483 -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
3484 gets compile errors. With help from Marcus Daniels.
3486 * automake.in (initialize_global_constants): Put elisp-comp into
3487 @common_files. Bug from Glenn Amerine.
3489 Sun Aug 4 12:52:43 1996 Tom Tromey <tromey@creche.cygnus.com>
3491 * automake.in (handle_dist_worker): Use fgrep, not grep.
3493 * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
3495 * automake.in (handle_emacs_lisp): Include lisp-clean.am in
3497 (initialize_global_constants): [install_man_format] Don't hide
3498 "ugliness" at install time.
3500 * lisp-clean.am: New file.
3502 * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
3504 * automake.in (handle_man_pages): Patch from Janos Farkas to fix
3505 bug when installing man pages. Test man.test.
3506 (initialize_global_constants): [install_man_format] Make sure man
3507 page can actually be found in either source or build dirs.
3508 (handle_dist_worker): Use "755" permissions on distdir.
3510 * automake.in (handle_dist): Allow chmod's to fail.
3511 (am_primary_prefixes): New function.
3512 (am_install_var): Use it.
3513 (handle_libraries): Use it. Test libfiles.test.
3514 (handle_dist): For dist-tarZ, assume traditional "tar" and
3517 * m4/AM_FUNC_STRTOD.m4: New file.
3519 * automake.in (handle_dist): Only generate `distdir' variable if
3520 it doesn't already exist.
3522 Fix for bug reported by Harlan Stenn. Test tags.test.
3523 * automake.in (initialize_per_input): Define dir_holds_sources.
3524 (handle_tags): Check dir_holds_headers.
3525 (handle_headers): Set dir_holds_headers.
3527 * automake.in (handle_texinfo): Generate "version.texi" dependency
3528 for .dvi file. Bug reported by Glenn Amerine. Test vtexi2.test.
3530 * automake.in (handle_configure): Require file $input, not
3531 "$local.in". From Nyul Laszlo. Test colon.test.
3533 Sun Jul 28 11:14:52 1996 Tom Tromey <tromey@creche.cygnus.com>
3535 * aclocal.in: New file.
3536 * configure.in: Generate m4/Makefile, aclocal.
3537 * Makefile.am (SUBDIRS): Include m4.
3538 * m4/Makefile.am: New file.
3540 Fri Jul 19 10:12:27 1996 Tom Tromey <tromey@creche.cygnus.com>
3542 * automake.in (initialize_global_constants): Put ansi2knr.c and
3543 ansi2knr.1 into common_files. Bug report from François Pinard.
3545 Mon Jul 15 10:28:29 1996 Tom Tromey <tromey@creche.cygnus.com>
3547 * install-sh: Updated copyright notice.
3549 Fri Jul 5 08:23:00 1996 Tom Tromey <tromey@creche.cygnus.com>
3551 * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
3552 Report from Josh MacDonald.
3554 Bugs from Gord Matzigkeit:
3555 * automake.in (handle_footer): Push contents of $(SUFFIXES), not
3557 (handle_dist): Ignore chmod return results.
3559 * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
3560 Solaris "rm -f". Bug from Kaveh R. Ghazi.
3561 * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
3563 Fri Jun 21 10:42:06 1996 Tom Tromey <tromey@creche.cygnus.com>
3565 * texinfos.am (install-info): Use "if", not "&&", to avoid
3566 install problem when glob doesn't match.
3568 * automake.in (initialize_global_constants): [USAGE] Added
3570 (force_generation): New global.
3571 (parse_arguments): Handle --no-force.
3572 (generate_makefile): Handle --no-force.
3574 * Makefile.am (maintainer-check): Ensure all invocations of
3575 mkinstalldirs are correct.
3577 Tue Jun 18 10:53:54 1996 Tom Tromey <tromey@creche.cygnus.com>
3579 * automake.in (handle_tests): Don't directly generate site.exp.
3581 Sun Jun 16 22:21:16 1996 Harlan Stenn <harlan@brown.pfcs.com>
3583 * automake.in: Treat an initial `#' on a word in AUTOMAKE_OPTIONS
3584 as a comment start. Add support for a dist-tarZ target.
3586 Tue Jun 11 22:14:21 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
3588 * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
3589 paths into relative paths.
3591 Mon Jun 10 21:11:20 1996 Tom Tromey <tromey@creche.cygnus.com>
3593 * texinfo.tex: New version.
3595 * automake.in: Look for AM_PROG_LIBTOOL. From Gord Matzigkeit.
3596 (initialize_global_constants): Added libtool to
3598 (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
3600 Sun Jun 9 17:45:48 1996 Tom Tromey <tromey@creche.cygnus.com>
3602 * texinfos.am (install-info): Don't install ~ files. Bug report
3604 * automake.in (handle_texinfo): Don't push '.info*' onto
3607 * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
3609 (handle_dist): Pass --with-included-gettext to configure if using
3612 * compile-kr.am (._c._o): Pass -c to $(COMPILE).
3614 * compile.am (.c.o): Pass -c to $(COMPILE).
3615 * compile-vars.am (COMPILE): Don't include -c.
3617 * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
3619 * automake.in (handle_configure): Supply --strictness arg to
3622 Fri Jun 7 12:31:31 1996 Tom Tromey <tromey@creche.cygnus.com>
3624 * automake.in (handle_tests): Fix quoting on `pwd`.
3625 (handle_options): Recognize no-installinfo option.
3626 (handle_man_pages): Don't put man directory on @installdirs if
3627 no-installman is specified.
3628 (handle_texinfo): Handle no-installinfo option.
3629 (handle_options): Compare version against $num_version, not
3631 (handle_source_transform): Generate rules for output of lex,
3632 yacc. Bug report from Thomas Morgan. Test yacc.test.
3633 (handle_dist): "distcheck" now runs "make dvi".
3634 (handle_tests): Support $(TESTS_ENVIRONMENT). Idea from Ulrich
3637 * dejagnu.am (check-DEJAGNU): Depend on site.exp.
3639 Sun Jun 2 10:33:10 1996 Tom Tromey <tromey@creche.cygnus.com>
3641 * automake.in (handle_emacs_lisp): New function.
3642 (initialize_global_constants): Added elisp-comp to
3644 (seen_lispdir): New global.
3645 (scan_configure): Handle ud_PATH_LISPDIR.
3647 * elisp-comp: New file.
3649 * lisp.am: New file.
3651 * automake.in (generate_makefile): Run handle_emacs_lisp.
3653 * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
3655 * automake.in (initialize_global_constants): Removed version.texi
3656 from common_sometimes.
3657 (initialize_global_constants): Added texinfo.tex to common_files.
3659 (handle_tests): Allow dejagnu- and automake-style test suites to
3660 coexist. Test dejagnu.test.
3661 (initialize_global_constants): New constants AC_CANONICAL_HOST,
3662 AC_CANONICAL_SYSTEM.
3663 (scan_configure): Use new constants.
3664 (handle_tests): Put target specific information into site.exp if
3665 AC_CANONICAL_* used.
3666 (read_am_file): Generate some extra variables when AC_CANONICAL_*
3668 (handle_options): Allow version number to have letters appended.
3669 (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
3671 (initialize_global_constants): install_man_format changed to
3672 handle built man pages.
3674 Wed May 29 10:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
3676 * config.guess, config.sub: New versions.
3678 Tue May 28 19:27:11 1996 Tom Tromey <tromey@creche.cygnus.com>
3680 * configure.in (VERSION): Upped to 1.0.
3682 Sat May 25 10:19:53 1996 Tom Tromey <tromey@creche.cygnus.com>
3684 * automake.in (handle_tests): Handle dejagnu.
3685 (handle_options): Recognize dejagnu option.
3687 * dejagnu.am: New file.
3689 Thu May 23 10:01:13 1996 Tom Tromey <tromey@creche.cygnus.com>
3691 * automake.in (handle_dist): Run installcheck target from
3694 * configure.in (VERSION): Upped to 0.34.
3696 * automake.in (scan_configure): Always allow upgrading to
3697 fp_PROG_INSTALL. Test fpinstall.test.
3699 Wed May 22 14:45:28 1996 Joshua Cowan <jcowan@hermit.reslife.okstate.edu>
3701 (handle_dist): Make `distcheck' check `install' target, too.
3703 Wed May 22 09:49:27 1996 Tom Tromey <tromey@creche.cygnus.com>
3705 * automake.in (initialize_per_input): Don't initialize
3706 $output_directory here; initialize it globally. From Joshua
3707 Cowan. Test outdir.test.
3709 Sat May 18 10:57:40 1996 Tom Tromey <tromey@creche.cygnus.com>
3711 * automake.in (handle_tests): Don't push TESTS onto dist_common.
3712 (initialize_global_constants): Put install-sh and mkinstalldirs
3713 into @common_files. Test insh2.test.
3715 Fri May 17 09:02:02 1996 Tom Tromey <tromey@creche.cygnus.com>
3717 * automake.in (handle_source_transform): Don't generate _OBJECTS
3718 when no source files specified. Test number.test.
3720 From Joerg-Martin Schwarz:
3721 * automake.in (seen_package, seen_version): New globals.
3722 (scan_configure): Look for PACKAGE= and VERSION=.
3724 * automake.in (handle_options): Recognize dist-zip.
3725 (handle_dist): Handle dist-zip.
3726 (handle_options): Use ' ', not \s+, with split. Test
3728 (handle_source_transform): Likewise.
3729 (handle_lib_objects): Likewise.
3730 (handle_libraries): Likewise.
3731 (handle_texinfo): Likewise.
3732 (handle_man_pages): Likewise.
3733 (handle_subdirs): Likewise.
3734 (handle_gettext): Likewise.
3735 (handle_footer): Likewise.
3736 (handle_tests): Likewise.
3737 (scan_configure): Likewise.
3738 (am_install_var): Likewise.
3740 * Makefile.am (TAGS_DEPENDENCIES): New macro.
3742 * tags.am (tags-recursive): New target.
3743 (TAGS): Depend on it.
3745 * automake.in (handle_tags): Put tags-recursive on @phony.
3747 * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
3749 * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
3751 Thu May 16 09:21:48 1996 Tom Tromey <tromey@creche.cygnus.com>
3753 * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
3755 * automake.in (scan_configure): Look for install-sh and
3757 (initialize_global_constants): Moved mdate-sh from
3758 common_sometimes to common_files. Test mdate2.test.
3760 Tue May 14 21:52:01 1996 Tom Tromey <tromey@creche.cygnus.com>
3762 * automake.in (seen_maint_mode): New global.
3763 (scan_configure): Handle jm_MAINTAINER_MODE.
3764 (read_am_file): Handle seen_maint_mode.
3765 (file_contents_with_transform): Handle seen_maint_mode.
3766 (handle_source_transform): Changed interface, all callers.
3769 * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
3771 * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
3773 * automake.in (handle_configure): Check $config_aux_dir against
3774 empty string. From Markku Rossi. Test mkinstall.test.
3776 Fri May 10 14:38:47 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
3778 * automake.in (distcheck): Added new rule to top level
3781 Wed May 8 21:57:21 1996 Gord Matzigkeit <gord@gnu.ai.mit.edu>
3783 * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
3785 (generate_makefile): libtool, config.sub, and config.guess should
3786 only ever appear in the top directory of a package.
3788 Tue May 14 10:24:30 1996 Tom Tromey <tromey@creche.cygnus.com>
3790 * automake.in (initialize_global_constants): Added libversion.in
3793 * configure.in (VERSION): Upped to 0.33.
3795 * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
3798 Mon May 13 10:41:41 1996 Tom Tromey <tromey@creche.cygnus.com>
3800 * install-sh (transformbasename): Correct misspelling of
3801 transformbasename. From Ian Lance Taylor.
3803 Sat Apr 27 11:39:10 1996 Tom Tromey <tromey@creche.cygnus.com>
3805 * automake.in (handle_configure): Set mkinstalldirs variable
3807 (handle_dist_worker): Explicitly set distdir in subdir makes.
3808 (handle_dist): Handle separate distdir target.
3809 (handle_dist_worker): Only generate distdir target.
3811 * texinfos.am (install-info): Use $(mkinstalldirs).
3812 * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
3813 * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
3814 * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
3815 * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
3816 * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
3818 * automake.in (read_am_file): Set mkinstalldirs variable.
3819 (handle_man_pages): Use it.
3820 (handle_installdirs): Ditto.
3822 Fri Apr 26 15:10:48 1996 Tom Tromey <tromey@creche.cygnus.com>
3824 * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
3826 Thu Apr 25 18:40:06 1996 Tom Tromey <tromey@creche.cygnus.com>
3828 * automake.in (handle_dist_worker): Use $(TAR), not tar.
3829 (handle_merge_targets): Make sure config header is built before
3830 recursing into subdirs.
3831 (handle_libraries): Generate LIBFILES for check_LIBRARIES.
3832 (handle_merge_targets): Handle case where nothing is installed but
3833 something must be built -- "make install" must still work.
3835 * dist-vars.am (TAR): New macro.
3837 * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
3838 (handle_configure): Require stamp-h.in when config header used.
3840 Tue Apr 23 17:57:13 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3842 * doc/mdate-sh: Extract the last field from the date output, not
3843 the sixth, which will fail when the timezone name has more than
3844 one word or is missing.
3846 Wed Apr 24 20:29:26 1996 Tom Tromey <tromey@creche.cygnus.com>
3848 * automake.in (am_install_var): Use delete, not undef, to remove
3849 EXTRA entry. From Gord Matzigkeit.
3851 Mon Apr 22 17:48:50 1996 Tom Tromey <tromey@creche.cygnus.com>
3853 * automake.in (read_am_file): Handle case where last line doesn't
3856 Tue Apr 9 22:53:16 1996 Tom Tromey <tromey@creche.cygnus.com>
3858 * automake.in (variable_defined): New function.
3859 (read_am_file): Ensure a blank line comes before starting comments
3861 (initialize_per_input): Initialize %targets.
3862 (read_am_file): Set appropriate entry in %targets.
3863 Many changes to use variable_defined.
3864 (check_gnu_standards): Only require ChangeLog at top level. From
3866 (handle_tests): check-TESTS depends on $(TESTS). From Gord
3869 Mon Apr 8 22:51:41 1996 Tom Tromey <tromey@creche.cygnus.com>
3871 * automake.in (parse_arguments): Added short options.
3872 (initialize_global_constants): Ditto.
3874 Fri Apr 5 00:22:14 1996 Tom Tromey <tromey@creche.cygnus.com>
3876 * mkinstalldirs (errstatus): Don't necessarily die if mkdir
3879 * automake.in (handle_source_transform): Typo fix.
3881 Thu Apr 4 15:10:50 1996 Tom Tromey <tromey@creche.cygnus.com>
3883 * automake.in (handle_dist_worker): Renamed dist-local to
3885 (handle_merge_targets): Added install-data-hook and
3887 (handle_source_transform): Handle EXTRA_prog_SOURCES form.
3889 * automake.in (handle_scripts): Never allow scripts_installed to
3892 * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
3895 * automake.in (generate_makefile): Derived file names from given
3896 input; don't assume Makefile.in and Makefile.am.
3897 (am_file_name, in_file_name): New globals.
3898 (read_am_file): Use them.
3900 * program.am (@PROGRAM@): Use transformed program name.
3902 * remake-hdr.am (stamp-h): Actually touch stamp-h.
3904 Wed Apr 3 15:16:06 1996 Tom Tromey <tromey@creche.cygnus.com>
3906 * automake.in (require_file_internal): Use correct file for error
3907 messages. Test insh.test.
3909 Mon Apr 1 09:47:44 1996 Tom Tromey <tromey@creche.cygnus.com>
3911 * texinfos.am (.texi.info): Build output file in srcdir.
3913 * automake.in (require_file_internal): If $dir is ".",then look in
3915 (handle_texinfo): Canonicalize name of texi file before looking
3916 for dependency variable.
3918 Thu Mar 28 08:33:21 1996 Tom Tromey <tromey@creche.cygnus.com>
3920 * automake.in (require_conf_file_with_conf_line): Yet another
3921 function of this form.
3922 (libtool_line): New variable.
3923 (handle_libraries): Handle libtool.
3925 * libraries-vars.am: Removed.
3927 * automake.in (seen_libtool): New variable.
3928 (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
3930 * automake.in (handle_dist_worker): Handle dist-local.
3932 * Makefile.am (maintainer-check): Do "make check" after all syntax
3935 * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
3938 * automake.in ($seen_arg_prog): New global.
3939 (handle_programs): Error if AC_ARG_PROGRAM not seen.
3940 (handle_scripts): Ditto.
3941 (handle_configure): mkinstalldirs now a config file.
3942 (handle_installdirs): Find mkinstalldirs in config_aux_dir.
3943 (handle_dist_worker): Removed DIST_SUBDIRS.
3944 (require_file_path): New variable.
3945 (require_file_with_conf_line): Set it.
3946 (require_file_with_line): Ditto.
3947 (require_file): Ditto.
3948 (require_file_internal): Incorporated code from
3949 require_config_file.
3950 (require_config_file): Rewrote.
3951 (require_conf_file_with_line): New function.
3952 (handle_texinfo): Use it for mdate-sh.
3953 (handle_texinfo): Look for mdate-sh in appropriate directory.
3955 Tue Mar 26 13:47:54 1996 Tom Tromey <tromey@creche.cygnus.com>
3957 * Makefile.am (cvs-dist): Find NEWS in srcdir.
3958 * automake.in (handle_dist_worker): Find NEWS in srcdir.
3959 ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
3961 (require_config_file): Set config_aux_path when file found.
3962 ($config_aux_dir): New variable.
3963 (require_config_file): Set it.
3964 (handle_man_pages): Find mkinstalldirs in config_aux_dir.
3966 Mon Mar 25 15:32:57 1996 Tom Tromey <tromey@creche.cygnus.com>
3968 * data.am (install-@DIR@DATA): Also allow data to be in build
3971 Sun Mar 24 19:56:28 1996 Tom Tromey <tromey@creche.cygnus.com>
3973 * automake.in (am_install_var): Don't look in EXTRA_primary
3974 variable any more; it is handled in the main loop.
3976 Wed Mar 20 16:22:35 1996 Tom Tromey <tromey@creche.cygnus.com>
3978 * data.am (install-@DIR@DATA): Find data in srcdir.
3980 Fri Mar 15 18:30:31 1996 Tom Tromey <tromey@creche.cygnus.com>
3982 * automake.in (require_config_file): Use correct filename when
3983 looking for errors. Also, install file in `.' if not found. Bug
3984 reported by Gord Matzigkeit. Test installsh.test.
3986 Thu Mar 14 09:28:21 1996 Tom Tromey <tromey@creche.cygnus.com>
3988 * Makefile.am (cvs-diff): New target.
3990 Fix for bug when install var substitutes empty. Test empty.test.
3991 * header.am (install-@DIR@HEADERS): Allow empty list of headers.
3992 (uninstall-@DIR@HEADERS): Ditto.
3993 * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
3994 (uninstall-@DIR@SCRIPTS): Ditto.
3995 * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
3997 (uninstall-@DIR@LIBRARIES): Ditto.
3998 * data.am (install-@DIR@DATA): Allow empty list of data.
3999 (uninstall-@DIR@DATA): Ditto.
4000 * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
4001 From François Pinard.
4002 (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
4003 (uninstall-@DIR@PROGRAMS): Ditto.
4005 Wed Mar 13 19:50:23 1996 Tom Tromey <tromey@creche.cygnus.com>
4007 * tags-subd.am (ID): Name of ID file must be flush against -f.
4009 * configure.in (VERSION): Version 0.32.
4011 Mon Mar 11 17:50:58 1996 Tom Tromey <tromey@creche.cygnus.com>
4013 * automake.in (seen_linguas, all_linguas_line): New variables.
4014 (handle_gettext): New function.
4015 (generate_makefile): Run it.
4016 (scan_configure): Recognize ALL_LINGUAS.
4018 Mon Mar 11 14:34:36 1996 Gord Matzigkeit <gord@enci.ucalgary.ca>
4020 * automake.texi: doc fix.
4022 * automake.in (am_install_var): Added support for check and
4023 installcheck special prefixes.
4025 Sun Mar 10 10:44:42 1996 Tom Tromey <tromey@creche.cygnus.com>
4027 * automake.in (handle_subdirs): Don't do SUBDIRS check for
4030 Tue Mar 5 18:12:04 1996 Tom Tromey <tromey@creche.cygnus.com>
4032 * automake.in (OBJECT_PATTERN): Removed.
4033 (am_install_var): No error if name is invalid.
4034 (handle_programs): Canonicalize program names.
4035 (BOGUS_MACRO_PATTERN): New variable.
4036 (read_am_file): Error if bad macro name given.
4037 (require_file_internal): Use am_line_error, not am_conf_error.
4039 * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
4041 Mon Mar 4 19:30:24 1996 Tom Tromey <tromey@creche.cygnus.com>
4043 * automake.in (handle_lib_objects): New function.
4044 (handle_libraries): Use it.
4045 (handle_programs): Ditto.
4046 (handle_dist_worker): Deprecate DIST_SUBDIRS.
4047 (am_install_var): Allow extended directory mechanism to work.
4050 * dist-vars.am (DISTFILES): Use EXTRA_DIST.
4051 (DEP_DISTFILES): Ditto.
4053 * automake.in (OBJECT_PATTERN): New variable.
4054 (am_install_var): Use it.
4055 (handle_dist): DIST_OTHER is an anachronism.
4057 Sat Mar 2 17:04:38 1996 Tom Tromey <tromey@creche.cygnus.com>
4059 * automake.in (handle_dist_worker): Only cause Automake to be
4060 re-run if not making a distribution. Fixes bug reported by
4061 Joerg-Martin Schwarz.
4062 (require_file_with_line): New function.
4063 (require_file): Use it.
4064 (am_line_error): Don't print line number if $symbol is empty.
4065 (get_object_extension): Use require_file_with_line.
4066 (handle_libraries): Use require_file_with_line.
4067 (handle_texinfo): Use require_file_with_line.
4068 (handle_configure): Use am_conf_line_error and
4069 require_file_with_conf_line.
4070 (handle_subdirs): Use require_file_with_conf_line.
4071 (handle_configure): Use require_file_with_conf_line.
4072 (handle_tests): Push check-TESTS on @phony.
4073 (am_conf_line_error): New function.
4074 (require_file_with_conf_line): New function.
4075 (require_file_internal): New function.
4076 (require_file_with_line): Use it.
4077 (require_file): Ditto.
4078 (am_conf_line_error): Handle empty line number.
4079 (ac_gettext_line, ac_output_line): New variables.
4080 (scan_configure): Set them.
4082 Fri Mar 1 00:13:04 1996 Tom Tromey <tromey@creche.cygnus.com>
4084 * automake.in (parse_arguments): Default strictness is gnu.
4085 Changed `normal' to `foreign' everywhere.
4086 (parse_arguments): Handle --foreign.
4087 (initialize_global_constants): Document --foreign.
4088 (handle_dependencies): Better error message.
4089 (handle_texinfo): Don't push $vtexi on @texis.
4090 (handle_texinfo): Only push $vtexi on @texi_deps if not null.
4091 (handle_configure): install-sh is a config file; require it as
4093 (parse_arguments): Renamed --install-missing to --add-missing.
4094 (add_missing): Renamed from install_missing.
4095 (am_install_var): Check to make sure contents of install variable
4096 are correct if primary requires it. Test badprog.test.
4097 (initialize_global_constants): Initialize
4098 %primary_uses_subobjects.
4099 (handle_source_transform): Skip configure substitutions. Test
4100 depend.test. Also, skip empty elements.
4102 Thu Feb 29 22:00:30 1996 Tom Tromey <tromey@creche.cygnus.com>
4104 * texinfo.tex: New version.
4106 * automake.in (am_install_var): Allow extended range of
4107 installation directories.
4109 * automake.in (get_object_extension): Don't allow
4110 @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
4111 From Gord Matzigkeit. Test confincl.test.
4113 * texinfos.am (install-info): Changed usage of install-info (in
4114 comment). Per Feb 25 GNU Standards document.
4116 Wed Feb 28 07:40:55 1996 Tom Tromey <tromey@creche.cygnus.com>
4118 * automake.in (handle_tests): New function.
4119 (generate_makefile): Call it.
4120 (handle_subdirs): Skip directories whose names look like configure
4122 (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
4124 (scan_configure): Clear in_ac_output if "]" found. Test
4126 (require_config_file): New function.
4127 (generate_makefile): Use require_config_file.
4128 (config_aux_path): New variable.
4129 (scan_configure): Check for AC_CONFIG_AUX_DIR.
4130 (handle_merge_targets): Add install-strip rule.
4132 Tue Feb 27 20:00:36 1996 Tom Tromey <tromey@creche.cygnus.com>
4134 * mdate-sh: New version from Ulrich Drepper.
4136 * automake.in (handle_source_transform): Changed fill back to
4138 (handle_libraries): Ditto.
4139 (handle_dist): Ditto.
4140 (handle_dependencies): Ditto.
4141 (handle_footer): Ditto.
4142 (handle_phony): Ditto.
4144 * Makefile.am (DIST_SUBDIRS): Removed.
4145 (installcheck-local): Use Perl, not test -x.
4147 (maintainer-check): Use $(PERL), not @PERL@.
4149 * configure.in (VERSION): Upped to 0.31.
4151 Sat Feb 24 18:02:19 1996 Tom Tromey <tromey@creche.cygnus.com>
4153 * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
4156 * automake.in: Use keyed_aclocal_warning when warning about
4158 (get_object_extension): Use keyed_aclocal_warning when warning
4159 about fp_C_PROTOTYPES.
4160 (keyed_aclocal_warning): New function.
4162 * Makefile.am (pkgdata_DATA): Install aclocal.m4.
4163 * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
4165 * automake.in (get_object_extension): Only give error about
4166 fp_C_PROTOTYPES once.
4168 * automake.in (seen_ranlib): New variable.
4169 (scan_configure): Recognized AC_PROG_RANLIB.
4170 (handle_libraries): Error if ranlib not checked for.
4172 * automake.in (default_strictness): Default to GNU.
4173 (default_strictness_name): Ditto.
4175 Wed Feb 21 18:15:02 1996 Tom Tromey <tromey@creche.cygnus.com>
4177 * automake.in (read_am_file): Removed @kr@ support.
4178 (get_object_extension): Ditto.
4180 * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
4182 Tue Feb 20 17:25:18 1996 Tom Tromey <tromey@creche.cygnus.com>
4184 * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
4186 Mon Feb 19 19:53:09 1996 Tom Tromey <tromey@creche.cygnus.com>
4188 * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
4189 * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
4191 * automake.in (handle_scripts): Ensure $scripts_installed set to
4192 boolean value. Test proginst.test.
4194 * Makefile.am (installcheck-local): New target.
4196 * automake.in (require_file): No error if missing file is
4199 Sun Feb 18 17:10:00 1996 Tom Tromey <tromey@creche.cygnus.com>
4201 * automake.in (handle_scripts): SCRIPTS no longer automatically
4202 cleaned. Now possible to install scripts in pkgdatadir.
4203 ($seen_canonical): New variable.
4204 (generate_makefile): Check for config.guess and config.sub here;
4205 fixes bug reported by Gord Matzigkeit.
4207 * Makefile.am (pkgdata_SCRIPTS): New variable.
4208 (CLEANFILES): New macro.
4210 * scripts-clean.am: Removed.
4212 Sat Feb 17 00:15:20 1996 Tom Tromey <tromey@creche.cygnus.com>
4214 * automake.in (am_install_var): Error if primary variable actually
4216 (am_install_var): Skip elements that look like configure
4218 (am_install_var): "EXTRA" is a valid prefix.
4219 (am_install_var): Push contents EXTRA_PRIMARY onto @result.
4220 (handle_merge_targets): Treat "all" target like "install".
4221 (handle_subdirs): Don't push all-recursive.
4223 * header.am (install-@DIR@HEADERS): Don't depend on all.
4224 * data.am (install-@DIR@DATA): Don't depend on all.
4225 * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
4226 * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
4227 * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
4229 * automake.in (am_install_var): Push generated install targets
4232 * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
4233 * automake.in (handle_merge_targets): Correctly handle recursive
4234 calls of uninstall, install-exec, and install-data.
4235 (handle_merge_targets): Put Makefile, and possibly $config_name,
4237 (handle_merge_targets): Push 'all' onto @install as appropriate.
4239 Fri Feb 16 18:27:04 1996 Tom Tromey <tromey@creche.cygnus.com>
4241 * automake.in (handle_configure): config.status is in
4242 $(top_builddir), not $(top_srcdir). Reported by Anthony Green.
4244 * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
4246 Thu Feb 15 19:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
4248 * automake.in: (seen_prog_yacc): New variable.
4249 (scan_configure): Look for yacc.
4250 (handle_source_transform): Skipp C++ header files.
4251 (handle_source_transform): .cxx is a C++ source file.
4253 Wed Feb 14 08:36:02 1996 Tom Tromey <tromey@creche.cygnus.com>
4255 * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
4257 Implemented --verbose feature; idea from Greg Woods:
4258 * automake.in (verbose): New global.
4259 (generate_makefile): Print creating message if verbose.
4260 (grep_for_vers_texi): Print message if verbose.
4261 (handle_dependencies): Ditto.
4262 (scan_configure): Ditto.
4263 (read_am_file): Ditto.
4264 (parse_arguments): Added --verbose.
4265 (initialize_global_constants): Ditto.
4267 * automake.in (get_object_extension): Use am_line_error.
4268 (handle_source_transform): Ditto.
4269 (handle_libraries): Ditto.
4270 (handle_texinfo): Ditto.
4271 (handle_man_pages): Ditto.
4272 (handle_dist): Ditto.
4273 (handle_dist): Ditto.
4274 (handle_subdirs): Ditto.
4275 (handle_configure): Ditto.
4276 (handle_merge_targets): Ditto.
4277 (am_install_var): Ditto.
4278 (am_line_error): Allow actual line number as argument.
4279 (handle_configure): Use am_line_error.
4280 (scan_configure): Set config_header_line.
4281 (config_header_line): New global.
4282 Use @PERL@ to find perl during exec. From Greg Woods.
4284 Tue Feb 13 22:06:51 1996 Tom Tromey <tromey@creche.cygnus.com>
4286 * automake.in (initialize_per_input): Init %content_lines.
4287 (read_am_file): Set appropriate content_lines elements while
4289 (am_line_error): New function.
4290 (read_am_file): Use it.
4291 (handle_options): Ditto.
4293 * automake.in (scan_configure): Handle case where more than one .o
4294 is put into LIBOBJS at once. Test libobj.test.
4296 Mon Feb 12 20:39:28 1996 Tom Tromey <tromey@creche.cygnus.com>
4298 * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
4300 (handle_subdirs): Restored intl, po warnings.
4302 * automake.in (scan_configure): Delete everything after "," or
4303 ")". Test acoutnoq.test.
4304 (handle_dist): Use $relative_dir, not nonexistent $subdir.
4305 (handle_subdirs): 'po' and 'intl' are sometimes substituted into
4306 SUBDIRS; don't warn about their absence.
4308 Sun Feb 11 16:55:15 1996 Tom Tromey <tromey@creche.cygnus.com>
4310 * automake.in (handle_texinfo): Removed bogus error message.
4312 * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
4314 (handle_options): Handle version number.
4316 * automake.in ($maint_charset, $dist_charset): New variables.
4317 (initialize_per_input): Init $local_maint_charset.
4318 (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
4319 (generate_makefile): Don't print "creating...".
4321 Sat Feb 10 16:45:07 1996 Tom Tromey <tromey@creche.cygnus.com>
4323 * automake.in (get_object_extension): Substitute
4324 @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
4325 (handle_source_transform): Use $1, not \1.
4326 (pretty_print_internal): Handle Tabs in fill when computing indent
4328 (handle_merge_targets): Always generate install-exec and
4329 install-data targets. Test instexec.test.
4330 Fixed error message if fp_PROG_INSTALL missing.
4332 * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
4333 @CONFIG_INCLUDE_SPEC@.
4335 * automake.in (scan_configure): Delete everything after "]". Test
4338 * configure.in (AC_OUTPUT): Create tests/Makefile.
4339 * Makefile.am (SUBDIRS): New macro.
4341 * automake.in (handle_texinfo): Put $vtexi on texi_deps. From Jim
4344 * configure.in (AC_OUTPUT): Ensure automake is executable.
4346 Thu Feb 8 17:30:29 1996 Tom Tromey <tromey@creche.cygnus.com>
4348 * automake.in (handle_subdirs): Error if directory in SUBDIRS does
4351 * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
4354 * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
4356 * header.am (install-@DIR@HEADERS): Depend on all, not
4358 * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
4359 * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
4361 * programs.am (install-@DIR@PROGRAMS): Depend on all, not
4364 * automake.in (initialize_per_input): Initialize
4366 ($seen_path_xtra): New variable.
4367 (scan_configure): Look for AC_PATH_XTRA.
4368 (get_object_extension): Add variables to output if X seen.
4370 Thu Feb 8 10:02:45 1996 Greg A. Woods <woods@most.weird.com>
4372 * automake.in (handle_programs): add pkglib to list of
4374 (various): include a tab as fill for continuation lines
4375 printed with pretty_print*, esp. for macro variable assignments.
4376 [ changed to 4 spaced by me ]
4378 Wed Feb 7 18:00:29 1996 Tom Tromey <tromey@creche.cygnus.com>
4380 * configure.in (VERSION): Upped to 0.30.
4382 * Makefile.am (automake): Removed.
4383 (DIST_OTHER): Removed.
4385 * automake.in (handle_source_transform): All dep_files are
4386 relative to $(srcdir).
4387 (handle_libraries): Ditto.
4388 (scan_configure): Test for AC_PROG_INSTALL as well as
4389 fp_PROG_INSTALL. Don't error here.
4390 (seen_prog_install): Now global.
4391 (scripts_installed): New global.
4392 (handle_scripts): Set it.
4393 Give error if appropriate install macro not seen.
4394 (handle_subdirs): Ensure $seen_gettext before requiring
4395 gettext-specific files.
4396 (handle_configure): Automatically rebuild
4399 * automake.in (handle_source_transform): Use \W when quoting
4400 regexp. When blah_SOURCES not explicitly defined, still create
4402 * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
4403 * subdirs.am (maintainer-clean-recursive): Now depends on
4404 $(CONFIG_HEADER) and Makefile.
4406 * automake.in (handle_source_transform): Skip macro references.
4408 Mon Feb 5 14:58:58 1996 Tom Tromey <tromey@creche.cygnus.com>
4410 * automake.in (handle_texinfo): Include "rm" when deleting files.
4412 * Makefile.am (maintainer-check): Expect only one ${...}.
4413 * texinfos.am (install-info): Remove unneeded ${...}. From Jim
4416 * automake.in (handle_configure): Only define CONFIG_HEADER if
4418 ($seen_gettext): New variable.
4419 (handle_subdirs): Do all gettext-related checking here.
4420 (scan_configure): Just set $seen_gettext.
4421 (handle_man_pages): Properly quote $(MANS).
4423 Wed Jan 31 09:51:30 1996 Tom Tromey (tromey@gerbil.cygnus.com)
4425 * depend.am: Don't use srcdir anywhere.
4426 * automake.in (handle_libraries): Don't make .deps relative to
4428 (handle_options): Recognize no-dependencies.
4430 * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
4431 ".". Properly quote regexp.
4433 Tue Jan 30 12:19:09 1996 Tom Tromey (tromey@gerbil.cygnus.com)
4435 * automake.in (handle_configure): Only defined CONFIG_HEADER if
4437 (read_am_file): Quote regexp when substituting top_builddir.
4438 (handle_source_transform, handle_libraries): Look in
4439 $(srcdir)/.deps for .P files.
4441 Fri Jan 26 00:15:25 1996 Tom Tromey <tromey@creche.cygnus.com>
4443 * automake.in (am_conf_error): New function.
4444 (scan_configure): Use it.
4445 (scan_configure): A comma also ends AC_OUTPUT macro.
4447 * automake.in (read_am_file): Compute top_builddir when including
4449 (handle_configure): Use $top_builddir, not $top_reldir.
4450 (other_input_files): New variable.
4451 (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
4453 Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
4454 * automake.in (input_files, seen_make_set): Declare globally.
4455 (parse_arguments): Use input_files, not make_list.
4456 Only scan configure.in once.
4457 (handle_dist): Use SUBDIRS to determine when to make
4458 subdirectories and recurisvely dist. Use $(topdir), not "..", to
4459 find top of dist tree.
4460 (handle_configure): Check for AC_PROG_MAKE_SET here. Don't require
4461 configure.in (done elsewhere).
4462 (scan_configure): seen_make_set is global. Allow arbitrary space
4463 in LIBOBJS assignment.
4464 (top_builddir): New variable.
4465 * header-vars.am (top_builddir): New variable.
4466 * remake-subd.am (Makefile): Look in top_builddir, not .., when
4468 * automake.in (handle_merge_targets): Run 'all' before
4471 * automake.in (file_contents_with_transform): Changed error
4473 (handle_configure): Define $contents{'CONFIG_HEADER'}.
4475 * texi-version.am: Many changes to support multiple .texi files.
4476 Replaced "version.texi" with "@VTEXI@". Replaced "vti" with
4478 * automake.in (handle_configure): install.sh is an anachronism.
4479 (handle_texinfo): Generalized for multiple .texi files. Handle
4480 'clean-info' internally.
4481 * texi-clean.am: Removed.
4482 * Makefile.am: Updated for removal.
4484 Wed Jan 24 22:55:32 1996 Tom Tromey <tromey@creche.cygnus.com>
4486 * automake.in (grep_for_vers_texi): New function.
4487 (handle_texinfo): Use grep_for_vers_texi, not system("grep").
4488 (handle_texinfo): Changes to generalize to multiple .texi files.
4490 Tue Jan 23 14:22:16 1996 Tom Tromey <tromey@creche.cygnus.com>
4492 Fixes from Gord Matzigkeit:
4493 * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
4495 * header.am: New file.
4496 * Makefile.am (pkgdata_DATA): Install header.am.
4497 * automake.in (handle_headers): Use header.am, not data.am.
4498 (am_install_var): Allow pattern to be compiled multiple times.
4500 * config.guess, config.sub: New files.
4501 * Makefile.am (pkgdata_DATA): Install config.guess and
4503 * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
4504 AC_CANONICAL_SYSTEM.
4506 Sun Jan 21 15:51:48 1996 Tom Tromey <tromey@creche.cygnus.com>
4508 * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
4509 (handle_man_pages): Use man_MANS, not MANS.
4511 * Makefile.am (info_TEXINFOS): Renamed.
4513 * automake.in (scan_configure): Remove comments from input line.
4514 (am_variable): Removed.
4516 * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
4518 * automake.in (config_name, config_header): New globals.
4519 (scan_configure): Look for AC_CONFIG_HEADER.
4520 (handle_configure): Handle more uses of AC_CONFIG_HEADER.
4522 Sat Jan 20 15:54:24 1996 Tom Tromey <tromey@creche.cygnus.com>
4524 * automake.in (handle_dist_worker): Bug fix.
4526 Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
4528 * automake.in (require_file): Install missing files only according
4529 to desired strictness.
4530 (initialize_per_input): Don't init libsources.
4531 (scan_configure): Reinit libsources.
4532 (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
4533 (fp_c_prototypes): New global.
4534 (scan_configure): Set it.
4535 (get_object_extension): Error if fp_C_PROTOTYPES not in
4536 configure.in when using ansi2knr.
4537 (handle_source_transform): Skip header files.
4539 * automake.in (handle_dist_worker): Explicitly make 'dist' in
4542 Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
4544 From François Pinard:
4545 * automake.in (handle_source_transform): Transform $o file into .P
4547 (handle_dist_worker): Handle case where DISTFILES includes
4548 wildcard. Bug fix in subdir case.
4550 * automake.in (parse_arguments): Initialize strictness to
4553 Sun Jan 14 13:54:16 1996 Tom Tromey <tromey@creche.cygnus.com>
4555 * automake.in (scan_configure): Look for NLS support.
4557 Changes from François Pinard:
4558 * texinfos.am (install-info): Correctly install when build dir is
4560 * tags-subd.am (ID): Indentation change.
4561 * kr-vars.am (o): Use ".@U@o", not "@U@o".
4562 * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
4563 * automake.in (handle_dist_worker): Fixlets.
4564 (handle_dist): Sort keys going into dist_common.
4566 Sat Jan 13 00:18:06 1996 Tom Tromey <tromey@creche.cygnus.com>
4568 * automake.in (handle_dist_worker): If Gnits, don't allow release
4569 until NEWS is updated.
4571 * configure.in (VERSION): Version 0.29.
4573 * Makefile.am (maintainer-check): Look for perl4.036 in path.
4575 * dist-vars.am (DISTFILES): Include BUILT_SOURCES.
4576 (DEP_DISTFILES): Ditto.
4578 * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
4579 * dist-vars.am (DEP_DISTFILES): New variable.
4581 * automake.in (handle_options): Support dist-shar option.
4582 (handle_dist_worker): New function.
4583 (handle_dist): Use it.
4585 * texi-version.am (mostlyclean-vti): Remove version.tmp, not
4588 * automake.in (handle_dist): Chmod distdir 777. From François
4591 * automake.in (scan_configure): New function.
4592 (initialize_per_input): Init libsources.
4593 (generate_makefile): Run handle_configure first.
4594 (handle_configure): Run scan_configure.
4595 (handle_configure): Don't look for AC_PROG_MAKE_SET here.
4597 Thu Jan 11 23:14:18 1996 Tom Tromey <tromey@creche.cygnus.com>
4599 * Makefile.am (AUTOMAKE_OPTIONS): New variable.
4601 * automake.in (strictness, strictness_name): Renamed.
4602 (initialize_per_input): Set strictness, strictness_name.
4603 Initialize %options.
4604 (generate_makefile): Run handle_options.
4605 (handle_options): New function.
4606 (handle_man_pages): Make install-man depend on $(MANS). Turn off
4607 man page install if no-installman option given.
4608 (read_am_file): Deprecate @kr@.
4609 (get_object_extension): Look at ansi2knr option.
4610 (parse_arguments): Take global strictness from command-line
4613 Tue Jan 9 11:24:14 1996 Tom Tromey <tromey@creche.cygnus.com>
4615 Fixes from François Pinard:
4616 * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
4617 * automake.in (get_object_extension): Use $o, not $(kr)o.
4618 (handle_source_transform): Don't look for $(kr)c files.
4619 * kr-vars.am (o): New macro.
4622 * depend.am (DEP_FILES): Removed.
4623 * automake.in (handle_source_transform): Push .P file onto
4625 (initialize_per_input): New variable %dep_files.
4626 (handle_dependencies): Generate DEP_FILES here.
4628 Mon Jan 8 22:27:33 1996 Tom Tromey <tromey@creche.cygnus.com>
4630 * automake.in (do_one_clean_target): Only remove config.status in
4631 top-level directory.
4632 (handle_tags): Removed 'id' from .PHONY list. From Jim Meyering.
4634 * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
4636 * automake.in (handle_dist): Make "ln" quiet.
4638 * tags-subd.am (ID): Depend on HEADERS and SOURCES.
4640 Sat Jan 6 10:58:23 1996 Tom Tromey <tromey@cambric.colorado.edu>
4642 * automake.in (handle_merge_targets): 'check' shouldn't depend on
4644 (file_contents_with_transform): New function.
4645 (am_install_var): Use file_contents_with_transform.
4646 (handle_programs): Ditto.
4647 (handle_libraries): Ditto.
4648 (handle_texinfo): Ditto.
4649 (handle_merge_targets): Let 'install' depend on 'all' if no other
4650 dependencies exist. From Jim Meyering.
4651 (check_gnu_standards): GNU requires AUTHORS file. (See
4653 (require_file): Put body in loop.
4654 (get_object_extension): Only call require_file once.
4655 (handle_configure): Ditto.
4658 * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
4659 * tags-subd.am (id): Removed.
4661 Fri Jan 5 10:31:19 1996 Tom Tromey <tromey@cambric.colorado.edu>
4663 * Added copyright notice to each .am file.
4665 * automake.in: Cleanups from François Pinard to avoid $#.
4666 (require_argument): Fixed sense of test.
4667 (set_strictness): Bug fix.
4669 Thu Jan 4 21:21:29 1996 Tom Tromey <tromey@cambric.colorado.edu>
4671 * Makefile.am (pkgdata_DATA): Removed old dist files.
4673 * dist-subd-top.am, dist-subd.am, dist.am: Removed.
4675 * automake.in (set_strictness): Set $strictness_name.
4676 (strictness_name): New variable.
4677 (handle_dist): Substantially rewrote.
4679 * configure.in: Point AC_INIT at automake.in.
4681 * automake.in (generate_makefile): Report errors against
4682 Makefile.in, not Makefile.am.
4684 Wed Jan 3 00:05:40 1996 Tom Tromey <tromey@cambric.colorado.edu>
4686 * mdate-sh: Bug fix from Jim Meyering.
4688 * dist.am (dist): Changed in parallel with dist-subd-top.am.
4690 * mkinstalldirs: Reverted.
4692 * automake.in (initialize_global_constants): Allow COPYING.LIB
4694 (check_gnits_standards): Disallow COPYING.LIB.
4696 * texinfos.am (install-info): Only look in $(srcdir) for info
4699 * automake.in (initialize_global_constants): New variable
4701 (read_am_file): Put a copyright in each Makefile.in.
4703 * dist-vars.am (DISTFILES): Put DIST_COMMON first.
4705 * automake.in (am_install_var): Put space before "=".
4706 (handle_dist): Put README first in DIST_COMMON.
4708 * Makefile.am (pkgdata_DATA): Include COPYING.
4710 * COPYING: New file.
4712 * automake.in (parse_arguments): Added --gnu and --gnits as
4714 (initialize_global_constants): Ditto.
4715 (initialize_global_constants): Don't auto-distribute COPYING.LIB.
4716 (initialize_global_constants): Look for README first.
4717 (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
4719 (check_gnu_standards): Require file COPYING.
4721 From François Pinard:
4722 * automake.in (file_contents): Comment out "warn"s.
4723 (usage): Use 4 columns.
4724 (USAGE_FORMAT): Ditto.
4726 * texinfos.am (install-info): Look for info file relative to $$d.
4728 * Makefile.am (cvs-dist): Suppress output of "grep".
4730 * configure.in (VERSION): Version 0.28.
4732 * automake.in (pretty_print_internal): Fix for Perl 4
4735 * configure.in (VERSION): Version 0.27.
4737 * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
4740 * automake.in (initialize_global_constants): Don't quote "@" in
4741 $install_man_format.
4742 (handle_merge_targets): use "@:" as empty command, not ":".
4744 Tue Jan 2 23:33:24 1996 Tom Tromey <tromey@cambric.colorado.edu>
4746 * texinfos.am (install-info): Look in $d for info files. From
4749 * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
4751 * automake.in (read_am_file): Correctly deal with continued
4752 variable definitions.
4754 Mon Jan 1 15:43:25 1996 Tom Tromey <tromey@cambric.colorado.edu>
4756 * automake.in (handle_merge_targets): 'check' target depends on
4758 (file_contents): Don't be so verbose.
4759 (read_am_file): Ditto.
4760 (read_am_file): Must use substr to check for trailing \.
4761 (am_install_var): Use push_phony_cleaners.
4762 (file_contents): Set $was_rule when assuming a rule is seen.
4763 (read_am_file): Ditto.
4764 (do_one_clean_target): Removed spurious newline.
4766 Some changes from François Pinard:
4767 * Removed trailing whitespace from all '.am' files.
4768 * tags-subd.am (ID): Use &&, not ;.
4770 * automake.in (parse_arguments): Removed useless message.
4771 (parse_arguments): Don't explicitly referenced STDERR.
4772 (require_argument): Ditto.
4774 (set_strictness): Ditto.
4775 (file_contents): Ditto.
4776 (read_am_file): Ditto.
4777 (generate_makefile): Style tweaks.
4778 (handle_programs): Ditto.
4779 (handle_libraries): Ditto.
4780 (handle_texinfo): Ditto.
4781 (handle_man_pages): Ditto.
4782 (handle_tags): Ditto.
4783 (handle_dist): Ditto.
4784 (handle_subdirs): Ditto.
4785 (handle_configure): Ditto.
4786 (handle_footer): Don't put newline before footer.am contents.
4787 (handle_merge_targets): Style tweaks.
4788 (do_one_clean_target): Ditto.
4790 (am_variable): Ditto.
4791 Defined some new constants.
4792 (generate_makefile): Don't call generate_header.
4793 (generate_header): Removed.
4794 (file_contents): Rewrote.
4795 (read_am_file): Rewrote.
4797 * automake.in (generate_makefile): Handle phony target.
4798 (do_one_clean_target): Pretty-print dependencies.
4799 (handle_installdirs): Pretty-print rule.
4801 * Makefile.am (maintainer-check): Made some commands silent.
4803 * automake.in (initialize_global_constants): Don't install or
4804 uninstall cat'd man pages.
4805 (initialize_per_input): Added phony target.
4806 (push_phony_cleaners): New function.
4807 (get_object_extension): Handle phony targets.
4808 (handle_texinfo): Ditto.
4809 (handle_man_pages): Ditto.
4810 (handle_tags): Ditto.
4811 (handle_dist): Ditto.
4812 (handle_subdirs): Ditto.
4813 (handle_installdirs): Ditto.
4814 (handle_merge_targets): Ditto.
4815 (handle_clean): Ditto.
4816 (do_one_merge_target): Ditto.
4817 (am_install_var): Ditto.
4818 (handle_phony): New function.
4819 (generate_makefile): Call it.
4820 (pretty_print_internal): New function.
4821 (pretty_print_rule): Ditto.
4823 Sun Dec 31 13:04:59 1995 Tom Tromey <tromey@cambric.colorado.edu>
4825 * automake.in (initialize_global_constants): Don't print body of
4828 Changes from François Pinard:
4829 * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
4830 (DEP_FILES): Put dependency files in $(srcdir).
4831 Look in $(srcdir) when including dependency files.
4832 ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
4833 (.deps/%.P): MKDEP includes all macro expansions.
4834 * dist-subd-top.am (dist): Get absolute path for distdir. Don't
4836 * dist-subd.am (dist): Don't be so verbose.
4837 * dist.am (dist): Don't be so verbose.
4839 * automake.in (do_one_clean_target): Remove config.status in
4840 maintainer-clean. From Jim Meyering.
4842 * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix. From Jim
4845 * automake.in (handle_merge_targets): Add dummy command for empty
4846 install target. From Jim Meyering.
4848 Tue Dec 12 10:06:28 1995 Tom Tromey <tromey@cambric.colorado.edu>
4850 * texinfos.am (uninstall-info): Bug fix.
4852 * Makefile.am (maintainer-check): Error if ${...} used.
4853 * depend.am (DEP_FILES): Prefer $(...).
4855 * scripts.am (install-@DIR@SCRIPTS): Only install script if it
4857 * libraries.am (install-@DIR@LIBRARIES): Only install library if
4859 * programs.am (install-@DIR@PROGRAMS): Only install program if it
4862 * texinfos-vars.am (TEXFILES): Removed.
4864 * Makefile.am (pkgdata_DATA): Removed libprograms.am.
4866 * automake.in (do_one_merge_target): Never generate trailing
4868 (pretty_print): New function.
4869 (handle_footer): Prettyprint definitions.
4870 (am_install_var): Ditto.
4871 (handle_source_transform): Ditto.
4872 (handle_dist): Ditto.
4873 (handle_libraries): Ditto.
4874 (read_am_file): Put comments nearer appropriate code.
4876 * texi-clean.am (mostlyclean-info): Use continued lines, not
4877 multiple rm's. From Jim Meyering.
4879 Sun Dec 10 11:59:33 1995 Tom Tromey <tromey@cambric.colorado.edu>
4881 * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
4882 mkinstalldirs, texinfo.tex to be installed.
4883 * automake.in (symlink_exists): New global.
4884 (install_missing): Ditto.
4885 (require_file): Install missing files if possible.
4886 (parse_arguments): Handle --install-missing option.
4887 (initialize_global_constants): Document --install-missing.
4889 * Makefile.am (cvs-dist): Don't release unless NEWS updated.
4890 Ensure 'checks' pass before release.
4891 (maintainer-check): Renamed. Look in $(srcdir) for sources. From
4893 (cvs-dist): Depend on maintainer-check instead of explicitly
4896 * configure.in (VERSION): Version 0.26.
4898 * Makefile.am (check-local): Only look at [a-z]*.am. Fixed sense
4901 * depend.am (DEP_FILES): Bug fix.
4903 * automake.in (do_one_clean_target): Typo.
4905 * Makefile.am (check-local): Run syntax check under Perl 4.
4907 * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
4908 (handle_source_transform): Loop variable is now $_. From Gor
4910 * Makefile.am (check-local): Check for 'true' in source.
4911 * texinfos.am (install-info): Can't use "true" in any rule.
4913 Sat Dec 9 10:16:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
4915 * Makefile.am (cvs-dist): New target.
4917 * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
4920 * texinfos.am (install-info): Don't do install-info for now.
4922 * clean.am (distclean-generic): Don't remove config.status here.
4923 * automake.in (do_one_clean_target): Remove config.status later,
4924 for 'make -j2'. From Jim Meyering.
4926 Fri Dec 8 16:30:48 1995 Tom Tromey <tromey@cambric.colorado.edu>
4928 * configure.in (VERSION): Version 0.25.
4930 * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
4931 (handle_configure): Check for AC_PROG_MAKE_SET.
4933 * depend.am (DEP_FILES): Handle deANSIfication case. From Jim
4936 * automake.in (am_install_var): Changed how 'clean' handled for
4937 uniform name targets.
4938 * Makefile.am (pkgdata_DATA): Added new files.
4939 * data-clean.am: New file.
4940 * scripts-clean.am: New file.
4941 * libraries-clean.am: New file.
4942 * programs-clean.am: New file.
4944 Wed Dec 6 00:06:11 1995 Tom Tromey <tromey@cambric.colorado.edu>
4946 * automake.in (am_install_var): Error if variable name
4948 (handle_source_transform): Automatically include .c file
4949 corresponding to .y or .l.
4951 Tue Dec 5 00:46:14 1995 Tom Tromey <tromey@cambric.colorado.edu>
4953 * programs.am: Changed for uniform naming scheme.
4955 * automake.in (read_am_file): Allow '-' and '.' in target names.
4956 (generate_makefile): Don't pass arguments to handle_libraries.
4957 (initialize_per_input): Define @sources, @objects.
4958 (generate_makefile): Init @sources, @objects if needed.
4959 (handle_source_transform): Push onto @sources, @objects here.
4960 (am_install_var): Push primary onto @all, for configure-time
4962 (handle_programs): Use new uniform naming scheme.
4964 * Makefile.am (check-local): New target.
4966 * automake.in (handle_libraries): Use uniform naming scheme.
4968 * libraries.am: Rewrote for uniform naming scheme.
4970 * scripts.am: Updated names of all clean targets.
4972 * automake.in (handle_programs): Split on all whitespace.
4973 (handle_libraries): Ditto.
4974 (handle_texinfo): Ditto.
4975 (handle_man_pages): Ditto.
4976 (am_install_var): Changed return result.
4977 (am_install_var): Changed interface.
4978 (am_install_var): Push onto @clean@ if requested.
4979 (handle_scripts): Pass -clean to am_install_var.
4981 Mon Dec 4 11:55:36 1995 Tom Tromey <tromey@cambric.colorado.edu>
4983 * automake.in (am_install_var): Push target onto @all.
4984 (get_object_extension): Use $(...).
4985 (handle_source_transform): Ditto.
4986 (handle_programs): Ditto.
4988 * automake.in (require_argument): New function.
4989 (parse_arguments): Use it.
4990 (push_dist_common): New function.
4991 (generate_makefile): Use it.
4992 (handle_texinfo): Ditto.
4993 (handle_dist): Ditto.
4994 (handle_configure): Ditto.
4995 (require_file): Ditto.
4996 (generate_makefile): Don't pass arguments to handle_scripts.
4997 (handle_configure): Require configure.in.
4998 (check_gnu_standards): New function.
4999 (check_gnits_standards): Ditto.
5000 (generate_makefile): Check standards.
5002 * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
5004 * automake.in (LENIENT, GNU, GNITS): New constants.
5005 (initialize_per_input): New function.
5006 (generate_makefile): Use it.
5007 (initialize_global_constants): Renamed from init_globals.
5008 (require_file): Added strictness argument.
5009 (parse_arguments): Added --strict option.
5010 (set_strictness): New function.
5011 (parse_arguments): use it.
5012 (initialize_global_constants): Document --strictness.
5014 * automake.in: Use ${1+"$@"} to preserve quoting when running
5017 * texinfos.am (install-info): Don't use "true".
5018 * tags.am (TAGS): Don't use "true".
5020 * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
5021 remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
5023 * program.am (@PROGRAM@): Use LINK macro.
5024 * compile.am (.c.o): Use COMPILE macro.
5026 * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
5029 * subdirs.am (RECURSIVE): Removed macro.
5031 * clean.am: Changed to not be so verbose.
5033 * Makefile.am (pkgdata_DATA): Include texi-clean.am.
5034 * automake.in (handle_texinfo): Transform texi-clean and put into
5036 * texinfos-vars.am (TEXFILES): Removed.
5037 * texinfos.am: Removed 'clean' targets.
5038 * texi-clean.am: New file.
5040 * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
5042 * texinfos-vars.am (TEXFILES): Added *.op.
5044 * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
5046 * dist.am (dist): Use DISTFILES.
5047 * dist-subd.am (dist): Use DISTFILES.
5048 * dist-subd-top.am (dist): Use DISTFILES.
5050 Sun Dec 3 00:24:08 1995 Tom Tromey <tromey@cambric.colorado.edu>
5052 * Makefile.am (ETAGS_ARGS): Define.
5054 * depend.am (.deps/.P): Use ":", not "echo timestamp". From Jim
5057 * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
5059 * automake.in (handle_scripts): Use am_install_var.
5061 * scripts.am: Rewrote for new uniform naming scheme.
5063 * Makefile.am (pkgdata_DATA): Removed libscripts.am.
5065 * libscripts.am: Removed.
5067 * packagedata.am: Removed.
5069 * Makefile.am (PACKAGEDATA): Removed packagedata.am.
5070 (pkgdata_DATA): Renamed from PACKAGEDATA.
5072 * automake.in (handle_data): Use am_install_var.
5073 (init_globals): Init %exec_dir_p.
5075 * data.am: Rewrote for new uniform naming scheme.
5077 * automake.in (get_object_extension): New function.
5078 (handle_programs): Use it.
5079 (dir_holds_sources): Changed interpretation.
5080 (handle_headers): New function.
5081 (am_install_var): New function.
5082 (generate_makefile): Call handle_headers.
5084 * header-vars.am (pkgdatadir): New macro.
5086 (pkgincludedir): Ditto.
5088 * automake.in (handle_source_transform): New function.
5089 (am_error): New function.
5090 (generate_makefile): Use it.
5091 (handle_source_transform): Ditto.
5092 (handle_texinfo): Ditto.
5093 (handle_dependencies): Ditto.
5094 (handle_merge_targets): Ditto.
5095 (require_file): Ditto.
5097 Sat Dec 2 21:39:56 1995 Tom Tromey <tromey@cambric.colorado.edu>
5099 * automake.in: Updated FSF address. From Jim Meyering.
5100 * header-vars.am: Updated FSF address.
5102 * distname.am: Removed.
5104 * automake.in (file_contents): Strip "##" comments.
5105 * Various files: Added "##" comments for strange things.
5107 * automake.in (handle_tags): Generate TAGS rule for every
5110 * subdirs.am (RECURSIVE): Include installcheck-recursive.
5111 * automake.in (installcheck): New variable.
5112 (generate_makefile): Initialize it.
5113 (handle_subdirs): Push 'installcheck-recursive'.
5114 (handle_merge_targets): Handle installcheck target.
5116 Thu Nov 30 20:13:16 1995 Tom Tromey <tromey@cambric>
5118 * automake.in ($PACKAGE): Removed.
5120 * header-vars.am (ALL): Removed.
5122 * automake.in: Reworked 'all' target handling.
5124 * automake.in (generate_makefile):
5125 Don't use AM_ forms in call to am_variable.
5127 * automake.in: Changes for Perl 5, from Gord Matzigkeit
5129 * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
5131 * automake.in (handle_footer): Allow SUFFIXES variable.
5133 * automake.in (am_variable): New function.
5134 (handle_texinfo): Use it.
5135 (generate_makefile): Use it.
5137 * configure.in: Version 0.24.
5139 Wed Nov 29 23:50:14 1995 Tom Tromey <tromey@cambric>
5141 * automake.in (handle_libraries):
5142 Generate blah_LIBADD defines if required.
5144 * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
5146 * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
5148 * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
5150 * configure.in: Version 0.23
5152 * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
5154 * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
5156 * automake.in: New option --output-dir
5158 * automake.in (handle_configure): Fixed typo.
5160 * automake.in (handle_installdirs): Always make installdirs target.
5162 * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
5163 uninstall-exec-recursive. Added installdirs-recursive.
5165 * automake.in (handle_installdirs): Handle installdirs-recursive.
5166 (handle_man_pages): 'all' depends on $(MANS)
5168 * Makefile.am: Removed mans.am.
5170 * automake.in: More man-related fixes
5172 * automake.in: Bug fixes
5174 * automake.in: Rewrote man page handling.
5176 * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
5178 * automake.in (handle_installdirs): New function.
5179 (@installdirs): New global.
5180 Many changes to deal with installdirs.
5182 * clean.am (clean-generic): Always supply 'else' clause to 'if'
5184 * automake.in (generate_header): Don't use header.am.
5185 (handle_dist): Don't use dist-subd-vars.am.
5187 * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
5189 * Makefile.am (DISTCLEANFILES): Removed.
5191 * clean.am (clean-generic): Bug fix.
5193 * clean.am (clean-generic): Only remove CLEANFILES if nonempty
5195 * texi-version.am (clean-vti): No such macro as VTI
5197 Tue Nov 28 19:56:07 1995 Tom Tromey <tromey@cambric>
5199 * automake.in: Bug fix for maintainer-clean
5201 * automake.in (do_one_clean_target):
5202 Print special text in maintainer-clean.
5203 (handle_clean): Always include clean.am
5205 * clean.am: Use -generic clean targets.
5207 * compile.am: Added clean targets.
5209 * configure.in: Version 0.22.
5211 * automake.in (handle_dependencies):
5212 Put trailing newline after all deps.
5214 * automake.in (handle_dependencies): Another dependency bug fix.
5216 * automake.in (handle_dependencies):
5217 Bug fix when including dependencies.
5219 * automake.in (handle_configure):
5220 Verify existence of install-sh, mkinstalldirs
5222 * automake.in (handle_texinfo): Include stamp-vti in distribution
5224 * dist-subd-vars.am, dist-vars.am (DIST_FILES):
5225 Include DATA, PACKAGEDATA.
5227 * Makefile.am: Nothing
5229 * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
5231 * automake.in (handle_texinfo): Typo
5233 * automake.in: If script ends up in shell, feed to perl
5235 * automake.in: Rewrote 'clean' rules.
5236 Documentation made and installed first.
5237 'all' depends on 'info'
5239 Mon Nov 27 23:57:29 1995 Tom Tromey <tromey@cambric>
5241 * configure.in, Makefile.am: Turned off internationalization.
5243 * clean-kr.am: Rewrote for new clean scheme.
5245 * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
5247 * Makefile.am (PACKAGEDATA): Include tags-clean.am
5249 * subdirs.am: Removed bogus local clean targets
5251 * tags-clean.am: Initial revision
5253 * texi-version.am: Added clean targets
5255 * texinfos.am: Fixes to clean targets.
5257 * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
5260 * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
5262 * automake.in: Completely revamped automatic de-ANSI-fication
5264 * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
5266 * compile-vars.am (LINK): New macro
5268 * kr-vars.am: Trailing blank line
5270 * compile-kr.am: Rewrote
5272 * compile-vars.am (COMPILE): New macro
5274 * compile-vars.am (ANSI2KNR): Removed
5276 * Makefile.am (PACKAGEDATA): Removed all sed scripts. Added kr-vars.am
5278 * kr-vars.am: Initial revision
5280 * automake.in (require_file): New function.
5281 (handle_texinfo): Require 'mdate-sh'
5282 (common_sometimes): New variable
5285 * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
5287 * mdate-sh: Initial revision
5289 * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
5291 * automake.in (generate_makefile):
5292 Put Makefile.in, Makefile.am in @dist_common
5293 (handle_configure): Use @dist_common as appropriate
5295 * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
5297 * configure.in: Abort if perl not found
5299 * configure.in: Look for perl
5301 * automake.in: Reimplemented in Perl
5303 * automake.in: Fixlet
5305 Sun Nov 26 08:09:30 1995 Tom Tromey <tromey@cambric>
5307 * automake.in: Always print ".SUFFIXES:" rule.
5309 * automake.in: Distribution config.h.in if required
5311 * automake.in: Bug fix when including texi-version.am
5313 * automake.in: Bug fix when looking for .texi file in $am_reldir
5315 * depend.am: Comment fix
5317 * automake.in: Look for .texi file in $am_reldir
5319 * automake.in: Fixlet
5321 * automake.in: Blank line after targets from user's Makefile.am
5323 * automake.in: Move footer items to actual footer
5325 * automake.in: Include stamp-h.in in DIST_COMMON if necessary
5327 * automake.in (common):
5328 Don't include acconfig.h, config.h.top, config.h.bot
5330 * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
5332 * Makefile.am (CONFIG_H): Define
5334 * acconfig.h: Initial revision
5336 * configure.in: Use AC_CONFIG_HEADER.
5338 * automake.in: Put blah_TEXINFOS into DIST_COMMON
5340 * automake.in: .info file explicitly depends on primary .texi file
5342 * texinfos.am (install-info): Always supply 'else' clause to 'if'
5344 * tags.am (TAGS): Always supply 'else' clause to 'if'
5346 * subdirs.am (.NOEXPORT): Removed (now in footer.am)
5348 * automake.in: Always include footer.am in output
5350 * mans.am (install-man): Always supply 'else' clause to 'if'
5352 * automake.in: More version.texi fixes
5354 * automake.in: Only do version.texi processing if requested.
5356 * automake.in: Minor internationalization fixes.
5357 Subshell can now exit with nonzero status.
5358 Fixed up .texi handling; now uses texi-version.am
5359 Make sure '.c' and '.o' are in .SUFFIXES if required.
5361 * Makefile.am (PACKAGEDATA): Include texi-version.am
5362 (stamp-vti, version.texi): Removed
5363 (TEXINFOS): Don't reference version.texi
5365 * texi-version.am: Initial revision
5367 * dist.am, dist-subd-top.am (dist):
5368 [DIST_SUBDIRS] Follow symlinks when copying.
5370 * dist-subd-top.am (dist): Removed unneeded subdir= option to make
5372 Sat Nov 25 23:23:39 1995 Tom Tromey <tromey@cambric>
5374 * automake.in: Added --amdir option
5376 * Makefile.am, configure.in: Turned on internationalization
5378 * Makefile.am: Set EDITION
5380 * configure.in: Version 0.21
5382 * tags.am, tags-subd.am: Don't use double-colon rules
5384 * automake.in: Redid install-data, install-exec, uninstall handling
5386 * configure.in: Turn off i18n
5388 Fri Nov 24 23:51:37 1995 Tom Tromey <tromey@cambric>
5390 * automake.in (common): Remove NLS
5392 * automake.in (common): Include ABOUT-NLS.
5394 * automake.in: Test for install-sh and mkinstalldirs
5396 * automake.in: Blank line after OBJECTS= line
5398 * automake.in: Start subshell in loop after check for Makefile.am
5400 * automake.in: --use-deps now the default
5402 * automake.in (am_dir): Don't apply transform to install directory name
5404 * packagedata.am: Don't apply transform to install directory name
5406 * Makefile.am (SUBDIRS): Hold off on internationalization
5408 Thu Nov 23 18:02:38 1995 Tom Tromey <tromey@cambric>
5411 Write 'SOURCES =' line after copying Makefile.am variables
5413 * automake.in: Fixed bug in "--" option processing
5415 * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
5417 * Makefile.am (DIST_OTHER): Include gettext-sh
5419 * Makefile.am (SUBDIRS): Define
5421 * configure.in: Include internationalization bits
5423 * automake.in: Many changes to avoid double-colon rules.
5425 * subdirs.am: ($(RECURSIVE)): Print name of target actually used
5427 * subdirs.am: Removed "::" rules
5429 * header.am: Removed install, uninstall
5431 * header.am: Added install, uninstall targets
5433 * hack-make.sed: Rewrite targets like "all-local" to "all_local"
5435 * header.am, libraries.am, mans.am, texinfos.am, footer.am:
5438 * Makefile.am (PACKAGEDATA): Include libscripts.am
5440 * libprograms.am: Don't install libscripts here
5442 * libscripts.am: Initial revision
5444 * scripts.am, programs.am, libprograms.am: Removed "::" rules
5446 * automake.in (am_dir): Run package name through name transform.
5448 * automake.in: Don't use packagedata.sed or data.sed
5450 * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed. Added
5453 * data.am: No longer run through sed
5455 * packagedata.am: Initial revision
5457 Wed Nov 22 22:31:02 1995 Tom Tromey <tromey@cambric>
5459 * automake.in: No blank line after Usage
5461 * automake.in: Removed "NLS nuisances" section.
5462 Now uniformly uses $echo for user-visible messages (in advance of
5463 internationalization)
5465 * subdirs.am (maintainer-clean): Don't use realclean-local
5467 * Makefile.am: Use PACKAGEDATA, not custom code
5469 * data.am: Use @LONG@, not $(@LONG@)
5471 * automake.in: Handle DATA and PACKAGEDATA
5473 * packagedata.sed: Initial revision
5475 * data.am: Use @DIR@, not $(@DIR@)
5477 * data.sed: Use $(datadir), not datadir
5479 * data.sed: Initial revision
5481 * data.am: Wrote uninstall targets
5483 * data.am: Initial revision
5485 * dist-subd.am (dist): Don't link a file that has already been linked
5487 * dist-subd-top.am, dist.am (dist):
5488 Run `automake --include-deps' before making distribution
5490 * automake.in: More dependency-tracking bug fixes
5492 * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
5494 * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
5496 * tags-subd.am, tags.am: Added trailing blank line
5498 * depend.am: Use ".P", not "empty.P", as placeholder.
5500 * automake.in: Only include depend.am if SOURCES not empty
5502 * automake.in: Added --use-deps and --include-deps options.
5503 Handle auto-generating dependencies.
5505 * Makefile.am (am_DATA): Include depend.am
5507 * depend.am: Initial revision
5509 * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
5511 * automake.in: Put blank line after .SUFFIXES
5513 * scripts.am: Added blank line at end
5515 * scripts.am: Removed unnecessary comment
5517 * scripts.am: Removed unnecessary workarounds
5519 * automake.in: Don't include programs.am if PROGRAMS empty
5521 * header-vars.am (INSTALL_SCRIPT): Typo
5523 * texinfos.am, compile-kr.am: Don't include .SUFFIXES
5525 * automake.in: Handle .SUFFIXES here.
5527 * configure.in: Use fp_PROG_INSTALL
5529 * header-vars.am: Changes for autoconf 2.5.
5530 Now includes INSTALL_SCRIPTS.
5532 * texinfos.am (install-info): Bug fix
5535 Include scripts.am or libscripts.am in output if appropriate
5537 * programs.am (install-programs, uninstall-programs):
5538 Don't install SCRIPTS
5540 * Makefile.am (am_DATA): Include scripts.am
5542 * scripts.am: Initial revision
5544 Tue Nov 21 09:11:38 1995 Tom Tromey <tromey@cambric>
5547 Cleaned up how "prog_SOURCES" variable is found in input.
5549 Put static sed scripts into separate, installed files.
5551 * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
5553 * hack-make.sed, nl-remove.sed: Initial revision
5555 * texinfos.am (install-info): Rewrote
5557 * subdirs.am (all-recursive): Put with other -recursive rules
5559 * configure.in: Version 0.20
5561 * automake.in: Another bug fix
5563 * automake.in: Bug fix when looking for texinfo.tex
5565 * texinfo.tex: Initial revision
5568 If TEXINFOS defined but texinfo.tex does not exist, give warning.
5570 * subdirs.am (all): Renamed from _all. Now uses all-recursive
5571 (all-recursive): Don't fail immediately if -k specified.
5573 Mon Nov 20 22:48:03 1995 Tom Tromey <tromey@cambric>
5575 * subdirs.am (_all):
5576 New target. Now use Jim Meyering's formulation of AIX
5578 (install-exec, install-data): New targets
5580 Sat Nov 18 19:07:30 1995 Tom Tromey <tromey@cambric>
5582 * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
5584 * automake.in: Use @datadir@
5586 * automake.in: Added @configure_input@ line
5588 Fri Nov 17 23:32:43 1995 Tom Tromey <tromey@cambric>
5590 * automake.in: "--help" option now prints auto-recognized file names.
5591 Allow AM_ overriding of more variables.
5593 * texinfos.am (install-info):
5594 Don't cd to srcdir to avoid breaking install-sh
5597 * Makefile.am: Handle automake.texi
5599 Thu Nov 16 18:43:43 1995 Tom Tromey <tromey@cambric>
5601 * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
5603 * tags.am (TAGS): bug fix
5605 * automake.in: Use am_dir, not AM_DIR.
5606 Use version, not VERSION.
5607 Bug fix in TAGS code.
5609 * Makefile.am (am_DATA): Include tags.am and tags-subd.am
5611 * subdirs.am: TAGS target now in tags.am
5613 * footer.am: TAGS and ID targets now in tags-subd.am
5615 * tags-subd.am, tags.am: Initial revision
5617 * automake.in: Cleaned up AM_PROGRAM code.
5618 Handle TAGS target better
5620 * remake.am, remake-subd.am (Makefile.in): Bug fix.
5622 * automake.in (usage): Updated
5624 * remake-subd.am, remake.am:
5625 Added rule where Makefile.in depends on Makefile.am
5627 * automake.in: Entire body of 'for' loop now in subshell
5629 * automake.in (common): config.guess and config.sub are common files.
5631 * dist-subd-top.am, dist.am (dist): Bug fix.
5633 * Makefile.am (DIST_OTHER): Don't include TODO
5635 * automake.in: Auto-include TODO and THANKS files.
5637 * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
5639 * automake.in: More bug fixes in "look for Makefile.am" code.
5641 * automake.in: Bug fix in "look for Makefile.am" code.
5644 If no arguments given, look for all Makefile.am's in this
5645 directory and in immediate subdirs
5647 * automake.in: Bug fixes for LDADD-override feature.
5649 * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
5651 * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
5653 * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
5655 * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
5657 Wed Nov 15 01:54:43 1995 Tom Tromey <tromey@cambric>
5659 * automake.in: No longer look for _SOURCES or _OBJECTS
5662 Remove "automatically created" header (now in automake).
5665 * automake.in: Put version info in Makefile header
5667 Tue Nov 14 23:38:17 1995 Tom Tromey <tromey@cambric>
5669 * automake.in: Minor cleanups
5671 * dist-subd-top.am, dist.am (dist):
5672 Don't link or copy file if it already exists.
5675 Look for _SOURCES (common sources) and generate _OBJECTS.
5677 * footer.am (ID, TAGS): Include HEADERS
5679 * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
5681 Mon Nov 13 22:20:02 1995 Tom Tromey <tromey@cambric>
5683 * dist-subd.am (distdir): Is relative to ".."
5685 * dist-subd-vars.am (PACKAGE, VERSION): Define
5687 * dist-subd.am (dist): Don't handle DIST_DIRS.
5689 * mans.am (uninstall-man): Another bug fix.
5691 * mans.am (uninstall-man): Bug fix.
5693 * dist.am, dist-subd-top.am (dist): Bug fix
5695 * Makefile.am (DIST_SUBDIRS): New macro
5697 * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
5699 * Makefile.am (DIST_OTHER): Include automake.in
5701 * Makefile.am (DISTCLEANFILES): New macro.
5703 * automake.in (common): Include COPYING.LIB
5705 * Makefile.am (automake): New rule.
5707 * texinfos.am (install-info): Changed per GNU standards
5709 * remake-hdr.am (stamp-h.in):
5710 Use "touch", not "date", per GNU standards.
5712 * automake.in (common): Include texinfo.tex
5714 Sun Nov 12 23:59:08 1995 Tom Tromey <tromey@cambric>
5716 * automake.in: More fixes when finding common files.
5718 * Makefile.am (DIST_OTHER): Another removal.
5720 * automake.in: Special-case when amdir=.
5722 * Makefile.am (DIST_OTHER): Removed auto-detected files.
5725 Search for commonly-used files and auto-include them in distribution
5727 * dist-vars.am (DIST_FILES): Include DIST_COMMON.
5728 (DIST_CONF): Removed files searched for by automake.
5730 * automake.in: More arg-parsing bug fixes.
5732 * Makefile.am (DIST_OTHER): Include install-sh
5734 * Makefile.am (DIST_OTHER): Don't include auto-included files.
5736 * automake.in: Bug fixes to argument parsing code.
5738 * automake.in: Handle --version and --help.
5739 NLS stuff from autoconf.
5741 * Makefile.am (amdatadir): Fixed typo.
5742 (install): Make install directories
5744 * Makefile.am: Use "install::", not "install:"
5746 * install-sh, mkinstalldirs: Initial revision
5748 * configure.in: Use AC_PROG_INSTALL
5750 * automake.in: Set AM_DIR based on configure results.
5752 * Makefile.am (install): New target.
5753 (amdatadir): New variable.
5755 * automake.in: Use "#! /", not "#!/".
5757 * Makefile.am, configure.in: Initial revision
5759 * automake.in: Renamed from "automake".
5762 * dist.am (PACKAGE, VERSION): Now in dist-vars.am
5764 * automake.in: Insert remake-subd.am if appropriate.
5766 * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
5768 * automake.in: Handle ALLPROGRAMS variable.
5770 * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
5772 * automake.in: Fixlet when printing "subdir=DIR"
5774 * automake.in: Put "subdir=DIR" into subdir Makefile
5776 * automake.in: Don't refer to distname.am.
5777 Only put footer.am in subdir Makefiles.
5779 * subdirs.am (id, ID): New target.
5780 (.NOEXPORT): Copied from footers.am.
5782 * subdirs.am (TAGS): Bug fixes.
5784 * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
5786 * subdirs.am (maintainer-clean-local): Remove TAGS
5788 * subdirs.am (TAGS): Make tags file that includes all subdir tags files
5790 * subdirs.am: Use maintainer-clean, per GNU standards
5792 * dist-subd-top.am: Some variables defined in dist-vars.am
5794 * dist-vars.am (PACKAGE, VERSION):
5795 New variables, initialized by configure
5797 * footer.am (id, ID): New targets
5798 (TAGS): Put TAGS file in build, not source, directory
5800 * remake-subd.am (Makefile): Don't assume subdir is 'src'
5802 * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
5804 * dist-subd.am: Changed to conform to new top-level dist target.
5807 Changed to assume PACKAGE and VERSION are set by configure.
5809 * clean-kr.am, clean.am (maintainer-clean):
5810 Updated rules per GNU standards.
5812 * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
5814 Sat Nov 5 14:39:50 1994 djm <djm@cambric>
5816 * automake.in, texinfos.am: kludge for multiple-part info files
5818 Thu Nov 3 13:33:44 1994 djm <djm@cambric>
5820 * clean.am, clean-kr.am: remove INFOS
5822 Wed Nov 2 06:15:42 1994 djm <djm@cambric>
5824 * texinfos.am: add path
5826 * remake.am, remake-hdr.am: account for VPATH limitations
5828 Mon Oct 24 23:01:59 1994 djm <djm@cambric>
5830 * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
5831 handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
5833 Sun Oct 23 01:50:41 1994 djm <djm@cambric>
5835 * texinfos.am: install-info depends on info files
5837 * dist-subd-vars.am, dist-vars.am: distrib info files
5839 Sun Oct 2 02:03:06 1994 djm <djm@cambric>
5841 * clean-kr.am, clean.am: fix up distclean
5843 * subdirs.am: fix typo
5845 * clean.am: do more in distclean
5847 Sat Oct 1 23:52:51 1994 djm <djm@cambric>
5849 * libraries.am: make install depend on all
5851 * automake.in: fix typo
5853 Wed Sep 28 21:15:26 1994 djm <djm@cambric>
5855 * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
5857 * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
5859 * dist-subd-top.am: Initial revision
5861 * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
5862 centralize prefix var setting
5864 * header-vars.am: set all the std vars based on prefix
5866 Tue Sep 27 01:32:22 1994 djm <djm@cambric>
5868 * automake.in: don't add kr stuff if not needed
5870 * dist-vars.am: add config vars to dist
5872 Mon Sep 26 23:09:09 1994 djm <djm@cambric>
5874 * program.am: add LDADD
5876 * compile-vars.am: remove LDADD from LDFLAGS
5878 * clean.am: move knr stuff to another file
5880 * automake.in: use different clean file for ansi2knr
5882 * clean-kr.am: Initial revision
5884 Thu Sep 22 03:45:02 1994 djm <djm@cambric>
5886 * automake.in, dist-subd.am, dist.am: fix rules and dist
5888 Tue Sep 20 21:29:40 1994 djm <djm@cambric>
5890 * compile.am, automake.in: split out knr
5892 * compile-kr.am: Initial revision
5894 * libprograms.am: fix typo
5896 * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
5897 make libprograms work
5899 * libprograms.am: Initial revision
5901 * automake.in, compile.am, header-vars.am: fix little bugs
5903 * compile.am: allow parallel K&R
5905 * clean.am: remove kerb temps
5907 * automake.in: fix recognizing start of rules
5909 * dist-subd.am, dist.am: fix dist
5911 * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
5913 Mon Sep 19 23:39:21 1994 djm <djm@cambric>
5915 * automake.in: works on m4 too
5917 * automake.in, mans.am: works on fileutils
5919 * automake.in, clean.am, compile.am, dist-subd.am, dist.am, footer.am, header-vars.am, header.am, libraries.am, library.am, mans-vars.am, mans.am, programs.am, remake-hdr.am, remake-subd.am, remake.am, subdirs.am, texinfos.am:
5920 works on fileutils except for all
5922 * automake.in: vars thing
5924 * header-vars.am: Initial revision
5926 * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
5929 * compile-vars.am: Initial revision
5931 * automake.in: many improvements
5933 * footer.am: Initial revision
5935 * dist.am: remove distname
5937 * automake.in: namespace cleanup
5939 * distname.am: Initial revision
5941 * automake.in, clean.am, compile.am, dist-subd.am, dist.am, header.am, libraries.am, library.am, mans.am, program.am, programs.am, remake-hdr.am, remake.am, subdirs.am, texinfos.am:
5944 * mans.am, libraries.am, texinfos.am, library.am, compile.am, program.am, programs.am, clean.am, subdirs.am, remake-subd.am, remake.am, remake-hdr.am, dist.am, dist-subd.am, header.am, automake.in: