[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake annotated tag, Release-1-9b, create
From: |
Alexandre Duret-Lutz |
Subject: |
[Automake-commit] [SCM] GNU Automake annotated tag, Release-1-9b, created. Release-1-9b |
Date: |
Tue, 25 Oct 2016 15:16:35 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=7c1e044e13245dd8b1b8665ca41f02a9321b009e
The annotated tag, Release-1-9b has been created
at 7c1e044e13245dd8b1b8665ca41f02a9321b009e (tag)
tagging df1c5547348b6b7e23571ef416f04bc7e9c244f7 (commit)
replaces Release-1-9
tagged by Alexandre Duret-Lutz
on Sun Aug 20 16:38:55 2006 +0000
- Log -----------------------------------------------------------------
Akim Demaille (7):
* AUTHOR, automake.in, aclocal.in: Add Alexandre Duret-Lutz as
Fix ChangeLog.
* doc/automake.texi (Options): Englishoes.
* doc/automake.texi (Options): Englishoes.
Typo.
* lib/Automake/FileUtils.pm: Rename filename as file_name to be
* lib/Automake/Configure_ac.pm: s/filename/file_name/g.
Alexandre Duret-Lutz (252):
* configure.ac, NEWS: Bump version to 1.9a.
Disable Lex and Yacc rules whenever possible if AM_MAINTAINER_MODE
* aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo
* automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ...
* doc/automake.texi (Optional): Update documentation for
* automake.in (yacc_lex_finish_helper): Fix definition of YLWRAP
Support AC_REQUIRE_AUX_FILE, and fix requirement of AM_PROG_CC_C_O.
* automake.in ($libtool_new_api): New variable.
Speed up make_paragraphs.
* lib/Automake/Item.pm (def): Rewrite more concisely, it's faster
* lib/Automake/Variable.pm (%_primary_dict): New hash.
* automake.in (%am_file_cache): New hash.
* lib/Automake/DisjConditions.pm (new): Precompute 'string' and 'conds'
Fix PR automake/432:
For PR automake/433:
* lib/config.guess, lib/texinfo.tex: New upstream versions.
* tests/missing3.test: New file (check for Paolo's change below).
* automake.in ($PATH_PATTERN): Add `+'.
* automake.in (lang_c_rewrite): Do not require AM_PROG_CC_C_O for
* automake.in (handle_clean): Sort rm commands output for
* lib/compile: Preserve spaces in arguments (for example
* lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $ret
* automake.in (lang_c_rewrite): Print files and locations
* lib/Automake/Channels.pm (_print_message): Handle uniq_part with
* m4/minuso.m4 (AM_PROG_CC_C_O): Make sure AC_PROG_CC is never
* doc/automake.texi (History): New node.
* doc/automake.texi (Dependencies): Link to Dependency Tracking
* doc/automake.texi (Releases): New node.
* doc/automake.texi (Timeline): New node. Thanks to Karl and Tom
* INSTALL, lib/INSTALL, lib/config.sub, lib/config.guess,
* tests/compile.test: Fix rm usage.
* lib/Automake/VarDef.pm (append): Strip comments from augmented
* doc/automake.texi (Timeline): Typos and other English mistakes
* doc/automake.texi (Timeline): Typos and other English mistakes
* doc/automake.texi: Typos.
* doc/automake.texi (Clean): Document -local targets.
* tests/compile.test, tests/instsh2.test, tests/instspc.test: Use
* configure.ac: Require Perl 5.6.
more files to ignore
* automake.in (handle_languages, define_compiler_variable): Output
* tests/subobj9.test: Adjust regexes after previous patch.
* automake.in (Languages): Split .s (asm) and .S (cppasm) into
* m4/as.m4 (AM_PROG_AS): Check dependency tracking mode for CCAS.
* doc/automake.texi (Extending): Typo.
* aclocal.in ($ac_defun_rx): Match AC_DEFUN_ONCE.
* doc/automake.texi (Sources): Typo, reported by Karl Berry.
* lib/compile: Handle output.obj in addition to output.o.
* configure.ac: Export @address@hidden
* doc/automake.texi (Install): Link to node Extending for examples.
* automake.in (get_object_extension): The extension to use is know
* lib/install-sh: Fix the dirname emulation to ignore trailing
* doc/automake.texi (Libtool Convenience Libraries): Explain how
* tests/distcom3.test: Typo.
* tests/comment8.test: Use $MAKE, not make.
* doc/automake.texi: Untabify, tabs in the examples are poorly
* doc/automake.texi (LIBOBJS): Augment with an example setup.
* doc/automake.texi (LIBOBJS): Spelling and grammar corrections
* lib/config.guess, lib/texinfo.tex: New upstream versions.
* aclocal.in: Use strict and -w. Declare local variables with `my',
* lib/Automake/XFile.pm (lock): Make sure $ENV{'MAKEFLAGS'} exists
* aclocal.in (write_aclocal): Make sure $map_traced_defs{$m} exists
* tests/defs.in: Do not distinguish VERBOSE=x from
* aclocal.in: Use Automake::ChannelDefs, and adjust all output
* aclocal.in (parse_arguments): Correct comment. From Akim.
* aclocal.in ($acdir): Rename as ...
* aclocal.in (parse_arguments): Fix detection of unexisting default
* aclocal.in (parse_arguments): Correctly recognize --print-ac-dir.
* doc/automake.texi (Libtool Modules): Make clearer that -module
* m4/python.m4 (AM_PATH_PYTHON): Fix the invocation of
* tests/defs.in (testaclocaldir): New variable.
* aclocal.in (%file_type, FT_USER, FT_AUTOMAKE_SYSTEM): New variables.
* aclocal.in (version): Remove initial blank line and reproduce
* aclocal.in (%file_seen): Rename as ...
* lib/am/progs.am (installcheck-%DIR%PROGRAMS): Run programs with
* automake.in (parse_arguments): Diagnose empty arguments, options
* aclocal.in (parse_arguments): Diagnose abbreviation ambiguous with
* doc/automake.texi (Built sources example): Fix typo.
* Makefile.am (maintainer-clean): Check for unescaped @ in manual.
* doc/automake.texi (Conditional Subdirectories): More comments
* doc/automake.texi (Flag Variables Ordering): New section.
* doc/automake.texi (renamed objects, CVS): Typos.
* doc/automake.texi: Use @acindex for Autoconf macros, and @vindex
* doc/automake.texi (Clean): Typo.
* lib/py-compile: Add --destdir switch to py-compile that takes a
* lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
* lib/Automake/FileUtils.pm (dir_has_case_matching_file,
* doc/automake.texi (Java): Mention dist_ and add an example.
Fix PR automake/441:
* doc/automake.texi (Per-Object Flags): New node.
* automake.in (check_user_variables): New function, extracted
* ChangeLog.03: New file, extracted from ChangeLog.
* install-sh: Use `(exit N); exit N', not `(exit N); exit'.
* doc/automake.texi: Correct several misuses of @xref and @pxref.
* doc/automake.texi: Fix more misuses of @xref and @pxref, including
* doc/automake.texi: Bump GFDL version to 1.2, since that is
* doc/automake.texi (gettext): Move the paragraph about
* lib/config-ml.in, lib/config.guess, lib/config.sub,
Declare recursive install targets as dependencies of `.MAKE', so
* lib/am/texinfos.am (uninstall-info-am): Show change of
* Makefile.am (maintainer-check): Refine check for @_ in scalar
* automake.in (Preprocessed Fortran): Fix the definition of FCLINK.
Support for `install-dvi', `install-html', `install-ps', and
* tests/man2.test, tests/transform.test: Specify --mandir, in order
* aclocal.in (parse_arguments, write_aclocal): Bump copyright year.
* doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss
Fix handling of per-target flags in link rules.
* aclocal.in ($ac_defun_rx): Match AU_ALIAS.
* doc/automake.texi (A Library, LIBOBJS): Mention that empty
* m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4,
* m4/amversion.in (AM_AUTOMAKE_VERSION): Point users to
* lib/am/subdirs.am ($(RECURSIVE_TARGETS), $(RECURSIVE_CLEAN_TARGETS)):
* doc/automake.texi (How the Linker is Chosen): Explain how the
* doc/automake.texi (direntry): Let `info Automake' point to the
* doc/automake.texi (Macro search path): Using --acdir is not
Preliminary support for `aclocal --install'.
* aclocal.in (list_compare): New functions.
* doc/automake.texi (aclocal options): Typo.
* lib/depcomp: Exit with nonzero status if a write failure occurs
* lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
* lib/compile: Likewise.
* aclocal.in ($serial_line_rx): Allow trailing garbage after the
* doc/automake.texi (aclocal options, Macro search path,
* aclocal.in (usage, parse_arguments): New --dry-run and --diff
* lib/mdate-sh: Cope with Darwin's Day/Month/Year output.
* aclocal.in ($serial_line_rx): Expect at least one space between
* doc/automake.texi (Requirements): Show one example of
* lib/missing (makeinfo): Compute the output file if neither -o
* doc/automake.texi (Requirements, Options): Typos.
* lib/mdate-sh: Check the size of the word following the month to
Fix for PR automake/447:
* automake.in (read_am_file): Define variable containing long
* doc/automake.texi (Hard-Coded Install Paths): New node.
* lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
* doc/automake.texi: Reword a few sentences to fix all underflow
* doc/automake.texi (Flag Variables Ordering, User Variables):
* doc/automake.texi (Alternative): Show how to rewrite nobase_
* doc/automake.texi (A Library, Libtool Libraries): Show how to link
* doc/automake.texi: "filename" -> "file name", for consistency
* doc/automake.texi: Replace many uses of @samp by @code, and
* m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
Fix for PR automake/448:
Fix for PR automake/450:
* automake.in (read_am_file): Preserve backslashes preceding ##-lines.
* tests/comment9.test: Typo.
For PR automake/450:
For PR automake/450:
* aclocal.in (scan_configure_dep, scan_file): Include file names
* doc/automake.texi: Replace wicked whiches by thats.
* lib/am/lisp.am ($(am__ELCFILES)): Do not attempt to recover
* doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.
* lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover
* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
* doc/automake.texi (Uniform): Use xmldir instead of htmldir as
* doc/automake.texi: Fix a few typos.
* doc/automake.texi: When the phrase "for instance" introduces a
* doc/automake.texi (Dist): Correct English.
Alexandre Duret-Lutz <address@hidden>
* tests/output11.test, tests/output12.test: Use rm -f.
* tests/cxxnoc.test: Adjust grep pattern for CC, because CVS
* COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,
Fix PR automake/461:
typo
typo
* lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.
* doc/automake.texi (Extending aclocal): Typo.
* lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
* lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
* automake.in (handle_footer): Do not output an unformatted
* tests/aclocal5.test: Adjust to recent CVS Autoconf changes.
* lib/Automake/Variable.pm (define, _new): Remember the helper
* lib/mdate-sh: Avoid infinite loop with GNU ls when TIME_STYLE is set.
* doc/automake.texi (Include, Extending aclocal): Typos.
* lib/mkinstalldirs: Fix support for directory name with spaces if
* automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
typo
* automake.in (read_am_file): Correctly diagnose comments following
* automake.in (make_paragraphs): Do not define %TOPDIR%, now that
* m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5.
* doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
* lib/depcomp: Handle "#line" markers as well as "# " markers in
* doc/automake.texi (Public macros): Typo.
* lib/install-sh: Use IFS=/ to split directories on /, don't translate
* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
revert mistaken commit
* Makefile.am (automake, aclocal): Merge the rules.
* tests/instspc.test: Major rewrite to test for many other
* doc/automake.texi (Auxiliary Programs): Fix a typo.
* tests/defs.in: When required matches both `*libtool*' and
* lib/Automake/Variable.pm (require_variables): Mention aclocal's
remove amversion.m4
* doc/automake.texi (Linking, Program and Library Variables):
* tests/library3.test: Fix a typo which made the test fail.
* lib/am/texinfos.am (uninstall-info-am): Call install-info only if
fix ChangeLog
* m4/mkdirp.m4: Update misleading comment about `mkdir -p .'.
* automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
* automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
* lib/Automake/Variable.pm (variable_value): Do not read the TRUE
* lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
* automake.in (Languages) <cppasm>: Fix typo in the comment.
2005-10-03 Alexandre Duret-Lutz <address@hidden>
* ChangeLog.03, automake.in, tests/overrid.test: Typos.
* doc/automake.texi (Program and Library Variables): Typo.
* tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
* lib/depcomp: Add 'ia64hp' dependency style.
* automake.in (top_srcdir): New global.
* doc/automake.texi: Bump copyright year.
* doc/automake.texi (Linking, Program and Library Variables):
2006-01-12 Alexandre Duret-Lutz <address@hidden>
* ChangeLog: Move 2004's entries to ...
* lib/install-sh (dstdir): Don't use semicolons inside { } in
Append $(EXEEXT) to programs that may be listed in TESTS.
* doc/automake.texi (distcleancheck): Fix bad wording. Report
* doc/automake.texi (Python): More examples.
* doc/automake.texi (Complete, Extending aclocal, Public macros)
* doc/automake.texi (Yacc and Lex): Document that `.ypp' and
* lib/Automake/ChannelDefs.pm: Make -Wportability the default in
* automake.in (lang_c_rewrite): Make the AM_PROG_CC_C_O requirement
* automake.in (lang_c_rewrite): Typo in previous change.
* tests/check5.test, tests/nobast.test: Fix $MAKE and rm
* aclocal.in ($m4_include_rx): Do not recognize `include', and
* automake.in (handle_single_transform): Preserve directories in
* automake.in (%ignored_configure_vars): New variable.
* lib/Automake/Variable.pm (_hash_varname, _hash_values): New functions.
* m4/amversion.in (_AM_AUTOCONF_VERSION): New macro.
* m4/mkdirp.m4 (AM_PROG_MKDIR_P): Rewrite using AC_PROG_MKDIR_P.
* automake.in (handle_LIBOBJS): Don't rely on the caller defining $1.
* automake.in (handle_LIBOBJS_or_ALLOCA): With subdir-objects,
* aclocal.in (install_file): Cannot use /dev/null while diffing
* doc/automake.texi (Conditionals): Split in two sections, "Usage"
* automake.in (dist_dirs, fill_dist_dirs): Remove.
* m4/init.m4: Suggest fixing the call to AC_INIT when
* doc/automake.texi (Scripts): Revamp. Show an example of script
* doc/automake.texi (Scripts): Fix some errors in previous patch.
* automake.in: Register "Unified Parallel C" as language.
* doc/automake.texi (Autotools Introduction) New chapter.
* doc/automake.texi: Fix some typos in the introduction,
* doc/automake.texi (Standard Directory Variables): Fix multitable
* NEWS, configure.ac, m4/init.m4, m4/lispdir.m4, m4/mkdirp.m4:
* Makefile.am (SUBDIRS): Build lib first, for lib/Automake/Config.pm.
* Makefile.am (maintainer-check): Check for mkdir_p.
* doc/automake.texi (Releases): Update statistics until 1.9.6.
* lib/am/lex.am, lib/am/yacc.am: Drop the inline rules, always use
* m4/mkdirp.m4 (AM_PROG_MKDIR_P): Prefix mkdir_p with
* INSTALL, lib/INSTALL, lib/texinfo.tex, lib/config.sub: New
* Makefile.am (maintainer-check): Fine-tune the "Unescaped @"
* m4/mkdirp.m4: Typo in previous patch.
* Makefile.am (maintainer-check): Check for mkdir_p in automake.in
* NEWS, configure.ac: Bump version to 1.9b.
Jim Meyering (1):
s/Speaking about potential distribution errors,...
Paul Eggert (15):
Don't use "set - x`$ls_command /`", as zsh mishandles
* lib/mdate-sh: Don't use "set - x`$ls_command /`".
Import mdate-sh change from automake.
Fix typo in previous log change.
* doc/automake.texi (limitations on file names): New section.
Use "trap '' 0" instead of "trap - 0", so that
* lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
Update scriptversion.
* lib/install.sh: Handle --, and diagnose unknown options.
Update scriptversion.
Fix typo: install.sh -> install-sh.
* lib/install-sh: Sync from Autoconf, as follows:
* lib/install-sh: Don't incorrectly claim that this implementation
in in -> in
Propagate fixes to install-sh and depcomp.
Ralf Wildenhues (54):
Allow package trees (packages with subpackages) to share
* aclocal.in (write_aclocal): Unlink `aclocal.m4' before
* tests/depcomp6.test, tests/depcomp7.test: New tests,
* tests/depcomp6.test, tests/depcomp7.test: Fix failure logic
* lib/Automake/RuleDef.pm (DESCRIPTION): Typo.
* m4/init.m4 (AM_INIT_AUTOMAKE): Add `_AM_DEPENDENCIES(OBJC)'
* aclocal.in (parse_arguments): Added wildcard support to the
* tests/depcomp6.test, tests/depcomp7.test: Change back to
* automake.in (libtool_new_api): Fix a typo in the comment.
* tests/mmodely.test: Fix the test on systems with no lex.
Update copyright year
* NEWS: Fix typo.
* m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c,
* lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
* lib/am/check.am (check-TESTS): Match XFAIL_TESTS delimited by
Regenerate.
* lib/am/dejagnu.am (check-DEJAGNU): Fail when at least one test
* lib/install-sh: Simplify the expr implementation of dirname.
* doc/automake.texi (Dependency Tracking Evolution): Fix typo.
* lib/missing (sed_minuso, sed_output): New variables.
Regenerate with current CVS Autoconf and Automake.
* lib/missing: Remove superfluous quotes. Replace all uses of
* tests/aclocal7.test: Add `$sleep's between file touching
* lib/depcomp (ia64hp): Rename dependency style to..
* tests/mkinst3.test: Fix `mkdir' wrapper to not be confused
* tests/java.test: `configure' uses a trap, so use `(exit 77);
* tests/overrid.test: Change all regexes for warning messages to
* tests/longlin2.test: Do not use `grep' on Makefile.am:
* configure.ac: Recommend perl-5.8.2.
* tests/defs.in (Be Bourne compatible): Update from current
* tests/depcomp6.test, tests/depcomp7.test: Cater for OpenBSD
* lib/am/ansi2knr.am (ansi2knr): Rename target as...
* tests/distdir.test: Do not use leading `./' in EXTRA_DIST for
* lib/am/java.am (class%DIR%.stamp): Do not assume `$?' has
* lib/install-sh: Initialize IFS, so field splitting isn't
* tests/ansi10.test: Use AC_PROG_CC_STDC. Fix test that
* tests/missing.test, tests/missing2.test: Do not require
* lib/Automake/Channels.pm, lib/Automake/Condition.pm,
* lib/gnupload: Add support for savannah.gnu.org and
* doc/automake.texi (Auxiliary Programs): Fix URL to GCC
* INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
* lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
* lib/Automake/XFile.pm (lock): Allow EOPNOTSUPP, besides
* doc/automake.texi (Options): Add anchor `tar-formats'.
* m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Do not use
* tests/pr401.test: Replace "perl -i" with sed and mv, for
* tests/gettext.test: AM_PROG_GETTEXT of gettext >= 0.14.3
* configure.ac (ACLOCAL): Use `-I m4' to match `./bootstrap'
* m4/depend.m4 (_AM_DEPENDENCIES): The IRIX MIPSpro compiler
* lib/am/distdir.am: Do not call $(mkdir_p) for each
* automake.in (scan_texinfo_file): Fix matching file extension.
* m4/mkdirp.m4 (AM_PROG_MKDIR_P): Set `mkdir_p' to
* tests/defs.in (AUTOMAKE_run): Redirect stdout before stderr,
* doc/automake.texi: Fix some typos.
-----------------------------------------------------------------------
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake annotated tag, Release-1-9b, created. Release-1-9b,
Alexandre Duret-Lutz <=