- 18 Jan, 2022 1 commit
-
-
Eric Dorland authored
* Add support for Python 3.10 and 3.11.
-
- 23 Oct, 2021 1 commit
-
-
Eric Dorland authored
-
- 22 Oct, 2021 3 commits
-
-
Eric Dorland authored
Update to upstream version '1.16.5' with Debian dir bf876bff9d4ce1c85ed475f8a49e0384d8694b09
-
Eric Dorland authored
-
Eric Dorland authored
Remove unnecessary constraints See merge request !2
-
- 15 Oct, 2021 1 commit
-
-
Janitor authored
* Build-Depends-Indep: Drop versioned constraint on autoconf and texinfo. * automake: Drop versioned constraint on autoconf and autotools-dev in Depends. Changes-By: deb-scrub-obsolete
-
- 04 Oct, 2021 3 commits
-
-
Jim Meyering authored
* configure.ac (AC_INIT): Bump version number to 1.16.5. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap"). * NEWS: Record release version.
-
Jim Meyering authored
* maintainer/syntax-checks.mk (sc_perl_local): Use grep -E in place of "egrep".
-
Jim Meyering authored
* NEWS: Remove trailing white space. * NEWS-2.0: Likewise. * contrib/checklinkx: Likewise. * doc/local.mk (chlx_args): Likewise. * m4/python.m4: Likewise. * t/test-extensions-empty.sh: Likewise.
-
- 29 Sep, 2021 1 commit
-
-
Karl Berry authored
This change addresses https://bugs.gnu.org/49309. * doc/automake.texi (Testsuite Environment Overrides): new subsubsection, separating out [AM_]TESTS_ENVIRONMENT description. Add example to get "RUNNING: <testname>" when a test starts.
-
- 28 Sep, 2021 1 commit
-
-
Karl Berry authored
* doc/automake.texi (Alternative): remove obsolete footnote. (Yacc and Lex): tweak wording, more consistent capitalization. (Linking Multiple Yacc Parsers): new subsection. Also add @shortcontents. Also update texinfo-master-menu (for the first time in ages).
-
- 27 Sep, 2021 1 commit
-
-
Karl Berry authored
* lib/config.sub: Update.
-
- 20 Sep, 2021 2 commits
-
-
Jim Meyering authored
* configure.ac (AC_INIT): Bump version number to 1.16h. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
-
Jim Meyering authored
* configure.ac (AC_INIT): Bump version number to 1.16g for snapshot. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
-
- 19 Sep, 2021 1 commit
-
-
Karl Berry authored
--with-python-sys-prefix is specified; otherwise, return to previous behavior of using the GNU ${prefix} and ${exec_prefix}. * doc/automake.texi (Python): document the new behavior. * m4/python.m4 (AM_PATH_PYTHON): conditionalize use of Python's sys.* values on the new option --with-python-sys-prefix. * t/python-prefix.sh: doc update. * t/python-vars.sh: test both GNU and Python prefix values. * NEWS: mention this.
-
- 18 Sep, 2021 1 commit
-
-
Karl Berry authored
* THANKS: update with missed recent committer. * NEWS: mention yyerror decl in our tests now uses const.
-
- 11 Sep, 2021 1 commit
-
-
Akim Demaille authored
Some of yacc error messages are const strings; it makes no sense for yyerror to take a 'char *', it should be a 'const char *' as POSIX now requires. Fixes all the failures reported by Kiyoshi Kanazawa. <https://lists.gnu.org/r/bug-bison/2021-09/msg00005.html> See bug#50469 <https://debbugs.gnu.org/50469>. * t/cond35.sh, t/silent-many-languages.sh, t/silent-yacc-headers.sh, * t/silent-yacc.sh, t/subpkg-yacc.sh, t/suffix10.tap, t/yacc-basic.sh, * t/yacc-clean.sh, t/yacc-d-basic.sh, t/yacc-d-vpath.sh, * t/yacc-deleted-headers.sh, t/yacc-depend.sh, t/yacc-depend2.sh, * t/yacc-dist-nobuild-subdir.sh, t/yacc-dist-nobuild.sh, t/yacc-dry.sh, * t/yacc-line.sh, t/yacc-misc.sh, t/yacc-mix-c-cxx.sh, t/yacc-nodist.sh, * t/yacc-pr204.sh, t/yacc-subdir.sh, t/yacc-vpath.sh, * t/yflags-cmdline-override.sh, t/yflags-force-override.sh (yyerror): From 'char *' to 'const char *'. Enforce consistency: prefer '{}' to '{ return; }'.
-
- 10 Sep, 2021 3 commits
-
-
Jan Engelhardt authored
Report and patch: https://lists.gnu.org/archive/html/automake/2021-08/msg00016.html * bin/automake.in (generate_makefile): depend on install-libLTLIBRARIES for all PROGRAMS and LTLIBRARIES, such as install-pkglibLTLIBRARIES. * NEWS: mention this.
-
Eric Dorland authored
-
Eric Dorland authored
Thanks Simon McVittie. Closes: 992416
-
- 18 Aug, 2021 1 commit
-
-
Nick Bowler authored
This change addresses https://bugs.gnu.org/50046. Patch posted: https://lists.gnu.org/archive/html/automake-patches/2021-08/msg00000.html * m4/init.m4: Make attempts to expand AM_INIT_AUTOMAKE more than once a fatal error at m4 time.
-
- 15 Aug, 2021 4 commits
-
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
Update to upstream version '1.16.4' with Debian dir 4f50200ceca5024124b7e5ff31d5dd1ee955bacd
-
Eric Dorland authored
-
- 09 Aug, 2021 1 commit
-
-
Karl Berry authored
* doc/help2man: update to 1.48.24
-
- 08 Aug, 2021 2 commits
-
-
Karl Berry authored
* doc/help2man: update to 1.48.2.
-
Dimitri Papadopoulos Orfanos authored
* HACKING: typo from codespell. * doc/local.mk: likewise. * lib/am/header-vars.am: likewise. * lib/am/lisp.am: likewise. * t/cond24.sh: likewise. * t/cond36.sh: likewise. * t/dist-auxdir-many-subdirs.sh: likewise. * t/link_override.sh: likewise. * t/parallel-tests-console-output.sh: likewise. * t/subobj11a.sh: likewise. * t/subobj11b.sh: likewise.
-
- 27 Jul, 2021 1 commit
-
-
Karl Berry authored
* lib/py-compile: consistently use test rather than [ ... ]; use consistent sh indentation; check exit status consistently.
-
- 26 Jul, 2021 2 commits
-
-
Jim Meyering authored
* configure.ac (AC_INIT): Bump version number to 1.16f. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
-
Jim Meyering authored
* configure.ac (AC_INIT): Bump version number to 1.16.4. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap"). * NEWS: Record release version.
-
- 22 Jul, 2021 1 commit
-
-
Karl Berry authored
* lib/gendocs.sh: Update.
-
- 19 Jul, 2021 3 commits
-
-
Jim Meyering authored
* configure.ac (AC_INIT): Bump version number to 1.16e for snapshot. * m4/amversion.m4: Regenerate.
-
Jim Meyering authored
* configure.ac (AC_INIT): Bump version number to 1.16d for snapshot. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
-
Jim Meyering authored
* NEWS: Indent consistently.
-
- 18 Jul, 2021 1 commit
-
-
Karl Berry authored
* HACKING: update for some current realities.
-
- 16 Jul, 2021 2 commits
-
-
Jacob Bachmeyer authored
Patch posted: https://lists.gnu.org/archive/html/automake-patches/2021-07/msg00009.html * t/check12.sh: Consistently use the directory name, testsuite/, for all DejaGnu tests, and always use recursive make to run DejaGnu, for backward and forward compatibility. * t/dejagnu3.sh: Likewise. * t/dejagnu4.sh: Likewise. * t/dejagnu5.sh: Likewise. * t/dejagnu6.sh: Likewise. * t/dejagnu7.sh: Likewise. * t/dejagnu-absolute-builddir.sh: Likewise. * t/dejagnu-relative-srcdir.sh: Likewise. * t/dejagnu-siteexp-extend.sh: Likewise. * t/dejagnu-siteexp-useredit.sh: Likewise. * NEWS: mention this. * THANKS: new contributor.
-
Nick Gasson authored
Patch posted: https://lists.gnu.org/archive/html/automake-patches/2021-07/msg00010.html * bin/automake.in (define_per_target_linker_variable): Use AM_V_${target}_LINK if defined as the verbose variable name for custom link commands. * doc/automake.texi (Program and Library Variables): Document the new variable. * t/link_override.sh: Add extra checks for silent make rules. * NEWS: Mention this. * THANKS: new contributor.
-
- 12 Jul, 2021 2 commits
-
-
meyering authored
* maintainer/syntax-checks.mk (toupper): Tighten the regexp to avoid a new false-match in t/python-prefix.sh. * t/instmany-python.sh: Use run_make in place of some $MAKE uses. * t/python-prefix.sh: Likewise. * t/python-vars.sh: Likewise.
-
Jim Meyering authored
-