Files
bpfire/lfs
Adolf Belka 5bf383da9e automake: Update to version 1.17
- Update from version 1.16.5 to 1.17
- Update of rootfile
- Changelog
    1.17
	* New features added
	  - AM_PATH_PYTHON will, after checking "python", prefer any Python 3
	    version (latest versions checked first) over any Python 2
	    version. If a specific version of Python 2 is still needed, the
	    $PYTHON variable should be set beforehand.
	  - AM_PATH_PYTHON will also search for Python versions 3.20 through 3.10.
	    It previously searched for 3.9 through 3.0. (bug#53530)
	  - RANLIB may be overridden on a per-target basis.
	  - AM_TEXI2FLAGS may be defined to pass extra flags to TEXI2DVI & TEXI2PDF.
	  - New option "posix" to emit the special target .POSIX for make.
	    (bug#55025, bug#67891)
	  - Systems with non-POSIX "rm -f" behavior are now supported, and the
	    prior intent to drop support for them has been reversed.
	    The ACCEPT_INFERIOR_RM_PROGRAM setting no longer exists.
	    (bug#10828)
	  - Variables using escaped \# will trigger portability warnings, but be
	    retained when appended.  GNU Make & BSD Makes are known to support it.
	    (bug#7610)
	  - GNU Make's default pattern rules are disabled, for speed and debugging.
	    (.SUFFIXES was already cleared.) (bug#64743)
	  - For Texinfo documents, if a .texi.in file exists, but no .texi, the
	    .texi.in will be read. Texinfo source files need not be present at
	    all, and if present, need not contain @setfilename. Then the file name
	    as given in the Makefile.am will be used.  If @setfilename is present,
	    it should be the basename of the Texinfo file, extended with .info.
	    (bug#54063)
	  - aclocal has a new option --aclocal-path to override $ACLOCAL_PATH.
	    (https://lists.gnu.org/archive/html/automake-patches/2022-01/msg00029.html)
	  - The missing script also supports autoreconf, autogen, and perl.
	    (https://lists.gnu.org/archive/html/automake-patches/2015-08/msg00000.html)
	  - test-suite.log now contains basic system information, and the
	    console message about bug reporting on failure has a bit more detail.
	    (bug#68746, bug#71421)
	  - When using the (default) "parallel" test driver, you can now omit the
	    output of skipped tests from test-suite.log by defining the
	    variable IGNORE_SKIPPED_LOGS to a non-empty value. (bug#71422)
	* Bugs fixed
	  - Generated file timestamp checks handle filesystems with subsecond
	    timestamp granularity dynamically, greatly speeding up the sleep
	    done by AC_OUTPUT when generating config.status (all packages) and
	    Automake's make check.
	    However, this subsecond-mtime support requires an autom4te from
	    Autoconf 2.72 or later (or random test failures and other timing
	    problems may ensue), as well as a Perl, sleep program, make program,
	    and filesystem that all support subsecond resolution; otherwise, we
	    fall back to a two-second granularity, not even testing the (common)
	    1s case since that would induce a 2s delay for all configure scripts
	    in all packages on all systems that don't support subsecond mtimes.
	    When everything is supported, a line "Features: subsecond-mtime" is
	    now printed by automake --version and autom4te --version.
	    To override this check and delay, e.g. to use 1 second:
	      am_cv_filesystem_timestamp_resolution=1
	      export am_cv_filesystem_timestamp_resolution
	    (commit 720a11531,
	      https://lists.gnu.org/archive/html/automake-commit/2022-02/msg00009.html
	    then bug#60808, bug#64756, bug#67670, bug#68808, bug#71652,
	    history reviewed in
	      https://lists.gnu.org/archive/html/automake/2024-06/msg00054.html
	    and more info in surrounding threads.)
	  - The default value of $ARFLAGS is now "cr" instead of "cru", to better
	    support deterministic builds. (bug#20082)
	  - Automake's make dist now uses -9 instead of --best with gzip,
	    because Alpine gzip does not support --best. Also, GZIP_ENV is used
	    only for compression, not decompression, because of the same system.
	    (bug#68151)
	  - Dependency files are now empty, instead of "# dummy", for speed.
	    (https://lists.gnu.org/archive/html/automake/2022-05/msg00006.html)
	  - Compiling Python modules with Python 3.5+ uses multiple optimization
	    levels. (bug#38043)
	  - If the Python installation "scheme" is set to posix_local (Debian),
	    it is reset to either deb_system (if the prefix = /usr), or
	    posix_prefix (otherwise). (bug#54412, bug#64837)
	  - As a result of the Python scheme change, the installation directory
	    for Python files again defaults to "site-packages" under the usual
	    installation prefix, even on systems (generally Debian-based) that
	    would normally use the "dist-packages" subdirectory under
	    /usr/local.
	  - When compiling Emacs Lisp files, emacs is run with --no-site-file to
	    disable user config files that might hang or access the terminal;
	    and -Q is not used, since its support and behavior varies. (bug#58102)
	  - Emacs Lisp compilations respect silent make output.
	  - Automake no longer incorrectly warns that the POSIX make variables
	    $(*D) and the like are non-POSIX. Unfortunately, the make
	    implementations which do not correctly implement all the POSIX
	    variables are not detected, but this seems to have little impact
	    in practice. (bug#9587)
	  - Pass libtool tags OBJC and OBJCXX for the respective languages.
	    (bug#67539)
	  - distcleancheck ignores "silly rename" files (.nfs* .smb* .__afs*)
	    that can show up on network file systems.
	    (https://lists.gnu.org/archive/html/automake/2022-09/msg00002.html)
	  - Pass any options given to AM_PROG_LEX on to AC_PROG_LEX.
	    (bug#65600, bug#65730)
	  - aclocal: recognize ; as path separator on OS/2 and Windows. (bug#71534)
	  - Hash iterations with external effects now consistently sort keys.
	    (bug#25629, bug#46744)
	  - tests: avoid some declaration conflicts for lex et al. on SunOS.
	    (bug#34151 and others)
	  - tests: declare yyparse before use and use (void) parameter lists
	    instead of (), to placate C23. (bug#71425)
	  - Typos in code and other doc fixes. (bug#68003, bug#68004, et al.)
	* Obsolescence:
	  - py-compile no longer supports Python 0.x or 1.x versions.  Python 2.0,
	    released in 2000, is currently the minimum required version.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-08-26 08:12:40 +00:00
..
2023-04-18 21:16:10 +00:00
2024-01-31 10:27:12 +00:00
2023-04-18 21:16:24 +00:00
2022-04-02 14:19:25 +00:00
2024-08-20 16:08:32 +00:00
2024-07-22 15:21:21 +00:00
2023-04-24 18:59:23 +00:00
2023-04-18 21:17:23 +00:00
2023-04-18 21:18:54 +00:00
2024-01-23 13:57:29 +00:00
2022-04-02 14:19:25 +00:00
2024-08-19 10:01:01 +00:00
2024-08-26 08:12:40 +00:00
2023-12-06 11:18:29 +00:00
2023-04-18 21:20:11 +00:00
2024-05-07 05:51:18 +00:00
2024-08-14 09:07:16 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-08-19 10:01:01 +00:00
2024-07-02 09:18:29 +00:00
2024-08-23 09:57:09 +00:00
2024-08-03 09:41:57 +00:00
2022-04-02 14:19:25 +00:00
2023-09-12 16:10:14 +00:00
2022-04-02 14:19:25 +00:00
2024-01-29 16:03:31 +00:00
2024-08-13 09:13:41 +00:00
2022-04-02 14:19:25 +00:00
2024-07-22 15:21:21 +00:00
2023-01-26 23:19:05 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-08-19 18:09:17 +00:00
2022-04-02 14:19:25 +00:00
2024-01-03 21:11:17 +00:00
2024-02-10 11:52:39 +00:00
2023-01-26 23:17:12 +00:00
2024-08-19 10:01:01 +00:00
2023-03-05 14:15:52 +00:00
2024-08-20 16:08:32 +00:00
2024-08-06 14:17:39 +00:00
2024-08-19 09:55:29 +00:00
2024-06-14 07:47:54 +02:00
2024-03-20 17:49:27 +01:00
2024-08-13 09:13:51 +00:00
2022-07-27 09:49:36 +00:00
2024-08-14 09:07:56 +00:00
2024-08-06 09:13:42 +00:00
2023-11-21 19:01:09 +00:00
2022-04-05 05:54:38 +00:00
2024-08-15 10:45:04 +00:00
2022-04-02 14:19:25 +00:00
2024-06-27 15:51:47 +02:00
2024-02-01 16:05:44 +00:00
2022-04-02 14:19:25 +00:00
2024-01-23 11:35:15 +00:00
2024-05-25 10:59:33 +02:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-07-22 15:21:21 +00:00
2023-07-26 16:08:59 +00:00
2024-06-14 07:54:03 +02:00
2023-03-04 14:02:05 +00:00
2024-03-12 10:11:53 +00:00
2023-03-05 15:00:03 +00:00
2022-04-02 14:19:25 +00:00
2024-07-02 09:07:32 +00:00
2024-08-14 09:08:29 +00:00
2024-03-14 18:37:58 +00:00
2024-08-19 09:55:29 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-08-13 09:14:00 +00:00
2024-08-23 10:01:06 +00:00
2024-01-31 17:04:48 +00:00
2024-07-22 15:21:21 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:44:15 +01:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-08-15 10:45:13 +00:00
2024-08-13 09:14:08 +00:00
2023-07-26 16:09:00 +00:00
2024-08-13 09:14:15 +00:00
2023-09-12 16:12:53 +00:00
2022-04-24 14:07:44 +00:00
2024-08-13 09:14:30 +00:00
2023-07-26 16:09:00 +00:00
2023-11-21 19:09:32 +00:00
2024-08-19 10:01:01 +00:00
2022-04-02 14:19:25 +00:00
2024-03-12 10:12:13 +00:00
2022-04-02 14:19:25 +00:00
2024-07-22 15:21:21 +00:00
2024-08-14 09:08:54 +00:00
2023-07-31 09:23:21 +00:00
2024-08-19 10:01:01 +00:00
2023-08-08 16:02:35 +00:00
2022-04-02 14:19:25 +00:00
2024-08-23 09:57:36 +00:00
2023-06-25 13:49:34 +00:00
2022-04-02 14:19:25 +00:00
2024-02-29 10:21:54 +00:00
2023-06-15 09:30:34 +00:00
2023-07-31 09:23:03 +00:00
2022-07-09 09:08:22 +00:00
2023-09-12 16:13:34 +00:00
2024-08-13 09:14:37 +00:00
2023-11-21 19:12:54 +00:00
2023-01-18 23:30:15 +00:00
2024-01-31 17:05:40 +00:00
2024-08-07 09:32:57 +00:00
2022-04-02 14:19:25 +00:00
2024-08-13 09:14:55 +00:00
2024-01-16 12:35:30 +00:00
2022-07-11 13:04:01 +00:00
2024-07-22 15:21:21 +00:00
2022-04-02 14:19:25 +00:00
2023-01-26 22:50:22 +00:00
2024-03-26 07:36:02 +00:00
2023-04-24 18:41:52 +00:00
2022-04-02 14:19:25 +00:00
2024-08-13 09:15:02 +00:00
2024-01-03 21:12:45 +00:00
2024-08-14 09:09:31 +00:00
2024-01-23 13:52:57 +00:00
2023-12-30 07:37:04 +00:00
2022-04-02 14:19:25 +00:00
2024-01-23 13:59:39 +00:00
2022-04-24 19:02:42 +00:00
2024-07-02 09:14:20 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-06-26 15:14:26 +02:00
2022-12-31 10:56:10 +00:00
2023-08-29 09:51:28 +00:00
2024-06-26 15:20:48 +02:00
2024-08-13 09:15:09 +00:00
2023-01-09 18:36:05 +00:00
2024-04-28 17:23:41 +00:00
2024-08-14 09:09:54 +00:00
2023-08-29 09:54:23 +00:00
2022-04-02 14:19:25 +00:00
2024-08-19 10:01:01 +00:00
2023-12-30 07:33:44 +00:00
2024-07-22 15:21:21 +00:00
2022-04-30 08:56:30 +00:00
2024-08-09 10:38:14 +00:00
2024-08-09 10:38:43 +00:00
2024-08-09 14:22:12 +00:00
2024-08-09 10:39:37 +00:00
2022-12-29 11:22:22 +00:00
2022-12-26 08:30:22 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-12-27 16:26:45 +00:00
2024-02-29 10:22:01 +00:00
2024-08-09 10:41:05 +00:00
2023-09-12 16:06:26 +00:00
2024-04-28 17:23:41 +00:00
2024-07-02 09:07:19 +00:00
2024-01-23 14:00:08 +00:00
2024-08-09 10:40:03 +00:00
2024-08-09 10:40:29 +00:00
2024-04-21 20:09:40 +00:00
2022-04-02 14:19:25 +00:00
2022-04-10 10:18:40 +00:00
2022-12-27 16:34:44 +00:00
2024-02-25 02:03:24 +01:00
2022-04-02 14:19:25 +00:00
2024-08-09 14:21:42 +00:00
2024-08-13 09:03:40 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-05-03 07:28:37 +00:00
2024-03-12 10:12:58 +00:00
2024-02-29 10:23:49 +00:00
2024-08-13 09:04:04 +00:00
2024-01-03 21:19:41 +00:00
2022-04-02 14:19:25 +00:00
2024-08-13 09:09:07 +00:00
2024-01-11 11:59:09 +00:00
2024-01-23 13:53:38 +00:00
2022-11-28 13:09:53 +01:00
2024-08-13 09:04:34 +00:00
2024-08-13 09:08:26 +00:00
2023-01-26 23:11:22 +00:00
2023-03-05 15:13:24 +00:00
2024-08-13 09:09:38 +00:00
2024-08-13 09:10:08 +00:00
2024-02-07 11:21:49 +00:00
2022-05-30 19:45:10 +00:00
2023-07-26 16:08:59 +00:00
2024-08-13 09:10:36 +00:00
2024-08-06 09:12:58 +00:00
2022-04-02 14:19:25 +00:00
2024-01-25 10:23:03 +00:00
2024-08-19 18:09:17 +00:00
2024-08-06 09:11:59 +00:00
2022-04-02 14:19:25 +00:00
2023-12-30 07:30:29 +00:00
2022-12-27 16:31:49 +00:00
2023-03-05 14:53:06 +00:00
2024-01-23 13:53:58 +00:00
2023-12-30 07:29:51 +00:00
2023-11-21 19:27:56 +00:00
2024-01-23 14:00:41 +00:00
2024-04-28 17:23:41 +00:00
2024-08-14 09:10:21 +00:00
2024-06-26 15:24:59 +02:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-03-05 15:14:51 +00:00
2023-11-26 09:40:17 +00:00
2024-07-22 15:21:21 +00:00
2024-08-26 08:12:30 +00:00
2023-11-21 19:30:01 +00:00
2024-07-02 09:06:51 +00:00
2024-01-23 13:54:10 +00:00
2024-03-14 14:08:54 +00:00
2023-11-21 19:31:28 +00:00
2022-04-02 14:19:25 +00:00
2024-06-27 15:55:52 +02:00
2022-04-02 14:19:25 +00:00
2024-02-25 02:02:27 +01:00
2024-08-23 10:01:06 +00:00
2023-08-24 13:42:04 +00:00
2022-04-29 18:58:17 +00:00
2024-05-19 10:02:10 +02:00
2024-07-22 15:21:21 +00:00
2024-08-03 09:41:32 +00:00
2024-08-13 09:15:14 +00:00
2024-08-14 09:11:36 +00:00
2024-07-22 15:21:21 +00:00
2022-04-02 14:19:25 +00:00
2024-08-16 16:53:48 +00:00
2024-08-15 10:45:48 +00:00
2023-06-15 09:36:10 +00:00
2024-03-12 10:13:06 +00:00
2024-01-03 21:04:20 +00:00
2024-07-22 15:21:21 +00:00
2023-07-26 16:08:59 +00:00
2024-08-13 09:15:20 +00:00
2024-01-03 21:26:40 +00:00
2023-07-26 16:09:00 +00:00
2024-08-19 10:01:01 +00:00
2024-06-04 15:07:20 +02:00
2024-08-15 10:45:29 +00:00
2024-03-12 10:13:32 +00:00
2023-08-07 09:19:13 +00:00
2024-07-02 09:19:48 +00:00
2024-08-20 16:08:32 +00:00
2024-06-08 14:30:07 +00:00
2024-03-14 14:09:02 +00:00
2024-08-23 09:58:07 +00:00
2024-06-26 15:22:23 +02:00
2024-03-06 21:32:13 +00:00
2023-04-24 18:54:21 +00:00
2022-04-02 14:19:25 +00:00
2024-03-06 21:33:49 +00:00
2022-04-02 14:19:25 +00:00
2024-07-22 15:21:21 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-04-10 10:05:27 +00:00
2022-09-01 21:16:49 +00:00
2024-03-30 12:09:14 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:22:31 +00:00
2024-03-06 21:34:21 +00:00
2022-04-02 14:19:25 +00:00
2024-08-13 09:15:31 +00:00
2024-08-14 09:06:09 +00:00
2023-08-08 16:07:28 +00:00
2024-06-04 15:06:34 +02:00
2022-04-02 14:19:25 +00:00
2023-09-12 16:18:08 +00:00
2024-06-27 07:56:29 +02:00
2022-11-10 15:13:51 +00:00
2023-10-30 09:53:48 +00:00
2023-11-21 19:21:02 +00:00
2024-03-06 21:34:48 +00:00
2023-08-19 14:30:31 +00:00
2023-03-05 14:15:52 +00:00
2024-08-16 16:53:29 +00:00
2024-08-03 09:42:07 +00:00
2023-05-18 11:24:29 +00:00
2024-06-04 15:04:50 +02:00
2024-08-23 09:58:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-08-15 10:45:37 +00:00
2024-06-26 15:23:45 +02:00
2024-08-14 09:11:15 +00:00
2022-11-21 11:05:13 +00:00
2024-07-22 15:21:21 +00:00
2023-04-18 21:15:28 +00:00
2022-04-02 14:19:25 +00:00
2024-08-14 16:57:25 +00:00
2024-07-02 09:09:08 +00:00
2023-08-15 09:27:19 +00:00
2022-04-02 14:19:25 +00:00
2023-02-10 09:26:37 +00:00
2024-08-14 09:11:28 +00:00
2023-06-15 09:38:39 +00:00
2024-07-22 15:21:20 +00:00
2024-04-28 17:23:41 +00:00
2024-08-13 09:15:38 +00:00
2024-01-03 21:25:57 +00:00
2024-07-02 09:18:57 +00:00
2022-11-23 12:25:36 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-08-19 10:01:01 +00:00
2022-11-29 13:42:35 +01:00
2024-08-23 09:59:24 +00:00
2024-07-02 09:14:10 +00:00
2023-08-07 09:17:38 +00:00
2024-03-14 14:11:22 +00:00
2023-05-03 07:28:22 +00:00
2024-08-19 10:01:01 +00:00
2023-11-22 21:41:02 +00:00
2024-08-19 10:01:01 +00:00
2024-07-02 09:15:40 +00:00
2024-07-02 09:10:40 +00:00
2024-07-02 09:15:48 +00:00
2024-07-22 15:21:21 +00:00
2024-04-28 17:23:41 +00:00
2023-11-22 21:38:11 +00:00
2023-10-30 09:53:48 +00:00
2024-08-16 09:58:42 +00:00
2022-04-02 14:19:25 +00:00
2023-11-21 19:23:58 +00:00
2024-02-10 12:00:18 +00:00
2024-02-05 11:05:02 +01:00
2024-02-05 11:06:29 +01:00
2024-02-05 11:07:03 +01:00
2024-06-27 08:02:51 +02:00
2022-04-02 14:19:25 +00:00
2024-01-30 17:49:57 +00:00
2022-04-02 14:19:25 +00:00
2024-01-23 13:57:03 +00:00
2024-03-14 14:15:03 +00:00
2024-08-19 10:01:01 +00:00
2022-04-02 14:19:25 +00:00
2024-06-27 08:07:23 +02:00
2022-04-02 14:19:25 +00:00
2024-07-02 09:06:09 +00:00
2024-07-02 09:15:58 +00:00
2023-09-01 10:30:33 +00:00
2022-04-02 14:19:25 +00:00
2024-03-30 11:58:24 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2024-01-31 10:29:47 +00:00
2024-07-02 09:16:27 +00:00