Skip to content

Commit 0fa686e

Browse files
committed
Regen.
1 parent f702ef5 commit 0fa686e

File tree

13 files changed

+814
-260
lines changed

13 files changed

+814
-260
lines changed

Makefile.in

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.17 from Makefile.am.
1+
# Makefile.in generated by automake 1.18.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2024 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2025 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -499,6 +499,7 @@ cscopelist-am: $(am__tagged_files)
499499
distclean-tags:
500500
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501501
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
502+
502503
distdir: $(BUILT_SOURCES)
503504
$(MAKE) $(AM_MAKEFLAGS) distdir-am
504505

@@ -574,6 +575,10 @@ dist-bzip2: distdir
574575
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
575576
$(am__post_remove_distdir)
576577

578+
dist-bzip3: distdir
579+
tardir=$(distdir) && $(am__tar) | bzip3 -c >$(distdir).tar.bz3
580+
$(am__post_remove_distdir)
581+
577582
dist-lzip: distdir
578583
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
579584
$(am__post_remove_distdir)
@@ -618,6 +623,8 @@ distcheck: dist
618623
eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
619624
*.tar.bz2*) \
620625
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
626+
*.tar.bz3*) \
627+
bzip3 -dc $(distdir).tar.bz3 | $(am__untar) ;;\
621628
*.tar.lz*) \
622629
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
623630
*.tar.xz*) \
@@ -806,8 +813,8 @@ uninstall-am:
806813
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
807814
am--refresh check check-am clean clean-cscope clean-generic \
808815
clean-libtool cscope cscopelist-am ctags ctags-am dist \
809-
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
810-
dist-xz dist-zip dist-zstd distcheck distclean \
816+
dist-all dist-bzip2 dist-bzip3 dist-gzip dist-lzip dist-shar \
817+
dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
811818
distclean-generic distclean-libtool distclean-tags \
812819
distcleancheck distdir distuninstallcheck dvi dvi-am html \
813820
html-am info info-am install install-am install-data \

aclocal.m4

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.17 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.18.1 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2025 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,
@@ -9201,7 +9201,7 @@ m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
92019201
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
92029202
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
92039203
9204-
# Copyright (C) 2002-2024 Free Software Foundation, Inc.
9204+
# Copyright (C) 2002-2025 Free Software Foundation, Inc.
92059205
#
92069206
# This file is free software; the Free Software Foundation
92079207
# gives unlimited permission to copy and/or distribute it,
@@ -9213,10 +9213,10 @@ m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
92139213
# generated from the m4 files accompanying Automake X.Y.
92149214
# (This private macro should not be called outside this file.)
92159215
AC_DEFUN([AM_AUTOMAKE_VERSION],
9216-
[am__api_version='1.17'
9216+
[am__api_version='1.18'
92179217
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
92189218
dnl require some minimum version. Point them to the right macro.
9219-
m4_if([$1], [1.17], [],
9219+
m4_if([$1], [1.18.1], [],
92209220
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
92219221
])
92229222
@@ -9232,14 +9232,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
92329232
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
92339233
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
92349234
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9235-
[AM_AUTOMAKE_VERSION([1.17])dnl
9235+
[AM_AUTOMAKE_VERSION([1.18.1])dnl
92369236
m4_ifndef([AC_AUTOCONF_VERSION],
92379237
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
92389238
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
92399239
92409240
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
92419241
9242-
# Copyright (C) 2001-2024 Free Software Foundation, Inc.
9242+
# Copyright (C) 2001-2025 Free Software Foundation, Inc.
92439243
#
92449244
# This file is free software; the Free Software Foundation
92459245
# gives unlimited permission to copy and/or distribute it,
@@ -9291,7 +9291,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
92919291
92929292
# AM_CONDITIONAL -*- Autoconf -*-
92939293
9294-
# Copyright (C) 1997-2024 Free Software Foundation, Inc.
9294+
# Copyright (C) 1997-2025 Free Software Foundation, Inc.
92959295
#
92969296
# This file is free software; the Free Software Foundation
92979297
# gives unlimited permission to copy and/or distribute it,
@@ -9322,7 +9322,7 @@ AC_CONFIG_COMMANDS_PRE(
93229322
Usually this means the macro was only invoked conditionally.]])
93239323
fi])])
93249324
9325-
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
9325+
# Copyright (C) 1999-2025 Free Software Foundation, Inc.
93269326
#
93279327
# This file is free software; the Free Software Foundation
93289328
# gives unlimited permission to copy and/or distribute it,
@@ -9513,7 +9513,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
95139513
95149514
# Generate code to set up dependency tracking. -*- Autoconf -*-
95159515
9516-
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
9516+
# Copyright (C) 1999-2025 Free Software Foundation, Inc.
95179517
#
95189518
# This file is free software; the Free Software Foundation
95199519
# gives unlimited permission to copy and/or distribute it,
@@ -9581,7 +9581,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
95819581
95829582
# Do all the work for Automake. -*- Autoconf -*-
95839583
9584-
# Copyright (C) 1996-2024 Free Software Foundation, Inc.
9584+
# Copyright (C) 1996-2025 Free Software Foundation, Inc.
95859585
#
95869586
# This file is free software; the Free Software Foundation
95879587
# gives unlimited permission to copy and/or distribute it,
@@ -9681,8 +9681,9 @@ AC_REQUIRE([AC_PROG_AWK])dnl
96819681
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
96829682
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
96839683
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
9684-
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
9685-
[_AM_PROG_TAR([v7])])])
9684+
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
9685+
[_AM_IF_OPTION([tar-v7], [_AM_PROG_TAR([v7])],
9686+
[_AM_PROG_TAR([ustar])])])])
96869687
_AM_IF_OPTION([no-dependencies],,
96879688
[AC_PROVIDE_IFELSE([AC_PROG_CC],
96889689
[_AM_DEPENDENCIES([CC])],
@@ -9758,7 +9759,7 @@ for _am_header in $config_headers :; do
97589759
done
97599760
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
97609761
9761-
# Copyright (C) 2001-2024 Free Software Foundation, Inc.
9762+
# Copyright (C) 2001-2025 Free Software Foundation, Inc.
97629763
#
97639764
# This file is free software; the Free Software Foundation
97649765
# gives unlimited permission to copy and/or distribute it,
@@ -9779,7 +9780,7 @@ if test x"${install_sh+set}" != xset; then
97799780
fi
97809781
AC_SUBST([install_sh])])
97819782
9782-
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
9783+
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
97839784
#
97849785
# This file is free software; the Free Software Foundation
97859786
# gives unlimited permission to copy and/or distribute it,
@@ -9801,7 +9802,7 @@ AC_SUBST([am__leading_dot])])
98019802
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
98029803
# From Jim Meyering
98039804
9804-
# Copyright (C) 1996-2024 Free Software Foundation, Inc.
9805+
# Copyright (C) 1996-2025 Free Software Foundation, Inc.
98059806
#
98069807
# This file is free software; the Free Software Foundation
98079808
# gives unlimited permission to copy and/or distribute it,
@@ -9836,7 +9837,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
98369837
98379838
# Check to see how 'make' treats includes. -*- Autoconf -*-
98389839
9839-
# Copyright (C) 2001-2024 Free Software Foundation, Inc.
9840+
# Copyright (C) 2001-2025 Free Software Foundation, Inc.
98409841
#
98419842
# This file is free software; the Free Software Foundation
98429843
# gives unlimited permission to copy and/or distribute it,
@@ -9879,7 +9880,7 @@ AC_SUBST([am__quote])])
98799880
98809881
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
98819882
9882-
# Copyright (C) 1997-2024 Free Software Foundation, Inc.
9883+
# Copyright (C) 1997-2025 Free Software Foundation, Inc.
98839884
#
98849885
# This file is free software; the Free Software Foundation
98859886
# gives unlimited permission to copy and/or distribute it,
@@ -9913,7 +9914,7 @@ fi
99139914
99149915
# Helper functions for option handling. -*- Autoconf -*-
99159916
9916-
# Copyright (C) 2001-2024 Free Software Foundation, Inc.
9917+
# Copyright (C) 2001-2025 Free Software Foundation, Inc.
99179918
#
99189919
# This file is free software; the Free Software Foundation
99199920
# gives unlimited permission to copy and/or distribute it,
@@ -9942,7 +9943,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
99429943
AC_DEFUN([_AM_IF_OPTION],
99439944
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
99449945
9945-
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
9946+
# Copyright (C) 1999-2025 Free Software Foundation, Inc.
99469947
#
99479948
# This file is free software; the Free Software Foundation
99489949
# gives unlimited permission to copy and/or distribute it,
@@ -9974,7 +9975,10 @@ AC_CACHE_CHECK(
99749975
break
99759976
fi
99769977
done
9977-
rm -f core conftest*
9978+
# aligned with autoconf, so not including core; see bug#72225.
9979+
rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \
9980+
conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \
9981+
conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM
99789982
unset am_i])
99799983
if test "$am_cv_prog_cc_c_o" != yes; then
99809984
# Losing compiler, so override with the script.
@@ -9989,7 +9993,7 @@ AC_LANG_POP([C])])
99899993
# For backward compatibility.
99909994
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
99919995
9992-
# Copyright (C) 2022-2024 Free Software Foundation, Inc.
9996+
# Copyright (C) 2022-2025 Free Software Foundation, Inc.
99939997
#
99949998
# This file is free software; the Free Software Foundation
99959999
# gives unlimited permission to copy and/or distribute it,
@@ -10005,7 +10009,7 @@ AS_IF([(rm -f && rm -fr && rm -rf) 2>/dev/null], [], [am__rm_f_notfound='""'])
1000510009
AC_SUBST(am__rm_f_notfound)
1000610010
])
1000710011
10008-
# Copyright (C) 2001-2024 Free Software Foundation, Inc.
10012+
# Copyright (C) 2001-2025 Free Software Foundation, Inc.
1000910013
#
1001010014
# This file is free software; the Free Software Foundation
1001110015
# gives unlimited permission to copy and/or distribute it,
@@ -10024,7 +10028,7 @@ AC_DEFUN([AM_RUN_LOG],
1002410028
1002510029
# Check to make sure that the build environment is sane. -*- Autoconf -*-
1002610030
10027-
# Copyright (C) 1996-2024 Free Software Foundation, Inc.
10031+
# Copyright (C) 1996-2025 Free Software Foundation, Inc.
1002810032
#
1002910033
# This file is free software; the Free Software Foundation
1003010034
# gives unlimited permission to copy and/or distribute it,
@@ -10193,10 +10197,12 @@ am_lf='
1019310197
'
1019410198
case `pwd` in
1019510199
*[[\\\"\#\$\&\'\`$am_lf]]*)
10200+
AC_MSG_RESULT([no])
1019610201
AC_MSG_ERROR([unsafe absolute working directory name]);;
1019710202
esac
1019810203
case $srcdir in
1019910204
*[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
10205+
AC_MSG_RESULT([no])
1020010206
AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1020110207
esac
1020210208
@@ -10249,7 +10255,7 @@ AC_CONFIG_COMMANDS_PRE(
1024910255
rm -f conftest.file
1025010256
])
1025110257
10252-
# Copyright (C) 2009-2024 Free Software Foundation, Inc.
10258+
# Copyright (C) 2009-2025 Free Software Foundation, Inc.
1025310259
#
1025410260
# This file is free software; the Free Software Foundation
1025510261
# gives unlimited permission to copy and/or distribute it,
@@ -10318,9 +10324,13 @@ fi
1031810324
# empty being verbose).
1031910325
AC_DEFUN([AM_SILENT_RULES],
1032010326
[AC_REQUIRE([_AM_SILENT_RULES])
10321-
AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])])
10327+
AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])m4_newline
10328+
dnl We intentionally force a newline after the assignment, since a) nothing
10329+
dnl good can come of more text following, and b) that was the behavior
10330+
dnl before 1.17. See https://bugs.gnu.org/72267.
10331+
])
1032210332
10323-
# Copyright (C) 2001-2024 Free Software Foundation, Inc.
10333+
# Copyright (C) 2001-2025 Free Software Foundation, Inc.
1032410334
#
1032510335
# This file is free software; the Free Software Foundation
1032610336
# gives unlimited permission to copy and/or distribute it,
@@ -10348,7 +10358,7 @@ fi
1034810358
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1034910359
AC_SUBST([INSTALL_STRIP_PROGRAM])])
1035010360
10351-
# Copyright (C) 2006-2024 Free Software Foundation, Inc.
10361+
# Copyright (C) 2006-2025 Free Software Foundation, Inc.
1035210362
#
1035310363
# This file is free software; the Free Software Foundation
1035410364
# gives unlimited permission to copy and/or distribute it,
@@ -10367,7 +10377,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1036710377
1036810378
# Check how to create a tarball. -*- Autoconf -*-
1036910379
10370-
# Copyright (C) 2004-2024 Free Software Foundation, Inc.
10380+
# Copyright (C) 2004-2025 Free Software Foundation, Inc.
1037110381
#
1037210382
# This file is free software; the Free Software Foundation
1037310383
# gives unlimited permission to copy and/or distribute it,
@@ -10502,7 +10512,7 @@ AC_SUBST([am__tar])
1050210512
AC_SUBST([am__untar])
1050310513
]) # _AM_PROG_TAR
1050410514
10505-
# Copyright (C) 2022-2024 Free Software Foundation, Inc.
10515+
# Copyright (C) 2022-2025 Free Software Foundation, Inc.
1050610516
#
1050710517
# This file is free software; the Free Software Foundation
1050810518
# gives unlimited permission to copy and/or distribute it,

config/compile

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#! /bin/sh
22
# Wrapper for compilers which do not understand '-c -o'.
33

4-
scriptversion=2024-06-19.01; # UTC
4+
scriptversion=2025-06-18.21; # UTC
55

6-
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
6+
# Copyright (C) 1999-2025 Free Software Foundation, Inc.
77
# Written by Tom Tromey <tromey@cygnus.com>.
88
#
99
# This program is free software; you can redistribute it and/or modify
@@ -37,11 +37,11 @@ IFS=" "" $nl"
3737

3838
file_conv=
3939

40-
# func_file_conv build_file lazy
40+
# func_file_conv build_file unneeded_conversions
4141
# Convert a $build file to $host form and store it in $file
4242
# Currently only supports Windows hosts. If the determined conversion
43-
# type is listed in (the comma separated) LAZY, no conversion will
44-
# take place.
43+
# type is listed in (the comma separated) UNNEEDED_CONVERSIONS, no
44+
# conversion will take place.
4545
func_file_conv ()
4646
{
4747
file=$1
@@ -51,9 +51,20 @@ func_file_conv ()
5151
# lazily determine how to convert abs files
5252
case `uname -s` in
5353
MINGW*)
54-
file_conv=mingw
54+
if test -n "$MSYSTEM" && (cygpath --version) >/dev/null 2>&1; then
55+
# MSYS2 environment.
56+
file_conv=cygwin
57+
else
58+
# Original MinGW environment.
59+
file_conv=mingw
60+
fi
5561
;;
56-
CYGWIN* | MSYS*)
62+
MSYS*)
63+
# Old MSYS environment, or MSYS2 with 32-bit MSYS2 shell.
64+
file_conv=cygwin
65+
;;
66+
CYGWIN*)
67+
# Cygwin environment.
5768
file_conv=cygwin
5869
;;
5970
*)
@@ -63,12 +74,14 @@ func_file_conv ()
6374
fi
6475
case $file_conv/,$2, in
6576
*,$file_conv,*)
77+
# This is the optimization mentioned above:
78+
# If UNNEEDED_CONVERSIONS contains $file_conv, don't convert.
6679
;;
6780
mingw/*)
6881
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6982
;;
70-
cygwin/* | msys/*)
71-
file=`cygpath -m "$file" || echo "$file"`
83+
cygwin/*)
84+
file=`cygpath -w "$file" || echo "$file"`
7285
;;
7386
wine/*)
7487
file=`winepath -w "$file" || echo "$file"`
@@ -343,9 +356,9 @@ exit $ret
343356
# Local Variables:
344357
# mode: shell-script
345358
# sh-indentation: 2
346-
# eval: (add-hook 'before-save-hook 'time-stamp)
359+
# eval: (add-hook 'before-save-hook 'time-stamp nil t)
347360
# time-stamp-start: "scriptversion="
348-
# time-stamp-format: "%:y-%02m-%02d.%02H"
361+
# time-stamp-format: "%Y-%02m-%02d.%02H"
349362
# time-stamp-time-zone: "UTC0"
350363
# time-stamp-end: "; # UTC"
351364
# End:

0 commit comments

Comments
 (0)