1 2001-02-03 Tom Tromey <tromey@redhat.com>
3 * automake.texi (Dist): Updated to mention caveat of putting
4 directory in EXTRA_DIST and also providing a nice example of
6 From Ganesan Rajagopal.
8 * m4/depend.m4 (depcpp): Run tests in a subdir. Fixes report from
11 * automake.in (scan_one_autoconf_file): Disable warning about
14 * automake.in (handle_configure): Don't modify variable which
15 aliases list element. Don't push @inputs onto the dist list.
17 (initialize_per_input) [dist_dirs]: New variable.
18 (handle_dist_worker): Use global dist_dirs.
19 (handle_configure): Set dist_dirs entries at toplevel.
21 2001-02-02 Gordon Sadler <gbsadler1@lcisp.com>
23 * automake.texi (Java Support): Added index, @section.
25 2001-02-02 Pavel Roskin <proski@gnu.org>
27 * automake.in (scan_autoconf_traces): Restore trace messages.
29 * automake.in (handle_aclocal_m4): Fix stripping of the initial
30 "./" from the dependencies of aclocal.m4.
31 Reported by Ralf Corsepius.
33 2001-02-01 Pavel Roskin <proski@gnu.org>
35 * aclocal.in: Rename "verbosity" to "verbose". Always prepend
36 "aclocal: " to the verbose output.
38 * automake.in: Remove all debugging messages.
40 2001-01-31 Akim Demaille <akim@epita.fr>
42 * automake.in (add_depend2): Quote properly $obj and $source.
44 2001-01-31 Akim Demaille <akim@epita.fr>
46 * depend2.am: Instead of replacing @PFX@ in $(@PFX@COMPILE), and
47 then replacing `$(@PFX@COMPILE)' for the files that need some
48 special flags, use only @COMPILE@. Similarly for @LTCOMPILE@.
49 Try to document this file.
50 * automake.in (add_depend2): Adjust to these changes.
52 2001-01-31 Akim Demaille <akim@epita.fr>
54 * automake.in (%factored_dependencies): New.
55 (file_contents): Use it.
56 (handle_phony): Rename as...
57 (handle_factored_dependencies): this.
58 * subdirs.am: No need for convolved syntax to declare .PHONY.
60 2001-01-31 Akim Demaille <akim@epita.fr>
62 * automake.in: maintainer-check fixes.
64 2001-01-31 Akim Demaille <akim@epita.fr>
66 * automake.in (file_contents): Rewrite: instead of trying to parse
67 it line by line, first swallow it completely into $CONTENTS,
68 *then*, parse it *paragraph* by paragraph.
70 2001-01-30 Akim Demaille <akim@epita.fr>
72 * automake.in (file_contents): Remove.
73 (file_contents_with_transform): Swap the order of the arguments,
75 (file_contents): this.
78 2001-01-30 Tom Tromey <tromey@redhat.com>
80 * automake.in (scan_one_autoconf_file): Don't mention
83 2001-01-29 Akim Demaille <akim@epita.fr>
85 * automake.in (&scan_autoconf_config_files): Extract from
86 &scan_one_autoconf_file.
87 (&scan_one_autoconf_file): Use it.
88 (&scan_autoconf_traces): New.
89 ($scan_autoconf_files): Use it.
91 2001-01-29 Akim Demaille <akim@epita.fr>
93 * texinfos.am, tags.am, subdirs.am, multilib.am, mans.am: Add a
95 * automake.in (handle_texinfo, handle_man_pages, handle_multilib)
96 (handle_etags, handle_subdirs): Don't push into @phony.
98 2001-01-29 Akim Demaille <akim@epita.fr>
100 * automake.in (scan_one_autoconf_file): Correctly recognize
103 2001-01-29 Akim Demaille <akim@epita.fr>
105 * automake.in (handle_tests_dejagnu): New, extracted from...
106 (handle_tests): here. Use `.PHONY:'.
108 2001-01-29 Akim Demaille <akim@epita.fr>
110 * automake.in (handle_phony): Sort.
111 (file_contents_with_transform): Catch `.PHONY:'.
112 (handle_tests): Instead dumping the hard coded target check-TESTS
113 and registering its .PHONYsm, get them from...
114 * check.am: here, new file.
116 2001-01-29 Akim Demaille <akim@epita.fr>
118 * automake.in (add_depend2): Use &transform.
120 2001-01-29 Akim Demaille <akim@epita.fr>
122 * automake.in (handle_tags): Use &transform.
123 (am_error, am_line_error, am_conf_error, read_am_file): Use
124 directly arrays in strings, no need for &join.
126 * Makefile.am (maintainer-check): Use grep -w when looking for
129 2001-01-29 Akim Demaille <akim@epita.fr>
131 * automake.in (prog_error): New.
134 2001-01-29 Akim Demaille <akim@epita.fr>
136 * automake.in (handle_single_transform_list): if (@list) { foreach
137 (@list) ...} can be written as a simple `foreach' loop.
139 2001-01-29 Akim Demaille <akim@epita.fr>
141 * automake.in (define_standard_variables): Use &transform instead
144 2001-01-29 Akim Demaille <akim@epita.fr>
146 * automake.in (handle_texinfo): Use the new $texinfodir instead of
147 the removed $texinfo_tex.
149 2001-01-29 Akim Demaille <akim@epita.fr>
151 * automake.in (handle_libraries, handle_ltlibraries): Use
154 2001-01-29 Akim Demaille <akim@epita.fr>
156 * automake.in (handle_programs) <xexe>: Remove, replaced by
158 Use it, and &transform.
160 2001-01-29 Akim Demaille <akim@epita.fr>
162 * automake.in (get_object_extension) <$default_includes>: New.
163 Use it and &transform.
165 2001-01-28 Tom Tromey <tromey@redhat.com>
167 * automake.in (variable_value_as_list_worker): Handle entries in
168 %am_var_defs. Fixes listval.test.
170 2001-01-26 Akim Demaille <akim@epita.fr>
172 * automake.in (handle_texinfo): Don't use $conf_pat, just
173 $conf_dir to transform MDDIR since now &transform handles the
174 escaping of RE special characters by itself.
176 2001-01-24 Akim Demaille <akim@epita.fr>
178 * m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in
180 * m4/init.m4: Likewise.
181 * m4/sanity.m4: s/conftestfile/conftest.file/.
183 2001-01-24 Tom Tromey <tromey@redhat.com>
185 * automake.in (handle_libraries): Use $configure_ac; typo fix.
187 * automake.in (transform): Quote substitution.
189 2001-01-21 Alexandre Duret-Lutz <duret_g@epita.fr>
190 Tom Tromey <tromey@redhat.com>
192 * automake.in (obsolete_rx): Match whole macro names, not
194 * aclocal.in (obsolete_rx): Likewise.
196 2001-01-21 Tom Tromey <tromey@redhat.com>
198 * automake.texi: Changed dir category.
200 2001-01-18 Akim Demaille <akim@epita.fr>
202 * automake.in (handle_texinfo): Use &transform, and transform
204 Reported by Lars Hecking, and diagnosed by Raja R Harinath.
206 2001-01-16 Akim Demaille <akim@epita.fr>
208 Let Automake support `configure.ac'.
210 * automake.in: In the comments, prefer `configure.ac' to
212 When using &am_conf_error, don't repeat `in configure.in', since
213 the function already reports it.
214 When referring to `configure.in' use `$configure_ac' instead.
215 (configure_ac): New global variable.
216 (scan_configure, scan_one_configure_file): Rename as...
217 (scan_autoconf_files, scan_one_autoconf_file): this.
218 (scan_autoconf_files): Compute $configure_ac.
219 (transform): New function.
220 (handle_configure): Use it to transform CONFIGURE_AC in
221 `remake.am' and in `remake-hdr.am'.
222 (common_files): Also consider `configure.ac'.
223 Use consistently single quotes.
224 * aclocal.in (configure_ac): New variable.
226 * texi-vers.am: Depend on CONFIGURE_AC not configure.in.
227 * remake.am: Likewise.
228 * remake-hdr.am: Likewise.
230 2001-01-16 Akim Demaille <akim@epita.fr>
232 * m4/multi.m4: Remove the hairy useless quotation of `$'.
233 Simplify `ifelse([$2],,,[$2])' into... `$2'!
234 * m4/minuso.m4: Don't use changequote!
235 * m4/cond.m4: Fix quotation.
236 * m4/sanity.m4: Follow the Autoconf coding style.
237 * m4/missing.m4 (AM_MISSING_INSTALL_SH): Use a for loop.
238 * m4/depend.m4 (AM_DEPENDENCIES): Fix quotation issues.
241 2001-01-15 Tom Tromey <tromey@redhat.com>
243 * automake.in (handle_single_transform_list): Don't print rule
244 here when source is in subdir and object is not. Fixes
247 * automake.in (handle_single_transform_list): Correctly compute
248 $nonansi_obj. Fixes cxxansi.test.
250 * automake.texi (Man pages): Updated to account for man1_MANS,
253 2001-01-13 Steve Robbins <smr@debian.org>
254 Tom Tromey <tromey@redhat.com>
256 * aclocal.in (scan_configure): Don't recognize macro assignments
258 (add_file): Likewise.
260 2001-01-13 Kevin Ryde <user42@zip.com.au>
262 * automake.in (handle_ltlibraries): Omit -rpath from
263 check_LTLIBRARIES, as per noinst_LTLIBRARIES.
265 2001-01-11 Tom Tromey <tromey@redhat.com>
267 * depcomp (case gcc3): Use -MD, not -M.
269 2001-01-10 Tom Tromey <tromey@redhat.com>
271 * depcomp: Handle gcc 3.
273 2000-12-23 Tom Tromey <tromey@redhat.com>
275 * configure.in: Updated to 1.4c for cvs.
277 * configure.in: Updated to 1.4b and released.
279 * config.guess, config.sub, texinfo.tex: New versions.
281 * automake.in (handle_dist_worker): Always define DIST_SUBDIRS.
284 * subdirs.am (maintainer-clean-recursive): Use DIST_SUBDIRS for
285 distclean and maintainer-clean.
286 * automake.texi (Top level): Document use of DIST_SUBDIRS.
288 From Rusty Ballinger:
289 * automake.in (handle_java): Don't skip `noinst' prefix.
291 * automake.texi (Invoking aclocal): Mention ## comments.
293 2000-12-22 Tom Tromey <tromey@redhat.com>
295 From Raja R Harinath:
296 * automake.in (libtoolize_sometimes): New global.
297 (initialize_global_constants): Added libtoolize_sometimes to
300 * m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.
302 * m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.
304 2000-12-21 Tom Tromey <tromey@redhat.com>
306 * automake.texi (Tags): Document GTAGS target.
307 * tags.am (GTAGS): New target.
309 * automake.in (libtoolize_files): Removed ltconfig.
310 (initialize_global_constants): Added ltconfig to common_files.
312 2000-12-21 Kevin Ryde <user42@zip.com.au>
314 * automake.in (handle_footer): Generate .SUFFIXES target when user
315 defines suffixes but automake does not.
317 2000-12-20 Marc Espie <espie@openbsd.org>
319 * automake.in (handle_texinfo): Make path of $vtexi explicit in
321 * texi-vers.am: Likewise.
323 2000-12-20 Tom Tromey <tromey@redhat.com>
326 * automake.in (handle_footer): Always push user suffixes at the
328 * automake.texi (Suffixes): Updated to reflect new suffix
331 2000-12-18 Tom Tromey <tromey@redhat.com>
333 * automake.in (handle_built_sources): Removed.
334 (handle_merge_targets): Handle BUILT_SOURCES.
335 * automake.texi (Sources): Updated documentation of
338 2000-12-17 Tom Tromey <tromey@redhat.com>
340 * m4/protos.m4: Always do header checks.
342 * automake.in (handle_ltlibraries): Check for LDFLAGS variables
345 * automake.in (handle_ltlibraries): Allow _LDFLAGS to be
346 conditionally defined. Fixes PR automake/77 and ldflags.test.
348 2000-11-25 Tom Tromey <tromey@cygnus.com>
350 * automake.in (file_contents_with_transform): Added file name and
351 line number to error report.
352 (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Leading spaces are ok.
354 2000-11-23 Pavel Roskin <proski@gnu.org>
356 * m4/regex.m4 (AM_WITH_REGEX): This macro was broken because
358 * m4/ccstdc.m4 (AC_PROG_CC_STDC): Added some M4 quotes.
359 * m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise.
360 * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise.
361 * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise.
362 * m4/multi.m4 (AM_WITH_DMALLOC): Likewise.
363 * m4/python.m4 (AM_PATH_PYTHON): Likewise.
364 * m4/strtod.m4 (AM_FUNC_STRTOD): Likewise.
366 2000-11-23 Tom Tromey <tromey@cygnus.com>
368 * automake.in (require_file_internal): Pass $file as second
369 argument to maybe_push_required_file. Fixes PR automake/87.
371 2000-11-18 Tom Tromey <tromey@cygnus.com>
373 * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
374 /dev/null. From Paul Martinolich.
376 2000-11-16 Morten Eriksen <mortene@sim.no>
378 * aclocal.in (write_aclocal): Set ``binmode'' after file has been
379 opened, otherwise it has no effect.
381 2000-10-23 Morten Eriksen <mortene@sim.no>
383 * aclocal.in (write_aclocal): Don't write aclocal.m4 with
384 CRLFs. This circumvents a bug in Cygwin bash.
386 * automake.in (generate_makefile): Don't write Makefile.in
387 files with CRLFs, as it causes problems for the dependency-file
388 extraction in AM_OUTPUT_DEPENDENCY_COMMANDS.
390 2000-10-19 Alex Hornby <alex@anvil.co.uk>
392 * automake.in (handle_merge_targets): Allow parallel install
395 2000-10-19 Akim Demaille <akim@epita.fr>
397 * subdir4.test (depcomp): Don't create it, defs does.
399 2000-10-17 Pavel Roskin <proski@gnu.org>
401 * automake.in (handle_aclocal_m4): exclude aclocal.m4 and
402 acinclude.m4 from the dependencies of aclocal.m4 to avoid
403 circular and duplicated dependencies. Strip "./" from the
406 2000-10-17 Lars J. Aas <larsa@sim.no>
408 * aclocal.in (write_aclocal): Set up aclocal.m4 header with
409 normal comments (#) instead of m4 dnl-type comments.
411 2000-10-17 Alex Hornby <alex@anvil.com>
413 * depcomp: Altered sed clause to strip of inclusion depth
414 numbers generated by cpp. Also output in gcc style.
416 2000-10-16 Morten Eriksen <mortene@sim.no>
418 * depcomp (msvisualcpp): New dependency tracking mode, for
419 Microsoft Visual C++.
421 2000-10-16 Morten Eriksen <mortene@sim.no>
423 * depcomp: Fix a bug in SGI dependency tracking mode with source
424 files which do not dependend on any other source files.
426 2000-10-16 Rodney Brown <RodneyBrown@mynd.com>
428 * aclocal.in, aclocal.m4: Standardize FSF Copyright statements.
429 * automake.in, automake.texi: Likewise.
430 * clean-kr.am, clean.am: Likewise.
431 * comp-vars.am: Likewise.
432 * compile, compile.am: Likewise.
433 * data-clean.am: Likewise.
435 * dejagnu.am: Likewise.
437 * depend.am, depend2.am: Likewise.
438 * dist-vars.am, dist.am: Likewise.
439 * elisp-comp: Likewise.
440 * footer.am: Likewise.
441 * header-vars.am, header.am: Likewise.
442 * java-clean.am java.am: Likewise.
443 * kr-extra.am: Likewise.
444 * library.am: Likewise.
445 * libs-clean.am, libs.am: Likewise.
446 * libtool.am: Likewise.
447 * lisp-clean.am lisp.am: Likewise.
448 * ltlib-clean.am ltlib.am: Likewise.
449 * ltlibrary.am: Likewise.
450 * m4/Makefile.in: Likewise.
451 * m4/strtod.m4: Likewise.
452 * mans-vars.am, mans.am: Likewise.
453 * mdate-sh: Likewise.
455 * multilib.am: Likewise.
456 * program.am: Likewise.
457 * progs-clean.am, progs.am: Likewise.
458 * python-clean.am, python.am: Likewise.
459 * remake-hdr.am, remake.am: Likewise.
460 * scripts.am: Likewise.
461 * subdirs.am: Likewise.
462 * tags-clean.am, tags.am: Likewise.
463 * texi-vers.am: Likewise.
464 * texinfos.am: Likewise.
467 2000-10-09 Pavel Roskin <proski@gnu.org>
469 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
470 assignments changing $? - it's broken in ash-0.2.
471 * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
473 * automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is
474 defined use it as the list of M4 files aclocal.m4 depends on.
476 2000-10-06 Alexandre Duret-Lutz <duret_g@epita.fr>
478 * aclocal.in (add_file): Strip comments while scanning for
481 2000-09-15 Alexandre Duret-Lutz <duret_g@epita.fr>
483 * automake.in (initialize_global_constants): End the
484 result of dist-bzip2 with tar.bz2, not bz2.
486 2000-08-30 Tom Tromey <tromey@cygnus.com>
488 Fix for PR automake/72:
489 * automake.in (initialize_per_input): Define `need_link'.
490 (finish_languages): Use need_link.
491 (handle_source_transform): Set need_link if required.
493 2000-08-28 Tom Tromey <tromey@cygnus.com>
495 * automake.in (yacc, yaccxx, lex, lexxx): Set `derived-autodep'
497 (register_language): Default the `derived-autodep' option.
498 (handle_single_transform_list): Add to %dep_files if language has
499 `derived-autodep' set. Re-fixes lex4.test.
501 2000-08-27 Tom Tromey <tromey@cygnus.com>
503 * automake.in (handle_single_transform_list): Only add to
504 %dep_files if language is found and supports automatic dependency
505 tracking. Fixes PR automake/75.
507 * automake.in (am_primary_prefixes): Don't set `valid' for
508 configure variables that don't satisfy the other constraints.
509 Fixes PR automake/68.
511 2000-04-14 Victor V. Vengerov <vvv@oktet.ru>
513 Fix for PR automake/67.
514 * automake.in (handle_multilib): remove .am suffix in fragment
515 name passed to file_contents.
516 * m4/multi.m4: Add missing ')' in AC_ARG_ENABLE invocation.
517 Remove external quotes in first arg of AC_OUTPUT_COMMANDS.
518 Remove unnecessary "rel-to-top-srcdir" before config-ml.in.
520 2000-08-26 Tom Tromey <tromey@cygnus.com>
522 * subdirs.am (maintainer-clean-recursive): Always run clean rules
523 in `.' after all subdirs. Fixes PR automake/3 and PR automake/24.
525 * automake.in (handle_man_pages): Generate install targets for man
526 even if man_MANS not defined. From `danpb'. Fixes PR automake/73.
528 * m4/depend.m4 (depcpp): Use `-o conftest.o'.
529 Fix for PR automake/74. From js pendry.
531 2000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
533 * depcomp (gcc): Support DOS-style absolute file names with drive
536 2000-08-06 Jim Meyering <meyering@lucent.com>
538 * automake.in (handle_dependencies): Set $require_file_found{'depcomp'}
539 if the depcomp file exists, before calling require_config_file on
540 `depcomp'. This makes require_file_internal skip its buggy existence
541 test that would make automake fail (with `required file `lib/depcomp'
542 not found') when AC_CONFIG_AUX_DIR is not set.
544 This change change does not fix the existing bug where, if `depcomp'
545 is not present in the build directory (at the top level), automake
546 still gives the inaccurate diagnostic about *lib*/depcomp rather
549 2000-08-05 Jim Meyering <meyering@lucent.com>
551 * m4/header.m4 (AM_CONFIG_HEADER): Fix typo in last change:
552 add missing closing bracket and closing parenthesis.
553 Don't quote the first argument to AC_OUTPUT_COMMANDS.
554 Backslash-escape the backquotes and `$' in `am_indx'-incrementing stmt.
556 2000-08-04 Tom Tromey <tromey@cygnus.com>
558 Idea from Nicolas Thiery:
559 * automake.texi (Tests): Document DEJATOOL as a list.
560 * dejagnu.am (RUNTESTDEFAULTFLAGS): Use $$tool, not $(DEJATOOL).
561 (check-DEJAGNU): Run runtest in a loop.
563 2000-08-02 Akim Demaille <akim@epita.fr>
565 * m4: Quote properly the name of the macros being defined.
566 Use `#' instead of `dnl' where appropriate.
567 * m4/header.m4 (AM_CONFIG_HEADER): Get rid of changequote, just
569 Don't quote passive characters.
570 Pull the AC_PREREQ outside the macro.
571 * m4/init.m4: Pull the AC_PREREQ outside the macro.
573 2000-07-28 Tom Tromey <tromey@cygnus.com>
575 * lisp.am (uninstall-@DIR@LISP): Prefix file with $(DESTDIR).
578 2000-07-13 Kevin Ryde <user42@zip.com.au>
580 * automake.in (am_install_var): Apply the $(EXEEXT) hack to
581 EXTRA_PROGRAMS as well as other _PROGRAMS.
583 2000-07-02 Jim Meyering <meyering@lucent.com>
585 * automake.in (scan_one_configure_file): Recognize AC_LIBOBJ.
587 2000-06-19 Paolo Bonzini <bonzini@gnu.org>
589 * texi-vers.am: define UPDATED-MONTH variable (for an example, see
592 2000-06-02 Morten Eriksen <mortene@sim.no>
594 * depcomp: workaround for problem with SGI IRIX sed (it can only
595 handle lines of up to 8192 characters, the rest of the line will
598 2000-05-31 Morten Eriksen <mortene@sim.no>
600 * depcomp: tell SGI MIPSpro compilers to generate dependencies
601 through the pre-processor (only CVS libtool has the -Wc option
604 2000-05-15 Brendan O'Dea <bod@compusol.com.au>
606 * missing: Add support for `help2man'.
608 2000-05-11 Tom Tromey <tromey@cygnus.com>
610 * automake.in (handle_tests): Work correctly if TESTS is empty;
611 print nothing if it is. From Kevin Ryde.
613 2000-05-08 Tom Tromey <tromey@cygnus.com>
615 * automake.texi (Texinfo): Mention vers*.texi.
617 2000-05-04 Akim Demaille <akim@epita.fr>
619 AM_INIT_AUTOMAKE is no longer optional, so don't look for
620 `VERSION=' and `PACKAGE='.
621 * automake.in (seen_package, seen_version): Remove initializations of
622 unnecessary variables.
623 (scan_one_configure_file): Don't set them.
624 (scan_configure): Don't use them.
626 2000-05-01 Akim Demaille <akim@epita.fr>
628 * m4/init.m4 (AC_PROVIDE_IFELSE): If it is not defined, do it.
629 (AM_INIT_AUTOMAKE): Update the writing conventions.
630 Quote the arguments properly.
631 Add a few missing `dnl'.
632 Use AC_PROVIDE_IFELSE.
634 2000-04-26 Jim Meyering <meyering@lucent.com>
636 * automake.in (scan_one_configure_file): Handle the AC_CONFIG_FILES
637 macro. Based on a patch from Harlan Stenn.
639 2000-04-13 Akim Demaille <akim@epita.fr>
641 * compile: Remove unnecessary double quotes in assignments.
643 2000-04-13 Akim Demaille <demaille@epita.fr>
645 * automake.in (scan_one_configure_file): Also recognize
647 Remove trailing blanks.
649 2000-04-05 Tom Tromey <tromey@cygnus.com>
651 * header-vars.am (DESTDIR): Commented out definition.
653 * automake.in (require_file_internal): Pass --copy to libtoolize
654 if automake was run with `--copy'.
656 2000-03-22 Tom Tromey <tromey@cygnus.com>
658 * automake.texi (Uniform): Fix definition of pkglibdir.
659 From thi <ttn@revel.glug.org>.
661 2000-03-19 Tom Tromey <tromey@cygnus.com>
663 * aclocal.in (parse_arguments): Copyright 2000.
664 (write_aclocal): Likewise.
665 * automake.in (parse_arguments): Copyright 2000.
666 (initialize_global_constants): Likewise.
668 * automake.in (generate_makefile): Call handle_dist after
669 handle_dependencies and handle_tests. Fixes subobj3.test and
670 pr19.test regressions.
672 2000-03-19 Gordon Matzigkeit <gord@fig.org>
674 * depend2.am (@EXT@.o): Look for the source file in srcdir as well
675 as the current directory.
676 (@EXT@.lo): Likewise.
678 2000-03-19 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
680 * automake.in (handle_data): Pass -candist instead of
681 -defaultdist, for the compatibility.
683 2000-03-19 Tom Tromey <tromey@cygnus.com>
685 Fix for test nodepcomp.test:
686 * automake.in (require_file_internal): Use readlink on symlinks.
687 Only unlink file if we are going to try to add it again.
688 (handle_dependencies): Require `depcomp' here.
689 (scan_configure): Don't require `depcomp'.
691 2000-03-16 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
693 * automake.in (handle_configure): Remove $(BUILT_SOURCES) from
694 the rule to remake Makefile, whether $use_dependencies is true
695 or not. This was a historical one and doesn't make sense any
698 2000-03-19 Tom Tromey <tromey@cygnus.com>
700 More for PR automake/38:
701 * automake.texi (Invoking Automake): Document --force-missing.
702 * automake.in (force_missing): New global.
703 (parse_arguments): Recognize --force-missing.
704 (initialize_global_constants): Document --force-missing.
705 (require_file_internal): Handle --force-missing.
707 Fix for PR automake/38:
708 * automake.in (require_file_internal): Check for and handle
709 dangling symlinks. Fixes symlink2.test.
711 Fix for PR automake/45:
712 * automake.texi (configure): Mention requirement to run
714 (Requirements): Removed most text.
715 * automake.in (seen_init_automake): New global.
716 (scan_configure): Error if AM_INIT_AUTOMAKE not seen.
717 (scan_one_configure_file): Don't support AM_INIT_GUILE_MODULE.
718 Set seen_init_automake if needed.
720 Fix for PR automake/41:
721 * automake.in (require_file_found): New global.
722 (require_file_internal): Set require_file_found entry.
723 (handle_texinfo): Require file any number of times.
725 * automake.in (handle_dist_worker): Exit if `cp' fails. Fixes
728 * tags.am: Don't reference $$here. Report from Sven Verdoolaege.
730 2000-03-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
732 * m4/missing.m4: Print the backtick in a way that won't cause
733 autoconf CVS to emit any warnings.
735 2000-03-01 Jim Meyering <meyering@lucent.com>
737 * automake.in (handle_dist_worker) [generating rules for distdir]:
738 Don't use `ln' (which was just a space optimization anyway) to
739 populate $(distdir). Otherwise, the dist rules that change
740 permissions would end up affecting the master sources.
741 * texinfos.am (dist-info): Likewise.
743 2000-02-13 Jim Meyering <meyering@lucent.com>
745 * automake.in (generate_makefile): Detect write/close failure.
747 2000-02-02 Assar Westerlund <assar@sics.se>
749 * automake.in (handle_single_transform_list): do not use $< which
750 is not handled by all non-GNU makes. Instead do explicit sh code
751 testing for the file in this directory and srcdir. Based on a
752 suggestion by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
754 2000-01-12 Tom Tromey <tromey@cygnus.com>
756 * m4/lispdir.m4: Added --with-lispdir argument processing.
759 2000-01-06 Tom Tromey <tromey@cygnus.com>
761 * automake.in (handle_configure): Don't check for
763 (scan_configure): Check for AC_PROG_MAKE_SET.
765 * header-vars.am (@SET_MAKE@): Added.
766 * subdirs.am (@SET_MAKE@): Removed. Report from Motoyuki
769 1999-12-19 Tom Tromey <tromey@cygnus.com>
771 * automake.in (handle_dist_worker): Expand DIST_COMMON under all
773 (require_file_internal): Corrected arguments to second invocation
774 of maybe_push_required_file.
776 Fix for PR automake/9:
777 * automake.in (make_dirs, make_dirs_set): New globals.
778 (is_make_dir): New function.
779 (handle_configure): Use it.
780 (require_file_internal): Push file if there is no Makefile in its
782 (initialize_per_input): Initialize handle_dist_run.
783 (push_dist_common): Inspect handle_dist_run.
784 (handle_dist): Set handle_dist_run. Push items from
785 configure_dist_common onto dist_common if appropriate.
786 (configure_dist_common): New global.
787 (scan_configure): Set it.
788 (maybe_push_required_file): New function.
789 (require_file_internal): Use it.
791 * automake.in (handle_dist_worker): Scan DIST_COMMON to see if
792 more subdirs are defined. From Axel Belinfante. Fixes
795 1999-12-18 Tom Tromey <tromey@cygnus.com>
797 Partial fix for PR automake/40:
798 * lisp.am (install-@DIR@LISP): Handle nobase_ case.
799 (uninstall-@DIR@LISP): Likewise.
800 * header.am (install-@DIR@HEADERS): Handle nobase_ case.
801 (uninstall-@DIR@HEADERS): Likewise.
802 * data.am (install-@DIR@DATA): Handle nobase_ case.
803 (uninstall-@DIR@DATA): Likewise.
804 * automake.in (am_primary_prefixes): Recognize `nobase_' prefix.
805 (am_install_var): Recognize and handle `nobase_' prefix.
807 1999-12-17 Tom Tromey <tromey@cygnus.com>
809 * automake.in (get_object_extension): Added space before `-I.'.
810 Report from Ralf Corsepius.
812 1999-12-15 Tom Tromey <tromey@cygnus.com>
814 * aclocal.in: Don't pass $acdir to scan_m4_files.
815 (parse_arguments): Push $acdir on end of dirlist.
816 (scan_file): Don't warn if duplicate macro seen.
818 1999-12-13 Tom Tromey <tromey@cygnus.com>
820 Fix for PR automake/30 and PR automake/23. Fixes test
822 * automake.in (initialize_per_input): Initialize
823 source_suffix_pattern.
824 (derive_suffix): New function.
825 (handle_single_transform_list): Call it.
827 * automake.in (add_depend2): Handle the no-dependency-tracking
828 case. Fixes test suffix2.test.
830 * depcomp (tmpdepfile): [case sgi] Added missing `fi'.
832 * automake.in (get_object_extension): Fixed quoting on
835 * depend2.am: Removed erroneous comment.
837 * automake.texi (Program variables): Document nostdinc.
839 * automake.in (get_object_extension): Respect nostdinc option.
840 (handle_options): Recognize nostdinc.
841 * comp-vars.am (DEFS): Use @DEFAULT_INCLUDES@ as sole
844 * automake.in (read_am_file): Allow conditional includes. Fixes
847 * depcomp: Handle case on SGI when libtool is `yes'.
848 * depend2.am (@EXT@.o): Set libtool.
849 (@EXT@.lo): Likewise.
850 (@EXT@.obj): Likewise.
852 * depcomp: Unify dashmstdout and dashXmstdout cases. Move hp case
855 1999-12-13 Pavel Roskin <pavel_roskin@geocities.com>
857 * automake.in (add_depend2): substitute $rule in the rules
858 for individual files. Fixes test specflags5.test.
860 1999-12-12 Tom Tromey <tromey@cygnus.com>
862 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run mkinstalldirs
863 to create directories. Fixes test subobj3.test.
865 1999-12-10 Tom Tromey <tromey@cygnus.com>
867 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Don't print
868 message when creating .deps files.
870 * automake.in (initialize_global_constants): If unreadable by
871 owner, make it readable by owner regardless of number of links.
872 Fixes more of install2.test.
874 * missing: Try to see if gnutar or gtar exist before invoking
877 * m4/missing.m4 (AM_MISSING_INSTALL_SH): Remove ${SHELL} from
878 install_sh value. Look for install-sh and install.sh in a
879 somewhat more sensible way. Fixes test install2.test. Partially
882 1999-12-09 Pavel Roskin <pavel_roskin@geocities.com>
884 * m4/missing.m4: remove redundant backquote
886 1999-11-23 Tom Tromey <tromey@cygnus.com>
888 * automake.in (initialize_global_constants): Use `bzip2 -9', not
889 `bzip --best' Report from Jim Meyering.
891 1999-11-22 Tom Tromey <tromey@cygnus.com>
893 * m4/missing.m4 (AM_MISSING_INSTALL_SH): Don't take argument.
894 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't pass argument to
895 AM_MISSING_INSTALL_SH.
896 * automake.in (scan_one_configure_file): Reverted previous
899 * automake.in (scan_one_configure_file): Define `install_sh'
900 configure variable when AM_INIT_AUTOMAKE seen. Report from Jim
903 * automake.in (handle_single_transform_list): Generate explicit
904 rule for subdir objects. Fixes new addition to subobj.test.
906 * automake.in (handle_lib_objects_cond): Allow LIBOBJS to be
907 defined by AC_SUBST. Fixes ltlibobjs.test.
909 Fix for sourcesub.test:
910 * automake.in (handle_single_transform_list): Added `var'
911 argument. If config sub found, give error.
912 (handle_source_transform): Updated for new
913 handle_source_transform.
915 * py-compile: New file.
916 * m4/Makefile.am (m4data_DATA): Added python.m4.
917 * m4/python.m4: New file.
918 * automake.texi (Uniform): Mention PYTHON.
920 * Makefile.am (amfiles): Added python.am, python-clean.am.
921 (dist_script_DATA): Added py-compile.
922 * python.am: New file.
923 * python-clean.am: New file.
924 * automake.in (seen_pythondir): New global.
925 (generate_makefile): Call handle_python.
926 (handle_python): New function.
927 (scan_one_configure_file): Set seen_pythondir if AM_PATH_PYTHON
929 (am_install_var): Special-case PYTHON like JAVA.
930 (scan_configure): Check for py-compile.
931 (initialize_global_constants): Added py-compile to @common_files.
933 * ltlib.am (install-@DIR@LTLIBRARIES): Added missing space.
935 1999-11-21 Tom Tromey <tromey@cygnus.com>
937 * automake.in (finish_languages): Only generate suffix rule when
938 not doing dependency tracking.
940 * m4/init.m4 (AM_INIT_AUTOMAKE): Use AM_MISSING_INSTALL_SH.
941 * m4/missing.m4 (AM_MISSING_INSTALL_SH): New macro.
943 * depend2.am: Use @SOURCE@, @OBJ@, @LTOBJ@, @OBJOBJ@, and @BASE@.
946 1999-11-19 Tom Tromey <tromey@cygnus.com>
948 * dist.am: Set `CDPATH=:' to avoid problems. Merged from
949 Alexandre's change on branch.
951 1999-10-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
953 * Makefile.am (maintainer-check): Look for occurrences of ``cd'
955 * dejagnu.am: Set CDPATH before cd.
956 * Makefile.in: Rebuilt.
958 * automake.in (handle_single_transform_list): Change `\1' for `$1'
959 in `s///' replacement.
961 * automake.in (handle_dist): Set CDPATH before cd.
962 * dejagnu.am (check-DEJAGNU): Likewise.
963 * texinfos.am (install-info-am, dist-info): Likewise.
964 * m4/init.m4 (AM_INIT_AUTOMAKE): Likewise.
965 * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
966 * aclocal.m4, configure, Makefile.in: Rebuilt.
968 * AUTHORS: Added myself.
970 1999-09-14 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
972 * m4/missing.m4: Support relative srcdir and ac_aux_dir.
973 Reported by Tim Wilkinson <tim@transvirtual.com>
974 * aclocal.m4, configure: Rebuilt.
976 1999-08-17 Alexandre Oliva <oliva@dcc.unicamp.br>
978 * m4/lex.m4 (AM_PROG_LEX): Require AM_MISSING_HAS_RUN and, if no
979 LEX program is found, use `${am_missing_run}flex'.
981 1999-08-16 Alexandre Oliva <oliva@dcc.unicamp.br>
983 * automake.in (handle_single_transform_list): Replace `$(OBJEXT)'
986 * automake.in (handle_lib_objects_cond): Remove second dot from
987 dependency file names.
989 * depend2.am (OBJEXT@EXT@.obj): Dependency file should be .Po,
990 regardless of OBJEXT.
992 * automake.in (handle_dependencies): Add blank line after depend2.
993 (handle_dependencies): Start DEP_FILES with `@AMDEP@'. Output
994 blank line before `include's, not after them.
995 (scan_one_configure_file): Do not special-case `DEP_' any more.
997 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run for loop only
999 * aclocal.m4, configure: Rebuilt.
1001 * m4/depend.m4 (AMDEPBACKSLASH): Define.
1002 * depend2.am (@EXT@.o, @EXT@.lo, @EXT@.obj): Use AMDEPBACKSLASH.
1004 * automake.in (handle_dependencies): Generate `include's for
1005 dependency files after `@AMDEP@'.
1007 * m4/missing.m4: Use eval, instead of a sub-shell, to test for
1008 --run support in the missing script, since SHELL is not exported.
1009 Reported by job bogan <job@piquin.uchicago.edu>
1010 * aclocal.m4, configure: Rebuilt.
1012 1999-08-15 Alexandre Oliva <oliva@dcc.unicamp.br>
1014 * aclocal.m4, configure: Rebuilt with itself.
1015 * Makefile.in, m4/Makefile.in, tests/Makefile.in: Likewise.
1017 * m4/missing.m4 (AM_MISSING_PROG): Remove DIRECTORY argument.
1018 Require AM_MISSING_HAS_RUN. Use am_missing_run, defined by...
1019 (AM_MISSING_HAS_RUN): New macro.
1020 * m4/init.m4: Remove missing_dir from calls to AM_MISSING_PROG.
1021 * automake.texi (Requirements): Likewise.
1022 * version.texi, stamp-vti: Rebuilt.
1024 1999-07-28 Tom Tromey <tromey@cygnus.com>
1026 * depcomp: Handle the `hp' mode.
1028 1999-07-06 Tom Tromey <tromey@cygnus.com>
1030 * depcomp: Work around HP-UX 10.20 sed bug.
1032 1999-07-05 Tom Tromey <tromey@cygnus.com>
1034 * automake.in (handle_dependencies): Generate a separate include
1035 for each dep file. Report from Alexandre Oliva.
1036 * depend.am: Don't include DEP_FILES.
1038 1999-06-01 Alexandre Oliva <oliva@dcc.unicamp.br>
1040 * depend.am: Add @AMDEP@ before `include', so that dependency
1041 tracking can be disabled.
1042 * depend2.am: Ditto, before all lines related with dependency
1044 * m4/depend.m4 (AM_DEP_TRACK): New macro, that documents
1045 --enable/disable-dependency-tracking and sets AMDEP accordingly.
1046 It is implicitly disabled if depcomp is missing.
1047 (AM_DEPENDENCIES): Disable dependency tracking unless it can be
1048 generated by side-effect.
1049 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_DEP_TRACK.
1050 * automake.in (handle_dependencies): Add @AMDEP@ before the value
1052 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Handle DEP_FILES
1055 * depcomp: Support -xM for dependency generation, for Sun CC.
1056 Reported by Alex Hornby <alex@anvil.co.uk>
1057 * m4/depend.m4: Extract the list of supported dependency-tracking
1058 mechanisms from the depcomp script and use it to test each one.
1059 * THANKS: Added Alex Hornby.
1061 * depend2.am: Move $(depcomp) to the line of $(...DEPMODE), so as
1062 to leave $(...COMPILE) in a line by itself.
1064 * THANKS: Added Miles Bader.
1066 1999-06-01 Miles Bader <miles@ccs.mt.nec.co.jp>
1068 * m4/depend.m4 (AM_DEPENDENCIES): Add check for `makedepend'.
1069 Fix `dashmstdout' to ignore non-dependency-generating uses of the
1071 * depcomp (makedepend): New dependency-generating method.
1073 1999-06-01 Alexandre Oliva <oliva@dcc.unicamp.br>
1075 * missing: If given `--run' as first argument, try to run the
1076 given program before falling back to the ``emulated'' behavior.
1077 Add support for `tar'.
1078 * automake.in: Use new `tar' support for `dist'.
1079 * m4/missing.m4 (AM_MISSING_PROG): Instead of checking for the
1080 program, prepend `missing --run' to the given program name.
1081 * m4/init.m4: Remove AMTAR-related stuff.
1084 * m4/depout.m4: Instead of `find'ing Makefiles, just iterate on
1085 CONFIG_FILES. Do not use temporary variable for list of
1086 dependency files, it breaks Cygwin.
1088 1999-04-27 Alexandre Oliva <oliva@dcc.unicamp.br>
1090 * depcomp (gcc): Imported comments removed from depend2.am, so
1091 that we don't lose them.
1093 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Avoid sed s/$U//
1094 when not using ansi2knr.
1096 1999-04-26 Alexandre Oliva <oliva@dcc.unicamp.br>
1098 * m4/depend.m4 (AM_DEPENDENCIES): Test for depcc -E support.
1099 * depcomp (cpp): Extract dependencies from `# nnn "..."' lines.
1101 1999-04-25 Alexandre Oliva <oliva@dcc.unicamp.br>
1103 * m4/depend.m4 (AM_DEPENDENCIES): Add a definition to conftest.h,
1104 so as not to compile an empty source; some compilers fail on this.
1105 Redirect stderr of depcc to /dev/null. Test for -M with -o,
1106 because some compilers will output the rules to the output file.
1107 * depcomp (dashmstdout): Add --silent before --mode=compile, so
1108 that we don't get libtool output mixed up with make rules.
1110 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_DEPDIR.
1111 * depend2.am: Set tmpdepfile too, to speed up depcomp. Always use
1112 -o for libtool, otherwise it may try to deduce the object name
1113 from the dependency-generation flag.
1114 * depcomp: Assume depdir exists. Preserve depfile on unsuccessful
1117 * libtool.am: Do not emit .c.lo here...
1118 * depend2.am: ... emit .*.lo here, only when using libtool.
1119 * automake.in (get_object_extension): No more @MINUSO@ here.
1120 (handle_single_transform_list): Set $depfile from $object.
1121 (handle_dependencies): Emit depend2.am for all used languages,
1122 regardless of $use_dependencies; the setting of depcomp makes the
1124 (lang_cxx_finish): Do not emit compilation rules.
1125 (lang_objc_finish): Likewise.
1126 (lang_java_finish): Likewise.
1128 1999-04-21 Tom Tromey <tromey@cygnus.com>
1130 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Correctly
1131 interpolate DEPDIR in DEP_FILES expansion.
1133 1999-04-20 Lee Iverson <leei@Canada.AI.SRI.COM>
1135 * m4/depend.m4 (AM_DEPENDENCIES): Fix up test for SGI-style
1136 dependency updating.
1137 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Fix sed script to
1138 handle multi-line dependency lists.
1140 1999-11-12 Tom Tromey <tromey@cygnus.com>
1142 Fix for PR automake/14:
1143 * aclocal.in: Added `ud_GNU_GETTEXT'. Updated to mention
1145 * automake.in: Mention AC_CYGWIN, not AC_CYGWIN32.
1147 * m4/multi.m4: Added missing `]'. From Akim Demaille.
1149 * Makefile.am (path-check): Make sure distdir is writeable before
1151 * automake.in (handle_texinfo): Added `cm' and `ov' extensions.
1152 (handle_dist_worker): Make sure distdir is writeable before
1154 (initialize_global_constants [$dist_trailer]): Make sure distdir
1155 is writeable before removing it.
1156 * dist.am (distcheck): Make the new source tree read-only before
1157 compiling. Idea from Karl Berry.
1159 * automake.texi (Gnits): Allow COPYING.LIB again.
1160 * automake.in (check_gnits_standards): Allow COPYING.LIB again.
1162 1999-11-11 Jim Meyering <meyering@ascend.com>
1164 * dist.am (distcheck): Remove $(distdir).tar.gz before counting
1167 1999-11-09 Tom Tromey <tromey@cygnus.com>
1169 * automake.in (handle_dist): Typo fix. From Jim Meyering.
1171 1999-11-09 Jim Meyering <meyering@ascend.com>
1173 * automake.in (handle_dist): Remove the DISTHOOK and GETTEXT
1174 markers, no matter what.
1176 1999-11-08 Tom Tromey <tromey@cygnus.com>
1178 * dist.am (distcheck): Put `&&' at the start of the distcheck-hook
1181 * automake.in (handle_dist_worker): Use `cp -R', not `cp -r'.
1182 From Jim Meyering. Also, don't mention file name in `cp'
1183 destination. From Olly Betts.
1185 1999-10-27 Miodrag Vallat <miodrag@ifrance.com>
1187 * texinfos.am (uninstall-info): Use installed info file, not one
1188 from srcdir or builddir.
1190 1999-11-07 Tom Tromey <tromey@cygnus.com>
1192 * clean.am (maintainer-clean-generic): Remove Makefile.in. From
1195 Fix for PR automake/18:
1196 * automake.in (handle_dist): Add contents of dist.am to the output
1198 * Makefile.am (amfiles): Added dist.am.
1199 * dist.am: New file.
1200 (distcheck): Added uninstall and distclean checks.
1202 * automake.in (PATH_PATTERN): Added `-' as allowable character.
1203 Fixes PR automake/20. From Matthew D. Langston.
1205 * automake.in (SUFFIX_RULE_PATTERN): Add `0-9' as characters
1206 allowed in suffixes. Fixes PR 22. From Matthias Clasen.
1208 1999-10-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1210 * m4/lispdir.m4: -batch must come before -q.
1211 * elisp-comp: Likewise.
1212 Reported by Lars Hecking <lhecking@nmrc.ucc.ie>
1213 * THANKS: Added Lars.
1215 1999-08-15 Tom Tromey <tromey@cygnus.com>
1217 * automake.in (get_object_extension): Fixed quoting bug. Fixes
1220 1999-07-27 Tom Tromey <tromey@cygnus.com>
1222 * config.guess, config.sub: New versions from autoconf.
1224 1999-07-13 Tom Tromey <tromey@cygnus.com>
1226 Work around losing `awk'. Report from Harlan Stenn.
1227 * m4/init.m4 (AM_INIT_AUTOMAKE): Require AC_PROG_AWK.
1228 * tags.am (ID, TAGS): Use $(AWK), not `awk'.
1230 * automake.in (handle_source_transform): Mark prefix as seen if
1231 corresponding _SOURCES variable exists. Fixes empty2.test.
1233 1999-06-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
1235 * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to
1237 (AUTOMAKE): Set --amdir to current directory.
1239 1999-06-20 Tom Tromey <tromey@cygnus.com>
1241 * Makefile.am (TAGS_FILES): New macro.
1242 (ETAGS_ARGS): Moved files into TAGS_FILES.
1243 (TAGS_DEPENDENCIES): Likewise.
1244 (ETAGS_ARGS): Removed.
1245 (TAGS_DEPENDENCIES): Removed duplicate definition.
1247 * tags.am (ID): Handle VPATH correctly. Use TAGS_FILES. Report
1248 from Ganesan Rajagopal.
1251 1999-06-18 Thomas Tanner <tanner@ffii.org>
1253 * automake.in (handle_ltlibraries): Check for -module in LDFLAGS,
1256 1999-06-20 Mark Elbrecht <snowball3@bigfoot.com>
1258 * ylwrap: Handle filenames output by the DOS version of Bison.
1260 1999-06-20 Tom Tromey <tromey@cygnus.com>
1262 * ylwrap: Be less strict when recognizing DOS paths. From Mark
1265 1999-06-19 Tom Tromey <tromey@cygnus.com>
1267 * automake.in (handle_dist_worker): Remove redundant entries from
1270 * automake.in (handle_lib_objects_cond): Better error message when
1271 unrecognized option passed in LDADD.
1273 1999-06-08 Alexandre Oliva <oliva@dcc.unicamp.br>
1275 * configure.in (ACLOCAL, AUTOMAKE): Use our own scripts, with
1276 appropriate --acdir and --amdir arguments.
1278 1999-06-07 Alexandre Oliva <oliva@dcc.unicamp.br>
1280 * automake.in (dist_header): Avoid changing permissions of files
1281 in the source tree, trying a complex `find/chmod' command before
1282 falling back to plain chmod.
1283 (handle_dist_worker): Do not create directories with mode 777, the
1284 find above will take care of that.
1285 * m4/init.m4: Set install_sh for find/chmod above.
1287 * THANKS: Added Shuhei Amakawa.
1289 1999-06-07 Shuhei Amakawa <sa264@cam.ac.uk>
1291 * mans.am: Strip dirname from given filename.
1293 1999-06-07 Jim Meyering <meyering@ascend.com>
1295 * automake.in (handle_dist): Change emitted rules so that a failure
1296 in `$(MAKE) distcheck-hook' propagates to the outer make.
1298 1999-05-27 Tom Tromey <tromey@cygnus.com>
1300 * automake.in (handle_single_transform_list): Replace AM_FLAG and
1301 not FLAG in compilation rule.
1302 (add_depend2): Likewise.
1304 * ltlib.am (install-@DIR@LTLIBRARIES): Pass INSTALL_STRIP_FLAG to
1307 * m4/dmalloc.m4: Updated dmalloc site information.
1309 1999-05-19 Tom Tromey <tromey@cygnus.com>
1311 * automake.in (handle_single_transform_list): Push object name
1312 without extension onto lang_specific_files. Fixes
1315 * automake.in (handle_single_transform_list): Added missing
1316 space. Fixes specflags.test.
1318 1999-05-05 Tom Tromey <tromey@cygnus.com>
1320 * automake.in: Disabled dependency tracking for Java.
1322 1999-05-04 Tom Tromey <tromey@cygnus.com>
1324 * library.am (@LIBRARY@): Use $(@XLIBRARY@_AR).
1325 * automake.in (handle_libraries): Recognize _AR variable.
1327 1999-04-30 Tom Tromey <tromey@cygnus.com>
1329 * automake.in (finish_languages): Always use `-o $@' with
1330 libtool. Define ltcompile and ltlink at outermost scope in
1332 * libtool.am (.c.lo): Removed.
1334 * automake.in (finish_languages): Put `.' before extension in
1335 suffix list, `.obj' rule, and `.lo' rule. Look at `-flags', not
1336 `-flag'. From Pavel Roskin.
1338 1999-04-28 Tom Tromey <tromey@cygnus.com>
1340 * automake.in (finish_languages): Fixed scoping of ltcompile and
1341 ltlink. From Pavel Roskin.
1343 1999-04-27 Tom Tromey <tromey@cygnus.com>
1345 * automake.in (read_main_am_file): Don't start macro definition
1346 with backslash-newline. Instead, append newline at the end if
1349 * automake.in (read_am_file): Insert a backslash before a trailing
1350 newline. Fixes pluseq8.test.
1352 * automake.in (MACRO_PATTERN): Allow digits and `_' to start a
1354 (check_canonical_spelling): Don't insert `AM' before macro name
1355 (reverts Alexandre's 1999-04-27 patch).
1356 * automake.texi: Reverted documentation change for `AM' patch.
1358 * automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'.
1359 Minor rewrite for clarity.
1360 (check_canonical_spelling): Prefer `$1' over `\1'.
1362 * depend2.am (@OBJ@): Renamed. Use @SOURCE@, @COMPILE@. Always
1364 (@LTOBJ@): Likewise.
1365 * automake.in (handle_single_transform_list): Don't print rule if
1366 doing dependency tracking and the file's language supports it.
1367 (initialize_per_input): Initialize lang_specific_files.
1368 (add_depend2): New function.
1369 (handle_dependencies): Use it.
1371 * automake.in (lang_ppf77_finish): Use lang_f77_finish.
1372 ratfor compiler name is `RCOMPILE'. ppf77 compiler name changed
1373 to `PPF77COMPILE' to allow use of f77 and ppf77 in the same
1375 (lang_ratfor_finish): Use lang_f77_finish.
1377 * compile.am (NOTDEPEND.c.o): Removed.
1378 (OBJEXT.c.obj): Likewise.
1379 * automake.in: Added `flags' attribute to all relevant languages.
1380 (handle_single_transform_list): Handle per-derived-object flags.
1381 Changed interface and all callers.
1382 (handle_built_sources): Don't call handle_single_transform_list.
1383 Added `compile' and `compiler-name' attribute to all relevant
1385 (finish_languages): Define compiler variables here.
1386 (lang_cxx_finish): Don't call define_compiler_variable. Don't
1387 define flag variable or .o rules. Don't add to @suffixes.
1388 (lang_f77_finish): Likewise.
1389 (lang_ppf77_finish): Likewise.
1390 (lang_objc_finish): Likewise.
1391 (lang_java_finish): Likewise.
1392 (finish_languages): Define flag variable here.
1393 Added `output-arg' attribute to all relevant languages.
1394 (finish_languages): Define `.o' rules here.
1395 (finish_languages): Put extension on @suffixes.
1396 (get_object_extension): Don't transform NOTDEPEND or MINUSO.
1398 1999-04-27 Alexandre Oliva <oliva@dcc.unicamp.br>
1400 * automake.in (initialize_global_constants): Invoke gzip for
1401 dist-shar just like in plain dist, i.e., pass it GZIP_ENV and -c.
1403 * automake.in (initialize_global_constants): Remove zip file
1404 before re-creating it.
1405 Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
1407 * texinfos.am (uninstall-info): Look for info file in srcdir, just
1408 like in install-info-am.
1409 Reported by Tudor Hulubei <tudor@cs.unh.edu>
1411 * automake.in (handle_lib_objects_cond): \Q doesn't work either.
1412 Let's use the good ol' substitution, then.
1413 Reported by Russ Allbery <rra@stanford.edu>
1415 * automake.in (check_canonical_spelling): Insert AM before names
1416 starting with non-letters.
1418 * automake.texi: Document it.
1420 1999-04-26 Alexandre Oliva <oliva@dcc.unicamp.br>
1422 * automake.in (handle_lib_objects_cond): Do not use quotemeta, it
1423 doesn't work on perl4. Maybe \Q and \E do.
1425 1999-04-24 Tom Tromey <tromey@cygnus.com>
1427 * automake.in: Treat `.zip' and `.jar' files as Java.
1429 * automake.in (generate_makefile): Define `subdir' after reading
1431 (read_main_am_file): Give programming error if variable defined
1434 1999-04-22 Tom Tromey <tromey@cygnus.com>
1436 * automake.in (generate_makefile): Define `subdir' variable.
1437 (handle_dist): Don't define `subdir'.
1439 * automake.in (handle_texinfo): Change numbering scheme for
1440 stamp-vti files, to avoid problems with DOS.
1441 From Michel de Ruiter.
1443 * automake.texi: Don't mention AM_FUNC_MKTIME.
1444 * aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME.
1445 * automake.in (scan_one_configure_file): Recognize
1446 AC_FUNC_MKTIME, not AM_FUNC_MKTIME.
1447 (obsolete_macros): Mention AM_FUNC_MKTIME.
1448 * m4/Makefile.am (m4data_DATA): Removed mktime.m4.
1449 * m4/mktime.m4: Removed.
1451 1999-04-20 Tom Tromey <tromey@cygnus.com>
1453 * automake.texi (Top level): Don't recommend substing SUBDIRS.
1455 1999-04-20 Brian Ford <ford@vss.fsi.com>
1457 * scripts.am: Change else if's to elif.
1459 1999-04-20 Alexandre Oliva <oliva@dcc.unicamp.br>
1461 * automake.in (handle_lib_objects_cond): Only require the source
1462 of a LIBOBJ if it's not in BUILT_SOURCES.
1463 Reported by Erez Zadok.
1465 1999-04-19 Tom Tromey <tromey@cygnus.com>
1467 * automake.in: Treat `.class' files as Java source.
1468 (lang_java_finish): Handle `.class' files.
1470 1999-04-18 Alexandre Oliva <oliva@dcc.unicamp.br>
1472 * m4/lispdir.m4: Match only `/(share|lib)/x?emacs/site-lisp/*$'.
1474 * m4/lispdir.m4: Do not override lispdir if it's already defined.
1475 Run some emacs-lisp to find out the site-lisp directory, but
1476 relocate it into prefix.
1478 1999-04-17 Paul Eggert <eggert@twinsun.com>
1480 * m4/mktime.m4 (bigtime_test, main): Move alarm from
1481 bigtime_test to main, since Solaris 7 (64-bit) mktime loops
1482 even outside of bigtime_test. Use a time limit of 60 seconds
1483 for the whole test, not 10 seconds per iteration.
1485 1999-04-17 Erez Zadok <ezk@cs.columbia.edu>
1487 * automake.in: Create stamps for headers in appropriate
1488 directories, even if the input file lives in a different place.
1489 * remake-hdr.am: Likewise.
1491 1999-04-16 Tom Tromey <tromey@cygnus.com>
1494 * progs.am (install-@DIR@PROGRAMS, uninstall-@DIR@PROGRAMS):
1495 Invoke `sed' only once per program.
1496 * scripts.am (install-@DIR@SCRIPTS, uninstall-@DIR@SCRIPTS):
1497 Invoke `sed' only once per program.
1499 1999-04-13 Tom Tromey <tromey@cygnus.com>
1501 * automake.in (handle_subdirs): Make `install-recursive' phony.
1502 From Michel de Ruiter.
1504 * automake.in (handle_ltlibraries): Added missing `check'.
1506 1999-04-12 Tom Tromey <tromey@cygnus.com>
1508 * ansi2knr.c: New version from Pavel Roskin (via ansi2knr.c
1511 1999-04-11 Tom Tromey <tromey@cygnus.com>
1513 * automake.in (handle_dist): Use AMTAR.
1514 (initialize_global_constants): Likewise.
1515 * m4/init.m4 (AM_INIT_AUTOMAKE): Use AMTAR, not TAR.
1517 * automake.in (lang_sub_obj): New function.
1518 (lang_cxx_rewrite): Use it.
1519 (lang_asm_rewrite): Likewise.
1520 (lang_objc_rewrite): Likewise.
1521 (lang_cxx_finish): Add `-o $@' to all C++ rules.
1522 (lang_asm_finish): Add `-o' to suffix rules when appropriate.
1523 (lang_objc_finish): Add `-o $@' to all ObjC rules.
1524 (lang_java_finish): Likewise.
1526 * automake.in: Only register `asm' once.
1527 (lang_asm_finish): Put assembly suffixes on @suffixes.
1529 * libtool.am (.s.lo): Removed.
1531 * automake.in (lang_asm_finish): Handle libtool.
1533 * libtool.am (.c.o): Always pass -c to libtool.
1535 * automake.in (lang_yacc_rewrite): Handle sources in subdirs.
1536 (lang_yaccxx_rewrite): Likewise.
1537 (lang_lex_rewrite): Likewise.
1538 (lang_lexxx_rewrite): Likewise.
1540 Assembly code no longer included by default:
1541 * compile.am (.s.o): Removed.
1543 * automake.in: Register `asm' language.
1544 (lang_asm_finish): Generate suffix rules for assembly.
1545 (get_object_extension): Don't add `.s' or `.S' to suffix list.
1547 * automake.in (get_object_extension): Substitute @MINUSO@ when
1548 including compile.am.
1549 * compile.am (.c.o): Added @MINUSO@.
1552 First cut at allowing objects in subdirectories:
1553 * m4/Makefile.am (m4data_DATA): Added minuso.m4.
1554 * Makefile.am (dist_script_DATA): Added compile.
1555 * m4/minuso.m4: New file.
1556 * automake.in (initialize_global_constants): Added compile to
1558 (seen_cc_c_o): New global.
1559 (scan_one_configure_file): Set it when AM_PROG_CC_C_O seen.
1560 (handle_options): Recognize `subdir-objects' option.
1561 (lang_c_rewrite): Added directory argument.
1562 (lang_yacc_rewrite): Likewise.
1563 (lang_yaccxx_rewrite): Likewise.
1564 (lang_lex_rewrite): Likewise.
1565 (lang_lexxx_rewrite): Likewise.
1566 (handle_single_transform_list): Pass directory to _rewrite
1567 function. Generate dependencies for dirstamp files for each .o;
1568 it is just the rules we want to create once.
1569 (lang_c_rewrite): Handle `subdir-objects' option.
1570 (lang_c_rewrite): Require `compile' program.
1571 * compile: New file.
1573 * automake.in (initialize_per_input): Initialize %directory_map.
1574 (handle_single_transform_list): Only create .dirstamp rules once
1577 * m4/gcj.m4 (AM_PROG_GCJ): Use AC_CHECK_PROGS, not AC_CHECK_PROG.
1580 * automake.in (configure_input_files): New global.
1581 (scan_configure): Set it.
1582 (handle_configure): Use configure_input_files when determining
1583 which subdirs have a Makefile.am. Fixes confh.test.
1584 (handle_configure): Only recognize acconfig.h in top srcdir.
1586 1999-04-10 Tom Tromey <tromey@cygnus.com>
1588 * depend2.am (%.o): Use `$(*D)/$(*F)', not just `$(*F)'.
1591 * automake.in (am_install_var): Remove redundancies from the
1592 result. Fixes test cond8.test.
1594 * automake.in (handle_single_transform_list): Handle dependency
1595 tracking when files are created in subdirs. Error if object in
1596 subdir has `..' component.
1598 * automake.in (initialize_global_constants): Use $(TAR), not tar.
1600 * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
1602 * automake.in (lang_yacc_finish): Added missing `&'.
1604 1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
1606 * automake.in (handle_configure): Replace multiple occurrences of
1607 @STAMP@ in the same line; completes the patch for remake-hdr.am
1610 * automake.in (handle_dependencies): Fix test for `autodep'
1613 * automake.in (handle_source_transform): Add a pfx to used_pfx
1614 only if it's conditional or non-empty, to reduce the number of
1615 empty variables. Emit _OBJECS variable based on program name if
1616 no SOURCES were explicitly specified.
1618 * remake-hdr.am: Create the stamp file before the header file,
1619 and just rename it after, so that the timestamps will be correct.
1620 Reported by Marc Horowitz <marc@mit.edu>
1622 * automake.in (lang_yacc_finish): Generate and dist a `.h' for a
1623 `.y' iff YFLAGS or AM_YFLAGS contain `-d'.
1624 Reported by Jim Meyering <meyering@ascend.com>
1626 * automake.in (lang_yacc_finish): $hname must not contain a `.'.
1628 1999-04-10 Tom Tromey <tromey@cygnus.com>
1630 * Makefile.am (EXTRA_DIST): New macro.
1631 * ChangeLog.1996, ChangeLog.1998: New files.
1633 1999-04-09 Tom Tromey <tromey@cygnus.com>
1635 * automake.in (handle_source_transform): Handle dist and nodist
1637 (initialize_per_input): Initialize dist_sources.
1638 (check_libobjs_sources): Handle dist and nodist prefixes.
1639 (generate_makefile): Define DIST_SOURCES.
1640 * dist-vars.am (DISTFILES): Reference DIST_SOURCES, not SOURCES.
1642 * automake.texi (Macros): Mention AM_PROG_GCJ.
1643 (Java Support): New node.
1644 (Dist): Documented dist_ and nodist_ prefixes.
1646 * m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.
1648 * automake.in (lang_java_finish): Generate .lo rule for `.java'
1649 files, not `.gcj' files.
1651 * m4/gcj.m4: New file.
1652 * m4/Makefile.am (m4data_DATA): Added gcj.m4.
1654 * automake.in: Register the `java' language.
1655 (resolve_linker): Handle GCJLINK.
1656 (lang_java_rewrite): New function.
1657 (LANG_IGNORE, LANG_PROCESS, LANG_SUBDIR): New constants.
1658 (lang_c_rewrite): Use new constants.
1659 (lang_cxx_rewrite): Likewise.
1660 (lang_header_rewrite): Likewise.
1661 (lang_yacc_rewrite): Likewise.
1662 (lang_yaccxx_rewrite): Likewise.
1663 (lang_lex_rewrite): Likewise.
1664 (lang_lexxx_rewrite): Likewise.
1665 (lang_asm_rewrite): Likewise.
1666 (lang_f77_rewrite): Likewise.
1667 (lang_ppf77_rewrite): Likewise.
1668 (lang_ratfor_rewrite): Likewise.
1669 (lang_objc_rewrite): Likewise.
1670 (handle_single_transform_list): Likewise. Handle LANG_SUBDIR
1671 return from rewrite function.
1672 (lang_java_finish): New function.
1673 (register_language): Changed interface and all calls. Added
1674 `autodep' settings to various languages.
1675 (handle_dependencies): Use `autodep' property of language when
1676 including dependency-tracking code.
1678 1999-04-07 Tom Tromey <tromey@cygnus.com>
1680 * automake.in (handle_texinfo): Indentation fixes.
1682 1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
1684 * automake.in (value_to_list): Skip *only* trailing backslashes.
1686 1999-04-07 Pavel Roskin <pavel_roskin@geocities.com>
1688 * automake.in (value_to_list): Skip trailing backslashes.
1690 1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
1692 * automake.in (handle_texinfo): Add texinfo.tex to config_aux_dir
1694 Reported by Per Cederqvist <ceder@lysator.liu.se>
1695 (handle_texinfo): Do not define texinfo_tex='.', use
1696 '$(srcdir)/texinfo.tex' instead; the directory name will be
1698 (require_conf_file_with_line): Fixed typo.
1700 1999-04-03 Raja R Harinath <harinath@cs.umn.edu>
1702 * automake.in (handle_tests): Test `dir=./' before `dir=', so that
1703 we do not depend on PATH starting with `.'.
1705 1999-03-31 Tom Tromey <tromey@cygnus.com>
1707 * automake.in (quote_cond_val): Quote \n.
1708 (unquote_cond_val): Unquote \n.
1709 (read_am_file): If line ends with `\', preserve it and add a
1711 (read_main_am_file): In conditional case, put conditional text at
1712 beginning of each generated line.
1714 1999-03-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1716 * automake.in (handle_tests): support XFAIL_TEST
1717 * automake.texi: document it
1719 1999-04-12 Alexandre Oliva <oliva@dcc.unicamp.br>
1721 * End of merge from trunk.
1723 1999-04-12 Alexandre Oliva <oliva@dcc.unicamp.br>
1725 * automake.in (cmdline_use_dependencies): Reintroduce it.
1726 (--ignore-deps): Set cmdline_use_dependencies again.
1727 (handle_dependencies): If use_dependencies is not set, define
1729 (handle_configure): Pass --ignore-deps to generated Makefile.ins.
1730 (scan_configure): Do not require depcomp when ignoring
1732 (initialize_global_constants): Reintroduce --ignore-deps.
1734 1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
1736 * depcomp: New file.
1737 * Makefile.am (dist_script_DATA): Added depcomp.
1738 * automake.in (cmdline_use_dependencies, omit_dependencies,
1739 dependency_macros): Removed.
1740 (--ignore-deps): Just ignore.
1741 (handle_single_transform_list, dep_files): Named dependency files
1742 as \$(DEPDIR)/$base.P$obj
1743 (handle_lib_objects_cond): Likewise.
1744 (generate_dependency_code): Do not check for AM_*_DEPENDENCIES.
1745 (scan_one_configure_file): Likewise.
1746 (handle_dependencies): Always enable auto-dep. Define `depcomp'.
1747 Ignore OMIT_DEPENDENCIES.
1748 (handle_configure): Do not pass --ignore-deps.
1749 (scan_configure): Require `depcomp'.
1750 (initialize_global_constants): Make `depcomp' common. Remove
1751 `--ignore-deps' from usage.
1752 (get_object_extension): No more NOTDEPEND in compile nor libtool.
1753 * compile.am: Remove rules for .c.o and .c.obj
1754 * depend.am (distclean-depend): Wipe out $(DEPDIR)
1755 * depend2.am (@FPFX@DEPMODE): Define from config.status.
1756 Use it and depcomp in suffix rules.
1757 * libtool.m4: Likewise.
1758 * m4/ccdepend.m4, m4/cxxdepend.m4: Removed.
1759 * m4/depvars.m4, m4/objcdepend.m4: Likewise.
1760 * m4/Makefile.am (dist_m4data_DATA): Likewise.
1761 * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Extract DEPDIR
1762 from the Makefile and subst it in deps. Report creation of deps
1763 files (for now). Replace $U with `_' and the empty string. Write
1764 a comment to each created file.
1765 * m4/depend.m4 (AM_SET_DEPDIR): Select a valid deps dir name.
1766 (AM_DEPENDENCIES): Accept CC, CXX and OBJC. Just determine the
1767 dependency mode and AC_SUBST [$1]DEPMODE.
1768 * m4/init.m4 (AM_INIT_AUTOMAKE): Automatically call
1769 AM_DEPENDENCIES for CC and CXX, if the corresponding AC_PROG
1770 appears in configure.in, before or after AM_INIT_AUTOMAKE.
1772 1999-04-02 Raja R Harinath <harinath@cs.umn.edu>
1774 * depout.m4: Fix sed expression for extracting `dirpart'.
1776 1999-03-29 Tom Tromey <tromey@cygnus.com>
1778 * depend2.am (DEP_@FPFX@COMPILE): Use `!=' and not `-ne'.
1780 * compile.am (.c.obj): Also disabled when dependency tracking
1782 * depend2.am (@EXT@.obj): New target.
1783 * automake.in (get_object_extension): Added explanatory comment.
1784 (generate_dependency_code): Handle $seen_objext.
1786 * depend.am: Removed obsolete comment.
1787 * depend2.am: Minor formatting fix.
1789 1999-03-28 Tom Tromey <tromey@cygnus.com>
1791 * m4/Makefile.am (dist_m4data_DATA): Renamed, and added new
1793 (EXTRA_DIST): Removed.
1794 * automake.in (dependency_macros): New global.
1795 (scan_one_configure_file): Recognize new dependency tracking
1796 macros, and define new resulting configure variables.
1797 (generate_dependency_code): New sub.
1798 (handle_dependencies): Use it.
1799 * depend2.am (DEP_@FPFX@COMPILE): New macro.
1801 (@EXT@.lo): Likewise.
1802 * m4/depvars.m4: New file.
1803 * m4/objcdepend.m4: New file.
1804 * m4/cxxdepend.m4: New file.
1805 * m4/init.m4: Moved dependency handling code into depout.m4.
1806 * m4/depout.m4: New file.
1807 * m4/ccdepend.m4: New file.
1808 * m4/depend.m4: New file.
1810 * depend2.am (@EXT@.o): Renamed to be old-style suffix pattern.
1811 (@EXT@.lo): Likewise.
1812 * m4/init.m4 (AM_INIT_AUTOMAKE): Don't create `.deps/.P'; it is no
1815 * m4/init.m4 (AM_INIT_AUTOMAKE): Add code to config.status which
1816 will create the required .P files for dependency tracking.
1817 * automake.in (scan_dependency_file): Removed.
1818 (handle_dependencies): Never call scan_dependency_file.
1819 (generate_deps): Removed.
1820 (parse_arguments): Don't recognize --generate-deps, --build-dir,
1821 --srcdir-name, or --include-deps. Do recognize --ignore-deps.
1822 (srcdir_name): Removed.
1823 (build_directory): Removed.
1824 (initialize_global_constants): Changed $USAGE to reflect argument
1826 (handle_dist_worker): Never run automake in `dist' rule.
1827 (handle_configure): Use --ignore-deps, not --include-deps.
1828 * depend.am (DEPS_MAGIC): Removed.
1829 (DEP_FILES): Unconditionally include.
1831 1999-03-27 Tom Tromey <tromey@cygnus.com>
1833 * automake.in (saw_sources_p): Correctly count header extensions
1835 (handle_headers): Fixed order of arguments to am_install_var.
1837 * automake.in (am_install_var): Don't error if EXTRA_foo is
1840 * scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
1841 (uninstall-@DIR@SCRIPTS): Likewise.
1842 * progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
1843 (uninstall-@DIR@PROGRAMS): Likewise.
1844 * ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
1845 (uninstall-@DIR@LTLIBRARIES): Likewise.
1846 * lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
1847 (uninstall-@DIR@LISP): Likewise.
1848 * libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
1849 (uninstall-@DIR@LIBRARIES): Likewise.
1850 * java.am (install-@DIR@JAVA): Use NDIR when appropriate.
1851 (uninstall-@DIR@JAVA): Likewise.
1852 * header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
1853 (uninstall-@DIR@HEADERS): Likewise.
1854 * data.am (install-@DIR@DATA): Use NDIR when appropriate.
1855 (uninstall-@DIR@DATA): Likewise.
1856 * Makefile.in: Rebuilt.
1857 * Makefile.am (dist_pkgdata_DATA): Renamed.
1858 (EXTRA_DIST): Removed.
1859 (install-data-hook): Added POST_INSTALL; print commands as they
1860 are run; respect DESTDIR.
1861 * dist-vars.am (DISTFILES): Removed $(HEADERS).
1862 * automake.in (am_install_var): Accept `-candist' and
1863 `-defaultdist' options. Handle `dist_' and `nodist_' prefixes.
1864 (am_primary_prefixes): Added can_dist argument. Recognize `dist_'
1865 and `nodist_' prefixes.
1866 (handle_scripts): Pass -candist to am_install_var.
1867 (handle_data): Pass -defaultdist to am_install_var.
1868 (handle_headers): Likewise.
1869 (handle_emacs_lisp): Pass -candist to am_install_var.
1870 (handle_java): Pass -candist to am_install_var.
1872 1999-03-26 Tom Tromey <tromey@cygnus.com>
1874 * m4/init.m4: Fixed typo when invoking SHELL.
1876 * automake.in (lang_yacc_finish): Always use `.h' as suffix for
1877 yacc header file. From Ralf Corsepius.
1879 * Makefile.in: Rebuilt.
1880 * Makefile.am: Updated to reflect removal of TAR subst.
1881 * automake.texi (Options): Document dist-bzip2.
1882 * automake.in (TAR): Removed global.
1883 (initialize_global_constants): Changed `dist' to use pipe with
1884 gzip; work with non-GNU tar.
1885 (handle_dist): Handle non-GNU tar. Don't define TAR.
1886 (initialize_global_constants): Added `dist-bzip2' entry.
1887 (handle_options): Recognize dist-bzip2 option.
1888 (handle_dist): Likewise.
1889 * configure: Rebuilt.
1890 * configure.in: Don't check for tar.
1891 * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'. Substitute
1894 * automake.in (am_install_var): Removed obsolete comment.
1896 * texinfos.am (uninstall-info): Don't print loop but instead print
1897 commands. Simplified pre-uninstall loop.
1898 * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but
1899 instead print commands.
1900 * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead
1902 * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but
1903 instead print commands.
1904 * lisp.am (install-@DIR@LISP): Strip subdir from file name.
1905 (uninstall-@DIR@LISP): Likewise. Also, don't print loop but
1906 instead print commands.
1907 * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead
1909 * java.am (uninstall-@DIR@JAVA): Don't print loop but instead
1911 * header.am (install-@DIR@HEADERS): Strip subdir from file name.
1912 (uninstall-@DIR@HEADERS): Likewise. Also, don't print loop but
1913 instead print commands.
1914 * data.am (install-@DIR@DATA): Strip subdir from file name.
1915 (uninstall-@DIR@DATA): Likewise. Also, don't print loop but
1916 instead print commands.
1918 * automake.in (handle_merge_targets): `install-strip' is a phony
1919 target. From Michel de Ruiter.
1921 1999-03-25 Tom Tromey <tromey@cygnus.com>
1923 * automake.in (define_compiler_variable): Don't define variable
1926 1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br>
1928 * automake.in (LDADD): accept -dlopen and -dlpreopen here
1929 * automake.texi: ditto
1931 1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br>
1933 * automake.in (TESTS): make from Solaris 7/x86 loses if srcdir
1934 is absolute and != objdir. dir="" or "$(srcdir)/" fixes it
1936 1999-03-24 Tom Tromey <tromey@cygnus.com>
1938 * automake.in (define_compiler_variable): New sub.
1939 (finish_languages): Use it.
1940 (lang_cxx_finish): Likewise.
1941 (lang_f77_finish): Likewise.
1942 (lang_ppf77_finish): Likewise.
1943 (lang_ratfor_finish): Likewise.
1944 (lang_objc_finish): Likewise.
1946 1999-03-23 Tom Tromey <tromey@cygnus.com>
1948 * progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple
1949 sed invocations. From Elrond.
1950 (uninstall-@DIR@PROGRAMS): Likewise.
1952 * automake.in (lang_lex_finish): Rewrite `l', not `y', to `c'.
1953 From Ralf Corsepius.
1955 1999-02-01 Thomas Tanner <tanner@gmx.de>
1957 * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a
1958 warning when AM_PROG_LIBTOOL was found
1959 * automake.texi: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
1961 1999-03-22 Tom Tromey <tromey@cygnus.com>
1963 Made `+=' more robust. Fixes pluseq6.test and pluseq7.test.
1964 * automake.in (define_standard_variables): New sub.
1965 (read_main_am_file): Use two passes to scan standard variables.
1966 (read_am_file): Don't special-case configure variables with `+='.
1967 (initialize_per_input): Initialize %var_was_plus_eq.
1968 (read_am_file): Set var_was_plus_eq element correctly.
1969 (define_variable): Give error if variable assigned with `+=' is
1971 (initialize_per_input): Initialize %am_var_defs.
1972 (file_contents_with_transform): Set element in %am_var_defs.
1973 (read_am_file): Use %am_var_defs.
1975 1999-03-21 Tom Tromey <tromey@cygnus.com>
1977 * automake.in (initialize_per_input): Initialize %object_map.
1978 (handle_single_transform_list): Allow source files in
1981 1999-03-21 Jim Meyering <meyering@na-net.ornl.gov>
1983 * automake.in (handle_dist): Add missing newline after the first
1986 1999-03-11 Tom Tromey <tromey@cygnus.com>
1988 * m4/error.m4, m4/mktime.m4, m4/obstack.m4, m4/regex.m4,
1989 m4/strtod.m4: Use $ac_objext, not `.o'. From Jim Meyering.
1992 * automake.in (handle_dist): Add `;\' to end of distcheck-hook
1994 (scan_one_configure_file): In LIBOBJS, recognize `$ac_objext' as
1995 legitimate ending. Fixes libobj9.test.
1997 From Ralf Corsepius. Fixes lex3.test.
1998 * automake.in (lang_yacc_finish): Include `.' in name pushed onto
1999 maintainer-clean list.
2000 (lang_lex_finish): Likewise.
2002 1999-03-02 Tom Tromey <tromey@cygnus.com>
2004 * subdirs.am (maintainer-clean-recursive): Changed "&&" into "if"
2005 construct to work around FreeBSD make/sh problem. From Rich Wales.
2007 1999-03-01 Tom Tromey <tromey@cygnus.com>
2009 Fixes from Pavel Roskin:
2010 * automake.in (variable_conditions_sub): Sort list passed to
2011 variable_conditions_permutations.
2012 (variable_conditions): Sort list before returning.
2014 1999-02-27 Tom Tromey <tromey@cygnus.com>
2016 * automake.in (lang_extensions): New sub.
2017 (handle_dependencies): Use it.
2018 (cxx_extensions): Removed.
2019 (lang_cxx_finish): Use lang_extensions.
2020 (f77_extensions): Removed.
2021 (lang_f77_finish): Use lang_extensions.
2022 (objc_extensions): Removed.
2023 (lang_ppf77_finish): Put `.' before extension. Fixes ext.test.
2024 Report from Dave Morrison.
2025 (lang_ratfor_finish): Likewise.
2027 1999-02-26 Tom Tromey <tromey@cygnus.com>
2029 * automake.in (finish_languages): Added AM_LDFLAGS.
2030 (lang_cxx_finish): Likewise.
2031 (lang_f77_finish): Likewise.
2032 (lang_ppf77_finish): Likewise.
2033 (lang_ratfor_finish): Likewise.
2034 (lang_objc_finish): Likewise.
2036 1999-02-11 Tom Tromey <tromey@cygnus.com>
2038 * aclocal.in (obsolete_macros): Copied from automake.in.
2039 (obsolete_rx): Use only keys of obsolete_macros.
2040 (scan_configure): Report replacement macro for an obsolete macro.
2041 * automake.in (obsolete_macros): Added ud_GNU_GETTEXT.
2043 * automake.in (obsolete_macros): Corrected typo in AM_EXEEXT
2044 entry. Fixes obsolete2.test.
2046 * automake.in (obsolete_macros): Use empty string to indicate no
2048 (scan_one_configure_file): Likewise.
2050 1999-02-07 Paul Eggert <eggert@twinsun.com>
2052 * m4/ccstdc.m4 (AM_PROG_CC_STDC): Prefer -Ae to -Aa
2053 -D_HPUX_SOURCE, since -Ae allows `long long' and this is
2054 needed by some programs.
2056 1999-02-10 Tom Tromey <tromey@cygnus.com>
2058 * automake.in (handle_texinfo): Added `pgs' to list of
2059 extensions. From NISHIDA Keisuke.
2061 1999-02-04 Akim Demaille <demaille@inf.enst.fr>
2063 * automake.in (handle_texinfo): remove texinfo.tex from
2066 1999-02-02 Tom Tromey <tromey@cygnus.com>
2068 * automake.in (handle_merge_targets): Use INSTALL_STRIP_FLAG.
2069 * progs.am (install-@DIR@PROGRAMS): Added INSTALL_STRIP_FLAG.
2070 * header-vars.am (INSTALL_PROGRAM): Removed
2071 AM_INSTALL_PROGRAM_FLAGS.
2072 (INSTALL_STRIP_FLAG): New macro.
2074 * automake.in: Handle `ypp' as C++ yacc source and `lpp' as C++
2076 (lang_yacc_finish): Likewise.
2077 (lang_lex_finish): Likewise.
2079 1999-02-01 Tom Tromey <tromey@cygnus.com>
2081 * automake.in (handle_dist_worker): Correctly find find in $$d,
2082 not $$. From Bill Davidson.
2084 * automake.in (finish_languages): Use "&", not "do". From Pavel
2086 (handle_single_transform_list): Likewise.
2088 1999-01-29 Tom Tromey <tromey@cygnus.com>
2090 * automake.in (handle_configure): Removed unused variable. From
2093 * ansi2knr.c: New version from L. Peter Deutsch.
2095 1999-01-22 Tom Tromey <tromey@cygnus.com>
2097 * automake.in (require_file_internal): Correctly examine return
2098 value of `system'. From Andris Pavenis. Fixes copy.test.
2100 * m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
2102 * automake.in (lang_ppf77_rewrite): New function. From Jochen
2103 Kuepper. Fixes ppf77.test.
2104 (lang_ratfor_rewrite): New function
2106 * automake.in (handle_configure): Use `&' before sub calls (Perl 4
2107 fix). From Erez Zadok.
2109 1999-01-15 Tom Tromey <tromey@cygnus.com>
2111 * configure.in: Version 1.4a (oops).
2113 * configure.in: Updated version to 1.5a.
2115 1999-01-14 Tom Tromey <tromey@cygnus.com>
2117 * automake.in (handle_configure): Compute $header_dir based on
2118 $one_name, not $one_hdr. Reported by Erez Zadok. Fixes
2120 (handle_configure): Compute relative path to input header
2121 correctly in all cases.
2123 * automake.in (handle_tests): Avoid error messages from dejagnu
2124 test rules. From Karl Heuer.
2126 * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
2128 * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
2130 * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
2131 From Alexandre Oliva and Erez Zadok.
2133 * automake.in (create): Renamed from touch.
2134 (handle_configure): Use create, not touch.
2136 * config.sub, config.guess: New versions from autoconf.
2138 * mkinstalldirs: New version from autoconf.
2140 1999-01-12 Tom Tromey <tromey@cygnus.com>
2142 * config.sub, config.guess, COPYING, texinfo.tex: New versions
2145 1999-01-11 Marcus G. Daniels <mgd@chama.santafe.edu>
2147 * automake.in (PATH_PATTERN): New variable:
2148 (INCLUDE_PATTERN): Use it. Ignore all include commands using
2149 symbols besides $(top_srcdir) and $(srcdir).
2151 1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
2153 * automake.in (handle_dist_worker): avoid failure in `make dist'
2154 if last file is a builddir-only file
2156 1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
2158 * missing (autoheader): `s' was missing from sed script; grr
2160 1999-01-11 Tom Tromey <tromey@cygnus.com>
2162 * remake-hdr.am (@STAMP@): Reverted timestamp change.
2163 ($(srcdir)/@STAMP@.in): Likewise.
2165 1999-01-10 Tom Tromey <tromey@cygnus.com>
2167 * Makefile.am (scriptdir): New macro.
2168 (script_DATA): Likewise.
2169 (install-data-hook): Use them.
2170 (EXTRA_DIST): Added script_DATA.
2171 (installcheck-local): Use script_DATA.
2173 * Makefile.am (pkgdata_DATA): Removed duplicate definition.
2175 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
2177 * missing (autoheader): accept multiple header files
2178 (automake): simplify sed processing
2180 1999-01-10 Alexandre Oliva <oliva@dcc.unicamp.br>
2182 * automake.in (handle_configure, stamp_dir): create only one stamp
2183 file per header, instead of one in the top-level directory and one
2184 in the directory that contains the header.
2186 1999-01-10 Tom Tromey <tromey@cygnus.com>
2188 * automake.in (lang_objc_finish): Formatting fix.
2190 * automake.in (objc_extensions): New sub.
2191 (handle_dependencies): Only generate dependency-tracking code for
2192 ObjC when ObjC source seen.