Alexandre Duret-Lutz [Mon, 1 Nov 2004 09:58:39 +0000 (09:58 +0000)]
* lib/config.guess, lib/texinfo.tex: New upstream versions.
Alexandre Duret-Lutz [Mon, 1 Nov 2004 09:55:35 +0000 (09:55 +0000)]
* doc/automake.texi (LIBOBJS): Spelling and grammar corrections
from Ralf Wildenhues.
Alexandre Duret-Lutz [Sun, 31 Oct 2004 22:12:11 +0000 (22:12 +0000)]
* doc/automake.texi (LIBOBJS): Augment with an example setup.
(LTLIBOBJ): Rename as ...
(LTLIBOBJS): ... this. Link to LIBOBJS, and mention LTALLOCA.
Alexandre Duret-Lutz [Mon, 25 Oct 2004 18:59:54 +0000 (18:59 +0000)]
* doc/automake.texi: Untabify, tabs in the examples are poorly
rendered.
* Makefile.am (maintainer-check): Grep tabs in the manual.
Alexandre Duret-Lutz [Mon, 25 Oct 2004 18:52:45 +0000 (18:52 +0000)]
* tests/comment8.test: Use $MAKE, not make.
Alexandre Duret-Lutz [Sat, 23 Oct 2004 23:10:58 +0000 (23:10 +0000)]
* tests/distcom3.test: Typo.
Alexandre Duret-Lutz [Fri, 22 Oct 2004 20:00:05 +0000 (20:00 +0000)]
* doc/automake.texi (Libtool Convenience Libraries): Explain how
to force the linker selection.
Alexandre Duret-Lutz [Fri, 22 Oct 2004 06:45:08 +0000 (06:45 +0000)]
* lib/install-sh: Fix the dirname emulation to ignore trailing
slashes, i.e., the direname of `a/b/' is `a', not `a/b/'. This
caused `install-sh a/b/' to fail.
* tests/instsh2.test: Augment.
Report from Пухальский Юрий Андреевич.
Alexandre Duret-Lutz [Thu, 21 Oct 2004 21:37:41 +0000 (21:37 +0000)]
* automake.in (get_object_extension): The extension to use is know
by the caller, and cannot be selected by looking only at the
target name. Simplify this function to simply conditionally
prepend $U to the given extension.
(handle_programs, handle_libraries, handle_ltlibraries): Hard-code
the extension to use. This way Automake won't mistake a program
named `foo.la' as a libtool library.
* tests/primary3.test: New file.
* tests/Makefile.am (TESTS): Add primary3.test.
Alexandre Duret-Lutz [Tue, 12 Oct 2004 19:56:04 +0000 (19:56 +0000)]
* doc/automake.texi (Install): Link to node Extending for examples.
(Extending): More comments about install-data-hook vs
install-exec-hook, and link to Install.
Alexandre Duret-Lutz [Tue, 12 Oct 2004 19:39:08 +0000 (19:39 +0000)]
* configure.ac: Export @am_AUTOCONF@.
* tests/defs.in (AUTOCONF): Define as @am_AUTOCONF@, not @AUTOCONF@,
so the test suite runs `autoconf' and not `missing --run autoconf'.
* tests/missing.test, tests/missing2.test: Arrange for missing
to be used in front of autoconf even if the user has exported
AUTOCONF. This fixes two spurious failures reported by
Mark D. Baushke.
Alexandre Duret-Lutz [Tue, 12 Oct 2004 07:02:44 +0000 (07:02 +0000)]
* lib/compile: Handle output.obj in addition to output.o.
* tests/compile.test: Check for this.
Alexandre Duret-Lutz [Mon, 11 Oct 2004 18:48:02 +0000 (18:48 +0000)]
* doc/automake.texi (Sources): Typo, reported by Karl Berry.
Alexandre Duret-Lutz [Sun, 10 Oct 2004 17:03:45 +0000 (17:03 +0000)]
* aclocal.in ($ac_defun_rx): Match AC_DEFUN_ONCE.
(trace_used_macros): Trace AC_DEFUN_ONCE.
* tests/aclocal5.test: Use AC_DEFUN_ONCE.
Alexandre Duret-Lutz [Sun, 10 Oct 2004 15:58:07 +0000 (15:58 +0000)]
* doc/automake.texi (Extending): Typo.
Alexandre Duret-Lutz [Sun, 10 Oct 2004 15:52:02 +0000 (15:52 +0000)]
* m4/as.m4 (AM_PROG_AS): Check dependency tracking mode for CCAS.
* automake.in (cppasm): Use the dependency tracking more for CCAS.
* doc/automake.texi (Assembly Support): Note that *.S are
preprocessed with CPPFLAGS.
Alexandre Duret-Lutz [Sun, 10 Oct 2004 15:35:09 +0000 (15:35 +0000)]
* automake.in (Languages): Split .s (asm) and .S (cppasm) into
separate languages. Make cppasm (Preprocessed Assembler) aware
of CPPFLAGS, AM_CPPFLAGS.
(handle_languages): Fix typo.
(lang_cppasm_rewrite): New function.
Alexandre Duret-Lutz [Tue, 28 Sep 2004 22:19:20 +0000 (22:19 +0000)]
* tests/subobj9.test: Adjust regexes after previous patch.
Alexandre Duret-Lutz [Tue, 28 Sep 2004 22:02:34 +0000 (22:02 +0000)]
* automake.in (handle_languages, define_compiler_variable): Output
Libtool's --tag= option before --mode=compile, because depcomp use
--mode=compile as end marker for libtool arguments.
(define_linker_variable): Likewise before --mode=link, for
uniformity.
* tests/pr307.test: Make sure dependency files are updated. That
was not the case because depcomp thought `--tag=CC' was the
compiler to get dependencies from.
Report from Пухальский Юрий Андреевич.
Alexandre Duret-Lutz [Sun, 26 Sep 2004 21:16:56 +0000 (21:16 +0000)]
more files to ignore
Alexandre Duret-Lutz [Sun, 26 Sep 2004 21:11:34 +0000 (21:11 +0000)]
* configure.ac: Require Perl 5.6.
* lib/Automake/Config.in: Require Perl 5.6 (not done in
lib/Automake/General.pm because it is shared with Autoconf),
and use `our' instead of `use vars'.
* aclocal.in (rel2abs): Remove.
(scan_configure_dep): Use File::Spec->rel2abs instead.
Alexandre Duret-Lutz [Sun, 26 Sep 2004 20:33:50 +0000 (20:33 +0000)]
* tests/compile.test, tests/instsh2.test, tests/instspc.test: Use
two consecutive spaces in filename instead of one, to catch mistake
like `echo $val | ...`.
* tests/README: Suggest this.
Suggested by Ralf Wildenhues.
Alexandre Duret-Lutz [Sat, 25 Sep 2004 20:50:29 +0000 (20:50 +0000)]
* doc/automake.texi (Clean): Document -local targets.
Alexandre Duret-Lutz [Sat, 25 Sep 2004 20:29:21 +0000 (20:29 +0000)]
* doc/automake.texi: Typos.
Alexandre Duret-Lutz [Wed, 22 Sep 2004 06:00:05 +0000 (06:00 +0000)]
* doc/automake.texi (Timeline): Typos and other English mistakes
reported by Jim and Gary.
Alexandre Duret-Lutz [Tue, 21 Sep 2004 19:39:18 +0000 (19:39 +0000)]
* doc/automake.texi (Timeline): Typos and other English mistakes
reported by Jim and Gary.
Alexandre Duret-Lutz [Tue, 21 Sep 2004 19:26:05 +0000 (19:26 +0000)]
* lib/Automake/VarDef.pm (append): Strip comments from augmented
variables.
* tests/comment8.test: New file.
* tests/Makefile.am (TESTS): Add comment8.test.
Report from Stepan Kasal.
Akim Demaille [Mon, 20 Sep 2004 07:36:39 +0000 (07:36 +0000)]
Fix ChangeLog.
Alexandre Duret-Lutz [Sun, 19 Sep 2004 21:42:09 +0000 (21:42 +0000)]
* tests/compile.test: Fix rm usage.
Alexandre Duret-Lutz [Sun, 19 Sep 2004 21:34:37 +0000 (21:34 +0000)]
* INSTALL, lib/INSTALL, lib/config.sub, lib/config.guess,
lib/texinfo.tex: New upstream versions.
Alexandre Duret-Lutz [Sun, 19 Sep 2004 21:30:48 +0000 (21:30 +0000)]
* doc/automake.texi (Timeline): New node. Thanks to Karl and Tom
for their comments on a preliminary version of this, Akim for
digging out some old mails, and Jason Molenda for sending the note
about Automake in Alias to Tom.
(Releases): Rename `ac' to `acl', suggested by Akim.
Akim Demaille [Sun, 19 Sep 2004 11:46:41 +0000 (11:46 +0000)]
* AUTHOR, automake.in, aclocal.in: Add Alexandre Duret-Lutz as
author.
Alexandre Duret-Lutz [Wed, 15 Sep 2004 22:03:38 +0000 (22:03 +0000)]
* doc/automake.texi (Releases): New node.
Alexandre Duret-Lutz [Wed, 15 Sep 2004 20:37:58 +0000 (20:37 +0000)]
* doc/automake.texi (Dependencies): Link to Dependency Tracking
Evolution.
(Dependency Tracking Evolution): Link to GNU make, Sources (for
BUILT_SOURCES), and update the paragraph about the "plan" to
inline dependency tracking with gcc3.
Alexandre Duret-Lutz [Wed, 15 Sep 2004 20:17:12 +0000 (20:17 +0000)]
* doc/automake.texi (History): New node.
(Dependency Tracking Evolution): New node, filled with a Texinfo
version of Tom Tromey's ``Dependency Tracking in Automake''
document, initially published on the Automake homepage on
2001-06-29.
Alexandre Duret-Lutz [Fri, 10 Sep 2004 20:03:28 +0000 (20:03 +0000)]
* m4/minuso.m4 (AM_PROG_CC_C_O): Make sure AC_PROG_CC is never
called after this macro.
* tests/distname.test, tests/subdir5.test, tests/subdir8.test,
tests/subobj.test, tests/subobj4.test, tests/subobj5.test,
tests/subobj6.test: Adjust.
Report from Ralf Wildenhues.
Alexandre Duret-Lutz [Fri, 10 Sep 2004 19:29:54 +0000 (19:29 +0000)]
* lib/Automake/Channels.pm (_print_message): Handle uniq_part with
arbitrary string.
* automake.in (lang_c_rewrite): Set uniq_part so that the
AM_PROG_CC_C_O diagnostic is output only once for subdir objects
and only once for objects with per-target flags.
Alexandre Duret-Lutz [Fri, 10 Sep 2004 19:03:37 +0000 (19:03 +0000)]
* automake.in (lang_c_rewrite): Print files and locations
for AM_PROG_CC_C_O errors.
(handle_single_transform): Pass $var to &$subr so it can
print locations.
Alexandre Duret-Lutz [Fri, 10 Sep 2004 18:47:08 +0000 (18:47 +0000)]
* lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $ret
instead of $status which is read-only in Zsh.
Alexandre Duret-Lutz [Fri, 10 Sep 2004 18:38:15 +0000 (18:38 +0000)]
* lib/compile: Preserve spaces in arguments (for example
-DPACKAGE_STRING="foo 0.1").
* tests/compile.test: New file.
* tests/Makefile.am (TESTS): Add compile.test.
Alexandre Duret-Lutz [Tue, 7 Sep 2004 21:16:22 +0000 (21:16 +0000)]
* automake.in (handle_clean): Sort rm commands output for
mostlyclean-generic, clean-generic, distclean-generic, and
maintainer-clean-generic.
Report from Bob Friesenhahn.
Alexandre Duret-Lutz [Tue, 7 Sep 2004 21:03:32 +0000 (21:03 +0000)]
* automake.in (lang_c_rewrite): Do not require AM_PROG_CC_C_O for
libtool objects.
(handle_single_transform): Pass nonansi_obj to &$subr so
lang_c_rewrite can distinguish libtool objects.
* tests/libtool7.test: Use subdir-objects without using AM_PROG_CC_C_O.
Report from Gary V. Vaughan and Patrick Welche.
Alexandre Duret-Lutz [Tue, 7 Sep 2004 19:52:47 +0000 (19:52 +0000)]
* automake.in ($PATH_PATTERN): Add `+'.
Alexandre Duret-Lutz [Tue, 7 Sep 2004 06:25:33 +0000 (06:25 +0000)]
* tests/missing3.test: New file (check for Paolo's change below).
* tests/Makefile.am (TESTS): Add missing3.test.
* missing: Handle all command line options together. Add a
separate case statement to detect failed runs, and fail
silently there if --help or --version is passed to the program.
Alexandre Duret-Lutz [Wed, 11 Aug 2004 21:35:47 +0000 (21:35 +0000)]
* lib/config.guess, lib/texinfo.tex: New upstream versions.
Alexandre Duret-Lutz [Wed, 11 Aug 2004 21:20:47 +0000 (21:20 +0000)]
For PR automake/433:
* configure.ac (pkgvdatadir): Define using "$PACKAGE", not "automake".
Alexandre Duret-Lutz [Wed, 11 Aug 2004 21:10:56 +0000 (21:10 +0000)]
Fix PR automake/432:
* lib/am/yacc.am [!%?MORE-THAN-ONE%]: Replace `#line's in y.tab.h too.
* tests/yacc7.test: Check this.
Alexandre Duret-Lutz [Sun, 8 Aug 2004 20:14:34 +0000 (20:14 +0000)]
* lib/Automake/DisjConditions.pm (new): Precompute 'string' and 'conds'
in place instead of as a side-effect of calling ->string and ->conds.
This saves method-lookup time, simplify ->string and ->conds, and
allows to create the object only when necessary.
(string, conds): Simplify, now that the result is precomputed.
Alexandre Duret-Lutz [Sun, 8 Aug 2004 19:05:13 +0000 (19:05 +0000)]
* automake.in (%am_file_cache): New hash.
(make_paragraphs): Cache .am files with comments stripped to save
some useless input and substitutions.
Alexandre Duret-Lutz [Sun, 8 Aug 2004 17:11:24 +0000 (17:11 +0000)]
* lib/Automake/Variable.pm (%_primary_dict): New hash.
(_new, variable_delete): Update %_primary_dict.
(variables): Accept an optional $suffix argument.
* automake.in (check_typos, am_primary_prefixes): Use that
optional argument to restrict the loops over the variables we are
interested in.
Alexandre Duret-Lutz [Thu, 5 Aug 2004 23:01:25 +0000 (23:01 +0000)]
* lib/Automake/Item.pm (def): Rewrite more concisely, it's faster
this way.
Alexandre Duret-Lutz [Thu, 5 Aug 2004 22:30:41 +0000 (22:30 +0000)]
Speed up make_paragraphs.
* automake.in (handle_languages): Always define SUBDIROBJ,
DERIVED-EXT, and DIST_SOURCE, because the new transform() will
abort on unknown tokens.
(transform): Rewrite with different semantics.
(make_paragraphs): Make a single pass over the paragraph to
transform all template tokens instead of doing as much passes as
possible token.
Alexandre Duret-Lutz [Thu, 5 Aug 2004 21:13:54 +0000 (21:13 +0000)]
* automake.in ($libtool_new_api): New variable.
(handle_libtool): Do not libtool's aux files if $libtool_new_api.
(scan_autoconf_traces) <LT_SUPPORTED_TAG>: Set $libtool_new_api.
(scan_autoconf_traces) <AC_REQUIRE_AUX_FILE>: Remember only the
first location for required files.
Alexandre Duret-Lutz [Tue, 3 Aug 2004 23:02:56 +0000 (23:02 +0000)]
Support AC_REQUIRE_AUX_FILE, and fix requirement of AM_PROG_CC_C_O.
* automake.in (%required_aux_file): New hash.
(handle_single_transform, lang_c_rewrite): Do note explicitly
require 'compile', this is now an internal detail of
AM_PROG_CC_C_O.
(scan_autoconf_traces): Trace AC_REQUIRE_AUX_FILE and fill
%required_aux_file.
(scan_autoconf_files): Require all %required_aux_file instead
of explicitly requiring install-sh and missing.
(generate_makefile): Do not require config.sub and config.guess.
(handle_single_transform): Pass $have_per_exec_flags to
&lang_c_rewrite.
* configure.ac, m4/init.m4: Require Autoconf 2.59a.
* doc/automake.texi (Optional): Document AC_REQUIRE_AUX_FILE.
(Program and Library Variables, Options, Public macros):
AC_PROG_CC_C_O is required when per-target flags or subdir-objects
are used with C sources.
* m4/minuso.m4: Require `compile' using AC_REQUIRE_AUX_FILE.
* m4/missing.m4: Require `missing' similarly.
* tests/acsubst2.test, tests/distcom2.test, tests/distcom6.test,
tests/specflg.test, tests/specflg2.test, tests/specflg3.test,
tests/specflg6.test, tests/specflg7.test, tests/specflg8.test,
tests/specflg9.test, tests/subobj7.test, tests/target-cflags.test,
tests/yacc6.test: Fix to use AM_PROG_CC_C_O.
Alexandre Duret-Lutz [Tue, 3 Aug 2004 20:20:07 +0000 (20:20 +0000)]
* automake.in (yacc_lex_finish_helper): Fix definition of YLWRAP
when ylwrap is installed in a default aux dir found in a parent
package.
* tests/subpkg.test: Augment to check that YLWRAP is installed
properly.
* doc/automake.texi (Yacc and Lex): ylwrap is not sought is the
current directory.
Report from Norman Gray.
Alexandre Duret-Lutz [Mon, 2 Aug 2004 20:26:54 +0000 (20:26 +0000)]
* doc/automake.texi (Optional): Update documentation for
AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_SYSTEM.
Alexandre Duret-Lutz [Sun, 1 Aug 2004 22:16:03 +0000 (22:16 +0000)]
* automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ...
(AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): ... these.
(scan_autoconf_traces): Scan for the latter three macros instead of
the former two.
(make_paragraphs): Adjust definitions of %BUILD%, %HOST%, and %TARGET%.
* tests/hosts.test: New file.
* tests/Makefile.am (TESTS): Add hosts.test.
Report and test case from Norman Gray.
Alexandre Duret-Lutz [Sun, 1 Aug 2004 20:05:23 +0000 (20:05 +0000)]
* aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo
4.7 now outputs "#Extending-aclocal".
Alexandre Duret-Lutz [Sun, 1 Aug 2004 17:31:22 +0000 (17:31 +0000)]
Disable Lex and Yacc rules whenever possible if AM_MAINTAINER_MODE
is used and maintainer-mode disabled.
* automake.in (Automake::struct): Define nodist_specific.
Set it in languages yacc, yaccxx, lex, and lexxx.
(register_language): Default nodist_specific to 0.
(handle_single_transform): Honor nodist_specific.
* lib/am/yacc.am (am__skipyacc): Define this in maintainer mode.
(%EXT%%DERIVED-EXT%, %OBJ%): Use $(am__skipyacc) to disable these
rules when needed.
* lib/am/lex.am (am__skiplex): Define this in maintainer mode.
(%EXT%%DERIVED-EXT%, %OBJ%): Use $(am__skiplex) to disable these
rules when needed.
* tests/mmodely.test: New file.
* tests/pr204.test: Augment to check AM_MAINTAINER_MODE and nodist_
parsers.
* tests/Makefile.am (TESTS): ADd mmodely.test.
* doc/automake.texi (Yacc and Lex): Note dependence on maintainer mode.
Alexandre Duret-Lutz [Wed, 28 Jul 2004 20:51:38 +0000 (20:51 +0000)]
* configure.ac, NEWS: Bump version to 1.9a.
Alexandre Duret-Lutz [Wed, 28 Jul 2004 20:41:39 +0000 (20:41 +0000)]
* configure.ac, NEWS: Bump version to 1.9.
Alexandre Duret-Lutz [Wed, 28 Jul 2004 20:05:15 +0000 (20:05 +0000)]
* automake.in (generate_makefile): Update misleading comment about
libtool scripts.
Alexandre Duret-Lutz [Wed, 28 Jul 2004 20:03:18 +0000 (20:03 +0000)]
* lib/texinfo.tex: New upstream version.
Alexandre Duret-Lutz [Wed, 28 Jul 2004 19:58:37 +0000 (19:58 +0000)]
revert hasty commit before release
Derek R. Price [Tue, 27 Jul 2004 12:50:56 +0000 (12:50 +0000)]
* lib/am/yacc.am, lib/am/lex.am: Only compile these targets in
maintainer mode.
* doc/automake.texi (Yacc and Lex): Note dependence on maintainer mode.
* NEWS: Note same dependency.
* tests/mmode-lexyacc.test: New file.
Alexandre Duret-Lutz [Sun, 25 Jul 2004 21:34:41 +0000 (21:34 +0000)]
* m4/mkdirp.m4 (AM_PROG_MKDIR_P): Remove `.' from the mkdir_p
definition, it causes `make install' to fails for user with no
right to write in the source-tree.
* automake.in (handle_configure): Do not use mkdir_p in the
definition for $(mkdir_p).
Report from Harlan Stenn.
Alexandre Duret-Lutz [Sun, 25 Jul 2004 19:50:54 +0000 (19:50 +0000)]
* lib/am/texi-vers.am (%STAMPVTI%): Typo in comment.
Alexandre Duret-Lutz [Thu, 22 Jul 2004 17:22:33 +0000 (17:22 +0000)]
* doc/automake.texi (Libtool Modules): Typo in example.
Report from Ulrich Eckhardt.
Alexandre Duret-Lutz [Wed, 21 Jul 2004 17:44:06 +0000 (17:44 +0000)]
* automake.in (check_directory): Quote $dir in regexp.
Alexandre Duret-Lutz [Sat, 17 Jul 2004 14:56:16 +0000 (14:56 +0000)]
* configure.ac, NEWS: Bump version to 1.8e.
Alexandre Duret-Lutz [Sat, 17 Jul 2004 11:40:23 +0000 (11:40 +0000)]
* configure.ac, NEWS: Bump version to 1.8d.
Alexandre Duret-Lutz [Sat, 17 Jul 2004 11:03:49 +0000 (11:03 +0000)]
* lib/config-ml.in, lib/config.sub, lib/config.guess, lib/texinfo.tex:
New upstream versions.
Alexandre Duret-Lutz [Sat, 17 Jul 2004 11:00:35 +0000 (11:00 +0000)]
* lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.html,
?!GENERIC?%DEST_PREFIX%.html): Use $(X), not ${X}.
Alexandre Duret-Lutz [Sat, 17 Jul 2004 10:56:24 +0000 (10:56 +0000)]
* tests/installdir.test: installdirs-local should appear three times,
since the change from 2004-07-11 will make it PHONY.
Alexandre Duret-Lutz [Sat, 17 Jul 2004 10:52:19 +0000 (10:52 +0000)]
* lib/am/distdir.am (distdir): Always use $(DIST_SUBDIRS) now
that it is always defined. This is less confusing for users
reading the generated Makefiles.
* automake.in (handle_dist): Do not substitute DIST_SUBDIR_NAME.
Alexandre Duret-Lutz [Sat, 17 Jul 2004 09:48:11 +0000 (09:48 +0000)]
* lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.html,
?!GENERIC?%DEST_PREFIX%.html): Output .htp, and then rename to .html
on success. In case the target is a directory, this ensures its
time stamp is updated and the no files are left over inside.
* tests/txinfo21.test: Augment to test missing timestamp update
reported by Akim Demaille.
Alexandre Duret-Lutz [Sat, 17 Jul 2004 09:10:42 +0000 (09:10 +0000)]
* doc/automake.texi (Top level): Rename as ...
(Directories): ... this, and split into ...
(Subdirectories, Conditional Subdirectories): ... these.
(Conditional Subdirectories): Describe SUBDIRS and DIST_SUBDIRS
before the example. Append a discussion about non-configured
conditional directories.
(Alternative): Move as a child of Directories.
(Subpackages): New section.
(Dist): Adjust links to Subdirectories, a Subpackages.
(Third-Party Makefiles): Link to Conditional Subdirectories.
Alexandre Duret-Lutz [Wed, 14 Jul 2004 15:19:01 +0000 (15:19 +0000)]
correct function name
Alexandre Duret-Lutz [Wed, 14 Jul 2004 14:49:09 +0000 (14:49 +0000)]
* automake.in (target_hook): Accept %transform as last argument.
(define_objects_from_sources): Pass %transform to target_hook.
(handle_source_transform): Define DIST_SOURCE to tell whether
a the source of a file is distributed or not.
(lang_yacc_target_hook): Check DIST_SOURCE, and do not distribute
the generated header if the .y source is not distributed.
* tests/pr204.test: Use AM_YFLAGS = -d and make sure generated
headers are not distributed.
Alexandre Duret-Lutz [Sun, 11 Jul 2004 22:19:27 +0000 (22:19 +0000)]
* doc/automake.texi (Options): Improve ustar file name length
discussion. Reference tar manual.
Alexandre Duret-Lutz [Sun, 11 Jul 2004 22:13:20 +0000 (22:13 +0000)]
* lib/Automake/Variable.pm (define): Fix precondition check.
Alexandre Duret-Lutz [Sun, 11 Jul 2004 22:07:25 +0000 (22:07 +0000)]
For PR automake/428:
Support for conditionally defined -hook and -local rules.
* automake.in (user_phony_rule): New function.
(handle_dist, handle_install, handle_all, do_check_merge_target,
handle_factored_dependencies): Use user_phony_rule before
adding a user -hook or -local rule as a dependency to ensure
it is always defined an phony.
* tests/cond37.test, tests/condhook.test: New files.
* tests/Makefile.am (TESTS): Add them.
Report from Simon Josefsson and Nik A. Melchior.
Paul Eggert [Mon, 5 Jul 2004 07:09:03 +0000 (07:09 +0000)]
Add -t and -T options to install-sh.
Paul Eggert [Mon, 5 Jul 2004 07:07:55 +0000 (07:07 +0000)]
Don't assume that install-sh without -c
moves (it now copies). Add tests for new -t and -T options.
Paul Eggert [Mon, 5 Jul 2004 07:07:32 +0000 (07:07 +0000)]
Remove support for -b= and -t= options; this
has been moribund for a decade.
Add support for -t and -T options (new in coreutils install).
-c option now does nothing (the default is to copy), for
compatibility with BSD and coreutils 'install'.
Fix usage message; it referred to nonexistent variables.
Don't assume 'lasterr' is unset in environment.
Paul Eggert [Mon, 5 Jul 2004 07:07:05 +0000 (07:07 +0000)]
(Install): Warn that you should create
/tmp/staging before installing into it, to avoid security problems.
Alexandre Duret-Lutz [Wed, 16 Jun 2004 19:17:03 +0000 (19:17 +0000)]
For Debian Bug#254372:
* doc/automake.texi (Invoking aclocal): Rewrite the paragraph
explaining m4_include is used for relative files.
Alexandre Duret-Lutz [Thu, 10 Jun 2004 21:12:10 +0000 (21:12 +0000)]
For Debian Bug #251820:
* aclocal.in (scan_file): Keep track of the location where each
file is included, and display it when reporting a missing file.
Pass this location to scan_file as a second argument.
(scan_m4_files): Adjust calls to scan_file.
* tests/acloca14.test: Add a test for this diagnostic.
Alexandre Duret-Lutz [Mon, 7 Jun 2004 06:04:40 +0000 (06:04 +0000)]
* m4/tar.m4 (_AM_PROG_TAR): Split the definition of $_am_tools
so it works with Solaris and Tru64 /bin/sh.
Report from Nicolas Joly.
Alexandre Duret-Lutz [Sun, 6 Jun 2004 20:42:14 +0000 (20:42 +0000)]
* m4/tar.m4 (_AM_PROG_TAR): Introduce $_am_tools to work around a
bug in NetBSD /bin/sh.
Report from Nicolas Joly.
Alexandre Duret-Lutz [Thu, 3 Jun 2004 21:19:30 +0000 (21:19 +0000)]
* tests/defs.in (required=icc): Use `-V -help' instead of
`-V -dryrun'. icc 8.0 fails on the latter.
* tests/depcomp5.test: Require depmode=icc for icc 7.x, and
depmod=gcc otherwise.
Report from Ralf Wildenhues.
Alexandre Duret-Lutz [Thu, 3 Jun 2004 20:19:27 +0000 (20:19 +0000)]
* lib/am/clean.am (distclean-generic): Do no
`rm -f $(CONFIG_CLEAN_FILES)' if `$(CONFIG_CLEAN_FILES)' is empty.
Report from Nicolas Joly.
Alexandre Duret-Lutz [Mon, 31 May 2004 21:48:25 +0000 (21:48 +0000)]
* NEWS: Make clearer that we do not output partial Makefile.ins on
error.
Suggested by Akim Demaille.
Alexandre Duret-Lutz [Mon, 31 May 2004 21:44:57 +0000 (21:44 +0000)]
* lib/depcomp (tru64) [libtool]: Use $dir$base.o.d instead
of $dir.libs/$base.o.d. Libtool 1.5 causes both to be output,
and we will clean the second automatically during distclean.
Using the latter and leaving the former as we did before cause
"files left in build directory" failures during distcheck.
Suggested by Nicolas Joly.
Alexandre Duret-Lutz [Mon, 31 May 2004 21:28:36 +0000 (21:28 +0000)]
* doc/automake.texi (Built sources example): Explain what
nodist_foo_SOURCES is (not) useful to, and use it in all the
examples.
(Tags): Mention nodist_noinst_HEADERS and nodist_prog_SOURCES.
Suggested by Akim Demaille.
Alexandre Duret-Lutz [Sun, 23 May 2004 19:30:14 +0000 (19:30 +0000)]
* configure.ac, NEWS: Bump version to 1.8c.
Alexandre Duret-Lutz [Sun, 23 May 2004 19:02:40 +0000 (19:02 +0000)]
* configure.ac, NEWS: Bump version to 1.8b.
Alexandre Duret-Lutz [Sun, 23 May 2004 16:19:43 +0000 (16:19 +0000)]
* m4/tar.m4 (_AM_PROG_TAR) <cpio>: Specify -o and -i option first,
by POSIX; and use option -d in am_untar.
Alexandre Duret-Lutz [Sun, 23 May 2004 11:04:24 +0000 (11:04 +0000)]
* tests/defs.in (PATH): Export it.
Alexandre Duret-Lutz [Sun, 23 May 2004 09:57:55 +0000 (09:57 +0000)]
regen