* pr87.test: New file. From PR automake/87.
[automake.git] / ChangeLog
blob9eb061aefc74c374227be1866a55bbe0d3f30b5c
1 2000-11-18  Tom Tromey  <tromey@cygnus.com>
3         * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
4         /dev/null.  From Paul Martinolich.
6 2000-11-16  Morten Eriksen  <mortene@sim.no>
8         * aclocal.in (write_aclocal): Set ``binmode'' after file has been
9         opened, otherwise it has no effect.
11 2000-10-23  Morten Eriksen  <mortene@sim.no>
13         * aclocal.in (write_aclocal): Don't write aclocal.m4 with
14         CRLFs. This circumvents a bug in Cygwin bash.
16         * automake.in (generate_makefile): Don't write Makefile.in
17         files with CRLFs, as it causes problems for the dependency-file
18         extraction in AM_OUTPUT_DEPENDENCY_COMMANDS.
20 2000-10-19  Alex Hornby  <alex@anvil.co.uk>
22         * automake.in (handle_merge_targets): Allow parallel install
23         with forced relink.
25 2000-10-19  Akim Demaille  <akim@epita.fr>
27         * subdir4.test (depcomp): Don't create it, defs does.
29 2000-10-17  Pavel Roskin  <proski@gnu.org>
31         * automake.in (handle_aclocal_m4): exclude aclocal.m4 and
32         acinclude.m4 from the dependencies of aclocal.m4 to avoid
33         circular and duplicated dependencies. Strip "./" from the
34         dependencies.
36 2000-10-17  Lars J. Aas  <larsa@sim.no>
38         * aclocal.in (write_aclocal): Set up aclocal.m4 header with
39         normal comments (#) instead of m4 dnl-type comments.
41 2000-10-17  Alex Hornby <alex@anvil.com>
43         * depcomp: Altered sed clause to strip of inclusion depth
44         numbers generated by cpp. Also output in gcc style.
46 2000-10-16  Morten Eriksen  <mortene@sim.no>
48         * depcomp (msvisualcpp): New dependency tracking mode, for
49         Microsoft Visual C++.
51 2000-10-16  Morten Eriksen  <mortene@sim.no>
53         * depcomp: Fix a bug in SGI dependency tracking mode with source
54         files which do not dependend on any other source files.
56 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
58         * aclocal.in, aclocal.m4: Standardize FSF Copyright statements.
59         * automake.in, automake.texi: Likewise.
60         * clean-kr.am, clean.am: Likewise.
61         * comp-vars.am: Likewise.
62         * compile, compile.am: Likewise.
63         * data-clean.am: Likewise.
64         * data.am: Likewise.
65         * dejagnu.am: Likewise.
66         * depcomp: Likewise.
67         * depend.am, depend2.am: Likewise.
68         * dist-vars.am, dist.am: Likewise.
69         * elisp-comp: Likewise.
70         * footer.am: Likewise.
71         * header-vars.am, header.am: Likewise.
72         * java-clean.am java.am: Likewise.
73         * kr-extra.am: Likewise.
74         * library.am: Likewise.
75         * libs-clean.am, libs.am: Likewise.
76         * libtool.am: Likewise.
77         * lisp-clean.am lisp.am: Likewise.
78         * ltlib-clean.am ltlib.am: Likewise.
79         * ltlibrary.am: Likewise.
80         * m4/Makefile.in: Likewise.
81         * m4/strtod.m4: Likewise.
82         * mans-vars.am, mans.am: Likewise.
83         * mdate-sh: Likewise.
84         * missing: Likewise.
85         * multilib.am: Likewise.
86         * program.am: Likewise.
87         * progs-clean.am, progs.am: Likewise.
88         * python-clean.am, python.am: Likewise.
89         * remake-hdr.am, remake.am: Likewise.
90         * scripts.am: Likewise.
91         * subdirs.am: Likewise.
92         * tags-clean.am, tags.am: Likewise.
93         * texi-vers.am: Likewise.
94         * texinfos.am: Likewise.
95         * ylwrap: Likewise.
97 2000-10-09  Pavel Roskin  <proski@gnu.org>
99         * m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
100         assignments changing $? - it's broken in ash-0.2.
101         * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
103         * automake.in (handle_aclocal_m4): If ACLOCAL_M4_SOURCES is
104         defined use it as the list of M4 files aclocal.m4 depends on.
106 2000-10-06  Alexandre Duret-Lutz  <duret_g@epita.fr>
108         * aclocal.in (add_file): Strip comments while scanning for
109         macro dependencies.
111 2000-09-15  Alexandre Duret-Lutz  <duret_g@epita.fr>
113         * automake.in (initialize_global_constants): End the
114         result of dist-bzip2 with tar.bz2, not bz2.
116 2000-08-30  Tom Tromey  <tromey@cygnus.com>
118         Fix for PR automake/72:
119         * automake.in (initialize_per_input): Define `need_link'.
120         (finish_languages): Use need_link.
121         (handle_source_transform): Set need_link if required.
123 2000-08-28  Tom Tromey  <tromey@cygnus.com>
125         * automake.in (yacc, yaccxx, lex, lexxx): Set `derived-autodep'
126         key.
127         (register_language): Default the `derived-autodep' option.
128         (handle_single_transform_list): Add to %dep_files if language has
129         `derived-autodep' set.  Re-fixes lex4.test.
131 2000-08-27  Tom Tromey  <tromey@cygnus.com>
133         * automake.in (handle_single_transform_list): Only add to
134         %dep_files if language is found and supports automatic dependency
135         tracking.  Fixes PR automake/75.
137         * automake.in (am_primary_prefixes): Don't set `valid' for
138         configure variables that don't satisfy the other constraints.
139         Fixes PR automake/68.
141 2000-04-14  Victor V. Vengerov <vvv@oktet.ru>
143         Fix for PR automake/67.
144         * automake.in (handle_multilib): remove .am suffix in fragment
145         name passed to file_contents.
146         * m4/multi.m4: Add missing ')' in AC_ARG_ENABLE invocation.
147         Remove external quotes in first arg of AC_OUTPUT_COMMANDS.
148         Remove unnecessary "rel-to-top-srcdir" before config-ml.in.
150 2000-08-26  Tom Tromey  <tromey@cygnus.com>
152         * subdirs.am (maintainer-clean-recursive): Always run clean rules
153         in `.' after all subdirs.  Fixes PR automake/3 and PR automake/24.
155         * automake.in (handle_man_pages): Generate install targets for man
156         even if man_MANS not defined.  From `danpb'.  Fixes PR automake/73.
158         * m4/depend.m4 (depcpp): Use `-o conftest.o'.
159         Fix for PR automake/74.  From js pendry.
161 2000-08-20  Eli Zaretskii  <eliz@is.elta.co.il>
163         * depcomp (gcc): Support DOS-style absolute file names with drive
164         letters.
166 2000-08-06  Jim Meyering  <meyering@lucent.com>
168         * automake.in (handle_dependencies): Set $require_file_found{'depcomp'}
169         if the depcomp file exists, before calling require_config_file on
170         `depcomp'.  This makes require_file_internal skip its buggy existence
171         test that would make automake fail (with `required file `lib/depcomp'
172         not found') when AC_CONFIG_AUX_DIR is not set.
174         This change change does not fix the existing bug where, if `depcomp'
175         is not present in the build directory (at the top level), automake
176         still gives the inaccurate diagnostic about *lib*/depcomp rather
177         than ./depcomp.
179 2000-08-05  Jim Meyering  <meyering@lucent.com>
181         * m4/header.m4 (AM_CONFIG_HEADER): Fix typo in last change:
182         add missing closing bracket and closing parenthesis.
183         Don't quote the first argument to AC_OUTPUT_COMMANDS.
184         Backslash-escape the backquotes and `$' in `am_indx'-incrementing stmt.
186 2000-08-04  Tom Tromey  <tromey@cygnus.com>
188         Idea from Nicolas Thiery:
189         * automake.texi (Tests): Document DEJATOOL as a list.
190         * dejagnu.am (RUNTESTDEFAULTFLAGS): Use $$tool, not $(DEJATOOL).
191         (check-DEJAGNU): Run runtest in a loop.
193 2000-08-02  Akim Demaille  <akim@epita.fr>
195         * m4: Quote properly the name of the macros being defined.
196         Use `#' instead of `dnl' where appropriate.
197         * m4/header.m4 (AM_CONFIG_HEADER): Get rid of changequote, just
198         quote.
199         Don't quote passive characters.
200         Pull the AC_PREREQ outside the macro.
201         * m4/init.m4: Pull the AC_PREREQ outside the macro.
203 2000-07-28  Tom Tromey  <tromey@cygnus.com>
205         * lisp.am (uninstall-@DIR@LISP): Prefix file with $(DESTDIR).
206         From Bruno Haible.
208 2000-07-13  Kevin Ryde <user42@zip.com.au>
210         * automake.in (am_install_var): Apply the $(EXEEXT) hack to
211         EXTRA_PROGRAMS as well as other _PROGRAMS.
213 2000-07-02  Jim Meyering  <meyering@lucent.com>
215         * automake.in (scan_one_configure_file): Recognize AC_LIBOBJ.
217 2000-06-19  Paolo Bonzini    <bonzini@gnu.org>
219         * texi-vers.am: define UPDATED-MONTH variable (for an example, see
220         GNU make's manual)
222 2000-06-02  Morten Eriksen  <mortene@sim.no>
224         * depcomp: workaround for problem with SGI IRIX sed (it can only
225         handle lines of up to 8192 characters, the rest of the line will
226         be mangled).
228 2000-05-31  Morten Eriksen  <mortene@sim.no>
230         * depcomp: tell SGI MIPSpro compilers to generate dependencies
231         through the pre-processor (only CVS libtool has the -Wc option
232         yet).
234 2000-05-15  Brendan O'Dea  <bod@compusol.com.au>
236         * missing: Add support for `help2man'.
238 2000-05-11  Tom Tromey  <tromey@cygnus.com>
240         * automake.in (handle_tests): Work correctly if TESTS is empty;
241         print nothing if it is.  From Kevin Ryde.
243 2000-05-08  Tom Tromey  <tromey@cygnus.com>
245         * automake.texi (Texinfo): Mention vers*.texi.
247 2000-05-04  Akim Demaille  <akim@epita.fr>
249         AM_INIT_AUTOMAKE is no longer optional, so don't look for
250         `VERSION=' and `PACKAGE='.
251         * automake.in (seen_package, seen_version): Remove initializations of
252         unnecessary variables.
253         (scan_one_configure_file): Don't set them.
254         (scan_configure): Don't use them.
256 2000-05-01  Akim Demaille  <akim@epita.fr>
258         * m4/init.m4 (AC_PROVIDE_IFELSE): If it is not defined, do it.
259         (AM_INIT_AUTOMAKE): Update the writing conventions.
260         Quote the arguments properly.
261         Add a few missing `dnl'.
262         Use AC_PROVIDE_IFELSE.
264 2000-04-26  Jim Meyering  <meyering@lucent.com>
266         * automake.in (scan_one_configure_file): Handle the AC_CONFIG_FILES
267         macro.  Based on a patch from Harlan Stenn.
269 2000-04-13  Akim Demaille  <akim@epita.fr>
271         * compile: Remove unnecessary double quotes in assignments.
273 2000-04-13  Akim Demaille  <demaille@epita.fr>
275         * automake.in (scan_one_configure_file): Also recognize
276         AC_CONFIG_HEADERS.
277         Remove trailing blanks.
279 2000-04-05  Tom Tromey  <tromey@cygnus.com>
281         * header-vars.am (DESTDIR): Commented out definition.
283         * automake.in (require_file_internal): Pass --copy to libtoolize
284         if automake was run with `--copy'.
286 2000-03-22  Tom Tromey  <tromey@cygnus.com>
288         * automake.texi (Uniform): Fix definition of pkglibdir.
289         From thi <ttn@revel.glug.org>.
291 2000-03-19  Tom Tromey  <tromey@cygnus.com>
293         * aclocal.in (parse_arguments): Copyright 2000.
294         (write_aclocal): Likewise.
295         * automake.in (parse_arguments): Copyright 2000.
296         (initialize_global_constants): Likewise.
298         * automake.in (generate_makefile): Call handle_dist after
299         handle_dependencies and handle_tests.  Fixes subobj3.test and
300         pr19.test regressions.
302 2000-03-19  Gordon Matzigkeit  <gord@fig.org>
304         * depend2.am (@EXT@.o): Look for the source file in srcdir as well
305         as the current directory.
306         (@EXT@.lo): Likewise.
308 2000-03-19  OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>
310         * automake.in (handle_data): Pass -candist instead of
311         -defaultdist, for the compatibility.
313 2000-03-19  Tom Tromey  <tromey@cygnus.com>
315         Fix for test nodepcomp.test:
316         * automake.in (require_file_internal): Use readlink on symlinks.
317         Only unlink file if we are going to try to add it again.
318         (handle_dependencies): Require `depcomp' here.
319         (scan_configure): Don't require `depcomp'.
321 2000-03-16  OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>
323         * automake.in (handle_configure): Remove $(BUILT_SOURCES) from
324         the rule to remake Makefile, whether $use_dependencies is true
325         or not. This was a historical one and doesn't make sense any
326         longer.
328 2000-03-19  Tom Tromey  <tromey@cygnus.com>
330         More for PR automake/38:
331         * automake.texi (Invoking Automake): Document --force-missing.
332         * automake.in (force_missing): New global.
333         (parse_arguments): Recognize --force-missing.
334         (initialize_global_constants): Document --force-missing.
335         (require_file_internal): Handle --force-missing.
337         Fix for PR automake/38:
338         * automake.in (require_file_internal): Check for and handle
339         dangling symlinks.  Fixes symlink2.test.
341         Fix for PR automake/45:
342         * automake.texi (configure): Mention requirement to run
343         AM_INIT_AUTOMAKE.
344         (Requirements): Removed most text.
345         * automake.in (seen_init_automake): New global.
346         (scan_configure): Error if AM_INIT_AUTOMAKE not seen.
347         (scan_one_configure_file): Don't support AM_INIT_GUILE_MODULE.
348         Set seen_init_automake if needed.
350         Fix for PR automake/41:
351         * automake.in (require_file_found): New global.
352         (require_file_internal): Set require_file_found entry.
353         (handle_texinfo): Require file any number of times.
355         * automake.in (handle_dist_worker): Exit if `cp' fails.  Fixes
356         install2.test.
358         * tags.am: Don't reference $$here.  Report from Sven Verdoolaege.
360 2000-03-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
362         * m4/missing.m4: Print the backtick in a way that won't cause
363         autoconf CVS to emit any warnings.
365 2000-03-01  Jim Meyering  <meyering@lucent.com>
367         * automake.in (handle_dist_worker) [generating rules for distdir]:
368         Don't use `ln' (which was just a space optimization anyway) to
369         populate $(distdir).  Otherwise, the dist rules that change
370         permissions would end up affecting the master sources.
371         * texinfos.am (dist-info): Likewise.
373 2000-02-13  Jim Meyering  <meyering@lucent.com>
375         * automake.in (generate_makefile): Detect write/close failure.
377 2000-02-02  Assar Westerlund  <assar@sics.se>
379         * automake.in (handle_single_transform_list): do not use $< which
380         is not handled by all non-GNU makes.  Instead do explicit sh code
381         testing for the file in this directory and srcdir.  Based on a
382         suggestion by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
384 2000-01-12  Tom Tromey  <tromey@cygnus.com>
386         * m4/lispdir.m4: Added --with-lispdir argument processing.
387         From Kevin Dalley.
389 2000-01-06  Tom Tromey  <tromey@cygnus.com>
391         * automake.in (handle_configure): Don't check for
392         AC_PROG_MAKE_SET.
393         (scan_configure): Check for AC_PROG_MAKE_SET.
395         * header-vars.am (@SET_MAKE@): Added.
396         * subdirs.am (@SET_MAKE@): Removed.  Report from Motoyuki
397         Kasahara.
399 1999-12-19  Tom Tromey  <tromey@cygnus.com>
401         * automake.in (handle_dist_worker): Expand DIST_COMMON under all
402         conditions.
403         (require_file_internal): Corrected arguments to second invocation
404         of maybe_push_required_file.
406         Fix for PR automake/9:
407         * automake.in (make_dirs, make_dirs_set): New globals.
408         (is_make_dir): New function.
409         (handle_configure): Use it.
410         (require_file_internal): Push file if there is no Makefile in its
411         directory.
412         (initialize_per_input): Initialize handle_dist_run.
413         (push_dist_common): Inspect handle_dist_run.
414         (handle_dist): Set handle_dist_run.  Push items from
415         configure_dist_common onto dist_common if appropriate.
416         (configure_dist_common): New global.
417         (scan_configure): Set it.
418         (maybe_push_required_file): New function.
419         (require_file_internal): Use it.
421         * automake.in (handle_dist_worker): Scan DIST_COMMON to see if
422         more subdirs are defined.  From Axel Belinfante.  Fixes
423         PR automake/2.
425 1999-12-18  Tom Tromey  <tromey@cygnus.com>
427         Partial fix for PR automake/40:
428         * lisp.am (install-@DIR@LISP): Handle nobase_ case.
429         (uninstall-@DIR@LISP): Likewise.
430         * header.am (install-@DIR@HEADERS): Handle nobase_ case.
431         (uninstall-@DIR@HEADERS): Likewise.
432         * data.am (install-@DIR@DATA): Handle nobase_ case.
433         (uninstall-@DIR@DATA): Likewise.
434         * automake.in (am_primary_prefixes): Recognize `nobase_' prefix.
435         (am_install_var): Recognize and handle `nobase_' prefix.
437 1999-12-17  Tom Tromey  <tromey@cygnus.com>
439         * automake.in (get_object_extension): Added space before `-I.'.
440         Report from Ralf Corsepius.
442 1999-12-15  Tom Tromey  <tromey@cygnus.com>
444         * aclocal.in: Don't pass $acdir to scan_m4_files.
445         (parse_arguments): Push $acdir on end of dirlist.
446         (scan_file): Don't warn if duplicate macro seen.
448 1999-12-13  Tom Tromey  <tromey@cygnus.com>
450         Fix for PR automake/30 and PR automake/23.  Fixes test
451         suffix3.test.
452         * automake.in (initialize_per_input): Initialize
453         source_suffix_pattern.
454         (derive_suffix): New function.
455         (handle_single_transform_list): Call it.
457         * automake.in (add_depend2): Handle the no-dependency-tracking
458         case.  Fixes test suffix2.test.
460         * depcomp (tmpdepfile): [case sgi] Added missing `fi'.
462         * automake.in (get_object_extension): Fixed quoting on
463         -I$(srcdir).
465         * depend2.am: Removed erroneous comment.
467         * automake.texi (Program variables): Document nostdinc.
468         (Options): Likewise.
469         * automake.in (get_object_extension): Respect nostdinc option.
470         (handle_options): Recognize nostdinc.
471         * comp-vars.am (DEFS): Use @DEFAULT_INCLUDES@ as sole
472         substitution.
474         * automake.in (read_am_file): Allow conditional includes.  Fixes
475         test condincl.test.
477         * depcomp: Handle case on SGI when libtool is `yes'.
478         * depend2.am (@EXT@.o): Set libtool.
479         (@EXT@.lo): Likewise.
480         (@EXT@.obj): Likewise.
482         * depcomp: Unify dashmstdout and dashXmstdout cases.  Move hp case
483         after gcc case.
485 1999-12-13  Pavel Roskin  <pavel_roskin@geocities.com>
487         * automake.in (add_depend2): substitute $rule in the rules
488         for individual files.  Fixes test specflags5.test.
490 1999-12-12  Tom Tromey  <tromey@cygnus.com>
492         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run mkinstalldirs
493         to create directories.  Fixes test subobj3.test.
495 1999-12-10  Tom Tromey  <tromey@cygnus.com>
497         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Don't print
498         message when creating .deps files.
500         * automake.in (initialize_global_constants): If unreadable by
501         owner, make it readable by owner regardless of number of links.
502         Fixes more of install2.test.
504         * missing: Try to see if gnutar or gtar exist before invoking
505         them.
507         * m4/missing.m4 (AM_MISSING_INSTALL_SH): Remove ${SHELL} from
508         install_sh value.  Look for install-sh and install.sh in a
509         somewhat more sensible way.  Fixes test install2.test.  Partially
510         from Jim Meyering.
512 1999-12-09  Pavel Roskin  <pavel_roskin@geocities.com>
514         * m4/missing.m4: remove redundant backquote
516 1999-11-23  Tom Tromey  <tromey@cygnus.com>
518         * automake.in (initialize_global_constants): Use `bzip2 -9', not
519         `bzip --best'  Report from Jim Meyering.
521 1999-11-22  Tom Tromey  <tromey@cygnus.com>
523         * m4/missing.m4 (AM_MISSING_INSTALL_SH): Don't take argument.
524         * m4/init.m4 (AM_INIT_AUTOMAKE): Don't pass argument to
525         AM_MISSING_INSTALL_SH.
526         * automake.in (scan_one_configure_file): Reverted previous
527         change.
529         * automake.in (scan_one_configure_file): Define `install_sh'
530         configure variable when AM_INIT_AUTOMAKE seen.  Report from Jim
531         Meyering.
533         * automake.in (handle_single_transform_list): Generate explicit
534         rule for subdir objects.  Fixes new addition to subobj.test.
536         * automake.in (handle_lib_objects_cond): Allow LIBOBJS to be
537         defined by AC_SUBST.  Fixes ltlibobjs.test.
539         Fix for sourcesub.test:
540         * automake.in (handle_single_transform_list): Added `var'
541         argument.  If config sub found, give error.
542         (handle_source_transform): Updated for new
543         handle_source_transform.
545         * py-compile: New file.
546         * m4/Makefile.am (m4data_DATA): Added python.m4.
547         * m4/python.m4: New file.
548         * automake.texi (Uniform): Mention PYTHON.
549         (Python): New node.
550         * Makefile.am (amfiles): Added python.am, python-clean.am.
551         (dist_script_DATA): Added py-compile.
552         * python.am: New file.
553         * python-clean.am: New file.
554         * automake.in (seen_pythondir): New global.
555         (generate_makefile): Call handle_python.
556         (handle_python): New function.
557         (scan_one_configure_file): Set seen_pythondir if AM_PATH_PYTHON
558         seen.
559         (am_install_var): Special-case PYTHON like JAVA.
560         (scan_configure): Check for py-compile.
561         (initialize_global_constants): Added py-compile to @common_files.
563         * ltlib.am (install-@DIR@LTLIBRARIES): Added missing space.
565 1999-11-21  Tom Tromey  <tromey@cygnus.com>
567         * automake.in (finish_languages): Only generate suffix rule when
568         not doing dependency tracking.
570         * m4/init.m4 (AM_INIT_AUTOMAKE): Use AM_MISSING_INSTALL_SH.
571         * m4/missing.m4 (AM_MISSING_INSTALL_SH): New macro.
573         * depend2.am: Use @SOURCE@, @OBJ@, @LTOBJ@, @OBJOBJ@, and @BASE@.
574         Always use `-o'.
576 1999-11-19  Tom Tromey  <tromey@cygnus.com>
578         * dist.am: Set `CDPATH=:' to avoid problems.  Merged from
579         Alexandre's change on branch.
581 1999-10-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
583         * Makefile.am (maintainer-check): Look for occurrences of ``cd'
584         without `CDPATH'.
585         * dejagnu.am: Set CDPATH before cd.
586         * Makefile.in: Rebuilt.
588         * automake.in (handle_single_transform_list): Change `\1' for `$1'
589         in `s///' replacement.
591         * automake.in (handle_dist): Set CDPATH before cd.
592         * dejagnu.am (check-DEJAGNU): Likewise.
593         * texinfos.am (install-info-am, dist-info): Likewise.
594         * m4/init.m4 (AM_INIT_AUTOMAKE): Likewise.
595         * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
596         * aclocal.m4, configure, Makefile.in: Rebuilt.
598         * AUTHORS: Added myself.
600 1999-09-14  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
602         * m4/missing.m4: Support relative srcdir and ac_aux_dir.
603         Reported by Tim Wilkinson <tim@transvirtual.com>
604         * aclocal.m4, configure: Rebuilt.
606 1999-08-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
608         * m4/lex.m4 (AM_PROG_LEX): Require AM_MISSING_HAS_RUN and, if no
609         LEX program is found, use `${am_missing_run}flex'.
611 1999-08-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
613         * automake.in (handle_single_transform_list): Replace `$(OBJEXT)'
614         with `o' in depfile.
616         * automake.in (handle_lib_objects_cond): Remove second dot from
617         dependency file names.
619         * depend2.am (OBJEXT@EXT@.obj): Dependency file should be .Po,
620         regardless of OBJEXT.
622         * automake.in (handle_dependencies): Add blank line after depend2.
623         (handle_dependencies): Start DEP_FILES with `@AMDEP@'.  Output
624         blank line before `include's, not after them.
625         (scan_one_configure_file): Do not special-case `DEP_' any more.
627         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Run for loop only
628         if AMDEP is empty.
629         * aclocal.m4, configure: Rebuilt.
631         * m4/depend.m4 (AMDEPBACKSLASH): Define.
632         * depend2.am (@EXT@.o, @EXT@.lo, @EXT@.obj): Use AMDEPBACKSLASH.
634         * automake.in (handle_dependencies): Generate `include's for
635         dependency files after `@AMDEP@'.
637         * m4/missing.m4: Use eval, instead of a sub-shell, to test for
638         --run support in the missing script, since SHELL is not exported.
639         Reported by job bogan <job@piquin.uchicago.edu>
640         * aclocal.m4, configure: Rebuilt.
642 1999-08-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
644         * aclocal.m4, configure: Rebuilt with itself.
645         * Makefile.in, m4/Makefile.in, tests/Makefile.in: Likewise.
647         * m4/missing.m4 (AM_MISSING_PROG): Remove DIRECTORY argument.
648         Require AM_MISSING_HAS_RUN.  Use am_missing_run, defined by...
649         (AM_MISSING_HAS_RUN): New macro.
650         * m4/init.m4: Remove missing_dir from calls to AM_MISSING_PROG.
651         * automake.texi (Requirements): Likewise.
652         * version.texi, stamp-vti: Rebuilt.
654 1999-07-28  Tom Tromey  <tromey@cygnus.com>
656         * depcomp: Handle the `hp' mode.
658 1999-07-06  Tom Tromey  <tromey@cygnus.com>
660         * depcomp: Work around HP-UX 10.20 sed bug.
662 1999-07-05  Tom Tromey  <tromey@cygnus.com>
664         * automake.in (handle_dependencies): Generate a separate include
665         for each dep file.  Report from Alexandre Oliva.
666         * depend.am: Don't include DEP_FILES.
668 1999-06-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
670         * depend.am: Add @AMDEP@ before `include', so that dependency
671         tracking can be disabled.
672         * depend2.am: Ditto, before all lines related with dependency
673         tracking.
674         * m4/depend.m4 (AM_DEP_TRACK): New macro, that documents
675         --enable/disable-dependency-tracking and sets AMDEP accordingly.
676         It is implicitly disabled if depcomp is missing.
677         (AM_DEPENDENCIES): Disable dependency tracking unless it can be
678         generated by side-effect.
679         * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_DEP_TRACK.
680         * automake.in (handle_dependencies): Add @AMDEP@ before the value
681         of DEP_FILES.
682         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Handle DEP_FILES
683         starting with `#'.
685         * depcomp: Support -xM for dependency generation, for Sun CC.
686         Reported by Alex Hornby <alex@anvil.co.uk>
687         * m4/depend.m4: Extract the list of supported dependency-tracking
688         mechanisms from the depcomp script and use it to test each one.
689         * THANKS: Added Alex Hornby.
691         * depend2.am: Move $(depcomp) to the line of $(...DEPMODE), so as
692         to leave $(...COMPILE) in a line by itself.
694         * THANKS: Added Miles Bader.
696 1999-06-01  Miles Bader  <miles@ccs.mt.nec.co.jp>
698         * m4/depend.m4 (AM_DEPENDENCIES): Add check for `makedepend'.
699         Fix `dashmstdout' to ignore non-dependency-generating uses of the
700         -M flag.
701         * depcomp (makedepend): New dependency-generating method.
703 1999-06-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
705         * missing: If given `--run' as first argument, try to run the
706         given program before falling back to the ``emulated'' behavior.
707         Add support for `tar'.
708         * automake.in: Use new `tar' support for `dist'.
709         * m4/missing.m4 (AM_MISSING_PROG): Instead of checking for the
710         program, prepend `missing --run' to the given program name.
711         * m4/init.m4: Remove AMTAR-related stuff.
712         * NEWS: Updated.
714         * m4/depout.m4: Instead of `find'ing Makefiles, just iterate on
715         CONFIG_FILES.  Do not use temporary variable for list of
716         dependency files, it breaks Cygwin.
718 1999-04-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
720         * depcomp (gcc): Imported comments removed from depend2.am, so
721         that we don't lose them.
723         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Avoid sed s/$U//
724         when not using ansi2knr.
726 1999-04-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
728         * m4/depend.m4 (AM_DEPENDENCIES): Test for depcc -E support.
729         * depcomp (cpp): Extract dependencies from `# nnn "..."' lines.
731 1999-04-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
733         * m4/depend.m4 (AM_DEPENDENCIES): Add a definition to conftest.h,
734         so as not to compile an empty source; some compilers fail on this.
735         Redirect stderr of depcc to /dev/null.  Test for -M with -o,
736         because some compilers will output the rules to the output file.
737         * depcomp (dashmstdout): Add --silent before --mode=compile, so
738         that we don't get libtool output mixed up with make rules.
740         * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_DEPDIR.
741         * depend2.am: Set tmpdepfile too, to speed up depcomp.  Always use
742         -o for libtool, otherwise it may try to deduce the object name
743         from the dependency-generation flag.
744         * depcomp: Assume depdir exists.  Preserve depfile on unsuccessful
745         compilations.
747         * libtool.am: Do not emit .c.lo here...
748         * depend2.am: ... emit .*.lo here, only when using libtool.
749         * automake.in (get_object_extension): No more @MINUSO@ here.
750         (handle_single_transform_list): Set $depfile from $object.
751         (handle_dependencies): Emit depend2.am for all used languages,
752         regardless of $use_dependencies; the setting of depcomp makes the
753         difference.
754         (lang_cxx_finish): Do not emit compilation rules.
755         (lang_objc_finish): Likewise.
756         (lang_java_finish): Likewise.
758 1999-04-21  Tom Tromey  <tromey@cygnus.com>
760         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Correctly
761         interpolate DEPDIR in DEP_FILES expansion.
763 1999-04-20  Lee Iverson  <leei@Canada.AI.SRI.COM>
765         * m4/depend.m4 (AM_DEPENDENCIES): Fix up test for SGI-style
766         dependency updating.
767         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Fix sed script to
768         handle multi-line dependency lists.
770 1999-11-12  Tom Tromey  <tromey@cygnus.com>
772         Fix for PR automake/14:
773         * aclocal.in: Added `ud_GNU_GETTEXT'.  Updated to mention
774         AC_CYGWIN.
775         * automake.in: Mention AC_CYGWIN, not AC_CYGWIN32.
777         * m4/multi.m4: Added missing `]'.  From Akim Demaille.
779         * Makefile.am (path-check): Make sure distdir is writeable before
780         removing it.
781         * automake.in (handle_texinfo): Added `cm' and `ov' extensions.
782         (handle_dist_worker): Make sure distdir is writeable before
783         removing it.
784         (initialize_global_constants [$dist_trailer]): Make sure distdir
785         is writeable before removing it.
786         * dist.am (distcheck): Make the new source tree read-only before
787         compiling.  Idea from Karl Berry.
789         * automake.texi (Gnits): Allow COPYING.LIB again.
790         * automake.in (check_gnits_standards): Allow COPYING.LIB again.
792 1999-11-11  Jim Meyering  <meyering@ascend.com>
794         * dist.am (distcheck): Remove $(distdir).tar.gz before counting
795         files.
797 1999-11-09  Tom Tromey  <tromey@cygnus.com>
799         * automake.in (handle_dist): Typo fix.  From Jim Meyering.
801 1999-11-09  Jim Meyering  <meyering@ascend.com>
803         * automake.in (handle_dist): Remove the DISTHOOK and GETTEXT
804         markers, no matter what.
806 1999-11-08  Tom Tromey  <tromey@cygnus.com>
808         * dist.am (distcheck): Put `&&' at the start of the distcheck-hook
809         line.
811         * automake.in (handle_dist_worker): Use `cp -R', not `cp -r'.
812         From Jim Meyering.  Also, don't mention file name in `cp'
813         destination.  From Olly Betts.
815 1999-10-27  Miodrag Vallat  <miodrag@ifrance.com>
817         * texinfos.am (uninstall-info): Use installed info file, not one
818         from srcdir or builddir.
820 1999-11-07  Tom Tromey  <tromey@cygnus.com>
822         * clean.am (maintainer-clean-generic): Remove Makefile.in.  From
823         Jeff Bailey
825         Fix for PR automake/18:
826         * automake.in (handle_dist): Add contents of dist.am to the output
827         rules.
828         * Makefile.am (amfiles): Added dist.am.
829         * dist.am: New file.
830         (distcheck): Added uninstall and distclean checks.
832         * automake.in (PATH_PATTERN): Added `-' as allowable character.
833         Fixes PR automake/20.  From Matthew D. Langston.
835         * automake.in (SUFFIX_RULE_PATTERN): Add `0-9' as characters
836         allowed in suffixes.  Fixes PR 22.  From Matthias Clasen.
838 1999-10-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
840         * m4/lispdir.m4: -batch must come before -q.
841         * elisp-comp: Likewise.
842         Reported by Lars Hecking <lhecking@nmrc.ucc.ie>
843         * THANKS: Added Lars.
845 1999-08-15  Tom Tromey  <tromey@cygnus.com>
847         * automake.in (get_object_extension): Fixed quoting bug.  Fixes
848         ansi4.test.
850 1999-07-27  Tom Tromey  <tromey@cygnus.com>
852         * config.guess, config.sub: New versions from autoconf.
854 1999-07-13  Tom Tromey  <tromey@cygnus.com>
856         Work around losing `awk'.  Report from Harlan Stenn.
857         * m4/init.m4 (AM_INIT_AUTOMAKE): Require AC_PROG_AWK.
858         * tags.am (ID, TAGS): Use $(AWK), not `awk'.
860         * automake.in (handle_source_transform): Mark prefix as seen if
861         corresponding _SOURCES variable exists.  Fixes empty2.test.
863 1999-06-25  OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>
865         * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to
866         m4.
867         (AUTOMAKE): Set --amdir to current directory.
869 1999-06-20  Tom Tromey  <tromey@cygnus.com>
871         * Makefile.am (TAGS_FILES): New macro.
872         (ETAGS_ARGS): Moved files into TAGS_FILES.
873         (TAGS_DEPENDENCIES): Likewise.
874         (ETAGS_ARGS): Removed.
875         (TAGS_DEPENDENCIES): Removed duplicate definition.
877         * tags.am (ID): Handle VPATH correctly.  Use TAGS_FILES.  Report
878         from Ganesan Rajagopal.
879         (TAGS): Likewise.
881 1999-06-18  Thomas Tanner  <tanner@ffii.org>
883         * automake.in (handle_ltlibraries): Check for -module in LDFLAGS,
884         too.
886 1999-06-20 Mark Elbrecht <snowball3@bigfoot.com>
888         * ylwrap: Handle filenames output by the DOS version of Bison.
890 1999-06-20  Tom Tromey  <tromey@cygnus.com>
892         * ylwrap: Be less strict when recognizing DOS paths.  From Mark
893         Elbrecht.
895 1999-06-19  Tom Tromey  <tromey@cygnus.com>
897         * automake.in (handle_dist_worker): Remove redundant entries from
898         DIST_SUBDIRS.
900         * automake.in (handle_lib_objects_cond): Better error message when
901         unrecognized option passed in LDADD.
903 1999-06-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
905         * configure.in (ACLOCAL, AUTOMAKE): Use our own scripts, with
906         appropriate --acdir and --amdir arguments.
908 1999-06-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
910         * automake.in (dist_header): Avoid changing permissions of files
911         in the source tree, trying a complex `find/chmod' command before
912         falling back to plain chmod.
913         (handle_dist_worker): Do not create directories with mode 777, the
914         find above will take care of that.
915         * m4/init.m4: Set install_sh for find/chmod above.
917         * THANKS: Added Shuhei Amakawa.
919 1999-06-07  Shuhei Amakawa <sa264@cam.ac.uk>
921         * mans.am: Strip dirname from given filename.
923 1999-06-07  Jim Meyering  <meyering@ascend.com>
925         * automake.in (handle_dist): Change emitted rules so that a failure
926         in `$(MAKE) distcheck-hook' propagates to the outer make.
928 1999-05-27  Tom Tromey  <tromey@cygnus.com>
930         * automake.in (handle_single_transform_list): Replace AM_FLAG and
931         not FLAG in compilation rule.
932         (add_depend2): Likewise.
934         * ltlib.am (install-@DIR@LTLIBRARIES): Pass INSTALL_STRIP_FLAG to
935         libtool.
937         * m4/dmalloc.m4: Updated dmalloc site information.
939 1999-05-19  Tom Tromey  <tromey@cygnus.com>
941         * automake.in (handle_single_transform_list): Push object name
942         without extension onto lang_specific_files.  Fixes
943         specflags4.test.
945         * automake.in (handle_single_transform_list): Added missing
946         space.  Fixes specflags.test.
948 1999-05-05  Tom Tromey  <tromey@cygnus.com>
950         * automake.in: Disabled dependency tracking for Java.
952 1999-05-04  Tom Tromey  <tromey@cygnus.com>
954         * library.am (@LIBRARY@): Use $(@XLIBRARY@_AR).
955         * automake.in (handle_libraries): Recognize _AR variable.
957 1999-04-30  Tom Tromey  <tromey@cygnus.com>
959         * automake.in (finish_languages): Always use `-o $@' with
960         libtool.  Define ltcompile and ltlink at outermost scope in
961         function.
962         * libtool.am (.c.lo): Removed.
964         * automake.in (finish_languages): Put `.' before extension in
965         suffix list, `.obj' rule, and `.lo' rule.  Look at `-flags', not
966         `-flag'.  From Pavel Roskin.
968 1999-04-28  Tom Tromey  <tromey@cygnus.com>
970         * automake.in (finish_languages): Fixed scoping of ltcompile and
971         ltlink.  From Pavel Roskin.
973 1999-04-27  Tom Tromey  <tromey@cygnus.com>
975         * automake.in (read_main_am_file): Don't start macro definition
976         with backslash-newline.  Instead, append newline at the end if
977         required.
979         * automake.in (read_am_file): Insert a backslash before a trailing
980         newline.  Fixes pluseq8.test.
982         * automake.in (MACRO_PATTERN): Allow digits and `_' to start a
983         macro name.
984         (check_canonical_spelling): Don't insert `AM' before macro name
985         (reverts Alexandre's 1999-04-27 patch).
986         * automake.texi: Reverted documentation change for `AM' patch.
988         * automake.in (handle_lib_objects_cond): Prefer `$1' over `\1'.
989         Minor rewrite for clarity.
990         (check_canonical_spelling): Prefer `$1' over `\1'.
992         * depend2.am (@OBJ@): Renamed.  Use @SOURCE@, @COMPILE@.  Always
993         use `-o $@'.
994         (@LTOBJ@): Likewise.
995         * automake.in (handle_single_transform_list): Don't print rule if
996         doing dependency tracking and the file's language supports it.
997         (initialize_per_input): Initialize lang_specific_files.
998         (add_depend2): New function.
999         (handle_dependencies): Use it.
1001         * automake.in (lang_ppf77_finish): Use lang_f77_finish.
1002         ratfor compiler name is `RCOMPILE'.  ppf77 compiler name changed
1003         to `PPF77COMPILE' to allow use of f77 and ppf77 in the same
1004         directory.
1005         (lang_ratfor_finish): Use lang_f77_finish.
1007         * compile.am (NOTDEPEND.c.o): Removed.
1008         (OBJEXT.c.obj): Likewise.
1009         * automake.in: Added `flags' attribute to all relevant languages.
1010         (handle_single_transform_list): Handle per-derived-object flags.
1011         Changed interface and all callers.
1012         (handle_built_sources): Don't call handle_single_transform_list.
1013         Added `compile' and `compiler-name' attribute to all relevant
1014         languages.
1015         (finish_languages): Define compiler variables here.
1016         (lang_cxx_finish): Don't call define_compiler_variable.  Don't
1017         define flag variable or .o rules.  Don't add to @suffixes.
1018         (lang_f77_finish): Likewise.
1019         (lang_ppf77_finish): Likewise.
1020         (lang_objc_finish): Likewise.
1021         (lang_java_finish): Likewise.
1022         (finish_languages): Define flag variable here.
1023         Added `output-arg' attribute to all relevant languages.
1024         (finish_languages): Define `.o' rules here.
1025         (finish_languages): Put extension on @suffixes.
1026         (get_object_extension): Don't transform NOTDEPEND or MINUSO.
1028 1999-04-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
1030         * automake.in (initialize_global_constants): Invoke gzip for
1031         dist-shar just like in plain dist, i.e., pass it GZIP_ENV and -c.
1033         * automake.in (initialize_global_constants): Remove zip file
1034         before re-creating it.
1035         Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
1037         * texinfos.am (uninstall-info): Look for info file in srcdir, just
1038         like in install-info-am.
1039         Reported by Tudor Hulubei <tudor@cs.unh.edu>
1041         * automake.in (handle_lib_objects_cond): \Q doesn't work either.
1042         Let's use the good ol' substitution, then.
1043         Reported by Russ Allbery <rra@stanford.edu>
1045         * automake.in (check_canonical_spelling): Insert AM before names
1046         starting with non-letters.
1048         * automake.texi: Document it.
1050 1999-04-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
1052         * automake.in (handle_lib_objects_cond): Do not use quotemeta, it
1053         doesn't work on perl4.  Maybe \Q and \E do.
1055 1999-04-24  Tom Tromey  <tromey@cygnus.com>
1057         * automake.in: Treat `.zip' and `.jar' files as Java.
1059         * automake.in (generate_makefile): Define `subdir' after reading
1060         .am file.
1061         (read_main_am_file): Give programming error if variable defined
1062         before invocation.
1064 1999-04-22  Tom Tromey  <tromey@cygnus.com>
1066         * automake.in (generate_makefile): Define `subdir' variable.
1067         (handle_dist): Don't define `subdir'.
1069         * automake.in (handle_texinfo): Change numbering scheme for
1070         stamp-vti files, to avoid problems with DOS.
1071         From Michel de Ruiter.
1073         * automake.texi: Don't mention AM_FUNC_MKTIME.
1074         * aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME.
1075         * automake.in (scan_one_configure_file): Recognize
1076         AC_FUNC_MKTIME, not AM_FUNC_MKTIME.
1077         (obsolete_macros): Mention AM_FUNC_MKTIME.
1078         * m4/Makefile.am (m4data_DATA): Removed mktime.m4.
1079         * m4/mktime.m4: Removed.
1081 1999-04-20  Tom Tromey  <tromey@cygnus.com>
1083         * automake.texi (Top level): Don't recommend substing SUBDIRS.
1085 1999-04-20  Brian Ford <ford@vss.fsi.com>
1087         * scripts.am: Change else if's to elif.
1089 1999-04-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
1091         * automake.in (handle_lib_objects_cond): Only require the source
1092         of a LIBOBJ if it's not in BUILT_SOURCES.
1093         Reported by Erez Zadok.
1095 1999-04-19  Tom Tromey  <tromey@cygnus.com>
1097         * automake.in: Treat `.class' files as Java source.
1098         (lang_java_finish): Handle `.class' files.
1100 1999-04-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
1102         * m4/lispdir.m4: Match only `/(share|lib)/x?emacs/site-lisp/*$'.
1104         * m4/lispdir.m4: Do not override lispdir if it's already defined.
1105         Run some emacs-lisp to find out the site-lisp directory, but
1106         relocate it into prefix.
1108 1999-04-17  Paul Eggert  <eggert@twinsun.com>
1110         * m4/mktime.m4 (bigtime_test, main): Move alarm from
1111         bigtime_test to main, since Solaris 7 (64-bit) mktime loops
1112         even outside of bigtime_test.  Use a time limit of 60 seconds
1113         for the whole test, not 10 seconds per iteration.
1115 1999-04-17  Erez Zadok  <ezk@cs.columbia.edu>
1117         * automake.in: Create stamps for headers in appropriate
1118         directories, even if the input file lives in a different place.
1119         * remake-hdr.am: Likewise.
1121 1999-04-16  Tom Tromey  <tromey@cygnus.com>
1123         From Brian Ford:
1124         * progs.am (install-@DIR@PROGRAMS, uninstall-@DIR@PROGRAMS):
1125         Invoke `sed' only once per program.
1126         * scripts.am (install-@DIR@SCRIPTS, uninstall-@DIR@SCRIPTS):
1127         Invoke `sed' only once per program.
1129 1999-04-13  Tom Tromey  <tromey@cygnus.com>
1131         * automake.in (handle_subdirs): Make `install-recursive' phony.
1132         From Michel de Ruiter.
1134         * automake.in (handle_ltlibraries): Added missing `check'.
1136 1999-04-12  Tom Tromey  <tromey@cygnus.com>
1138         * ansi2knr.c: New version from Pavel Roskin (via ansi2knr.c
1139         maintainer).
1141 1999-04-11  Tom Tromey  <tromey@cygnus.com>
1143         * automake.in (handle_dist): Use AMTAR.
1144         (initialize_global_constants): Likewise.
1145         * m4/init.m4 (AM_INIT_AUTOMAKE): Use AMTAR, not TAR.
1147         * automake.in (lang_sub_obj): New function.
1148         (lang_cxx_rewrite): Use it.
1149         (lang_asm_rewrite): Likewise.
1150         (lang_objc_rewrite): Likewise.
1151         (lang_cxx_finish): Add `-o $@' to all C++ rules.
1152         (lang_asm_finish): Add `-o' to suffix rules when appropriate.
1153         (lang_objc_finish): Add `-o $@' to all ObjC rules.
1154         (lang_java_finish): Likewise.
1156         * automake.in: Only register `asm' once.
1157         (lang_asm_finish): Put assembly suffixes on @suffixes.
1159         * libtool.am (.s.lo): Removed.
1160         (.S.lo): Likewise.
1161         * automake.in (lang_asm_finish): Handle libtool.
1163         * libtool.am (.c.o): Always pass -c to libtool.
1165         * automake.in (lang_yacc_rewrite): Handle sources in subdirs.
1166         (lang_yaccxx_rewrite): Likewise.
1167         (lang_lex_rewrite): Likewise.
1168         (lang_lexxx_rewrite): Likewise.
1170         Assembly code no longer included by default:
1171         * compile.am (.s.o): Removed.
1172         (.S.o): Likewise.
1173         * automake.in: Register `asm' language.
1174         (lang_asm_finish): Generate suffix rules for assembly.
1175         (get_object_extension): Don't add `.s' or `.S' to suffix list.
1177         * automake.in (get_object_extension): Substitute @MINUSO@ when
1178         including compile.am.
1179         * compile.am (.c.o): Added @MINUSO@.
1180         (.c.obj): Likewise.
1182         First cut at allowing objects in subdirectories:
1183         * m4/Makefile.am (m4data_DATA): Added minuso.m4.
1184         * Makefile.am (dist_script_DATA): Added compile.
1185         * m4/minuso.m4: New file.
1186         * automake.in (initialize_global_constants): Added compile to
1187         common_files.
1188         (seen_cc_c_o): New global.
1189         (scan_one_configure_file): Set it when AM_PROG_CC_C_O seen.
1190         (handle_options): Recognize `subdir-objects' option.
1191         (lang_c_rewrite): Added directory argument.
1192         (lang_yacc_rewrite): Likewise.
1193         (lang_yaccxx_rewrite): Likewise.
1194         (lang_lex_rewrite): Likewise.
1195         (lang_lexxx_rewrite): Likewise.
1196         (handle_single_transform_list): Pass directory to _rewrite
1197         function.  Generate dependencies for dirstamp files for each .o;
1198         it is just the rules we want to create once.
1199         (lang_c_rewrite): Handle `subdir-objects' option.
1200         (lang_c_rewrite): Require `compile' program.
1201         * compile: New file.
1203         * automake.in (initialize_per_input): Initialize %directory_map.
1204         (handle_single_transform_list): Only create .dirstamp rules once
1205         per directory.
1207         * m4/gcj.m4 (AM_PROG_GCJ): Use AC_CHECK_PROGS, not AC_CHECK_PROG.
1209         Fix for confh.test:
1210         * automake.in (configure_input_files): New global.
1211         (scan_configure): Set it.
1212         (handle_configure): Use configure_input_files when determining
1213         which subdirs have a Makefile.am.  Fixes confh.test.
1214         (handle_configure): Only recognize acconfig.h in top srcdir.
1216 1999-04-10  Tom Tromey  <tromey@cygnus.com>
1218         * depend2.am (%.o): Use `$(*D)/$(*F)', not just `$(*F)'.
1219         (%.lo): Likewise.
1221         * automake.in (am_install_var): Remove redundancies from the
1222         result.  Fixes test cond8.test.
1224         * automake.in (handle_single_transform_list): Handle dependency
1225         tracking when files are created in subdirs.  Error if object in
1226         subdir has `..' component.
1228         * automake.in (initialize_global_constants): Use $(TAR), not tar.
1230         * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
1232         * automake.in (lang_yacc_finish): Added missing `&'.
1234 1999-04-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
1236         * automake.in (handle_configure): Replace multiple occurrences of
1237         @STAMP@ in the same line; completes the patch for remake-hdr.am
1238         below.
1240         * automake.in (handle_dependencies): Fix test for `autodep'
1241         support.
1243         * automake.in (handle_source_transform): Add a pfx to used_pfx
1244         only if it's conditional or non-empty, to reduce the number of
1245         empty variables.  Emit _OBJECS variable based on program name if
1246         no SOURCES were explicitly specified.
1248         * remake-hdr.am: Create the stamp file before the header file,
1249         and just rename it after, so that the timestamps will be correct.
1250         Reported by Marc Horowitz <marc@mit.edu>
1252         * automake.in (lang_yacc_finish): Generate and dist a `.h' for a
1253         `.y' iff YFLAGS or AM_YFLAGS contain `-d'.
1254         Reported by Jim Meyering <meyering@ascend.com>
1256         * automake.in (lang_yacc_finish): $hname must not contain a `.'.
1258 1999-04-10  Tom Tromey  <tromey@cygnus.com>
1260         * Makefile.am (EXTRA_DIST): New macro.
1261         * ChangeLog.1996, ChangeLog.1998: New files.
1263 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1265         * automake.in (handle_source_transform): Handle dist and nodist
1266         prefixes.
1267         (initialize_per_input): Initialize dist_sources.
1268         (check_libobjs_sources): Handle dist and nodist prefixes.
1269         (generate_makefile): Define DIST_SOURCES.
1270         * dist-vars.am (DISTFILES): Reference DIST_SOURCES, not SOURCES.
1272         * automake.texi (Macros): Mention AM_PROG_GCJ.
1273         (Java Support): New node.
1274         (Dist): Documented dist_ and nodist_ prefixes.
1276         * m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.
1278         * automake.in (lang_java_finish): Generate .lo rule for `.java'
1279         files, not `.gcj' files.
1281         * m4/gcj.m4: New file.
1282         * m4/Makefile.am (m4data_DATA): Added gcj.m4.
1284         * automake.in: Register the `java' language.
1285         (resolve_linker): Handle GCJLINK.
1286         (lang_java_rewrite): New function.
1287         (LANG_IGNORE, LANG_PROCESS, LANG_SUBDIR): New constants.
1288         (lang_c_rewrite): Use new constants.
1289         (lang_cxx_rewrite): Likewise.
1290         (lang_header_rewrite): Likewise.
1291         (lang_yacc_rewrite): Likewise.
1292         (lang_yaccxx_rewrite): Likewise.
1293         (lang_lex_rewrite): Likewise.
1294         (lang_lexxx_rewrite): Likewise.
1295         (lang_asm_rewrite): Likewise.
1296         (lang_f77_rewrite): Likewise.
1297         (lang_ppf77_rewrite): Likewise.
1298         (lang_ratfor_rewrite): Likewise.
1299         (lang_objc_rewrite): Likewise.
1300         (handle_single_transform_list): Likewise.  Handle LANG_SUBDIR
1301         return from rewrite function.
1302         (lang_java_finish): New function.
1303         (register_language): Changed interface and all calls.  Added
1304         `autodep' settings to various languages.
1305         (handle_dependencies): Use `autodep' property of language when
1306         including dependency-tracking code.
1308 1999-04-07  Tom Tromey  <tromey@cygnus.com>
1310         * automake.in (handle_texinfo): Indentation fixes.
1312 1999-04-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
1314         * automake.in (value_to_list): Skip *only* trailing backslashes.
1316 1999-04-07  Pavel Roskin  <pavel_roskin@geocities.com>
1318         * automake.in (value_to_list): Skip trailing backslashes.
1320 1999-04-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
1322         * automake.in (handle_texinfo): Add texinfo.tex to config_aux_dir
1323         when appropriate.
1324         Reported by Per Cederqvist <ceder@lysator.liu.se>
1325         (handle_texinfo): Do not define texinfo_tex='.', use
1326         '$(srcdir)/texinfo.tex' instead; the directory name will be
1327         properly extracted.
1328         (require_conf_file_with_line): Fixed typo.
1330 1999-04-03  Raja R Harinath  <harinath@cs.umn.edu>
1332         * automake.in (handle_tests): Test `dir=./' before `dir=', so that
1333         we do not depend on PATH starting with `.'.
1335 1999-03-31  Tom Tromey  <tromey@cygnus.com>
1337         * automake.in (quote_cond_val): Quote \n.
1338         (unquote_cond_val): Unquote \n.
1339         (read_am_file): If line ends with `\', preserve it and add a
1340         newline.
1341         (read_main_am_file): In conditional case, put conditional text at
1342         beginning of each generated line.
1344 1999-03-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1346         * automake.in (handle_tests): support XFAIL_TEST
1347         * automake.texi: document it
1349 1999-04-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
1351         * End of merge from trunk.
1353 1999-04-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
1355         * automake.in (cmdline_use_dependencies): Reintroduce it.
1356         (--ignore-deps): Set cmdline_use_dependencies again.
1357         (handle_dependencies): If use_dependencies is not set, define
1358         depcomp as empty.
1359         (handle_configure): Pass --ignore-deps to generated Makefile.ins.
1360         (scan_configure): Do not require depcomp when ignoring
1361         dependencies.
1362         (initialize_global_constants): Reintroduce --ignore-deps.
1364 1999-04-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
1366         * depcomp: New file.
1367         * Makefile.am (dist_script_DATA): Added depcomp.
1368         * automake.in (cmdline_use_dependencies, omit_dependencies,
1369         dependency_macros): Removed.
1370         (--ignore-deps): Just ignore.
1371         (handle_single_transform_list, dep_files): Named dependency files
1372         as \$(DEPDIR)/$base.P$obj
1373         (handle_lib_objects_cond): Likewise.
1374         (generate_dependency_code): Do not check for AM_*_DEPENDENCIES.
1375         (scan_one_configure_file): Likewise.
1376         (handle_dependencies): Always enable auto-dep.  Define `depcomp'.
1377         Ignore OMIT_DEPENDENCIES.
1378         (handle_configure): Do not pass --ignore-deps.
1379         (scan_configure): Require `depcomp'.
1380         (initialize_global_constants): Make `depcomp' common.  Remove
1381         `--ignore-deps' from usage.
1382         (get_object_extension): No more NOTDEPEND in compile nor libtool.
1383         * compile.am: Remove rules for .c.o and .c.obj
1384         * depend.am (distclean-depend): Wipe out $(DEPDIR)
1385         * depend2.am (@FPFX@DEPMODE): Define from config.status.
1386         Use it and depcomp in suffix rules.
1387         * libtool.m4: Likewise.
1388         * m4/ccdepend.m4, m4/cxxdepend.m4: Removed.
1389         * m4/depvars.m4, m4/objcdepend.m4: Likewise.
1390         * m4/Makefile.am (dist_m4data_DATA): Likewise.
1391         * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Extract DEPDIR
1392         from the Makefile and subst it in deps.  Report creation of deps
1393         files (for now).  Replace $U with `_' and the empty string.  Write
1394         a comment to each created file.
1395         * m4/depend.m4 (AM_SET_DEPDIR): Select a valid deps dir name.
1396         (AM_DEPENDENCIES): Accept CC, CXX and OBJC.  Just determine the
1397         dependency mode and AC_SUBST [$1]DEPMODE.
1398         * m4/init.m4 (AM_INIT_AUTOMAKE): Automatically call
1399         AM_DEPENDENCIES for CC and CXX, if the corresponding AC_PROG
1400         appears in configure.in, before or after AM_INIT_AUTOMAKE.
1402 1999-04-02  Raja R Harinath  <harinath@cs.umn.edu>
1404         * depout.m4: Fix sed expression for extracting `dirpart'.
1406 1999-03-29  Tom Tromey  <tromey@cygnus.com>
1408         * depend2.am (DEP_@FPFX@COMPILE): Use `!=' and not `-ne'.
1410         * compile.am (.c.obj): Also disabled when dependency tracking
1411         enabled.
1412         * depend2.am (@EXT@.obj): New target.
1413         * automake.in (get_object_extension): Added explanatory comment.
1414         (generate_dependency_code): Handle $seen_objext.
1416         * depend.am: Removed obsolete comment.
1417         * depend2.am: Minor formatting fix.
1419 1999-03-28  Tom Tromey  <tromey@cygnus.com>
1421         * m4/Makefile.am (dist_m4data_DATA): Renamed, and added new
1422         files.
1423         (EXTRA_DIST): Removed.
1424         * automake.in (dependency_macros): New global.
1425         (scan_one_configure_file): Recognize new dependency tracking
1426         macros, and define new resulting configure variables.
1427         (generate_dependency_code): New sub.
1428         (handle_dependencies): Use it.
1429         * depend2.am (DEP_@FPFX@COMPILE): New macro.
1430         (@EXT@.o): Use it.
1431         (@EXT@.lo): Likewise.
1432         * m4/depvars.m4: New file.
1433         * m4/objcdepend.m4: New file.
1434         * m4/cxxdepend.m4: New file.
1435         * m4/init.m4: Moved dependency handling code into depout.m4.
1436         * m4/depout.m4: New file.
1437         * m4/ccdepend.m4: New file.
1438         * m4/depend.m4: New file.
1440         * depend2.am (@EXT@.o): Renamed to be old-style suffix pattern.
1441         (@EXT@.lo): Likewise.
1442         * m4/init.m4 (AM_INIT_AUTOMAKE): Don't create `.deps/.P'; it is no
1443         longer needed.
1445         * m4/init.m4 (AM_INIT_AUTOMAKE): Add code to config.status which
1446         will create the required .P files for dependency tracking.
1447         * automake.in (scan_dependency_file): Removed.
1448         (handle_dependencies): Never call scan_dependency_file.
1449         (generate_deps): Removed.
1450         (parse_arguments): Don't recognize --generate-deps, --build-dir,
1451         --srcdir-name, or --include-deps.  Do recognize --ignore-deps.
1452         (srcdir_name): Removed.
1453         (build_directory): Removed.
1454         (initialize_global_constants): Changed $USAGE to reflect argument
1455         parsing changes.
1456         (handle_dist_worker): Never run automake in `dist' rule.
1457         (handle_configure): Use --ignore-deps, not --include-deps.
1458         * depend.am (DEPS_MAGIC): Removed.
1459         (DEP_FILES): Unconditionally include.
1461 1999-03-27  Tom Tromey  <tromey@cygnus.com>
1463         * automake.in (saw_sources_p): Correctly count header extensions
1464         seen.
1465         (handle_headers): Fixed order of arguments to am_install_var.
1467         * automake.in (am_install_var): Don't error if EXTRA_foo is
1468         defined uselessly.
1470         * scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
1471         (uninstall-@DIR@SCRIPTS): Likewise.
1472         * progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
1473         (uninstall-@DIR@PROGRAMS): Likewise.
1474         * ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
1475         (uninstall-@DIR@LTLIBRARIES): Likewise.
1476         * lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
1477         (uninstall-@DIR@LISP): Likewise.
1478         * libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
1479         (uninstall-@DIR@LIBRARIES): Likewise.
1480         * java.am (install-@DIR@JAVA): Use NDIR when appropriate.
1481         (uninstall-@DIR@JAVA): Likewise.
1482         * header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
1483         (uninstall-@DIR@HEADERS): Likewise.
1484         * data.am (install-@DIR@DATA): Use NDIR when appropriate.
1485         (uninstall-@DIR@DATA): Likewise.
1486         * Makefile.in: Rebuilt.
1487         * Makefile.am (dist_pkgdata_DATA): Renamed.
1488         (EXTRA_DIST): Removed.
1489         (install-data-hook): Added POST_INSTALL; print commands as they
1490         are run; respect DESTDIR.
1491         * dist-vars.am (DISTFILES): Removed $(HEADERS).
1492         * automake.in (am_install_var): Accept `-candist' and
1493         `-defaultdist' options.  Handle `dist_' and `nodist_' prefixes.
1494         (am_primary_prefixes): Added can_dist argument.  Recognize `dist_'
1495         and `nodist_' prefixes.
1496         (handle_scripts): Pass -candist to am_install_var.
1497         (handle_data): Pass -defaultdist to am_install_var.
1498         (handle_headers): Likewise.
1499         (handle_emacs_lisp): Pass -candist to am_install_var.
1500         (handle_java): Pass -candist to am_install_var.
1502 1999-03-26  Tom Tromey  <tromey@cygnus.com>
1504         * m4/init.m4: Fixed typo when invoking SHELL.
1506         * automake.in (lang_yacc_finish): Always use `.h' as suffix for
1507         yacc header file.  From Ralf Corsepius.
1509         * Makefile.in: Rebuilt.
1510         * Makefile.am: Updated to reflect removal of TAR subst.
1511         * automake.texi (Options): Document dist-bzip2.
1512         * automake.in (TAR): Removed global.
1513         (initialize_global_constants): Changed `dist' to use pipe with
1514         gzip; work with non-GNU tar.
1515         (handle_dist): Handle non-GNU tar.  Don't define TAR.
1516         (initialize_global_constants): Added `dist-bzip2' entry.
1517         (handle_options): Recognize dist-bzip2 option.
1518         (handle_dist): Likewise.
1519         * configure: Rebuilt.
1520         * configure.in: Don't check for tar.
1521         * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'.  Substitute
1522         AMTARFLAGS.
1524         * automake.in (am_install_var): Removed obsolete comment.
1526         * texinfos.am (uninstall-info): Don't print loop but instead print
1527         commands.  Simplified pre-uninstall loop.
1528         * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but
1529         instead print commands.
1530         * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead
1531         print commands.
1532         * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but
1533         instead print commands.
1534         * lisp.am (install-@DIR@LISP): Strip subdir from file name.
1535         (uninstall-@DIR@LISP): Likewise.  Also, don't print loop but
1536         instead print commands.
1537         * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead
1538         print commands.
1539         * java.am (uninstall-@DIR@JAVA): Don't print loop but instead
1540         print commands.
1541         * header.am (install-@DIR@HEADERS): Strip subdir from file name.
1542         (uninstall-@DIR@HEADERS): Likewise.  Also, don't print loop but
1543         instead print commands.
1544         * data.am (install-@DIR@DATA): Strip subdir from file name.
1545         (uninstall-@DIR@DATA): Likewise.  Also, don't print loop but
1546         instead print commands.
1548         * automake.in (handle_merge_targets): `install-strip' is a phony
1549         target.  From Michel de Ruiter.
1551 1999-03-25  Tom Tromey  <tromey@cygnus.com>
1553         * automake.in (define_compiler_variable): Don't define variable
1554         with trailing `_'.
1556 1999-03-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
1558         * automake.in (LDADD): accept -dlopen and -dlpreopen here
1559         * automake.texi: ditto
1561 1999-03-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
1563         * automake.in (TESTS): make from Solaris 7/x86 loses if srcdir
1564         is absolute and != objdir.  dir="" or "$(srcdir)/" fixes it
1566 1999-03-24  Tom Tromey  <tromey@cygnus.com>
1568         * automake.in (define_compiler_variable): New sub.
1569         (finish_languages): Use it.
1570         (lang_cxx_finish): Likewise.
1571         (lang_f77_finish): Likewise.
1572         (lang_ppf77_finish): Likewise.
1573         (lang_ratfor_finish): Likewise.
1574         (lang_objc_finish): Likewise.
1576 1999-03-23  Tom Tromey  <tromey@cygnus.com>
1578         * progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple
1579         sed invocations.  From Elrond.
1580         (uninstall-@DIR@PROGRAMS): Likewise.
1582         * automake.in (lang_lex_finish): Rewrite `l', not `y', to `c'.
1583         From Ralf Corsepius.
1585 1999-02-01  Thomas Tanner  <tanner@gmx.de>
1587         * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a
1588         warning when AM_PROG_LIBTOOL was found
1589         * automake.texi: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
1591 1999-03-22  Tom Tromey  <tromey@cygnus.com>
1593         Made `+=' more robust.  Fixes pluseq6.test and pluseq7.test.
1594         * automake.in (define_standard_variables): New sub.
1595         (read_main_am_file): Use two passes to scan standard variables.
1596         (read_am_file): Don't special-case configure variables with `+='.
1597         (initialize_per_input): Initialize %var_was_plus_eq.
1598         (read_am_file): Set var_was_plus_eq element correctly.
1599         (define_variable): Give error if variable assigned with `+=' is
1600         internally defined.
1601         (initialize_per_input): Initialize %am_var_defs.
1602         (file_contents_with_transform): Set element in %am_var_defs.
1603         (read_am_file): Use %am_var_defs.
1605 1999-03-21  Tom Tromey  <tromey@cygnus.com>
1607         * automake.in (initialize_per_input): Initialize %object_map.
1608         (handle_single_transform_list): Allow source files in
1609         subdirectories.
1611 1999-03-21  Jim Meyering  <meyering@na-net.ornl.gov>
1613         * automake.in (handle_dist): Add missing newline after the first
1614         semicolon.
1616 1999-03-11  Tom Tromey  <tromey@cygnus.com>
1618         * m4/error.m4, m4/mktime.m4, m4/obstack.m4, m4/regex.m4,
1619         m4/strtod.m4: Use $ac_objext, not `.o'.  From Jim Meyering.
1621         From Jim Meyering:
1622         * automake.in (handle_dist): Add `;\' to end of distcheck-hook
1623         line.
1624         (scan_one_configure_file): In LIBOBJS, recognize `$ac_objext' as
1625         legitimate ending.  Fixes libobj9.test.
1627         From Ralf Corsepius.  Fixes lex3.test.
1628         * automake.in (lang_yacc_finish): Include `.' in name pushed onto
1629         maintainer-clean list.
1630         (lang_lex_finish): Likewise.
1632 1999-03-02  Tom Tromey  <tromey@cygnus.com>
1634         * subdirs.am (maintainer-clean-recursive): Changed "&&" into "if"
1635         construct to work around FreeBSD make/sh problem.  From Rich Wales.
1637 1999-03-01  Tom Tromey  <tromey@cygnus.com>
1639         Fixes from Pavel Roskin:
1640         * automake.in (variable_conditions_sub): Sort list passed to
1641         variable_conditions_permutations.
1642         (variable_conditions): Sort list before returning.
1644 1999-02-27  Tom Tromey  <tromey@cygnus.com>
1646         * automake.in (lang_extensions): New sub.
1647         (handle_dependencies): Use it.
1648         (cxx_extensions): Removed.
1649         (lang_cxx_finish): Use lang_extensions.
1650         (f77_extensions): Removed.
1651         (lang_f77_finish): Use lang_extensions.
1652         (objc_extensions): Removed.
1653         (lang_ppf77_finish): Put `.' before extension.  Fixes ext.test.
1654         Report from Dave Morrison.
1655         (lang_ratfor_finish): Likewise.
1657 1999-02-26  Tom Tromey  <tromey@cygnus.com>
1659         * automake.in (finish_languages): Added AM_LDFLAGS.
1660         (lang_cxx_finish): Likewise.
1661         (lang_f77_finish): Likewise.
1662         (lang_ppf77_finish): Likewise.
1663         (lang_ratfor_finish): Likewise.
1664         (lang_objc_finish): Likewise.
1666 1999-02-11  Tom Tromey  <tromey@cygnus.com>
1668         * aclocal.in (obsolete_macros): Copied from automake.in.
1669         (obsolete_rx): Use only keys of obsolete_macros.
1670         (scan_configure): Report replacement macro for an obsolete macro.
1671         * automake.in (obsolete_macros): Added ud_GNU_GETTEXT.
1673         * automake.in (obsolete_macros): Corrected typo in AM_EXEEXT
1674         entry.  Fixes obsolete2.test.
1676         * automake.in (obsolete_macros): Use empty string to indicate no
1677         substitution.
1678         (scan_one_configure_file): Likewise.
1680 1999-02-07  Paul Eggert  <eggert@twinsun.com>
1682         * m4/ccstdc.m4 (AM_PROG_CC_STDC): Prefer -Ae to -Aa
1683         -D_HPUX_SOURCE, since -Ae allows `long long' and this is
1684         needed by some programs.
1686 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1688         * automake.in (handle_texinfo): Added `pgs' to list of
1689         extensions.  From NISHIDA Keisuke.
1691 1999-02-04  Akim Demaille  <demaille@inf.enst.fr>
1693         * automake.in (handle_texinfo): remove texinfo.tex from
1694         TEXINFODIR.
1696 1999-02-02  Tom Tromey  <tromey@cygnus.com>
1698         * automake.in (handle_merge_targets): Use INSTALL_STRIP_FLAG.
1699         * progs.am (install-@DIR@PROGRAMS): Added INSTALL_STRIP_FLAG.
1700         * header-vars.am (INSTALL_PROGRAM): Removed
1701         AM_INSTALL_PROGRAM_FLAGS.
1702         (INSTALL_STRIP_FLAG): New macro.
1704         * automake.in: Handle `ypp' as C++ yacc source and `lpp' as C++
1705         lex source.
1706         (lang_yacc_finish): Likewise.
1707         (lang_lex_finish): Likewise.
1709 1999-02-01  Tom Tromey  <tromey@cygnus.com>
1711         * automake.in (handle_dist_worker): Correctly find find in $$d,
1712         not $$.  From Bill Davidson.
1714         * automake.in (finish_languages): Use "&", not "do".  From Pavel
1715         Roskin.
1716         (handle_single_transform_list): Likewise.
1718 1999-01-29  Tom Tromey  <tromey@cygnus.com>
1720         * automake.in (handle_configure): Removed unused variable.  From
1721         Pavel Roskin.
1723         * ansi2knr.c: New version from L. Peter Deutsch.
1725 1999-01-22  Tom Tromey  <tromey@cygnus.com>
1727         * automake.in (require_file_internal): Correctly examine return
1728         value of `system'.  From Andris Pavenis.  Fixes copy.test.
1730         * m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
1732         * automake.in (lang_ppf77_rewrite): New function.  From Jochen
1733         Kuepper.  Fixes ppf77.test.
1734         (lang_ratfor_rewrite): New function
1736         * automake.in (handle_configure): Use `&' before sub calls (Perl 4
1737         fix).  From Erez Zadok.
1739 1999-01-15  Tom Tromey  <tromey@cygnus.com>
1741         * configure.in: Version 1.4a (oops).
1743         * configure.in: Updated version to 1.5a.
1745 1999-01-14  Tom Tromey  <tromey@cygnus.com>
1747         * automake.in (handle_configure): Compute $header_dir based on
1748         $one_name, not $one_hdr.  Reported by Erez Zadok.  Fixes
1749         confh2.test.
1750         (handle_configure): Compute relative path to input header
1751         correctly in all cases.
1753         * automake.in (handle_tests): Avoid error messages from dejagnu
1754         test rules.  From Karl Heuer.
1756         * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
1758         * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
1760         * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
1761         From Alexandre Oliva and Erez Zadok.
1763         * automake.in (create): Renamed from touch.
1764         (handle_configure): Use create, not touch.
1766         * config.sub, config.guess: New versions from autoconf.
1768         * mkinstalldirs: New version from autoconf.
1770 1999-01-12  Tom Tromey  <tromey@cygnus.com>
1772         * config.sub, config.guess, COPYING, texinfo.tex: New versions
1773         from FSF.
1775 1999-01-11  Marcus G. Daniels  <mgd@chama.santafe.edu>
1777         * automake.in (PATH_PATTERN): New variable:
1778         (INCLUDE_PATTERN): Use it.  Ignore all include commands using
1779         symbols besides $(top_srcdir) and $(srcdir).
1781 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
1783         * automake.in (handle_dist_worker): avoid failure in `make dist'
1784         if last file is a builddir-only file
1786 1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
1788         * missing (autoheader): `s' was missing from sed script; grr
1790 1999-01-11  Tom Tromey  <tromey@cygnus.com>
1792         * remake-hdr.am (@STAMP@): Reverted timestamp change.
1793         ($(srcdir)/@STAMP@.in): Likewise.
1795 1999-01-10  Tom Tromey  <tromey@cygnus.com>
1797         * Makefile.am (scriptdir): New macro.
1798         (script_DATA): Likewise.
1799         (install-data-hook): Use them.
1800         (EXTRA_DIST): Added script_DATA.
1801         (installcheck-local): Use script_DATA.
1803         * Makefile.am (pkgdata_DATA): Removed duplicate definition.
1805 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
1807         * missing (autoheader): accept multiple header files
1808         (automake): simplify sed processing
1810 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
1812         * automake.in (handle_configure, stamp_dir): create only one stamp
1813         file per header, instead of one in the top-level directory and one
1814         in the directory that contains the header.
1816 1999-01-10  Tom Tromey  <tromey@cygnus.com>
1818         * automake.in (lang_objc_finish): Formatting fix.
1820         * automake.in (objc_extensions): New sub.
1821         (handle_dependencies): Only generate dependency-tracking code for
1822         ObjC when ObjC source seen.