diff --git a/fixAutoMakeCompileError.patch b/fixAutoMakeCompileError.patch new file mode 100644 index 0000000000000000000000000000000000000000..f14117aa31f8edda29944fd71f327e58b16005af --- /dev/null +++ b/fixAutoMakeCompileError.patch @@ -0,0 +1,6902 @@ +From 19d8a076a25b02800c07e937add68d969157549a Mon Sep 17 00:00:00 2001 +From: happyworker <208suo@208suo.com> +Date: Tue, 23 Jul 2024 16:32:53 +0800 +Subject: [PATCH] fix automake 1.17 compile error + +--- + Makefile.in | 84 +- + aclocal.m4 | 419 ++++-- + config.h.in | 2 +- + configure | 2249 +++++++++++++++++++-------------- + doc/Makefile.in | 21 +- + gdk-pixbuf-loader/Makefile.in | 53 +- + librsvg-c/tests-c/Makefile.in | 148 ++- + win32/Makefile.in | 19 +- + 8 files changed, 1806 insertions(+), 1189 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index c281872e..4e8b1d26 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -1,7 +1,7 @@ +-# Makefile.in generated by automake 1.16.5 from Makefile.am. ++# Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +-# Copyright (C) 1994-2021 Free Software Foundation, Inc. ++# Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -73,6 +73,8 @@ am__make_running_with_option = \ + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++am__rm_f = rm -f $(am__rm_f_notfound) ++am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -138,10 +140,9 @@ am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' + am__uninstall_files_from_dir = { \ +- test -z "$$files" \ +- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ +- $(am__cd) "$$dir" && rm -f $$files; }; \ ++ { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ ++ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ ++ $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ + } + am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" \ +@@ -268,8 +269,8 @@ distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) + am__remove_distdir = \ + if test -d "$(distdir)"; then \ +- find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ +- && rm -rf "$(distdir)" \ ++ find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \ ++ ; rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi + am__post_remove_distdir = $(am__remove_distdir) +@@ -298,7 +299,7 @@ am__relativize = \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +-GZIP_ENV = --best ++GZIP_ENV = -9 + DIST_ARCHIVES = $(distdir).tar.xz + DIST_TARGETS = dist-xz + # Exists only to be overridden by the user if desired. +@@ -306,7 +307,9 @@ AM_DISTCHECK_DVI_TARGET = dvi + distuninstallcheck_listfiles = find . -type f -print + am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +-distcleancheck_listfiles = find . -type f -print ++distcleancheck_listfiles = \ ++ find . \( -type f -a \! \ ++ \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print + ACLOCAL = @ACLOCAL@ + AMTAR = @AMTAR@ + AM_CFLAGS = @AM_CFLAGS@ +@@ -437,8 +440,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +@@ -832,12 +837,12 @@ config.h: stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + + stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status +- @rm -f stamp-h1 +- cd $(top_builddir) && $(SHELL) ./config.status config.h ++ $(AM_V_at)rm -f stamp-h1 ++ $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h + $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +- ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) +- rm -f stamp-h1 +- touch $@ ++ $(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER)) ++ $(AM_V_at)rm -f stamp-h1 ++ $(AM_V_at)touch $@ + + distclean-hdr: + -rm -f config.h stamp-h1 +@@ -873,26 +878,22 @@ uninstall-libLTLIBRARIES: + done + + clean-libLTLIBRARIES: +- -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) ++ -$(am__rm_f) $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ +- test -z "$$locs" || { \ +- echo rm -f $${locs}; \ +- rm -f $${locs}; \ +- } ++ echo rm -f $${locs}; \ ++ $(am__rm_f) $${locs} + + clean-noinstLTLIBRARIES: +- -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) ++ -$(am__rm_f) $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ +- test -z "$$locs" || { \ +- echo rm -f $${locs}; \ +- rm -f $${locs}; \ +- } ++ echo rm -f $${locs}; \ ++ $(am__rm_f) $${locs} + + librsvg-@RSVG_API_MAJOR_VERSION@.la: $(librsvg_@RSVG_API_MAJOR_VERSION@_la_OBJECTS) $(librsvg_@RSVG_API_MAJOR_VERSION@_la_DEPENDENCIES) $(EXTRA_librsvg_@RSVG_API_MAJOR_VERSION@_la_DEPENDENCIES) + $(AM_V_CCLD)$(librsvg_@RSVG_API_MAJOR_VERSION@_la_LINK) -rpath $(libdir) $(librsvg_@RSVG_API_MAJOR_VERSION@_la_OBJECTS) $(librsvg_@RSVG_API_MAJOR_VERSION@_la_LIBADD) $(LIBS) +@@ -942,7 +943,7 @@ distclean-compile: + + $(am__depfiles_remade): + @$(MKDIR_P) $(@D) +- @echo '# dummy' >$@-t && $(am__mv) $@-t $@ ++ @: >>$@ + + am--depfiles: $(am__depfiles_remade) + +@@ -1256,7 +1257,7 @@ distdir: $(BUILT_SOURCES) + + distdir-am: $(DISTFILES) + $(am__remove_distdir) +- test -d "$(distdir)" || mkdir "$(distdir)" ++ $(AM_V_at)$(MKDIR_P) "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +@@ -1366,7 +1367,7 @@ dist dist-all: + distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ +- eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ ++ eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ +@@ -1376,7 +1377,7 @@ distcheck: dist + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ +- eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ ++ eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ +@@ -1483,16 +1484,16 @@ install-strip: + mostlyclean-generic: + + clean-generic: +- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) ++ -$(am__rm_f) $(CLEANFILES) + + distclean-generic: +- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) ++ -$(am__rm_f) $(CONFIG_CLEAN_FILES) ++ -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) ++ -$(am__rm_f) $(BUILT_SOURCES) + clean: clean-recursive + + clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ +@@ -1500,7 +1501,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ + + distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) +- -rm -f ./$(DEPDIR)/_rsvg_dummy.Plo ++ -rm -f ./$(DEPDIR)/_rsvg_dummy.Plo + -rm -f Makefile + distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-libtool distclean-local distclean-tags +@@ -1550,7 +1551,7 @@ installcheck-am: + maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache +- -rm -f ./$(DEPDIR)/_rsvg_dummy.Plo ++ -rm -f ./$(DEPDIR)/_rsvg_dummy.Plo + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic + +@@ -1615,7 +1616,7 @@ check-local: + CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \ + LIBRSVG_BUILD_DIR=$(LIBRSVG_BUILD_DIR) \ + TESTS_OUTPUT_DIR=$(LIBRSVG_BUILD_DIR)/tests/output \ +- $(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --workspace -- --include-ignored ++ $(CARGO) test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --workspace -- --include-ignored + + clean-local: + cd $(top_srcdir) && \ +@@ -1637,7 +1638,7 @@ librsvg_c_api.la: $(librsvg_c_api_la_OBJECTS) $(LIBRSVG_SRC) + PKG_CONFIG_ALLOW_CROSS=1 \ + PKG_CONFIG='$(PKG_CONFIG)' \ + CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \ +- $(CARGO) --locked build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --package librsvg-c \ ++ $(CARGO) build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --package librsvg-c \ + && cd $(LIBRSVG_BUILD_DIR) && $(LINK) $< && cp $(RUST_LIB) .libs/librsvg_c_api.a + + $(RSVG_CONVERT_BIN): $(RSVG_CONVERT_SRC) | librsvg_c_api.la +@@ -1645,7 +1646,7 @@ $(RSVG_CONVERT_BIN): $(RSVG_CONVERT_SRC) | librsvg_c_api.la + PKG_CONFIG_ALLOW_CROSS=1 \ + PKG_CONFIG='$(PKG_CONFIG)' \ + CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \ +- $(CARGO) --locked build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --package rsvg_convert ++ $(CARGO) build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --package rsvg_convert + + rsvg-convert$(EXEEXT): $(RSVG_CONVERT_BIN) + cd $(LIBRSVG_BUILD_DIR) && cp $(RSVG_CONVERT_BIN) rsvg-convert$(EXEEXT) +@@ -1668,3 +1669,10 @@ rsvg-convert.1: rsvg-convert.rst + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++# Tell GNU make to disable its built-in pattern rules. ++%:: %,v ++%:: RCS/%,v ++%:: RCS/% ++%:: s.% ++%:: SCCS/s.% +diff --git a/aclocal.m4 b/aclocal.m4 +index 999c3be1..a2f2079f 100644 +--- a/aclocal.m4 ++++ b/aclocal.m4 +@@ -1,6 +1,6 @@ +-# generated automatically by aclocal 1.16.5 -*- Autoconf -*- ++# generated automatically by aclocal 1.17 -*- Autoconf -*- + +-# Copyright (C) 1996-2021 Free Software Foundation, Inc. ++# Copyright (C) 1996-2024 Free Software Foundation, Inc. + + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -14,13 +14,13 @@ + m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, +-[m4_warning([this file was generated for autoconf 2.71. ++m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],, ++[m4_warning([this file was generated for autoconf 2.72. + You have another version of autoconf. It may work, but is not guaranteed to. + If you have problems, you may need to regenerate the build system entirely. + To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +-# Copyright (C) 2002-2021 Free Software Foundation, Inc. ++# Copyright (C) 2002-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) + # generated from the m4 files accompanying Automake X.Y. + # (This private macro should not be called outside this file.) + AC_DEFUN([AM_AUTOMAKE_VERSION], +-[am__api_version='1.16' ++[am__api_version='1.17' + dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to + dnl require some minimum version. Point them to the right macro. +-m4_if([$1], [1.16.5], [], ++m4_if([$1], [1.17], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + +@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], []) + # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. + # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +-[AM_AUTOMAKE_VERSION([1.16.5])dnl ++[AM_AUTOMAKE_VERSION([1.17])dnl + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl + _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + + # AM_AUX_DIR_EXPAND -*- Autoconf -*- + +-# Copyright (C) 2001-2021 Free Software Foundation, Inc. ++# Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` + + # AM_CONDITIONAL -*- Autoconf -*- + +-# Copyright (C) 1997-2021 Free Software Foundation, Inc. ++# Copyright (C) 1997-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE( + Usually this means the macro was only invoked conditionally.]]) + fi])]) + +-# Copyright (C) 1999-2021 Free Software Foundation, Inc. ++# Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -273,7 +273,7 @@ AC_CACHE_CHECK([dependency style of $depcc], + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +- # When given -MP, icc 7.0 and 7.1 complain thusly: ++ # When given -MP, icc 7.0 and 7.1 complain thus: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +@@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl + + # Generate code to set up dependency tracking. -*- Autoconf -*- + +-# Copyright (C) 1999-2021 Free Software Foundation, Inc. ++# Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -400,7 +400,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], + + # Do all the work for Automake. -*- Autoconf -*- + +-# Copyright (C) 1996-2021 Free Software Foundation, Inc. ++# Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -534,7 +534,7 @@ if test -z "$CSCOPE"; then + fi + AC_SUBST([CSCOPE]) + +-AC_REQUIRE([AM_SILENT_RULES])dnl ++AC_REQUIRE([_AM_SILENT_RULES])dnl + dnl The testsuite driver may need to know about EXEEXT, so add the + dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This + dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +@@ -542,47 +542,9 @@ AC_CONFIG_COMMANDS_PRE(dnl + [m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +-# POSIX will say in a future version that running "rm -f" with no argument +-# is OK; and we want to be able to make that assumption in our Makefile +-# recipes. So use an aggressive probe to check that the usage we want is +-# actually supported "in the wild" to an acceptable degree. +-# See automake bug#10828. +-# To make any issue more visible, cause the running configure to be aborted +-# by default if the 'rm' program in use doesn't match our expectations; the +-# user can still override this though. +-if rm -f && rm -fr && rm -rf; then : OK; else +- cat >&2 <<'END' +-Oops! +- +-Your 'rm' program seems unable to run without file operands specified +-on the command line, even when the '-f' option is present. This is contrary +-to the behaviour of most rm programs out there, and not conforming with +-the upcoming POSIX standard: +- +-Please tell bug-automake@gnu.org about your system, including the value +-of your $PATH and any error possibly output before this message. This +-can help us improve future automake versions. ++AC_REQUIRE([_AM_PROG_RM_F]) ++AC_REQUIRE([_AM_PROG_XARGS_N]) + +-END +- if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then +- echo 'Configuration will proceed anyway, since you have set the' >&2 +- echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 +- echo >&2 +- else +- cat >&2 <<'END' +-Aborting the configuration process, to ensure you take notice of the issue. +- +-You can download and install GNU coreutils to get an 'rm' implementation +-that behaves properly: . +- +-If you want to complete the configuration process using your problematic +-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +-to "yes", and re-run configure. +- +-END +- AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) +- fi +-fi + dnl The trailing newline in this macro's definition is deliberate, for + dnl backward compatibility and to allow trailing 'dnl'-style comments + dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +@@ -615,7 +577,7 @@ for _am_header in $config_headers :; do + done + echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +-# Copyright (C) 2001-2021 Free Software Foundation, Inc. ++# Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -636,7 +598,7 @@ if test x"${install_sh+set}" != xset; then + fi + AC_SUBST([install_sh])]) + +-# Copyright (C) 2003-2021 Free Software Foundation, Inc. ++# Copyright (C) 2003-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -658,7 +620,7 @@ AC_SUBST([am__leading_dot])]) + # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- + # From Jim Meyering + +-# Copyright (C) 1996-2021 Free Software Foundation, Inc. ++# Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -693,7 +655,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) + + # Check to see how 'make' treats includes. -*- Autoconf -*- + +-# Copyright (C) 2001-2021 Free Software Foundation, Inc. ++# Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -736,7 +698,7 @@ AC_SUBST([am__quote])]) + + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +-# Copyright (C) 1997-2021 Free Software Foundation, Inc. ++# Copyright (C) 1997-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -770,7 +732,7 @@ fi + + # Helper functions for option handling. -*- Autoconf -*- + +-# Copyright (C) 2001-2021 Free Software Foundation, Inc. ++# Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -799,7 +761,7 @@ AC_DEFUN([_AM_SET_OPTIONS], + AC_DEFUN([_AM_IF_OPTION], + [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +-# Copyright (C) 1999-2021 Free Software Foundation, Inc. ++# Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -846,7 +808,23 @@ AC_LANG_POP([C])]) + # For backward compatibility. + AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +-# Copyright (C) 2001-2021 Free Software Foundation, Inc. ++# Copyright (C) 2022-2024 Free Software Foundation, Inc. ++# ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# _AM_PROG_RM_F ++# --------------- ++# Check whether 'rm -f' without any arguments works. ++# https://bugs.gnu.org/10828 ++AC_DEFUN([_AM_PROG_RM_F], ++[am__rm_f_notfound= ++AS_IF([(rm -f && rm -fr && rm -rf) 2>/dev/null], [], [am__rm_f_notfound='""']) ++AC_SUBST(am__rm_f_notfound) ++]) ++ ++# Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -865,16 +843,169 @@ AC_DEFUN([AM_RUN_LOG], + + # Check to make sure that the build environment is sane. -*- Autoconf -*- + +-# Copyright (C) 1996-2021 Free Software Foundation, Inc. ++# Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + ++# _AM_SLEEP_FRACTIONAL_SECONDS ++# ---------------------------- ++AC_DEFUN([_AM_SLEEP_FRACTIONAL_SECONDS], [dnl ++AC_CACHE_CHECK([whether sleep supports fractional seconds], ++ am_cv_sleep_fractional_seconds, [dnl ++AS_IF([sleep 0.001 2>/dev/null], [am_cv_sleep_fractional_seconds=yes], ++ [am_cv_sleep_fractional_seconds=no]) ++])]) ++ ++# _AM_FILESYSTEM_TIMESTAMP_RESOLUTION ++# ----------------------------------- ++# Determine the filesystem's resolution for file modification ++# timestamps. The coarsest we know of is FAT, with a resolution ++# of only two seconds, even with the most recent "exFAT" extensions. ++# The finest (e.g. ext4 with large inodes, XFS, ZFS) is one ++# nanosecond, matching clock_gettime. However, it is probably not ++# possible to delay execution of a shell script for less than one ++# millisecond, due to process creation overhead and scheduling ++# granularity, so we don't check for anything finer than that. (See below.) ++AC_DEFUN([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION], [dnl ++AC_REQUIRE([_AM_SLEEP_FRACTIONAL_SECONDS]) ++AC_CACHE_CHECK([filesystem timestamp resolution], ++ am_cv_filesystem_timestamp_resolution, [dnl ++# Default to the worst case. ++am_cv_filesystem_timestamp_resolution=2 ++ ++# Only try to go finer than 1 sec if sleep can do it. ++# Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, ++# - 1 sec is not much of a win compared to 2 sec, and ++# - it takes 2 seconds to perform the test whether 1 sec works. ++# ++# Instead, just use the default 2s on platforms that have 1s resolution, ++# accept the extra 1s delay when using $sleep in the Automake tests, in ++# exchange for not incurring the 2s delay for running the test for all ++# packages. ++# ++am_try_resolutions= ++if test "$am_cv_sleep_fractional_seconds" = yes; then ++ # Even a millisecond often causes a bunch of false positives, ++ # so just try a hundredth of a second. The time saved between .001 and ++ # .01 is not terribly consequential. ++ am_try_resolutions="0.01 0.1 $am_try_resolutions" ++fi ++ ++# In order to catch current-generation FAT out, we must *modify* files ++# that already exist; the *creation* timestamp is finer. Use names ++# that make ls -t sort them differently when they have equal ++# timestamps than when they have distinct timestamps, keeping ++# in mind that ls -t prints the *newest* file first. ++rm -f conftest.ts? ++: > conftest.ts1 ++: > conftest.ts2 ++: > conftest.ts3 ++ ++# Make sure ls -t actually works. Do 'set' in a subshell so we don't ++# clobber the current shell's arguments. (Outer-level square brackets ++# are removed by m4; they're present so that m4 does not expand ++# ; be careful, easy to get confused.) ++if ( ++ set X `[ls -t conftest.ts[12]]` && ++ { ++ test "$[]*" != "X conftest.ts1 conftest.ts2" || ++ test "$[]*" != "X conftest.ts2 conftest.ts1"; ++ } ++); then :; else ++ # If neither matched, then we have a broken ls. This can happen ++ # if, for instance, CONFIG_SHELL is bash and it inherits a ++ # broken ls alias from the environment. This has actually ++ # happened. Such a system could not be considered "sane". ++ _AS_ECHO_UNQUOTED( ++ ["Bad output from ls -t: \"`[ls -t conftest.ts[12]]`\""], ++ [AS_MESSAGE_LOG_FD]) ++ AC_MSG_FAILURE([ls -t produces unexpected output. ++Make sure there is not a broken ls alias in your environment.]) ++fi ++ ++for am_try_res in $am_try_resolutions; do ++ # Any one fine-grained sleep might happen to cross the boundary ++ # between two values of a coarser actual resolution, but if we do ++ # two fine-grained sleeps in a row, at least one of them will fall ++ # entirely within a coarse interval. ++ echo alpha > conftest.ts1 ++ sleep $am_try_res ++ echo beta > conftest.ts2 ++ sleep $am_try_res ++ echo gamma > conftest.ts3 ++ ++ # We assume that 'ls -t' will make use of high-resolution ++ # timestamps if the operating system supports them at all. ++ if (set X `ls -t conftest.ts?` && ++ test "$[]2" = conftest.ts3 && ++ test "$[]3" = conftest.ts2 && ++ test "$[]4" = conftest.ts1); then ++ # ++ # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, ++ # because we don't need to test make. ++ make_ok=true ++ if test $am_try_res != 1; then ++ # But if we've succeeded so far with a subsecond resolution, we ++ # have one more thing to check: make. It can happen that ++ # everything else supports the subsecond mtimes, but make doesn't; ++ # notably on macOS, which ships make 3.81 from 2006 (the last one ++ # released under GPLv2). https://bugs.gnu.org/68808 ++ # ++ # We test $MAKE if it is defined in the environment, else "make". ++ # It might get overridden later, but our hope is that in practice ++ # it does not matter: it is the system "make" which is (by far) ++ # the most likely to be broken, whereas if the user overrides it, ++ # probably they did so with a better, or at least not worse, make. ++ # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html ++ # ++ # Create a Makefile (real tab character here): ++ rm -f conftest.mk ++ echo 'conftest.ts1: conftest.ts2' >conftest.mk ++ echo ' touch conftest.ts2' >>conftest.mk ++ # ++ # Now, running ++ # touch conftest.ts1; touch conftest.ts2; make ++ # should touch ts1 because ts2 is newer. This could happen by luck, ++ # but most often, it will fail if make's support is insufficient. So ++ # test for several consecutive successes. ++ # ++ # (We reuse conftest.ts[12] because we still want to modify existing ++ # files, not create new ones, per above.) ++ n=0 ++ make=${MAKE-make} ++ until test $n -eq 3; do ++ echo one > conftest.ts1 ++ sleep $am_try_res ++ echo two > conftest.ts2 # ts2 should now be newer than ts1 ++ if $make -f conftest.mk | grep 'up to date' >/dev/null; then ++ make_ok=false ++ break # out of $n loop ++ fi ++ n=`expr $n + 1` ++ done ++ fi ++ # ++ if $make_ok; then ++ # Everything we know to check worked out, so call this resolution good. ++ am_cv_filesystem_timestamp_resolution=$am_try_res ++ break # out of $am_try_res loop ++ fi ++ # Otherwise, we'll go on to check the next resolution. ++ fi ++done ++rm -f conftest.ts? ++# (end _am_filesystem_timestamp_resolution) ++])]) ++ + # AM_SANITY_CHECK + # --------------- + AC_DEFUN([AM_SANITY_CHECK], +-[AC_MSG_CHECKING([whether build environment is sane]) ++[AC_REQUIRE([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION]) ++# This check should not be cached, as it may vary across builds of ++# different projects. ++AC_MSG_CHECKING([whether build environment is sane]) + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' +@@ -893,49 +1024,40 @@ esac + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +-if ( +- am_has_slept=no +- for am_try in 1 2; do +- echo "timestamp, slept: $am_has_slept" > conftest.file +- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +- if test "$[*]" = "X"; then +- # -L didn't work. +- set X `ls -t "$srcdir/configure" conftest.file` +- fi +- if test "$[*]" != "X $srcdir/configure conftest.file" \ +- && test "$[*]" != "X conftest.file $srcdir/configure"; then +- +- # If neither matched, then we have a broken ls. This can happen +- # if, for instance, CONFIG_SHELL is bash and it inherits a +- # broken ls alias from the environment. This has actually +- # happened. Such a system could not be considered "sane". +- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +- alias in your environment]) +- fi +- if test "$[2]" = conftest.file || test $am_try -eq 2; then +- break +- fi +- # Just in case. +- sleep 1 +- am_has_slept=yes +- done +- test "$[2]" = conftest.file +- ) +-then +- # Ok. +- : +-else +- AC_MSG_ERROR([newly created file is older than distributed files! ++am_build_env_is_sane=no ++am_has_slept=no ++rm -f conftest.file ++for am_try in 1 2; do ++ echo "timestamp, slept: $am_has_slept" > conftest.file ++ if ( ++ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` ++ if test "$[]*" = "X"; then ++ # -L didn't work. ++ set X `ls -t "$srcdir/configure" conftest.file` ++ fi ++ test "$[]2" = conftest.file ++ ); then ++ am_build_env_is_sane=yes ++ break ++ fi ++ # Just in case. ++ sleep "$am_cv_filesystem_timestamp_resolution" ++ am_has_slept=yes ++done ++ ++AC_MSG_RESULT([$am_build_env_is_sane]) ++if test "$am_build_env_is_sane" = no; then ++ AC_MSG_ERROR([newly created file is older than distributed files! + Check your system clock]) + fi +-AC_MSG_RESULT([yes]) ++ + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +-if grep 'slept: no' conftest.file >/dev/null 2>&1; then +- ( sleep 1 ) & ++AS_IF([test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1],, [dnl ++ ( sleep "$am_cv_filesystem_timestamp_resolution" ) & + am_sleep_pid=$! +-fi ++]) + AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then +@@ -946,18 +1068,18 @@ AC_CONFIG_COMMANDS_PRE( + rm -f conftest.file + ]) + +-# Copyright (C) 2009-2021 Free Software Foundation, Inc. ++# Copyright (C) 2009-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + +-# AM_SILENT_RULES([DEFAULT]) +-# -------------------------- +-# Enable less verbose build rules; with the default set to DEFAULT +-# ("yes" being less verbose, "no" or empty being verbose). +-AC_DEFUN([AM_SILENT_RULES], +-[AC_ARG_ENABLE([silent-rules], [dnl ++# _AM_SILENT_RULES ++# ---------------- ++# Enable less verbose build rules support. ++AC_DEFUN([_AM_SILENT_RULES], ++[AM_DEFAULT_VERBOSITY=1 ++AC_ARG_ENABLE([silent-rules], [dnl + AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +@@ -965,11 +1087,6 @@ AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl + ]) +-case $enable_silent_rules in @%:@ ((( +- yes) AM_DEFAULT_VERBOSITY=0;; +- no) AM_DEFAULT_VERBOSITY=1;; +- *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +-esac + dnl + dnl A few 'make' implementations (e.g., NonStop OS and NextStep) + dnl do not support nested variable expansions. +@@ -988,14 +1105,6 @@ am__doit: + else + am_cv_make_support_nested_variables=no + fi]) +-if test $am_cv_make_support_nested_variables = yes; then +- dnl Using '$V' instead of '$(V)' breaks IRIX make. +- AM_V='$(V)' +- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +-else +- AM_V=$AM_DEFAULT_VERBOSITY +- AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +-fi + AC_SUBST([AM_V])dnl + AM_SUBST_NOTMAKE([AM_V])dnl + AC_SUBST([AM_DEFAULT_V])dnl +@@ -1004,9 +1113,33 @@ AC_SUBST([AM_DEFAULT_VERBOSITY])dnl + AM_BACKSLASH='\' + AC_SUBST([AM_BACKSLASH])dnl + _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ++dnl Delay evaluation of AM_DEFAULT_VERBOSITY to the end to allow multiple calls ++dnl to AM_SILENT_RULES to change the default value. ++AC_CONFIG_COMMANDS_PRE([dnl ++case $enable_silent_rules in @%:@ ((( ++ yes) AM_DEFAULT_VERBOSITY=0;; ++ no) AM_DEFAULT_VERBOSITY=1;; ++esac ++if test $am_cv_make_support_nested_variables = yes; then ++ dnl Using '$V' instead of '$(V)' breaks IRIX make. ++ AM_V='$(V)' ++ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' ++else ++ AM_V=$AM_DEFAULT_VERBOSITY ++ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY ++fi ++])dnl + ]) + +-# Copyright (C) 2001-2021 Free Software Foundation, Inc. ++# AM_SILENT_RULES([DEFAULT]) ++# -------------------------- ++# Set the default verbosity level to DEFAULT ("yes" being less verbose, "no" or ++# empty being verbose). ++AC_DEFUN([AM_SILENT_RULES], ++[AC_REQUIRE([_AM_SILENT_RULES]) ++AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) ++ ++# Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -1034,7 +1167,7 @@ fi + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +-# Copyright (C) 2006-2021 Free Software Foundation, Inc. ++# Copyright (C) 2006-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -1053,7 +1186,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + + # Check how to create a tarball. -*- Autoconf -*- + +-# Copyright (C) 2004-2021 Free Software Foundation, Inc. ++# Copyright (C) 2004-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -1099,15 +1232,19 @@ m4_if([$1], [v7], + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) +- if test $am_uid -le $am_max_uid; then +- AC_MSG_RESULT([yes]) ++ if test x$am_uid = xunknown; then ++ AC_MSG_WARN([ancient id detected; assuming current UID is ok, but dist-ustar might not work]) ++ elif test $am_uid -le $am_max_uid; then ++ AC_MSG_RESULT([yes]) + else +- AC_MSG_RESULT([no]) +- _am_tools=none ++ AC_MSG_RESULT([no]) ++ _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) +- if test $am_gid -le $am_max_gid; then +- AC_MSG_RESULT([yes]) ++ if test x$gm_gid = xunknown; then ++ AC_MSG_WARN([ancient id detected; assuming current GID is ok, but dist-ustar might not work]) ++ elif test $am_gid -le $am_max_gid; then ++ AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none +@@ -1184,6 +1321,26 @@ AC_SUBST([am__tar]) + AC_SUBST([am__untar]) + ]) # _AM_PROG_TAR + ++# Copyright (C) 2022-2024 Free Software Foundation, Inc. ++# ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# _AM_PROG_XARGS_N ++# ---------------- ++# Check whether 'xargs -n' works. It should work everywhere, so the fallback ++# is not optimized at all as we never expect to use it. ++AC_DEFUN([_AM_PROG_XARGS_N], ++[AC_CACHE_CHECK([xargs -n works], am_cv_xargs_n_works, [dnl ++AS_IF([test "`echo 1 2 3 | xargs -n2 echo`" = "1 2 ++3"], [am_cv_xargs_n_works=yes], [am_cv_xargs_n_works=no])]) ++AS_IF([test "$am_cv_xargs_n_works" = yes], [am__xargs_n='xargs -n'], [dnl ++ am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "$@" "$am__xargs_n_arg"; done; }' ++])dnl ++AC_SUBST(am__xargs_n) ++]) ++ + m4_include([m4/ax_compare_version.m4]) + m4_include([m4/glibtests.m4]) + m4_include([m4/introspection.m4]) +diff --git a/config.h.in b/config.h.in +index 0cab6213..3b9c3da5 100644 +--- a/config.h.in ++++ b/config.h.in +@@ -63,7 +63,7 @@ + /* Define to the version of this package. */ + #undef PACKAGE_VERSION + +-/* Define to 1 if all of the C90 standard headers exist (not just the ones ++/* Define to 1 if all of the C89 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ + #undef STDC_HEADERS +diff --git a/configure b/configure +index 6beb604c..51ea4dbc 100755 +--- a/configure ++++ b/configure +@@ -1,11 +1,11 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.71 for RSVG 2.57.92. ++# Generated by GNU Autoconf 2.72 for RSVG 2.57.92. + # + # Report bugs to . + # + # +-# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, ++# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, + # Inc. + # + # +@@ -17,7 +17,6 @@ + + # Be more Bourne compatible + DUALCASE=1; export DUALCASE # for MKS sh +-as_nop=: + if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 + then : + emulate sh +@@ -26,12 +25,13 @@ then : + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +-else $as_nop +- case `(set -o) 2>/dev/null` in #( ++else case e in #( ++ e) case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; ++esac ;; + esac + fi + +@@ -103,7 +103,7 @@ IFS=$as_save_IFS + + ;; + esac +-# We did not find ourselves, most probably we were run as `sh COMMAND' ++# We did not find ourselves, most probably we were run as 'sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 +@@ -133,15 +133,14 @@ case $- in # (((( + esac + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} + # Admittedly, this is quite paranoid, since all the known shells bail +-# out after a failed `exec'. ++# out after a failed 'exec'. + printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 + exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} + if test "x$CONFIG_SHELL" = x; then +- as_bourne_compatible="as_nop=: +-if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 ++ as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 + then : + emulate sh + NULLCMD=: +@@ -149,12 +148,13 @@ then : + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +-else \$as_nop +- case \`(set -o) 2>/dev/null\` in #( ++else case e in #( ++ e) case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; ++esac ;; + esac + fi + " +@@ -172,8 +172,9 @@ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } + if ( set x; as_fn_ret_success y && test x = \"\$1\" ) + then : + +-else \$as_nop +- exitcode=1; echo positional parameters were not saved. ++else case e in #( ++ e) exitcode=1; echo positional parameters were not saved. ;; ++esac + fi + test x\$exitcode = x0 || exit 1 + blah=\$(echo \$(echo blah)) +@@ -195,14 +196,15 @@ test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null + then : + as_have_required=yes +-else $as_nop +- as_have_required=no ++else case e in #( ++ e) as_have_required=no ;; ++esac + fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null + then : + +-else $as_nop +- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ++else case e in #( ++ e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + as_found=false + for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH + do +@@ -235,12 +237,13 @@ IFS=$as_save_IFS + if $as_found + then : + +-else $as_nop +- if { test -f "$SHELL" || test -f "$SHELL.exe"; } && ++else case e in #( ++ e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null + then : + CONFIG_SHELL=$SHELL as_have_required=yes +-fi ++fi ;; ++esac + fi + + +@@ -262,7 +265,7 @@ case $- in # (((( + esac + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} + # Admittedly, this is quite paranoid, since all the known shells bail +-# out after a failed `exec'. ++# out after a failed 'exec'. + printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 + exit 255 + fi +@@ -282,7 +285,8 @@ $0: this message. Then install a modern shell, or manually + $0: run the script under such a shell if you do have one." + fi + exit 1 +-fi ++fi ;; ++esac + fi + fi + SHELL=${CONFIG_SHELL-/bin/sh} +@@ -321,14 +325,6 @@ as_fn_exit () + as_fn_set_status $1 + exit $1 + } # as_fn_exit +-# as_fn_nop +-# --------- +-# Do nothing but, unlike ":", preserve the value of $?. +-as_fn_nop () +-{ +- return $? +-} +-as_nop=as_fn_nop + + # as_fn_mkdir_p + # ------------- +@@ -397,11 +393,12 @@ then : + { + eval $1+=\$2 + }' +-else $as_nop +- as_fn_append () ++else case e in #( ++ e) as_fn_append () + { + eval $1=\$$1\$2 +- } ++ } ;; ++esac + fi # as_fn_append + + # as_fn_arith ARG... +@@ -415,21 +412,14 @@ then : + { + as_val=$(( $* )) + }' +-else $as_nop +- as_fn_arith () ++else case e in #( ++ e) as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` +- } ++ } ;; ++esac + fi # as_fn_arith + +-# as_fn_nop +-# --------- +-# Do nothing but, unlike ":", preserve the value of $?. +-as_fn_nop () +-{ +- return $? +-} +-as_nop=as_fn_nop + + # as_fn_error STATUS ERROR [LINENO LOG_FD] + # ---------------------------------------- +@@ -503,6 +493,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits + /[$]LINENO/= + ' <$as_myself | + sed ' ++ t clear ++ :clear + s/[$]LINENO.*/&-/ + t lineno + b +@@ -551,7 +543,6 @@ esac + as_echo='printf %s\n' + as_echo_n='printf %s' + +- + rm -f conf$$ conf$$.exe conf$$.file + if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +@@ -563,9 +554,9 @@ if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: +- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. +- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. +- # In both cases, we have to default to `cp -pR'. ++ # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail. ++ # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable. ++ # In both cases, we have to default to 'cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then +@@ -590,10 +581,12 @@ as_test_x='test -x' + as_executable_p=as_fn_executable_p + + # Sed expression to map a string onto a valid CPP name. +-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" ++as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" ++as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated + + # Sed expression to map a string onto a valid variable name. +-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" ++as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g" ++as_tr_sh="eval sed '$as_sed_sh'" # deprecated + + SHELL=${CONFIG_SHELL-/bin/sh} + +@@ -800,6 +793,8 @@ RSVG_API_VERSION + MAINT + MAINTAINER_MODE_FALSE + MAINTAINER_MODE_TRUE ++am__xargs_n ++am__rm_f_notfound + AM_BACKSLASH + AM_DEFAULT_VERBOSITY + AM_DEFAULT_V +@@ -1025,7 +1020,7 @@ do + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +- as_fn_error $? "invalid feature name: \`$ac_useropt'" ++ as_fn_error $? "invalid feature name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in +@@ -1051,7 +1046,7 @@ do + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +- as_fn_error $? "invalid feature name: \`$ac_useropt'" ++ as_fn_error $? "invalid feature name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in +@@ -1264,7 +1259,7 @@ do + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +- as_fn_error $? "invalid package name: \`$ac_useropt'" ++ as_fn_error $? "invalid package name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in +@@ -1280,7 +1275,7 @@ do + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +- as_fn_error $? "invalid package name: \`$ac_useropt'" ++ as_fn_error $? "invalid package name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in +@@ -1310,8 +1305,8 @@ do + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + +- -*) as_fn_error $? "unrecognized option: \`$ac_option' +-Try \`$0 --help' for more information" ++ -*) as_fn_error $? "unrecognized option: '$ac_option' ++Try '$0 --help' for more information" + ;; + + *=*) +@@ -1319,7 +1314,7 @@ Try \`$0 --help' for more information" + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) +- as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; ++ as_fn_error $? "invalid variable name: '$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; +@@ -1369,7 +1364,7 @@ do + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" + done + +-# There might be people who depend on the old broken behavior: `$host' ++# There might be people who depend on the old broken behavior: '$host' + # used to hold the argument of --host etc. + # FIXME: To remove some day. + build=$build_alias +@@ -1437,7 +1432,7 @@ if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" + fi +-ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ++ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work" + ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +@@ -1465,7 +1460,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures RSVG 2.57.92 to adapt to many kinds of systems. ++'configure' configures RSVG 2.57.92 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1479,11 +1474,11 @@ Configuration: + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit +- -q, --quiet, --silent do not print \`checking ...' messages ++ -q, --quiet, --silent do not print 'checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] +- -C, --config-cache alias for \`--cache-file=config.cache' ++ -C, --config-cache alias for '--cache-file=config.cache' + -n, --no-create do not create output files +- --srcdir=DIR find the sources in DIR [configure dir or \`..'] ++ --srcdir=DIR find the sources in DIR [configure dir or '..'] + + Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX +@@ -1491,10 +1486,10 @@ Installation directories: + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +-By default, \`make install' will install all the files in +-\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +-an installation prefix other than \`$ac_default_prefix' using \`--prefix', +-for instance \`--prefix=\$HOME'. ++By default, 'make install' will install all the files in ++'$ac_default_prefix/bin', '$ac_default_prefix/lib' etc. You can specify ++an installation prefix other than '$ac_default_prefix' using '--prefix', ++for instance '--prefix=\$HOME'. + + For better control, use the options below. + +@@ -1623,7 +1618,7 @@ Some influential environment variables: + linker flags for GDK_PIXBUF, overriding pkg-config + RUST_TARGET Set rust target (default=$host) + +-Use these variables to override the choices made by `configure' or to help ++Use these variables to override the choices made by 'configure' or to help + it to find libraries and programs with nonstandard names/locations. + + Report bugs to . +@@ -1691,9 +1686,9 @@ test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF + RSVG configure 2.57.92 +-generated by GNU Autoconf 2.71 ++generated by GNU Autoconf 2.72 + +-Copyright (C) 2021 Free Software Foundation, Inc. ++Copyright (C) 2023 Free Software Foundation, Inc. + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + _ACEOF +@@ -1732,11 +1727,12 @@ printf "%s\n" "$ac_try_echo"; } >&5 + } && test -s conftest.$ac_objext + then : + ac_retval=0 +-else $as_nop +- printf "%s\n" "$as_me: failed program was:" >&5 ++else case e in #( ++ e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +- ac_retval=1 ++ ac_retval=1 ;; ++esac + fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval +@@ -1770,11 +1766,12 @@ printf "%s\n" "$ac_try_echo"; } >&5 + } + then : + ac_retval=0 +-else $as_nop +- printf "%s\n" "$as_me: failed program was:" >&5 ++else case e in #( ++ e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +- ac_retval=1 ++ ac_retval=1 ;; ++esac + fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval +@@ -1812,11 +1809,12 @@ printf "%s\n" "$ac_try_echo"; } >&5 + } + then : + ac_retval=0 +-else $as_nop +- printf "%s\n" "$as_me: failed program was:" >&5 ++else case e in #( ++ e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +- ac_retval=1 ++ ac_retval=1 ;; ++esac + fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would +@@ -1858,12 +1856,13 @@ printf "%s\n" "$ac_try_echo"; } >&5 + test $ac_status = 0; }; } + then : + ac_retval=0 +-else $as_nop +- printf "%s\n" "$as_me: program exited with status $ac_status" >&5 ++else case e in #( ++ e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5 + printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +- ac_retval=$ac_status ++ ac_retval=$ac_status ;; ++esac + fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno +@@ -1883,8 +1882,8 @@ printf %s "checking for $2... " >&6; } + if eval test \${$3+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + #include <$2> +@@ -1892,10 +1891,12 @@ _ACEOF + if ac_fn_c_try_compile "$LINENO" + then : + eval "$3=yes" +-else $as_nop +- eval "$3=no" ++else case e in #( ++ e) eval "$3=no" ;; ++esac + fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ++rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; ++esac + fi + eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +@@ -1915,15 +1916,15 @@ printf %s "checking for $2... " >&6; } + if eval test \${$3+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ + #define $2 innocuous_$2 + + /* System header to define __stub macros and hopefully few prototypes, +- which can conflict with char $2 (); below. */ ++ which can conflict with char $2 (void); below. */ + + #include + #undef $2 +@@ -1934,7 +1935,7 @@ else $as_nop + #ifdef __cplusplus + extern "C" + #endif +-char $2 (); ++char $2 (void); + /* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +@@ -1953,11 +1954,13 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + eval "$3=yes" +-else $as_nop +- eval "$3=no" ++else case e in #( ++ e) eval "$3=no" ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ +- conftest$ac_exeext conftest.$ac_ext ++ conftest$ac_exeext conftest.$ac_ext ;; ++esac + fi + eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +@@ -1990,7 +1993,7 @@ This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + + It was created by RSVG $as_me 2.57.92, which was +-generated by GNU Autoconf 2.71. Invocation command line was ++generated by GNU Autoconf 2.72. Invocation command line was + + $ $0$ac_configure_args_raw + +@@ -2236,10 +2239,10 @@ esac + printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ +- || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "failed to load site script $ac_site_file +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } + fi + done + +@@ -2275,9 +2278,7 @@ struct stat; + /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ + struct buf { int x; }; + struct buf * (*rcsopen) (struct buf *, struct stat *, int); +-static char *e (p, i) +- char **p; +- int i; ++static char *e (char **p, int i) + { + return p[i]; + } +@@ -2291,6 +2292,21 @@ static char *f (char * (*g) (char **, int), char **p, ...) + return s; + } + ++/* C89 style stringification. */ ++#define noexpand_stringify(a) #a ++const char *stringified = noexpand_stringify(arbitrary+token=sequence); ++ ++/* C89 style token pasting. Exercises some of the corner cases that ++ e.g. old MSVC gets wrong, but not very hard. */ ++#define noexpand_concat(a,b) a##b ++#define expand_concat(a,b) noexpand_concat(a,b) ++extern int vA; ++extern int vbee; ++#define aye A ++#define bee B ++int *pvA = &expand_concat(v,aye); ++int *pvbee = &noexpand_concat(v,bee); ++ + /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated +@@ -2318,16 +2334,19 @@ ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); + + # Test code for whether the C compiler supports C99 (global declarations) + ac_c_conftest_c99_globals=' +-// Does the compiler advertise C99 conformance? ++/* Does the compiler advertise C99 conformance? */ + #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L + # error "Compiler does not advertise C99 conformance" + #endif + ++// See if C++-style comments work. ++ + #include + extern int puts (const char *); + extern int printf (const char *, ...); + extern int dprintf (int, const char *, ...); + extern void *malloc (size_t); ++extern void free (void *); + + // Check varargs macros. These examples are taken from C99 6.10.3.5. + // dprintf is used instead of fprintf to avoid needing to declare +@@ -2377,7 +2396,6 @@ typedef const char *ccp; + static inline int + test_restrict (ccp restrict text) + { +- // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) +@@ -2443,6 +2461,8 @@ ac_c_conftest_c99_main=' + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; ++ // Work around memory leak warnings. ++ free (ia); + + // Check named initializers. + struct named_init ni = { +@@ -2464,7 +2484,7 @@ ac_c_conftest_c99_main=' + + # Test code for whether the C compiler supports C11 (global declarations) + ac_c_conftest_c11_globals=' +-// Does the compiler advertise C11 conformance? ++/* Does the compiler advertise C11 conformance? */ + #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L + # error "Compiler does not advertise C11 conformance" + #endif +@@ -2656,8 +2676,9 @@ IFS=$as_save_IFS + if $as_found + then : + +-else $as_nop +- as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ++else case e in #( ++ e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;; ++esac + fi + + +@@ -2685,12 +2706,12 @@ for ac_var in $ac_precious_vars; do + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +-printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5 ++printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +-printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5 ++printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) +@@ -2699,18 +2720,18 @@ printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +-printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5 ++printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +-printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5 ++printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +-printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +-printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5 ++printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;} ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5 ++printf "%s\n" "$as_me: current value: '$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. +@@ -2726,11 +2747,11 @@ printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi + done + if $ac_cache_corrupted; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 + printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} +- as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' ++ as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file' + and start over" "$LINENO" 5 + fi + ## -------------------- ## +@@ -2750,7 +2771,7 @@ ac_config_headers="$ac_config_headers config.h" + + + +-am__api_version='1.16' ++am__api_version='1.17' + + + +@@ -2774,8 +2795,8 @@ if test -z "$INSTALL"; then + if test ${ac_cv_path_install+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ++else case e in #( ++ e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +@@ -2829,7 +2850,8 @@ esac + IFS=$as_save_IFS + + rm -rf conftest.one conftest.two conftest.dir +- ++ ;; ++esac + fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install +@@ -2852,6 +2874,165 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + ++{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5 ++printf %s "checking whether sleep supports fractional seconds... " >&6; } ++if test ${am_cv_sleep_fractional_seconds+y} ++then : ++ printf %s "(cached) " >&6 ++else case e in #( ++ e) if sleep 0.001 2>/dev/null ++then : ++ am_cv_sleep_fractional_seconds=yes ++else case e in #( ++ e) am_cv_sleep_fractional_seconds=no ;; ++esac ++fi ++ ;; ++esac ++fi ++{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5 ++printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; } ++ ++{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5 ++printf %s "checking filesystem timestamp resolution... " >&6; } ++if test ${am_cv_filesystem_timestamp_resolution+y} ++then : ++ printf %s "(cached) " >&6 ++else case e in #( ++ e) # Default to the worst case. ++am_cv_filesystem_timestamp_resolution=2 ++ ++# Only try to go finer than 1 sec if sleep can do it. ++# Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, ++# - 1 sec is not much of a win compared to 2 sec, and ++# - it takes 2 seconds to perform the test whether 1 sec works. ++# ++# Instead, just use the default 2s on platforms that have 1s resolution, ++# accept the extra 1s delay when using $sleep in the Automake tests, in ++# exchange for not incurring the 2s delay for running the test for all ++# packages. ++# ++am_try_resolutions= ++if test "$am_cv_sleep_fractional_seconds" = yes; then ++ # Even a millisecond often causes a bunch of false positives, ++ # so just try a hundredth of a second. The time saved between .001 and ++ # .01 is not terribly consequential. ++ am_try_resolutions="0.01 0.1 $am_try_resolutions" ++fi ++ ++# In order to catch current-generation FAT out, we must *modify* files ++# that already exist; the *creation* timestamp is finer. Use names ++# that make ls -t sort them differently when they have equal ++# timestamps than when they have distinct timestamps, keeping ++# in mind that ls -t prints the *newest* file first. ++rm -f conftest.ts? ++: > conftest.ts1 ++: > conftest.ts2 ++: > conftest.ts3 ++ ++# Make sure ls -t actually works. Do 'set' in a subshell so we don't ++# clobber the current shell's arguments. (Outer-level square brackets ++# are removed by m4; they're present so that m4 does not expand ++# ; be careful, easy to get confused.) ++if ( ++ set X `ls -t conftest.ts[12]` && ++ { ++ test "$*" != "X conftest.ts1 conftest.ts2" || ++ test "$*" != "X conftest.ts2 conftest.ts1"; ++ } ++); then :; else ++ # If neither matched, then we have a broken ls. This can happen ++ # if, for instance, CONFIG_SHELL is bash and it inherits a ++ # broken ls alias from the environment. This has actually ++ # happened. Such a system could not be considered "sane". ++ printf "%s\n" ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} ++as_fn_error $? "ls -t produces unexpected output. ++Make sure there is not a broken ls alias in your environment. ++See 'config.log' for more details" "$LINENO" 5; } ++fi ++ ++for am_try_res in $am_try_resolutions; do ++ # Any one fine-grained sleep might happen to cross the boundary ++ # between two values of a coarser actual resolution, but if we do ++ # two fine-grained sleeps in a row, at least one of them will fall ++ # entirely within a coarse interval. ++ echo alpha > conftest.ts1 ++ sleep $am_try_res ++ echo beta > conftest.ts2 ++ sleep $am_try_res ++ echo gamma > conftest.ts3 ++ ++ # We assume that 'ls -t' will make use of high-resolution ++ # timestamps if the operating system supports them at all. ++ if (set X `ls -t conftest.ts?` && ++ test "$2" = conftest.ts3 && ++ test "$3" = conftest.ts2 && ++ test "$4" = conftest.ts1); then ++ # ++ # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, ++ # because we don't need to test make. ++ make_ok=true ++ if test $am_try_res != 1; then ++ # But if we've succeeded so far with a subsecond resolution, we ++ # have one more thing to check: make. It can happen that ++ # everything else supports the subsecond mtimes, but make doesn't; ++ # notably on macOS, which ships make 3.81 from 2006 (the last one ++ # released under GPLv2). https://bugs.gnu.org/68808 ++ # ++ # We test $MAKE if it is defined in the environment, else "make". ++ # It might get overridden later, but our hope is that in practice ++ # it does not matter: it is the system "make" which is (by far) ++ # the most likely to be broken, whereas if the user overrides it, ++ # probably they did so with a better, or at least not worse, make. ++ # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html ++ # ++ # Create a Makefile (real tab character here): ++ rm -f conftest.mk ++ echo 'conftest.ts1: conftest.ts2' >conftest.mk ++ echo ' touch conftest.ts2' >>conftest.mk ++ # ++ # Now, running ++ # touch conftest.ts1; touch conftest.ts2; make ++ # should touch ts1 because ts2 is newer. This could happen by luck, ++ # but most often, it will fail if make's support is insufficient. So ++ # test for several consecutive successes. ++ # ++ # (We reuse conftest.ts[12] because we still want to modify existing ++ # files, not create new ones, per above.) ++ n=0 ++ make=${MAKE-make} ++ until test $n -eq 3; do ++ echo one > conftest.ts1 ++ sleep $am_try_res ++ echo two > conftest.ts2 # ts2 should now be newer than ts1 ++ if $make -f conftest.mk | grep 'up to date' >/dev/null; then ++ make_ok=false ++ break # out of $n loop ++ fi ++ n=`expr $n + 1` ++ done ++ fi ++ # ++ if $make_ok; then ++ # Everything we know to check worked out, so call this resolution good. ++ am_cv_filesystem_timestamp_resolution=$am_try_res ++ break # out of $am_try_res loop ++ fi ++ # Otherwise, we'll go on to check the next resolution. ++ fi ++done ++rm -f conftest.ts? ++# (end _am_filesystem_timestamp_resolution) ++ ;; ++esac ++fi ++{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5 ++printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; } ++ ++# This check should not be cached, as it may vary across builds of ++# different projects. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 + printf %s "checking whether build environment is sane... " >&6; } + # Reject unsafe characters in $srcdir or the absolute working directory +@@ -2872,49 +3053,45 @@ esac + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +-if ( +- am_has_slept=no +- for am_try in 1 2; do +- echo "timestamp, slept: $am_has_slept" > conftest.file +- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +- if test "$*" = "X"; then +- # -L didn't work. +- set X `ls -t "$srcdir/configure" conftest.file` +- fi +- if test "$*" != "X $srcdir/configure conftest.file" \ +- && test "$*" != "X conftest.file $srcdir/configure"; then +- +- # If neither matched, then we have a broken ls. This can happen +- # if, for instance, CONFIG_SHELL is bash and it inherits a +- # broken ls alias from the environment. This has actually +- # happened. Such a system could not be considered "sane". +- as_fn_error $? "ls -t appears to fail. Make sure there is not a broken +- alias in your environment" "$LINENO" 5 +- fi +- if test "$2" = conftest.file || test $am_try -eq 2; then +- break +- fi +- # Just in case. +- sleep 1 +- am_has_slept=yes +- done +- test "$2" = conftest.file +- ) +-then +- # Ok. +- : +-else +- as_fn_error $? "newly created file is older than distributed files! ++am_build_env_is_sane=no ++am_has_slept=no ++rm -f conftest.file ++for am_try in 1 2; do ++ echo "timestamp, slept: $am_has_slept" > conftest.file ++ if ( ++ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` ++ if test "$*" = "X"; then ++ # -L didn't work. ++ set X `ls -t "$srcdir/configure" conftest.file` ++ fi ++ test "$2" = conftest.file ++ ); then ++ am_build_env_is_sane=yes ++ break ++ fi ++ # Just in case. ++ sleep "$am_cv_filesystem_timestamp_resolution" ++ am_has_slept=yes ++done ++ ++{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5 ++printf "%s\n" "$am_build_env_is_sane" >&6; } ++if test "$am_build_env_is_sane" = no; then ++ as_fn_error $? "newly created file is older than distributed files! + Check your system clock" "$LINENO" 5 + fi +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-printf "%s\n" "yes" >&6; } ++ + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +-if grep 'slept: no' conftest.file >/dev/null 2>&1; then +- ( sleep 1 ) & ++if test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1 ++then : ++ ++else case e in #( ++ e) ( sleep "$am_cv_filesystem_timestamp_resolution" ) & + am_sleep_pid=$! ++ ;; ++esac + fi + + rm -f conftest.file +@@ -2925,7 +3102,7 @@ test "$program_prefix" != NONE && + test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" + # Double any \ or $. +-# By default was `s,x,x', remove it if useless. ++# By default was 's,x,x', remove it if useless. + ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' + program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + +@@ -2968,8 +3145,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_STRIP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$STRIP"; then ++else case e in #( ++ e) if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -2991,7 +3168,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + STRIP=$ac_cv_prog_STRIP + if test -n "$STRIP"; then +@@ -3013,8 +3191,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_STRIP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_STRIP"; then ++else case e in #( ++ e) if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -3036,7 +3214,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP + if test -n "$ac_ct_STRIP"; then +@@ -3072,8 +3251,8 @@ if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ++else case e in #( ++ e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin + do + IFS=$as_save_IFS +@@ -3087,7 +3266,7 @@ do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ +- 'BusyBox '* | \ ++ *'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; +@@ -3096,18 +3275,17 @@ do + done + done + IFS=$as_save_IFS +- ++ ;; ++esac + fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else +- # As a last resort, use the slow shell script. Don't cache a +- # value for MKDIR_P within a source directory, because that will +- # break other packages using the cache if that directory is +- # removed, or if the value is a relative name. +- MKDIR_P="$ac_install_sh -d" ++ # As a last resort, use plain mkdir -p, ++ # in the hope it doesn't have the bugs of ancient mkdir. ++ MKDIR_P='mkdir -p' + fi + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +@@ -3122,8 +3300,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AWK+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$AWK"; then ++else case e in #( ++ e) if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -3145,7 +3323,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + AWK=$ac_cv_prog_AWK + if test -n "$AWK"; then +@@ -3167,8 +3346,8 @@ ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` + if eval test \${ac_cv_prog_make_${ac_make}_set+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat >conftest.make <<\_ACEOF ++else case e in #( ++ e) cat >conftest.make <<\_ACEOF + SHELL = /bin/sh + all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +@@ -3180,7 +3359,8 @@ case `${MAKE-make} -f conftest.make 2>/dev/null` in + *) + eval ac_cv_prog_make_${ac_make}_set=no;; + esac +-rm -f conftest.make ++rm -f conftest.make ;; ++esac + fi + if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +@@ -3201,25 +3381,21 @@ else + fi + rmdir .tst 2>/dev/null + ++AM_DEFAULT_VERBOSITY=1 + # Check whether --enable-silent-rules was given. + if test ${enable_silent_rules+y} + then : + enableval=$enable_silent_rules; + fi + +-case $enable_silent_rules in # ((( +- yes) AM_DEFAULT_VERBOSITY=0;; +- no) AM_DEFAULT_VERBOSITY=1;; +- *) AM_DEFAULT_VERBOSITY=1;; +-esac + am_make=${MAKE-make} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 + printf %s "checking whether $am_make supports nested variables... " >&6; } + if test ${am_cv_make_support_nested_variables+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if printf "%s\n" 'TRUE=$(BAR$(V)) ++else case e in #( ++ e) if printf "%s\n" 'TRUE=$(BAR$(V)) + BAR0=false + BAR1=true + V=1 +@@ -3229,19 +3405,50 @@ am__doit: + am_cv_make_support_nested_variables=yes + else + am_cv_make_support_nested_variables=no +-fi ++fi ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 + printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +-if test $am_cv_make_support_nested_variables = yes; then +- AM_V='$(V)' +- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +-else +- AM_V=$AM_DEFAULT_VERBOSITY +- AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +-fi + AM_BACKSLASH='\' + ++am__rm_f_notfound= ++if (rm -f && rm -fr && rm -rf) 2>/dev/null ++then : ++ ++else case e in #( ++ e) am__rm_f_notfound='""' ;; ++esac ++fi ++ ++ ++{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking xargs -n works" >&5 ++printf %s "checking xargs -n works... " >&6; } ++if test ${am_cv_xargs_n_works+y} ++then : ++ printf %s "(cached) " >&6 ++else case e in #( ++ e) if test "`echo 1 2 3 | xargs -n2 echo`" = "1 2 ++3" ++then : ++ am_cv_xargs_n_works=yes ++else case e in #( ++ e) am_cv_xargs_n_works=no ;; ++esac ++fi ;; ++esac ++fi ++{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_xargs_n_works" >&5 ++printf "%s\n" "$am_cv_xargs_n_works" >&6; } ++if test "$am_cv_xargs_n_works" = yes ++then : ++ am__xargs_n='xargs -n' ++else case e in #( ++ e) am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "" "$am__xargs_n_arg"; done; }' ++ ;; ++esac ++fi ++ + if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." +@@ -3318,18 +3525,24 @@ _am_tools='gnutar plaintar pax cpio none' + am_gid=`id -g || echo unknown` + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 + printf %s "checking whether UID '$am_uid' is supported by ustar format... " >&6; } +- if test $am_uid -le $am_max_uid; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++ if test x$am_uid = xunknown; then ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ancient id detected; assuming current UID is ok, but dist-ustar might not work" >&5 ++printf "%s\n" "$as_me: WARNING: ancient id detected; assuming current UID is ok, but dist-ustar might not work" >&2;} ++ elif test $am_uid -le $am_max_uid; then ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } + else +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 + printf "%s\n" "no" >&6; } +- _am_tools=none ++ _am_tools=none + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 + printf %s "checking whether GID '$am_gid' is supported by ustar format... " >&6; } +- if test $am_gid -le $am_max_gid; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++ if test x$gm_gid = xunknown; then ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ancient id detected; assuming current GID is ok, but dist-ustar might not work" >&5 ++printf "%s\n" "$as_me: WARNING: ancient id detected; assuming current GID is ok, but dist-ustar might not work" >&2;} ++ elif test $am_gid -le $am_max_gid; then ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +@@ -3416,8 +3629,9 @@ printf %s "checking how to create a ustar tar archive... " >&6; } + if test ${am_cv_prog_tar_ustar+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- am_cv_prog_tar_ustar=$_am_tool ++else case e in #( ++ e) am_cv_prog_tar_ustar=$_am_tool ;; ++esac + fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 +@@ -3442,89 +3656,12 @@ fi + + + +-# POSIX will say in a future version that running "rm -f" with no argument +-# is OK; and we want to be able to make that assumption in our Makefile +-# recipes. So use an aggressive probe to check that the usage we want is +-# actually supported "in the wild" to an acceptable degree. +-# See automake bug#10828. +-# To make any issue more visible, cause the running configure to be aborted +-# by default if the 'rm' program in use doesn't match our expectations; the +-# user can still override this though. +-if rm -f && rm -fr && rm -rf; then : OK; else +- cat >&2 <<'END' +-Oops! + +-Your 'rm' program seems unable to run without file operands specified +-on the command line, even when the '-f' option is present. This is contrary +-to the behaviour of most rm programs out there, and not conforming with +-the upcoming POSIX standard: + +-Please tell bug-automake@gnu.org about your system, including the value +-of your $PATH and any error possibly output before this message. This +-can help us improve future automake versions. + +-END +- if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then +- echo 'Configuration will proceed anyway, since you have set the' >&2 +- echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 +- echo >&2 +- else +- cat >&2 <<'END' +-Aborting the configuration process, to ensure you take notice of the issue. + +-You can download and install GNU coreutils to get an 'rm' implementation +-that behaves properly: . +- +-If you want to complete the configuration process using your problematic +-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +-to "yes", and re-run configure. +- +-END +- as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 +- fi +-fi +- +-# Check whether --enable-silent-rules was given. +-if test ${enable_silent_rules+y} +-then : +- enableval=$enable_silent_rules; +-fi +- +-case $enable_silent_rules in # ((( +- yes) AM_DEFAULT_VERBOSITY=0;; +- no) AM_DEFAULT_VERBOSITY=1;; +- *) AM_DEFAULT_VERBOSITY=0;; +-esac +-am_make=${MAKE-make} +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +-printf %s "checking whether $am_make supports nested variables... " >&6; } +-if test ${am_cv_make_support_nested_variables+y} +-then : +- printf %s "(cached) " >&6 +-else $as_nop +- if printf "%s\n" 'TRUE=$(BAR$(V)) +-BAR0=false +-BAR1=true +-V=1 +-am__doit: +- @$(TRUE) +-.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then +- am_cv_make_support_nested_variables=yes +-else +- am_cv_make_support_nested_variables=no +-fi +-fi +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +-printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +-if test $am_cv_make_support_nested_variables = yes; then +- AM_V='$(V)' +- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +-else +- AM_V=$AM_DEFAULT_VERBOSITY +- AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +-fi +-AM_BACKSLASH='\' + ++AM_DEFAULT_VERBOSITY=0 + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +@@ -3533,8 +3670,9 @@ printf %s "checking whether to enable maintainer-specific portions of Makefiles. + if test ${enable_maintainer_mode+y} + then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +-else $as_nop +- USE_MAINTAINER_MODE=yes ++else case e in #( ++ e) USE_MAINTAINER_MODE=yes ;; ++esac + fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +@@ -3559,7 +3697,7 @@ RSVG_API_MINOR_VERSION=0 + + + +-RSVG_API_VERSION_U=`printf "%s\n" "$RSVG_API_VERSION" | $as_tr_sh` ++RSVG_API_VERSION_U=`printf "%s\n" "$RSVG_API_VERSION" | sed "$as_sed_sh"` + + + # =========================================================================== +@@ -3617,8 +3755,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$CC"; then ++else case e in #( ++ e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -3640,7 +3778,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +@@ -3662,8 +3801,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_CC"; then ++else case e in #( ++ e) if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -3685,7 +3824,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +@@ -3720,8 +3860,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$CC"; then ++else case e in #( ++ e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -3743,7 +3883,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +@@ -3765,8 +3906,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$CC"; then ++else case e in #( ++ e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + ac_prog_rejected=no +@@ -3805,7 +3946,8 @@ if test $ac_prog_rejected = yes; then + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi + fi +-fi ++fi ;; ++esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +@@ -3829,8 +3971,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$CC"; then ++else case e in #( ++ e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -3852,7 +3994,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +@@ -3878,8 +4021,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_CC"; then ++else case e in #( ++ e) if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -3901,7 +4044,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +@@ -3939,8 +4083,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$CC"; then ++else case e in #( ++ e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -3962,7 +4106,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +@@ -3984,8 +4129,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_CC"; then ++else case e in #( ++ e) if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -4007,7 +4152,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +@@ -4036,10 +4182,10 @@ fi + fi + + +-test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "no acceptable C compiler found in \$PATH +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } + + # Provide some information about the compiler. + printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +@@ -4111,8 +4257,8 @@ printf "%s\n" "$ac_try_echo"; } >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then : +- # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +-# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' ++ # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'. ++# So ignore a value of 'no', otherwise this would lead to 'EXEEXT = no' + # in a Makefile. We should not override ac_cv_exeext if it was cached, + # so that the user can short-circuit this test for compilers unknown to + # Autoconf. +@@ -4132,7 +4278,7 @@ do + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not +- # safe: cross compilers may not add the suffix if given an `-o' ++ # safe: cross compilers may not add the suffix if given an '-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. +@@ -4143,8 +4289,9 @@ do + done + test "$ac_cv_exeext" = no && ac_cv_exeext= + +-else $as_nop +- ac_file='' ++else case e in #( ++ e) ac_file='' ;; ++esac + fi + if test -z "$ac_file" + then : +@@ -4153,13 +4300,14 @@ printf "%s\n" "no" >&6; } + printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +-{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error 77 "C compiler cannot create executables +-See \`config.log' for more details" "$LINENO" 5; } +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-printf "%s\n" "yes" >&6; } ++See 'config.log' for more details" "$LINENO" 5; } ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++printf "%s\n" "yes" >&6; } ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 + printf %s "checking for C compiler default output file name... " >&6; } +@@ -4183,10 +4331,10 @@ printf "%s\n" "$ac_try_echo"; } >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then : +- # If both `conftest.exe' and `conftest' are `present' (well, observable) +-# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +-# work properly (i.e., refer to `conftest.exe'), while it won't with +-# `rm'. ++ # If both 'conftest.exe' and 'conftest' are 'present' (well, observable) ++# catch 'conftest.exe'. For instance with Cygwin, 'ls conftest' will ++# work properly (i.e., refer to 'conftest.exe'), while it won't with ++# 'rm'. + for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in +@@ -4196,11 +4344,12 @@ for ac_file in conftest.exe conftest conftest.*; do + * ) break;; + esac + done +-else $as_nop +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++else case e in #( ++ e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of executables: cannot compile and link +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } ;; ++esac + fi + rm -f conftest conftest$ac_cv_exeext + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +@@ -4216,6 +4365,8 @@ int + main (void) + { + FILE *f = fopen ("conftest.out", "w"); ++ if (!f) ++ return 1; + return ferror (f) || fclose (f) != 0; + + ; +@@ -4255,26 +4406,27 @@ printf "%s\n" "$ac_try_echo"; } >&5 + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error 77 "cannot run C compiled programs. +-If you meant to cross compile, use \`--host'. +-See \`config.log' for more details" "$LINENO" 5; } ++If you meant to cross compile, use '--host'. ++See 'config.log' for more details" "$LINENO" 5; } + fi + fi + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 + printf "%s\n" "$cross_compiling" >&6; } + +-rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ++rm -f conftest.$ac_ext conftest$ac_cv_exeext \ ++ conftest.o conftest.obj conftest.out + ac_clean_files=$ac_clean_files_save + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 + printf %s "checking for suffix of object files... " >&6; } + if test ${ac_cv_objext+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +@@ -4306,16 +4458,18 @@ then : + break;; + esac + done +-else $as_nop +- printf "%s\n" "$as_me: failed program was:" >&5 ++else case e in #( ++ e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +-{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of object files: cannot compile +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } ;; ++esac + fi +-rm -f conftest.$ac_cv_objext conftest.$ac_ext ++rm -f conftest.$ac_cv_objext conftest.$ac_ext ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 + printf "%s\n" "$ac_cv_objext" >&6; } +@@ -4326,8 +4480,8 @@ printf %s "checking whether the compiler supports GNU C... " >&6; } + if test ${ac_cv_c_compiler_gnu+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +@@ -4344,12 +4498,14 @@ _ACEOF + if ac_fn_c_try_compile "$LINENO" + then : + ac_compiler_gnu=yes +-else $as_nop +- ac_compiler_gnu=no ++else case e in #( ++ e) ac_compiler_gnu=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_cv_c_compiler_gnu=$ac_compiler_gnu +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 + printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +@@ -4367,8 +4523,8 @@ printf %s "checking whether $CC accepts -g... " >&6; } + if test ${ac_cv_prog_cc_g+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_save_c_werror_flag=$ac_c_werror_flag ++else case e in #( ++ e) ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" +@@ -4386,8 +4542,8 @@ _ACEOF + if ac_fn_c_try_compile "$LINENO" + then : + ac_cv_prog_cc_g=yes +-else $as_nop +- CFLAGS="" ++else case e in #( ++ e) CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -4402,8 +4558,8 @@ _ACEOF + if ac_fn_c_try_compile "$LINENO" + then : + +-else $as_nop +- ac_c_werror_flag=$ac_save_c_werror_flag ++else case e in #( ++ e) ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -4420,12 +4576,15 @@ if ac_fn_c_try_compile "$LINENO" + then : + ac_cv_prog_cc_g=yes + fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ++rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; ++esac + fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ++rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +- ac_c_werror_flag=$ac_save_c_werror_flag ++ ac_c_werror_flag=$ac_save_c_werror_flag ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 + printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +@@ -4452,8 +4611,8 @@ printf %s "checking for $CC option to enable C11 features... " >&6; } + if test ${ac_cv_prog_cc_c11+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_cv_prog_cc_c11=no ++else case e in #( ++ e) ac_cv_prog_cc_c11=no + ac_save_CC=$CC + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -4470,25 +4629,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break + done + rm -f conftest.$ac_ext +-CC=$ac_save_CC ++CC=$ac_save_CC ;; ++esac + fi + + if test "x$ac_cv_prog_cc_c11" = xno + then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 + printf "%s\n" "unsupported" >&6; } +-else $as_nop +- if test "x$ac_cv_prog_cc_c11" = x ++else case e in #( ++ e) if test "x$ac_cv_prog_cc_c11" = x + then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 + printf "%s\n" "none needed" >&6; } +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 + printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } +- CC="$CC $ac_cv_prog_cc_c11" ++ CC="$CC $ac_cv_prog_cc_c11" ;; ++esac + fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 +- ac_prog_cc_stdc=c11 ++ ac_prog_cc_stdc=c11 ;; ++esac + fi + fi + if test x$ac_prog_cc_stdc = xno +@@ -4498,8 +4660,8 @@ printf %s "checking for $CC option to enable C99 features... " >&6; } + if test ${ac_cv_prog_cc_c99+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_cv_prog_cc_c99=no ++else case e in #( ++ e) ac_cv_prog_cc_c99=no + ac_save_CC=$CC + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -4516,25 +4678,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break + done + rm -f conftest.$ac_ext +-CC=$ac_save_CC ++CC=$ac_save_CC ;; ++esac + fi + + if test "x$ac_cv_prog_cc_c99" = xno + then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 + printf "%s\n" "unsupported" >&6; } +-else $as_nop +- if test "x$ac_cv_prog_cc_c99" = x ++else case e in #( ++ e) if test "x$ac_cv_prog_cc_c99" = x + then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 + printf "%s\n" "none needed" >&6; } +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 + printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } +- CC="$CC $ac_cv_prog_cc_c99" ++ CC="$CC $ac_cv_prog_cc_c99" ;; ++esac + fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 +- ac_prog_cc_stdc=c99 ++ ac_prog_cc_stdc=c99 ;; ++esac + fi + fi + if test x$ac_prog_cc_stdc = xno +@@ -4544,8 +4709,8 @@ printf %s "checking for $CC option to enable C89 features... " >&6; } + if test ${ac_cv_prog_cc_c89+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_cv_prog_cc_c89=no ++else case e in #( ++ e) ac_cv_prog_cc_c89=no + ac_save_CC=$CC + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -4562,25 +4727,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break + done + rm -f conftest.$ac_ext +-CC=$ac_save_CC ++CC=$ac_save_CC ;; ++esac + fi + + if test "x$ac_cv_prog_cc_c89" = xno + then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 + printf "%s\n" "unsupported" >&6; } +-else $as_nop +- if test "x$ac_cv_prog_cc_c89" = x ++else case e in #( ++ e) if test "x$ac_cv_prog_cc_c89" = x + then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 + printf "%s\n" "none needed" >&6; } +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 + printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } +- CC="$CC $ac_cv_prog_cc_c89" ++ CC="$CC $ac_cv_prog_cc_c89" ;; ++esac + fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 +- ac_prog_cc_stdc=c89 ++ ac_prog_cc_stdc=c89 ;; ++esac + fi + fi + +@@ -4601,8 +4769,8 @@ printf %s "checking whether $CC understands -c and -o together... " >&6; } + if test ${am_cv_prog_cc_c_o+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +@@ -4632,7 +4800,8 @@ _ACEOF + fi + done + rm -f core conftest* +- unset am_i ++ unset am_i ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 + printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +@@ -4722,8 +4891,8 @@ printf %s "checking dependency style of $depcc... " >&6; } + if test ${am_cv_CC_dependencies_compiler_type+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then ++else case e in #( ++ e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up +@@ -4810,7 +4979,7 @@ else $as_nop + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +- # When given -MP, icc 7.0 and 7.1 complain thusly: ++ # When given -MP, icc 7.0 and 7.1 complain thus: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +@@ -4827,7 +4996,8 @@ else $as_nop + else + am_cv_CC_dependencies_compiler_type=none + fi +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 + printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +@@ -4859,8 +5029,8 @@ if test -z "$CPP"; then + if test ${ac_cv_prog_CPP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- # Double quotes because $CC needs to be expanded ++else case e in #( ++ e) # Double quotes because $CC needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp + do + ac_preproc_ok=false +@@ -4878,9 +5048,10 @@ _ACEOF + if ac_fn_c_try_cpp "$LINENO" + then : + +-else $as_nop +- # Broken: fails on valid input. +-continue ++else case e in #( ++ e) # Broken: fails on valid input. ++continue ;; ++esac + fi + rm -f conftest.err conftest.i conftest.$ac_ext + +@@ -4894,15 +5065,16 @@ if ac_fn_c_try_cpp "$LINENO" + then : + # Broken: success on invalid input. + continue +-else $as_nop +- # Passes both tests. ++else case e in #( ++ e) # Passes both tests. + ac_preproc_ok=: +-break ++break ;; ++esac + fi + rm -f conftest.err conftest.i conftest.$ac_ext + + done +-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. ++# Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped. + rm -f conftest.i conftest.err conftest.$ac_ext + if $ac_preproc_ok + then : +@@ -4911,7 +5083,8 @@ fi + + done + ac_cv_prog_CPP=$CPP +- ++ ;; ++esac + fi + CPP=$ac_cv_prog_CPP + else +@@ -4934,9 +5107,10 @@ _ACEOF + if ac_fn_c_try_cpp "$LINENO" + then : + +-else $as_nop +- # Broken: fails on valid input. +-continue ++else case e in #( ++ e) # Broken: fails on valid input. ++continue ;; ++esac + fi + rm -f conftest.err conftest.i conftest.$ac_ext + +@@ -4950,24 +5124,26 @@ if ac_fn_c_try_cpp "$LINENO" + then : + # Broken: success on invalid input. + continue +-else $as_nop +- # Passes both tests. ++else case e in #( ++ e) # Passes both tests. + ac_preproc_ok=: +-break ++break ;; ++esac + fi + rm -f conftest.err conftest.i conftest.$ac_ext + + done +-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. ++# Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped. + rm -f conftest.i conftest.err conftest.$ac_ext + if $ac_preproc_ok + then : + +-else $as_nop +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++else case e in #( ++ e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } ;; ++esac + fi + + ac_ext=c +@@ -4985,8 +5161,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AWK+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$AWK"; then ++else case e in #( ++ e) if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -5008,7 +5184,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + AWK=$ac_cv_prog_AWK + if test -n "$AWK"; then +@@ -5031,15 +5208,21 @@ printf %s "checking for library containing strerror... " >&6; } + if test ${ac_cv_search_strerror+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_func_search_save_LIBS=$LIBS ++else case e in #( ++ e) ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char strerror (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char strerror (void); + int + main (void) + { +@@ -5070,11 +5253,13 @@ done + if test ${ac_cv_search_strerror+y} + then : + +-else $as_nop +- ac_cv_search_strerror=no ++else case e in #( ++ e) ac_cv_search_strerror=no ;; ++esac + fi + rm conftest.$ac_ext +-LIBS=$ac_func_search_save_LIBS ++LIBS=$ac_func_search_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 + printf "%s\n" "$ac_cv_search_strerror" >&6; } +@@ -5120,8 +5305,8 @@ printf %s "checking whether byte ordering is bigendian... " >&6; } + if test ${ac_cv_c_bigendian+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_cv_c_bigendian=unknown ++else case e in #( ++ e) ac_cv_c_bigendian=unknown + # See if we're dealing with a universal compiler. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -5167,8 +5352,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + int + main (void) + { +-#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ +- && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ ++#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \\ ++ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \\ + && LITTLE_ENDIAN) + bogus endian macros + #endif +@@ -5199,8 +5384,9 @@ _ACEOF + if ac_fn_c_try_compile "$LINENO" + then : + ac_cv_c_bigendian=yes +-else $as_nop +- ac_cv_c_bigendian=no ++else case e in #( ++ e) ac_cv_c_bigendian=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +@@ -5244,8 +5430,9 @@ _ACEOF + if ac_fn_c_try_compile "$LINENO" + then : + ac_cv_c_bigendian=yes +-else $as_nop +- ac_cv_c_bigendian=no ++else case e in #( ++ e) ac_cv_c_bigendian=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +@@ -5272,22 +5459,23 @@ unsigned short int ascii_mm[] = + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } +- extern int foo; +- +-int +-main (void) +-{ +-return use_ascii (foo) == use_ebcdic (foo); +- ; +- return 0; +-} ++ int ++ main (int argc, char **argv) ++ { ++ /* Intimidate the compiler so that it does not ++ optimize the arrays away. */ ++ char *p = argv[0]; ++ ascii_mm[1] = *p++; ebcdic_mm[1] = *p++; ++ ascii_ii[1] = *p++; ebcdic_ii[1] = *p++; ++ return use_ascii (argc) == use_ebcdic (*p); ++ } + _ACEOF +-if ac_fn_c_try_compile "$LINENO" ++if ac_fn_c_try_link "$LINENO" + then : +- if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ++ if grep BIGenDianSyS conftest$ac_exeext >/dev/null; then + ac_cv_c_bigendian=yes + fi +- if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then ++ if grep LiTTleEnDian conftest$ac_exeext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else +@@ -5296,9 +5484,10 @@ then : + fi + fi + fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++rm -f core conftest.err conftest.$ac_objext conftest.beam \ ++ conftest$ac_exeext conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +@@ -5321,14 +5510,17 @@ _ACEOF + if ac_fn_c_try_run "$LINENO" + then : + ac_cv_c_bigendian=no +-else $as_nop +- ac_cv_c_bigendian=yes ++else case e in #( ++ e) ac_cv_c_bigendian=yes ;; ++esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +- conftest.$ac_objext conftest.beam conftest.$ac_ext ++ conftest.$ac_objext conftest.beam conftest.$ac_ext ;; ++esac + fi + +- fi ++ fi ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 + printf "%s\n" "$ac_cv_c_bigendian" >&6; } +@@ -5365,8 +5557,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_PKG_CONFIG+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- case $PKG_CONFIG in ++else case e in #( ++ e) case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; +@@ -5391,6 +5583,7 @@ done + IFS=$as_save_IFS + + ;; ++esac ;; + esac + fi + PKG_CONFIG=$ac_cv_path_PKG_CONFIG +@@ -5413,8 +5606,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- case $ac_pt_PKG_CONFIG in ++else case e in #( ++ e) case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; +@@ -5439,6 +5632,7 @@ done + IFS=$as_save_IFS + + ;; ++esac ;; + esac + fi + ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +@@ -5523,15 +5717,16 @@ printf %s "checking build system type... " >&6; } + if test ${ac_cv_build+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_build_alias=$build_alias ++else case e in #( ++ e) ac_build_alias=$build_alias + test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` + test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 + ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 + printf "%s\n" "$ac_cv_build" >&6; } +@@ -5558,14 +5753,15 @@ printf %s "checking host system type... " >&6; } + if test ${ac_cv_host+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test "x$host_alias" = x; then ++else case e in #( ++ e) if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build + else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 + fi +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 + printf "%s\n" "$ac_cv_host" >&6; } +@@ -5661,8 +5857,8 @@ printf %s "checking for a sed that does not truncate output... " >&6; } + if test ${ac_cv_path_SED+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ ++else case e in #( ++ e) ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done +@@ -5687,9 +5883,10 @@ do + as_fn_executable_p "$ac_path_SED" || continue + # Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +-case `"$ac_path_SED" --version 2>&1` in ++case `"$ac_path_SED" --version 2>&1` in #( + *GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; ++#( + *) + ac_count=0 + printf %s 0123456789 >"conftest.in" +@@ -5724,7 +5921,8 @@ IFS=$as_save_IFS + else + ac_cv_path_SED=$SED + fi +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 + printf "%s\n" "$ac_cv_path_SED" >&6; } +@@ -5749,8 +5947,8 @@ printf %s "checking for grep that handles long lines and -e... " >&6; } + if test ${ac_cv_path_GREP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -z "$GREP"; then ++else case e in #( ++ e) if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -5769,9 +5967,10 @@ do + as_fn_executable_p "$ac_path_GREP" || continue + # Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +-case `"$ac_path_GREP" --version 2>&1` in ++case `"$ac_path_GREP" --version 2>&1` in #( + *GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; ++#( + *) + ac_count=0 + printf %s 0123456789 >"conftest.in" +@@ -5806,7 +6005,8 @@ IFS=$as_save_IFS + else + ac_cv_path_GREP=$GREP + fi +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 + printf "%s\n" "$ac_cv_path_GREP" >&6; } +@@ -5818,8 +6018,8 @@ printf %s "checking for egrep... " >&6; } + if test ${ac_cv_path_EGREP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 ++else case e in #( ++ e) if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then +@@ -5841,9 +6041,10 @@ do + as_fn_executable_p "$ac_path_EGREP" || continue + # Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +-case `"$ac_path_EGREP" --version 2>&1` in ++case `"$ac_path_EGREP" --version 2>&1` in #( + *GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; ++#( + *) + ac_count=0 + printf %s 0123456789 >"conftest.in" +@@ -5879,20 +6080,23 @@ else + ac_cv_path_EGREP=$EGREP + fi + +- fi ++ fi ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 + printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + ++ EGREP_TRADITIONAL=$EGREP ++ ac_cv_path_EGREP_TRADITIONAL=$EGREP + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 + printf %s "checking for fgrep... " >&6; } + if test ${ac_cv_path_FGREP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 ++else case e in #( ++ e) if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then +@@ -5914,9 +6118,10 @@ do + as_fn_executable_p "$ac_path_FGREP" || continue + # Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +-case `"$ac_path_FGREP" --version 2>&1` in ++case `"$ac_path_FGREP" --version 2>&1` in #( + *GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; ++#( + *) + ac_count=0 + printf %s 0123456789 >"conftest.in" +@@ -5952,7 +6157,8 @@ else + ac_cv_path_FGREP=$FGREP + fi + +- fi ++ fi ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 + printf "%s\n" "$ac_cv_path_FGREP" >&6; } +@@ -5983,8 +6189,9 @@ test -z "$GREP" && GREP=grep + if test ${with_gnu_ld+y} + then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes +-else $as_nop +- with_gnu_ld=no ++else case e in #( ++ e) with_gnu_ld=no ;; ++esac + fi + + ac_prog=ld +@@ -6029,8 +6236,8 @@ fi + if test ${lt_cv_path_LD+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -z "$LD"; then ++else case e in #( ++ e) if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs +@@ -6053,7 +6260,8 @@ else $as_nop + IFS=$lt_save_ifs + else + lt_cv_path_LD=$LD # Let the user override the test with a path. +-fi ++fi ;; ++esac + fi + + LD=$lt_cv_path_LD +@@ -6070,8 +6278,8 @@ printf %s "checking if the linker ($LD) is GNU ld... " >&6; } + if test ${lt_cv_prog_gnu_ld+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- # I'd rather use --version here, but apparently some GNU lds only accept -v. ++else case e in #( ++ e) # I'd rather use --version here, but apparently some GNU lds only accept -v. + case `$LD -v 2>&1 &1 &5 +@@ -6098,8 +6307,8 @@ printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } + if test ${lt_cv_path_NM+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$NM"; then ++else case e in #( ++ e) if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM + else +@@ -6146,7 +6355,8 @@ else + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +-fi ++fi ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 + printf "%s\n" "$lt_cv_path_NM" >&6; } +@@ -6167,8 +6377,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_DUMPBIN+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$DUMPBIN"; then ++else case e in #( ++ e) if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -6190,7 +6400,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + DUMPBIN=$ac_cv_prog_DUMPBIN + if test -n "$DUMPBIN"; then +@@ -6216,8 +6427,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_DUMPBIN+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_DUMPBIN"; then ++else case e in #( ++ e) if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -6239,7 +6450,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN + if test -n "$ac_ct_DUMPBIN"; then +@@ -6293,8 +6505,8 @@ printf %s "checking the name lister ($NM) interface... " >&6; } + if test ${lt_cv_nm_interface+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_nm_interface="BSD nm" ++else case e in #( ++ e) lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) +@@ -6307,7 +6519,8 @@ else $as_nop + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi +- rm -f conftest* ++ rm -f conftest* ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 + printf "%s\n" "$lt_cv_nm_interface" >&6; } +@@ -6318,8 +6531,8 @@ printf %s "checking the maximum length of command line arguments... " >&6; } + if test ${lt_cv_sys_max_cmd_len+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- i=0 ++else case e in #( ++ e) i=0 + teststring=ABCD + + case $build_os in +@@ -6441,7 +6654,8 @@ else $as_nop + fi + ;; + esac +- ++ ;; ++esac + fi + + if test -n "$lt_cv_sys_max_cmd_len"; then +@@ -6498,8 +6712,8 @@ printf %s "checking how to convert $build file names to $host format... " >&6; } + if test ${lt_cv_to_host_file_cmd+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- case $host in ++else case e in #( ++ e) case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys +@@ -6530,7 +6744,8 @@ else $as_nop + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + esac +- ++ ;; ++esac + fi + + to_host_file_cmd=$lt_cv_to_host_file_cmd +@@ -6546,8 +6761,8 @@ printf %s "checking how to convert $build file names to toolchain format... " >& + if test ${lt_cv_to_tool_file_cmd+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- #assume ordinary cross tools, or native build. ++else case e in #( ++ e) #assume ordinary cross tools, or native build. + lt_cv_to_tool_file_cmd=func_convert_file_noop + case $host in + *-*-mingw* ) +@@ -6558,7 +6773,8 @@ case $host in + esac + ;; + esac +- ++ ;; ++esac + fi + + to_tool_file_cmd=$lt_cv_to_tool_file_cmd +@@ -6574,8 +6790,9 @@ printf %s "checking for $LD option to reload object files... " >&6; } + if test ${lt_cv_ld_reload_flag+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_ld_reload_flag='-r' ++else case e in #( ++ e) lt_cv_ld_reload_flag='-r' ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 + printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } +@@ -6616,8 +6833,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_FILECMD+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$FILECMD"; then ++else case e in #( ++ e) if test -n "$FILECMD"; then + ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -6639,7 +6856,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + FILECMD=$ac_cv_prog_FILECMD + if test -n "$FILECMD"; then +@@ -6661,8 +6879,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_FILECMD+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_FILECMD"; then ++else case e in #( ++ e) if test -n "$ac_ct_FILECMD"; then + ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -6684,7 +6902,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD + if test -n "$ac_ct_FILECMD"; then +@@ -6724,8 +6943,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_OBJDUMP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$OBJDUMP"; then ++else case e in #( ++ e) if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -6747,7 +6966,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + OBJDUMP=$ac_cv_prog_OBJDUMP + if test -n "$OBJDUMP"; then +@@ -6769,8 +6989,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_OBJDUMP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_OBJDUMP"; then ++else case e in #( ++ e) if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -6792,7 +7012,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP + if test -n "$ac_ct_OBJDUMP"; then +@@ -6830,8 +7051,8 @@ printf %s "checking how to recognize dependent libraries... " >&6; } + if test ${lt_cv_deplibs_check_method+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_file_magic_cmd='$MAGIC_CMD' ++else case e in #( ++ e) lt_cv_file_magic_cmd='$MAGIC_CMD' + lt_cv_file_magic_test_file= + lt_cv_deplibs_check_method='unknown' + # Need to set the preceding variable on all platforms that support +@@ -7024,7 +7245,8 @@ os2*) + lt_cv_deplibs_check_method=pass_all + ;; + esac +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 + printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } +@@ -7076,8 +7298,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_DLLTOOL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$DLLTOOL"; then ++else case e in #( ++ e) if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -7099,7 +7321,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + DLLTOOL=$ac_cv_prog_DLLTOOL + if test -n "$DLLTOOL"; then +@@ -7121,8 +7344,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_DLLTOOL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_DLLTOOL"; then ++else case e in #( ++ e) if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -7144,7 +7367,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL + if test -n "$ac_ct_DLLTOOL"; then +@@ -7183,8 +7407,8 @@ printf %s "checking how to associate runtime and link libraries... " >&6; } + if test ${lt_cv_sharedlib_from_linklib_cmd+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_sharedlib_from_linklib_cmd='unknown' ++else case e in #( ++ e) lt_cv_sharedlib_from_linklib_cmd='unknown' + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) +@@ -7204,7 +7428,8 @@ cygwin* | mingw* | pw32* | cegcc*) + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; + esac +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 + printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +@@ -7227,8 +7452,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AR+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$AR"; then ++else case e in #( ++ e) if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -7250,7 +7475,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +@@ -7276,8 +7502,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_AR+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_AR"; then ++else case e in #( ++ e) if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -7299,7 +7525,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +@@ -7361,8 +7588,8 @@ printf %s "checking for archiver @FILE support... " >&6; } + if test ${lt_cv_ar_at_file+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_ar_at_file=no ++else case e in #( ++ e) lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -7399,7 +7626,8 @@ then : + + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 + printf "%s\n" "$lt_cv_ar_at_file" >&6; } +@@ -7424,8 +7652,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_STRIP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$STRIP"; then ++else case e in #( ++ e) if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -7447,7 +7675,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + STRIP=$ac_cv_prog_STRIP + if test -n "$STRIP"; then +@@ -7469,8 +7698,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_STRIP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_STRIP"; then ++else case e in #( ++ e) if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -7492,7 +7721,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP + if test -n "$ac_ct_STRIP"; then +@@ -7533,8 +7763,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_RANLIB+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$RANLIB"; then ++else case e in #( ++ e) if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -7556,7 +7786,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + RANLIB=$ac_cv_prog_RANLIB + if test -n "$RANLIB"; then +@@ -7578,8 +7809,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_RANLIB+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_RANLIB"; then ++else case e in #( ++ e) if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -7601,7 +7832,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB + if test -n "$ac_ct_RANLIB"; then +@@ -7712,8 +7944,8 @@ printf %s "checking command to parse $NM output from $compiler object... " >&6; + if test ${lt_cv_sys_global_symbol_pipe+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ++else case e in #( ++ e) + # These are sane defaults that work on at least a few old systems. + # [They come from Ultrix. What could be older than Ultrix?!! ;)] + +@@ -7968,7 +8200,8 @@ _LT_EOF + lt_cv_sys_global_symbol_pipe= + fi + done +- ++ ;; ++esac + fi + + if test -z "$lt_cv_sys_global_symbol_pipe"; then +@@ -8032,8 +8265,9 @@ printf %s "checking for sysroot... " >&6; } + if test ${with_sysroot+y} + then : + withval=$with_sysroot; +-else $as_nop +- with_sysroot=no ++else case e in #( ++ e) with_sysroot=no ;; ++esac + fi + + +@@ -8068,8 +8302,8 @@ printf %s "checking for a working dd... " >&6; } + if test ${ac_cv_path_lt_DD+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- printf 0123456789abcdef0123456789abcdef >conftest.i ++else case e in #( ++ e) printf 0123456789abcdef0123456789abcdef >conftest.i + cat conftest.i conftest.i >conftest2.i + : ${lt_DD:=$DD} + if test -z "$lt_DD"; then +@@ -8105,7 +8339,8 @@ else + ac_cv_path_lt_DD=$lt_DD + fi + +-rm -f conftest.i conftest2.i conftest.out ++rm -f conftest.i conftest2.i conftest.out ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 + printf "%s\n" "$ac_cv_path_lt_DD" >&6; } +@@ -8116,8 +8351,8 @@ printf %s "checking how to truncate binary pipes... " >&6; } + if test ${lt_cv_truncate_bin+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- printf 0123456789abcdef0123456789abcdef >conftest.i ++else case e in #( ++ e) printf 0123456789abcdef0123456789abcdef >conftest.i + cat conftest.i conftest.i >conftest2.i + lt_cv_truncate_bin= + if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then +@@ -8125,7 +8360,8 @@ if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; the + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" + fi + rm -f conftest.i conftest2.i conftest.out +-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" ++test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 + printf "%s\n" "$lt_cv_truncate_bin" >&6; } +@@ -8335,8 +8571,8 @@ printf %s "checking whether the C compiler needs -belf... " >&6; } + if test ${lt_cv_cc_needs_belf+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_ext=c ++else case e in #( ++ e) ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +@@ -8356,8 +8592,9 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + lt_cv_cc_needs_belf=yes +-else $as_nop +- lt_cv_cc_needs_belf=no ++else case e in #( ++ e) lt_cv_cc_needs_belf=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +@@ -8366,7 +8603,8 @@ ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 + printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } +@@ -8424,8 +8662,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_MANIFEST_TOOL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$MANIFEST_TOOL"; then ++else case e in #( ++ e) if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8447,7 +8685,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL + if test -n "$MANIFEST_TOOL"; then +@@ -8469,8 +8708,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_MANIFEST_TOOL"; then ++else case e in #( ++ e) if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8492,7 +8731,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL + if test -n "$ac_ct_MANIFEST_TOOL"; then +@@ -8524,15 +8764,16 @@ printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } + if test ${lt_cv_path_mainfest_tool+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_path_mainfest_tool=no ++else case e in #( ++ e) lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi +- rm -f conftest* ++ rm -f conftest* ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 + printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } +@@ -8555,8 +8796,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_DSYMUTIL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$DSYMUTIL"; then ++else case e in #( ++ e) if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8578,7 +8819,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + DSYMUTIL=$ac_cv_prog_DSYMUTIL + if test -n "$DSYMUTIL"; then +@@ -8600,8 +8842,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_DSYMUTIL"; then ++else case e in #( ++ e) if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8623,7 +8865,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL + if test -n "$ac_ct_DSYMUTIL"; then +@@ -8657,8 +8900,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_NMEDIT+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$NMEDIT"; then ++else case e in #( ++ e) if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8680,7 +8923,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + NMEDIT=$ac_cv_prog_NMEDIT + if test -n "$NMEDIT"; then +@@ -8702,8 +8946,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_NMEDIT+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_NMEDIT"; then ++else case e in #( ++ e) if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8725,7 +8969,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT + if test -n "$ac_ct_NMEDIT"; then +@@ -8759,8 +9004,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_LIPO+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$LIPO"; then ++else case e in #( ++ e) if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8782,7 +9027,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + LIPO=$ac_cv_prog_LIPO + if test -n "$LIPO"; then +@@ -8804,8 +9050,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_LIPO+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_LIPO"; then ++else case e in #( ++ e) if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8827,7 +9073,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO + if test -n "$ac_ct_LIPO"; then +@@ -8861,8 +9108,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_OTOOL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$OTOOL"; then ++else case e in #( ++ e) if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8884,7 +9131,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + OTOOL=$ac_cv_prog_OTOOL + if test -n "$OTOOL"; then +@@ -8906,8 +9154,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_OTOOL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_OTOOL"; then ++else case e in #( ++ e) if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8929,7 +9177,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL + if test -n "$ac_ct_OTOOL"; then +@@ -8963,8 +9212,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_OTOOL64+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$OTOOL64"; then ++else case e in #( ++ e) if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -8986,7 +9235,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + OTOOL64=$ac_cv_prog_OTOOL64 + if test -n "$OTOOL64"; then +@@ -9008,8 +9258,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_OTOOL64+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_OTOOL64"; then ++else case e in #( ++ e) if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -9031,7 +9281,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 + if test -n "$ac_ct_OTOOL64"; then +@@ -9088,8 +9339,8 @@ printf %s "checking for -single_module linker flag... " >&6; } + if test ${lt_cv_apple_cc_single_mod+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_apple_cc_single_mod=no ++else case e in #( ++ e) lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE +@@ -9115,7 +9366,8 @@ else $as_nop + fi + rm -rf libconftest.dylib* + rm -f conftest.* +- fi ++ fi ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 + printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } +@@ -9125,8 +9377,8 @@ printf %s "checking for -exported_symbols_list linker flag... " >&6; } + if test ${lt_cv_ld_exported_symbols_list+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_ld_exported_symbols_list=no ++else case e in #( ++ e) lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" +@@ -9144,13 +9396,15 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + lt_cv_ld_exported_symbols_list=yes +-else $as_nop +- lt_cv_ld_exported_symbols_list=no ++else case e in #( ++ e) lt_cv_ld_exported_symbols_list=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 + printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } +@@ -9160,8 +9414,8 @@ printf %s "checking for -force_load linker flag... " >&6; } + if test ${lt_cv_ld_force_load+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_ld_force_load=no ++else case e in #( ++ e) lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF + int forced_loaded() { return 2;} + _LT_EOF +@@ -9186,7 +9440,8 @@ _LT_EOF + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 + printf "%s\n" "$lt_cv_ld_force_load" >&6; } +@@ -9280,8 +9535,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AS+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$AS"; then ++else case e in #( ++ e) if test -n "$AS"; then + ac_cv_prog_AS="$AS" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -9303,7 +9558,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + AS=$ac_cv_prog_AS + if test -n "$AS"; then +@@ -9325,8 +9581,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_AS+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_AS"; then ++else case e in #( ++ e) if test -n "$ac_ct_AS"; then + ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -9348,7 +9604,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_AS=$ac_cv_prog_ac_ct_AS + if test -n "$ac_ct_AS"; then +@@ -9382,8 +9639,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_DLLTOOL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$DLLTOOL"; then ++else case e in #( ++ e) if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -9405,7 +9662,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + DLLTOOL=$ac_cv_prog_DLLTOOL + if test -n "$DLLTOOL"; then +@@ -9427,8 +9685,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_DLLTOOL+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_DLLTOOL"; then ++else case e in #( ++ e) if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -9450,7 +9708,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL + if test -n "$ac_ct_DLLTOOL"; then +@@ -9484,8 +9743,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_OBJDUMP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$OBJDUMP"; then ++else case e in #( ++ e) if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -9507,7 +9766,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + OBJDUMP=$ac_cv_prog_OBJDUMP + if test -n "$OBJDUMP"; then +@@ -9529,8 +9789,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_OBJDUMP+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_OBJDUMP"; then ++else case e in #( ++ e) if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -9552,7 +9812,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP + if test -n "$ac_ct_OBJDUMP"; then +@@ -9625,8 +9886,9 @@ then : + IFS=$lt_save_ifs + ;; + esac +-else $as_nop +- enable_shared=yes ++else case e in #( ++ e) enable_shared=yes ;; ++esac + fi + + +@@ -9657,8 +9919,9 @@ then : + IFS=$lt_save_ifs + ;; + esac +-else $as_nop +- enable_static=yes ++else case e in #( ++ e) enable_static=yes ;; ++esac + fi + + +@@ -9689,8 +9952,9 @@ then : + IFS=$lt_save_ifs + ;; + esac +-else $as_nop +- pic_mode=default ++else case e in #( ++ e) pic_mode=default ;; ++esac + fi + + +@@ -9720,8 +9984,9 @@ then : + IFS=$lt_save_ifs + ;; + esac +-else $as_nop +- enable_fast_install=yes ++else case e in #( ++ e) enable_fast_install=yes ;; ++esac + fi + + +@@ -9748,15 +10013,17 @@ then : + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +-else $as_nop +- if test ${lt_cv_with_aix_soname+y} ++else case e in #( ++ e) if test ${lt_cv_with_aix_soname+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_with_aix_soname=aix ++else case e in #( ++ e) lt_cv_with_aix_soname=aix ;; ++esac + fi + +- with_aix_soname=$lt_cv_with_aix_soname ++ with_aix_soname=$lt_cv_with_aix_soname ;; ++esac + fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +@@ -9847,8 +10114,8 @@ printf %s "checking for objdir... " >&6; } + if test ${lt_cv_objdir+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- rm -f .libs 2>/dev/null ++else case e in #( ++ e) rm -f .libs 2>/dev/null + mkdir .libs 2>/dev/null + if test -d .libs; then + lt_cv_objdir=.libs +@@ -9856,7 +10123,8 @@ else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs + fi +-rmdir .libs 2>/dev/null ++rmdir .libs 2>/dev/null ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 + printf "%s\n" "$lt_cv_objdir" >&6; } +@@ -9917,8 +10185,8 @@ printf %s "checking for ${ac_tool_prefix}file... " >&6; } + if test ${lt_cv_path_MAGIC_CMD+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- case $MAGIC_CMD in ++else case e in #( ++ e) case $MAGIC_CMD in + [\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +@@ -9961,6 +10229,7 @@ _LT_EOF + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; ++esac ;; + esac + fi + +@@ -9984,8 +10253,8 @@ printf %s "checking for file... " >&6; } + if test ${lt_cv_path_MAGIC_CMD+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- case $MAGIC_CMD in ++else case e in #( ++ e) case $MAGIC_CMD in + [\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +@@ -10028,6 +10297,7 @@ _LT_EOF + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; ++esac ;; + esac + fi + +@@ -10127,8 +10397,8 @@ printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } + if test ${lt_cv_prog_compiler_rtti_exceptions+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_prog_compiler_rtti_exceptions=no ++else case e in #( ++ e) lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment +@@ -10156,7 +10426,8 @@ else $as_nop + fi + fi + $RM conftest* +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 + printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } +@@ -10521,8 +10792,9 @@ printf %s "checking for $compiler option to produce PIC... " >&6; } + if test ${lt_cv_prog_compiler_pic+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_prog_compiler_pic=$lt_prog_compiler_pic ++else case e in #( ++ e) lt_cv_prog_compiler_pic=$lt_prog_compiler_pic ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 + printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } +@@ -10537,8 +10809,8 @@ printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; + if test ${lt_cv_prog_compiler_pic_works+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_prog_compiler_pic_works=no ++else case e in #( ++ e) lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment +@@ -10566,7 +10838,8 @@ else $as_nop + fi + fi + $RM conftest* +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 + printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } +@@ -10602,8 +10875,8 @@ printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; + if test ${lt_cv_prog_compiler_static_works+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_prog_compiler_static_works=no ++else case e in #( ++ e) lt_cv_prog_compiler_static_works=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext +@@ -10624,7 +10897,8 @@ else $as_nop + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 + printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } +@@ -10646,8 +10920,8 @@ printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } + if test ${lt_cv_prog_compiler_c_o+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_prog_compiler_c_o=no ++else case e in #( ++ e) lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest +@@ -10687,7 +10961,8 @@ else $as_nop + cd .. + $RM -r conftest + $RM conftest* +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 + printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } +@@ -10702,8 +10977,8 @@ printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } + if test ${lt_cv_prog_compiler_c_o+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_prog_compiler_c_o=no ++else case e in #( ++ e) lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest +@@ -10743,7 +11018,8 @@ else $as_nop + cd .. + $RM -r conftest + $RM conftest* +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 + printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } +@@ -11338,8 +11614,8 @@ else + if test ${lt_cv_aix_libpath_+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +@@ -11371,7 +11647,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi +- ++ ;; ++esac + fi + + aix_libpath=$lt_cv_aix_libpath_ +@@ -11393,8 +11670,8 @@ else + if test ${lt_cv_aix_libpath_+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +@@ -11426,7 +11703,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi +- ++ ;; ++esac + fi + + aix_libpath=$lt_cv_aix_libpath_ +@@ -11677,8 +11955,8 @@ printf %s "checking if $CC understands -b... " >&6; } + if test ${lt_cv_prog_compiler__b+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_prog_compiler__b=no ++else case e in #( ++ e) lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext +@@ -11699,7 +11977,8 @@ else $as_nop + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 + printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } +@@ -11747,8 +12026,8 @@ printf %s "checking whether the $host_os linker accepts -exported_symbol... " >& + if test ${lt_cv_irix_exported_symbol+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- save_LDFLAGS=$LDFLAGS ++else case e in #( ++ e) save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -11757,12 +12036,14 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + lt_cv_irix_exported_symbol=yes +-else $as_nop +- lt_cv_irix_exported_symbol=no ++else case e in #( ++ e) lt_cv_irix_exported_symbol=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +- LDFLAGS=$save_LDFLAGS ++ LDFLAGS=$save_LDFLAGS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 + printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } +@@ -12088,8 +12369,8 @@ printf %s "checking whether -lc should be explicitly linked in... " >&6; } + if test ${lt_cv_archive_cmds_need_lc+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- $RM conftest* ++else case e in #( ++ e) $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 +@@ -12125,7 +12406,8 @@ else $as_nop + cat conftest.err 1>&5 + fi + $RM conftest* +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 + printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } +@@ -12852,8 +13134,8 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + if test ${lt_cv_shlibpath_overrides_runpath+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- lt_cv_shlibpath_overrides_runpath=no ++else case e in #( ++ e) lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ +@@ -12880,7 +13162,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir +- ++ ;; ++esac + fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath +@@ -13305,16 +13588,22 @@ printf %s "checking for dlopen in -ldl... " >&6; } + if test ${ac_cv_lib_dl_dlopen+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-ldl $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char dlopen (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char dlopen (void); + int + main (void) + { +@@ -13326,24 +13615,27 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_dl_dlopen=yes +-else $as_nop +- ac_cv_lib_dl_dlopen=no ++else case e in #( ++ e) ac_cv_lib_dl_dlopen=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 + printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } + if test "x$ac_cv_lib_dl_dlopen" = xyes + then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +-else $as_nop +- ++else case e in #( ++ e) + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes +- ++ ;; ++esac + fi + + ;; +@@ -13361,22 +13653,28 @@ fi + if test "x$ac_cv_func_shl_load" = xyes + then : + lt_cv_dlopen=shl_load +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 + printf %s "checking for shl_load in -ldld... " >&6; } + if test ${ac_cv_lib_dld_shl_load+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-ldld $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char shl_load (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char shl_load (void); + int + main (void) + { +@@ -13388,39 +13686,47 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_dld_shl_load=yes +-else $as_nop +- ac_cv_lib_dld_shl_load=no ++else case e in #( ++ e) ac_cv_lib_dld_shl_load=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 + printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } + if test "x$ac_cv_lib_dld_shl_load" = xyes + then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld +-else $as_nop +- ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" ++else case e in #( ++ e) ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" + if test "x$ac_cv_func_dlopen" = xyes + then : + lt_cv_dlopen=dlopen +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 + printf %s "checking for dlopen in -ldl... " >&6; } + if test ${ac_cv_lib_dl_dlopen+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-ldl $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char dlopen (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char dlopen (void); + int + main (void) + { +@@ -13432,34 +13738,42 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_dl_dlopen=yes +-else $as_nop +- ac_cv_lib_dl_dlopen=no ++else case e in #( ++ e) ac_cv_lib_dl_dlopen=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 + printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } + if test "x$ac_cv_lib_dl_dlopen" = xyes + then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 + printf %s "checking for dlopen in -lsvld... " >&6; } + if test ${ac_cv_lib_svld_dlopen+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-lsvld $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char dlopen (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char dlopen (void); + int + main (void) + { +@@ -13471,34 +13785,42 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_svld_dlopen=yes +-else $as_nop +- ac_cv_lib_svld_dlopen=no ++else case e in #( ++ e) ac_cv_lib_svld_dlopen=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 + printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } + if test "x$ac_cv_lib_svld_dlopen" = xyes + then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 + printf %s "checking for dld_link in -ldld... " >&6; } + if test ${ac_cv_lib_dld_dld_link+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-ldld $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char dld_link (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char dld_link (void); + int + main (void) + { +@@ -13510,12 +13832,14 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_dld_dld_link=yes +-else $as_nop +- ac_cv_lib_dld_dld_link=no ++else case e in #( ++ e) ac_cv_lib_dld_dld_link=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 + printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +@@ -13524,19 +13848,24 @@ then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld + fi + +- ++ ;; ++esac + fi + +- ++ ;; ++esac + fi + +- ++ ;; ++esac + fi + +- ++ ;; ++esac + fi + +- ++ ;; ++esac + fi + + ;; +@@ -13564,8 +13893,8 @@ printf %s "checking whether a program can dlopen itself... " >&6; } + if test ${lt_cv_dlopen_self+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test yes = "$cross_compiling"; then : ++else case e in #( ++ e) if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self=cross + else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 +@@ -13659,7 +13988,8 @@ _LT_EOF + fi + rm -fr conftest* + +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 + printf "%s\n" "$lt_cv_dlopen_self" >&6; } +@@ -13671,8 +14001,8 @@ printf %s "checking whether a statically linked program can dlopen itself... " > + if test ${lt_cv_dlopen_self_static+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test yes = "$cross_compiling"; then : ++else case e in #( ++ e) if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self_static=cross + else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 +@@ -13766,7 +14096,8 @@ _LT_EOF + fi + rm -fr conftest* + +- ++ ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 + printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } +@@ -13943,16 +14274,22 @@ printf %s "checking for _mwvalidcheckl in -lmw... " >&6; } + if test ${ac_cv_lib_mw__mwvalidcheckl+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-lmw $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char _mwvalidcheckl (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char _mwvalidcheckl (void); + int + main (void) + { +@@ -13964,12 +14301,14 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_mw__mwvalidcheckl=yes +-else $as_nop +- ac_cv_lib_mw__mwvalidcheckl=no ++else case e in #( ++ e) ac_cv_lib_mw__mwvalidcheckl=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5 + printf "%s\n" "$ac_cv_lib_mw__mwvalidcheckl" >&6; } +@@ -13983,16 +14322,22 @@ printf %s "checking for cos in -lm... " >&6; } + if test ${ac_cv_lib_m_cos+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-lm $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char cos (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char cos (void); + int + main (void) + { +@@ -14004,12 +14349,14 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_m_cos=yes +-else $as_nop +- ac_cv_lib_m_cos=no ++else case e in #( ++ e) ac_cv_lib_m_cos=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 + printf "%s\n" "$ac_cv_lib_m_cos" >&6; } +@@ -14025,16 +14372,22 @@ printf %s "checking for cos in -lm... " >&6; } + if test ${ac_cv_lib_m_cos+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-lm $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char cos (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char cos (void); + int + main (void) + { +@@ -14046,12 +14399,14 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_m_cos=yes +-else $as_nop +- ac_cv_lib_m_cos=no ++else case e in #( ++ e) ac_cv_lib_m_cos=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 + printf "%s\n" "$ac_cv_lib_m_cos" >&6; } +@@ -14070,22 +14425,28 @@ ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" + if test "x$ac_cv_func_dlopen" = xyes + then : + +-else $as_nop +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 ++else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 + printf %s "checking for dlopen in -ldl... " >&6; } + if test ${ac_cv_lib_dl_dlopen+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS ++else case e in #( ++ e) ac_check_lib_save_LIBS=$LIBS + LIBS="-ldl $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char dlopen (); ++ builtin and then its argument prototype would still apply. ++ The 'extern "C"' is for builds by C++ compilers; ++ although this is not generally supported in C code supporting it here ++ has little cost and some practical benefit (sr 110532). */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char dlopen (void); + int + main (void) + { +@@ -14097,12 +14458,14 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + ac_cv_lib_dl_dlopen=yes +-else $as_nop +- ac_cv_lib_dl_dlopen=no ++else case e in #( ++ e) ac_cv_lib_dl_dlopen=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS ++LIBS=$ac_check_lib_save_LIBS ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 + printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +@@ -14110,7 +14473,8 @@ if test "x$ac_cv_lib_dl_dlopen" = xyes + then : + DLOPEN_LIBS=-ldl + fi +- ++ ;; ++esac + fi + + +@@ -14124,8 +14488,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CARGO+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$CARGO"; then ++else case e in #( ++ e) if test -n "$CARGO"; then + ac_cv_prog_CARGO="$CARGO" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -14147,7 +14511,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + CARGO=$ac_cv_prog_CARGO + if test -n "$CARGO"; then +@@ -14169,8 +14534,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CARGO+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_CARGO"; then ++else case e in #( ++ e) if test -n "$ac_ct_CARGO"; then + ac_cv_prog_ac_ct_CARGO="$ac_ct_CARGO" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -14192,7 +14557,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_CARGO=$ac_cv_prog_ac_ct_CARGO + if test -n "$ac_ct_CARGO"; then +@@ -14231,8 +14597,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_RUSTC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$RUSTC"; then ++else case e in #( ++ e) if test -n "$RUSTC"; then + ac_cv_prog_RUSTC="$RUSTC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -14254,7 +14620,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + RUSTC=$ac_cv_prog_RUSTC + if test -n "$RUSTC"; then +@@ -14276,8 +14643,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_RUSTC+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_RUSTC"; then ++else case e in #( ++ e) if test -n "$ac_ct_RUSTC"; then + ac_cv_prog_ac_ct_RUSTC="$ac_ct_RUSTC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -14299,7 +14666,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_RUSTC=$ac_cv_prog_ac_ct_RUSTC + if test -n "$ac_ct_RUSTC"; then +@@ -14381,8 +14749,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_RST2MAN+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$RST2MAN"; then ++else case e in #( ++ e) if test -n "$RST2MAN"; then + ac_cv_prog_RST2MAN="$RST2MAN" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -14404,7 +14772,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + RST2MAN=$ac_cv_prog_RST2MAN + if test -n "$RST2MAN"; then +@@ -14440,8 +14809,9 @@ fi + if test ${enable_gtk_doc+y} + then : + enableval=$enable_gtk_doc; enable_gtk_doc=$enableval +-else $as_nop +- enable_gtk_doc=auto ++else case e in #( ++ e) enable_gtk_doc=auto ;; ++esac + fi + + +@@ -14455,8 +14825,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_GI_DOCGEN+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$GI_DOCGEN"; then ++else case e in #( ++ e) if test -n "$GI_DOCGEN"; then + ac_cv_prog_GI_DOCGEN="$GI_DOCGEN" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -14478,7 +14848,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + GI_DOCGEN=$ac_cv_prog_GI_DOCGEN + if test -n "$GI_DOCGEN"; then +@@ -14500,8 +14871,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_GI_DOCGEN+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- if test -n "$ac_ct_GI_DOCGEN"; then ++else case e in #( ++ e) if test -n "$ac_ct_GI_DOCGEN"; then + ac_cv_prog_ac_ct_GI_DOCGEN="$ac_ct_GI_DOCGEN" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +@@ -14523,7 +14894,8 @@ done + done + IFS=$as_save_IFS + +-fi ++fi ;; ++esac + fi + ac_ct_GI_DOCGEN=$ac_cv_prog_ac_ct_GI_DOCGEN + if test -n "$ac_ct_GI_DOCGEN"; then +@@ -14561,8 +14933,9 @@ printf "%s\n" "$as_me: WARNING: gi-docgen not found - not building docs" >&2;} ; + ;; + esac + enable_gtk_doc=no +-else $as_nop +- enable_gtk_doc=yes ++else case e in #( ++ e) enable_gtk_doc=yes ;; ++esac + fi + fi + if test "x$enable_gtk_doc" = xyes; then +@@ -14812,8 +15185,8 @@ See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 + printf "%s\n" "no" >&6; } +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it + is in your PATH or set the PKG_CONFIG environment variable to the full + path to pkg-config. +@@ -14823,7 +15196,7 @@ and LIBRSVG_LIBS to avoid the need to call pkg-config. + See the pkg-config man page for more details. + + To get pkg-config, see . +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } + else + LIBRSVG_CFLAGS=$pkg_cv_LIBRSVG_CFLAGS + LIBRSVG_LIBS=$pkg_cv_LIBRSVG_LIBS +@@ -14909,8 +15282,8 @@ See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 + printf "%s\n" "no" >&6; } +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it + is in your PATH or set the PKG_CONFIG environment variable to the full + path to pkg-config. +@@ -14920,7 +15293,7 @@ and GTHREAD_LIBS to avoid the need to call pkg-config. + See the pkg-config man page for more details. + + To get pkg-config, see . +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } + else + GTHREAD_CFLAGS=$pkg_cv_GTHREAD_CFLAGS + GTHREAD_LIBS=$pkg_cv_GTHREAD_LIBS +@@ -15001,8 +15374,8 @@ See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 + printf "%s\n" "no" >&6; } +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it + is in your PATH or set the PKG_CONFIG environment variable to the full + path to pkg-config. +@@ -15012,7 +15385,7 @@ and GMODULE_LIBS to avoid the need to call pkg-config. + See the pkg-config man page for more details. + + To get pkg-config, see . +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } + else + GMODULE_CFLAGS=$pkg_cv_GMODULE_CFLAGS + GMODULE_LIBS=$pkg_cv_GMODULE_LIBS +@@ -15093,8 +15466,8 @@ See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 + printf "%s\n" "no" >&6; } +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it + is in your PATH or set the PKG_CONFIG environment variable to the full + path to pkg-config. +@@ -15104,7 +15477,7 @@ and RSVG_CONVERT_LIBS to avoid the need to call pkg-config. + See the pkg-config man page for more details. + + To get pkg-config, see . +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } + else + RSVG_CONVERT_CFLAGS=$pkg_cv_RSVG_CONVERT_CFLAGS + RSVG_CONVERT_LIBS=$pkg_cv_RSVG_CONVERT_LIBS +@@ -15243,8 +15616,9 @@ printf %s "checking whether to build the GDK-Pixbuf SVG loader... " >&6; } + if test ${enable_pixbuf_loader+y} + then : + enableval=$enable_pixbuf_loader; +-else $as_nop +- enable_pixbuf_loader=yes ++else case e in #( ++ e) enable_pixbuf_loader=yes ;; ++esac + fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_pixbuf_loader" >&5 +@@ -15326,8 +15700,8 @@ See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 + printf "%s\n" "no" >&6; } +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it + is in your PATH or set the PKG_CONFIG environment variable to the full + path to pkg-config. +@@ -15337,7 +15711,7 @@ and GDK_PIXBUF_LIBS to avoid the need to call pkg-config. + See the pkg-config man page for more details. + + To get pkg-config, see . +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } + else + GDK_PIXBUF_CFLAGS=$pkg_cv_GDK_PIXBUF_CFLAGS + GDK_PIXBUF_LIBS=$pkg_cv_GDK_PIXBUF_LIBS +@@ -15355,8 +15729,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_GDK_PIXBUF_QUERYLOADERS+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- case $GDK_PIXBUF_QUERYLOADERS in ++else case e in #( ++ e) case $GDK_PIXBUF_QUERYLOADERS in + [\\/]* | ?:[\\/]*) + ac_cv_path_GDK_PIXBUF_QUERYLOADERS="$GDK_PIXBUF_QUERYLOADERS" # Let the user override the test with a path. + ;; +@@ -15381,6 +15755,7 @@ done + IFS=$as_save_IFS + + ;; ++esac ;; + esac + fi + GDK_PIXBUF_QUERYLOADERS=$ac_cv_path_GDK_PIXBUF_QUERYLOADERS +@@ -15436,8 +15811,9 @@ fi + if test ${enable_Bsymbolic+y} + then : + enableval=$enable_Bsymbolic; enable_Bsymbolic=no +-else $as_nop +- enable_Bsymbolic=auto ++else case e in #( ++ e) enable_Bsymbolic=auto ;; ++esac + fi + + +@@ -15448,11 +15824,11 @@ then : + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports \"-Wl,-Bsymbolic-functions\" flag" >&5 + printf %s "checking if $CC supports \"-Wl,-Bsymbolic-functions\" flag... " >&6; } +-if { as_var=`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | $as_tr_sh`; eval test \${$as_var+y}; } ++if { as_var=`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | sed "$as_sed_sh"`; eval test \${$as_var+y}; } + then : + printf %s "(cached) " >&6 +-else $as_nop +- ac_save_LDFLAGS="$LDFLAGS" ++else case e in #( ++ e) ac_save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS "-Wl,-Bsymbolic-functions"" + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' +@@ -15466,9 +15842,10 @@ int main() { return 1; } + _ACEOF + if ac_fn_c_try_link "$LINENO" + then : +- eval "`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | $as_tr_sh`='yes'" +-else $as_nop +- eval "`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | $as_tr_sh`=" ++ eval "`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | sed "$as_sed_sh"`='yes'" ++else case e in #( ++ e) eval "`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | sed "$as_sed_sh"`=" ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +@@ -15479,28 +15856,31 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + LDFLAGS="$ac_save_LDFLAGS" +- ++ ;; ++esac + fi +-eval ac_res=\$`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | $as_tr_sh` ++eval ac_res=\$`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | sed "$as_sed_sh"` + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 + printf "%s\n" "$ac_res" >&6; } + +- if eval test x$`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | $as_tr_sh` = xyes ++ if eval test x$`printf "%s\n" "cc_cv_ldflags_"-Wl,-Bsymbolic-functions"" | sed "$as_sed_sh"` = xyes + then : + BSYMBOLIC_LDFLAG="-Wl,-Bsymbolic-functions" +-else $as_nop +- if test "x$enable_Bsymbolic" = "xauto" ++else case e in #( ++ e) if test "x$enable_Bsymbolic" = "xauto" + then : + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: -Bsymbolic not supported by ld; disabling" >&5 + printf "%s\n" "$as_me: WARNING: -Bsymbolic not supported by ld; disabling" >&2;} + enable_Bsymbolic=no + +-else $as_nop +- ++else case e in #( ++ e) + as_fn_error $? "-Bsymbolic requested but not supported by ld. Use --disable-Bsymbolic to disable" "$LINENO" 5 +- +-fi ++ ;; ++esac ++fi ;; ++esac + fi + + +@@ -15522,8 +15902,8 @@ CAIRO_PREFIX=$($PKG_CONFIG --variable=prefix cairo) + if test ${enable_debug+y} + then : + enableval=$enable_debug; debug_release=$enableval +-else $as_nop +- case "$LIBRSVG_DEBUG" in #( ++else case e in #( ++ e) case "$LIBRSVG_DEBUG" in #( + yes) : + debug_release=yes ;; #( + no|'') : +@@ -15531,7 +15911,8 @@ else $as_nop + *) : + ;; + esac +- ++ ;; ++esac + fi + + +@@ -15544,12 +15925,13 @@ then : + printf "%s\n" "yes" >&6; } + RUST_TARGET_SUBDIR=debug + +-else $as_nop +- ++else case e in #( ++ e) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 + printf "%s\n" "no" >&6; } + RUST_TARGET_SUBDIR=release +- ++ ;; ++esac + fi + if test "x$debug_release" = "xyes"; then + DEBUG_RELEASE_TRUE= +@@ -15590,8 +15972,9 @@ fi + if test ${enable_introspection+y} + then : + enableval=$enable_introspection; +-else $as_nop +- enable_introspection=auto ++else case e in #( ++ e) enable_introspection=auto ;; ++esac + fi + + +@@ -15745,19 +16128,21 @@ fi + if test ${enable_vala+y} + then : + enableval=$enable_vala; +-else $as_nop +- ++else case e in #( ++ e) + if test "xno" = "x" + then : + + enable_vala=auto + +-else $as_nop +- ++else case e in #( ++ e) + enable_vala=no +- ++ ;; ++esac + fi +- ++ ;; ++esac + fi + + +@@ -15793,20 +16178,22 @@ then : + + vapigen_pkg_name=vapigen + +-else $as_nop +- ++else case e in #( ++ e) + vapigen_pkg_name=vapigen- +- ++ ;; ++esac + fi + if test "x0.17.1.26" = "x" + then : + + vapigen_pkg="$vapigen_pkg_name" + +-else $as_nop +- ++else case e in #( ++ e) + vapigen_pkg="$vapigen_pkg_name >= 0.17.1.26" +- ++ ;; ++esac + fi + + +@@ -15825,8 +16212,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_PKG_CONFIG+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- case $PKG_CONFIG in ++else case e in #( ++ e) case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; +@@ -15851,6 +16238,7 @@ done + IFS=$as_save_IFS + + ;; ++esac ;; + esac + fi + PKG_CONFIG=$ac_cv_path_PKG_CONFIG +@@ -15873,8 +16261,8 @@ printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- case $ac_pt_PKG_CONFIG in ++else case e in #( ++ e) case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; +@@ -15899,6 +16287,7 @@ done + IFS=$as_save_IFS + + ;; ++esac ;; + esac + fi + ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +@@ -15984,10 +16373,11 @@ then : + + VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir vapigen` + +-else $as_nop +- ++else case e in #( ++ e) + VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir_versioned vapigen` +- ++ ;; ++esac + fi + ;; #( + *) : +@@ -16030,8 +16420,8 @@ printf %s "checking for LC_MESSAGES... " >&6; } + if test ${am_cv_val_LC_MESSAGES+y} + then : + printf %s "(cached) " >&6 +-else $as_nop +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++else case e in #( ++ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +@@ -16045,11 +16435,13 @@ _ACEOF + if ac_fn_c_try_link "$LINENO" + then : + am_cv_val_LC_MESSAGES=yes +-else $as_nop +- am_cv_val_LC_MESSAGES=no ++else case e in #( ++ e) am_cv_val_LC_MESSAGES=no ;; ++esac + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam \ +- conftest$ac_exeext conftest.$ac_ext ++ conftest$ac_exeext conftest.$ac_ext ;; ++esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5 + printf "%s\n" "$am_cv_val_LC_MESSAGES" >&6; } +@@ -16104,8 +16496,8 @@ cat >confcache <<\_ACEOF + # config.status only pays attention to the cache file if you give it + # the --recheck option to rerun configure. + # +-# `ac_cv_env_foo' variables (set or unset) will be overridden when +-# loading this file, other *unset* `ac_cv_foo' will be assigned the ++# 'ac_cv_env_foo' variables (set or unset) will be overridden when ++# loading this file, other *unset* 'ac_cv_foo' will be assigned the + # following values. + + _ACEOF +@@ -16135,14 +16527,14 @@ printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) +- # `set' does not quote correctly, so add quotes: double-quote ++ # 'set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) +- # `set' quotes correctly as required by POSIX, so do not add quotes. ++ # 'set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | +@@ -16211,6 +16603,18 @@ printf %s "checking that generated files are newer than configure... " >&6; } + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 + printf "%s\n" "done" >&6; } ++case $enable_silent_rules in # ((( ++ yes) AM_DEFAULT_VERBOSITY=0;; ++ no) AM_DEFAULT_VERBOSITY=1;; ++esac ++if test $am_cv_make_support_nested_variables = yes; then ++ AM_V='$(V)' ++ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' ++else ++ AM_V=$AM_DEFAULT_VERBOSITY ++ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY ++fi ++ + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +@@ -16317,7 +16721,6 @@ cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 + + # Be more Bourne compatible + DUALCASE=1; export DUALCASE # for MKS sh +-as_nop=: + if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 + then : + emulate sh +@@ -16326,12 +16729,13 @@ then : + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +-else $as_nop +- case `(set -o) 2>/dev/null` in #( ++else case e in #( ++ e) case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; ++esac ;; + esac + fi + +@@ -16403,7 +16807,7 @@ IFS=$as_save_IFS + + ;; + esac +-# We did not find ourselves, most probably we were run as `sh COMMAND' ++# We did not find ourselves, most probably we were run as 'sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 +@@ -16432,7 +16836,6 @@ as_fn_error () + } # as_fn_error + + +- + # as_fn_set_status STATUS + # ----------------------- + # Set $? to STATUS, without forking. +@@ -16472,11 +16875,12 @@ then : + { + eval $1+=\$2 + }' +-else $as_nop +- as_fn_append () ++else case e in #( ++ e) as_fn_append () + { + eval $1=\$$1\$2 +- } ++ } ;; ++esac + fi # as_fn_append + + # as_fn_arith ARG... +@@ -16490,11 +16894,12 @@ then : + { + as_val=$(( $* )) + }' +-else $as_nop +- as_fn_arith () ++else case e in #( ++ e) as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` +- } ++ } ;; ++esac + fi # as_fn_arith + + +@@ -16577,9 +16982,9 @@ if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: +- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. +- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. +- # In both cases, we have to default to `cp -pR'. ++ # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail. ++ # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable. ++ # In both cases, we have to default to 'cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then +@@ -16660,10 +17065,12 @@ as_test_x='test -x' + as_executable_p=as_fn_executable_p + + # Sed expression to map a string onto a valid CPP name. +-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" ++as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" ++as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated + + # Sed expression to map a string onto a valid variable name. +-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" ++as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g" ++as_tr_sh="eval sed '$as_sed_sh'" # deprecated + + + exec 6>&1 +@@ -16679,7 +17086,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # values after options handling. + ac_log=" + This file was extended by RSVG $as_me 2.57.92, which was +-generated by GNU Autoconf 2.71. Invocation command line was ++generated by GNU Autoconf 2.72. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS +@@ -16711,7 +17118,7 @@ _ACEOF + + cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + ac_cs_usage="\ +-\`$as_me' instantiates files and other configuration actions ++'$as_me' instantiates files and other configuration actions + from templates according to the current configuration. Unless the files + and actions are specified as TAGs, all are instantiated by default. + +@@ -16747,10 +17154,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_config='$ac_cs_config_escaped' + ac_cs_version="\\ + RSVG config.status 2.57.92 +-configured by $0, generated by GNU Autoconf 2.71, ++configured by $0, generated by GNU Autoconf 2.72, + with options \\"\$ac_cs_config\\" + +-Copyright (C) 2021 Free Software Foundation, Inc. ++Copyright (C) 2023 Free Software Foundation, Inc. + This config.status script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it." + +@@ -16812,8 +17219,8 @@ do + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header +- as_fn_error $? "ambiguous option: \`$1' +-Try \`$0 --help' for more information.";; ++ as_fn_error $? "ambiguous option: '$1' ++Try '$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ +@@ -16821,8 +17228,8 @@ Try \`$0 --help' for more information.";; + ac_cs_silent=: ;; + + # This is an error. +- -*) as_fn_error $? "unrecognized option: \`$1' +-Try \`$0 --help' for more information." ;; ++ -*) as_fn_error $? "unrecognized option: '$1' ++Try '$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; +@@ -17177,7 +17584,7 @@ do + "win32/config-msvc.mak") CONFIG_FILES="$CONFIG_FILES win32/config-msvc.mak" ;; + "librsvg-${RSVG_API_VERSION}.pc") CONFIG_FILES="$CONFIG_FILES librsvg-${RSVG_API_VERSION}.pc:librsvg.pc.in" ;; + +- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; ++ *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;; + esac + done + +@@ -17197,7 +17604,7 @@ fi + # creating and moving files from /tmp can sometimes cause problems. + # Hook for its removal unless debugging. + # Note that there is a small window in which the directory will not be cleaned: +-# after its creation but before its name has been assigned to `$tmp'. ++# after its creation but before its name has been assigned to '$tmp'. + $debug || + { + tmp= ac_tmp= +@@ -17221,7 +17628,7 @@ ac_tmp=$tmp + + # Set up the scripts for CONFIG_FILES section. + # No need to generate them if there are no CONFIG_FILES. +-# This happens for instance with `./config.status config.h'. ++# This happens for instance with './config.status config.h'. + if test -n "$CONFIG_FILES"; then + + +@@ -17379,13 +17786,13 @@ fi # test -n "$CONFIG_FILES" + + # Set up the scripts for CONFIG_HEADERS section. + # No need to generate them if there are no CONFIG_HEADERS. +-# This happens for instance with `./config.status Makefile'. ++# This happens for instance with './config.status Makefile'. + if test -n "$CONFIG_HEADERS"; then + cat >"$ac_tmp/defines.awk" <<\_ACAWK || + BEGIN { + _ACEOF + +-# Transform confdefs.h into an awk script `defines.awk', embedded as ++# Transform confdefs.h into an awk script 'defines.awk', embedded as + # here-document in config.status, that substitutes the proper values into + # config.h.in to produce config.h. + +@@ -17495,7 +17902,7 @@ do + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; +- :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; ++ :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac +@@ -17517,19 +17924,19 @@ do + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, +- # because $ac_f cannot contain `:'. ++ # because $ac_f cannot contain ':'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || +- as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; ++ as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + +- # Let's still pretend it is `configure' which instantiates (i.e., don't ++ # Let's still pretend it is 'configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` +@@ -17662,7 +18069,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + esac + _ACEOF + +-# Neutralize VPATH when `$srcdir' = `.'. ++# Neutralize VPATH when '$srcdir' = '.'. + # Shell code in configure.ac might set extrasub. + # FIXME: do we really want to maintain this feature? + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +@@ -17693,9 +18100,9 @@ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir' + which seems to be undefined. Please make sure it is defined" >&5 +-printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' ++printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir' + which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" +@@ -17850,15 +18257,15 @@ printf "%s\n" X/"$am_mf" | + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +-See \`config.log' for more details" "$LINENO" 5; } ++See 'config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} +diff --git a/doc/Makefile.in b/doc/Makefile.in +index b1b6caaf..9eb4f555 100644 +--- a/doc/Makefile.in ++++ b/doc/Makefile.in +@@ -1,7 +1,7 @@ +-# Makefile.in generated by automake 1.16.5 from Makefile.am. ++# Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +-# Copyright (C) 1994-2021 Free Software Foundation, Inc. ++# Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -69,6 +69,8 @@ am__make_running_with_option = \ + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++am__rm_f = rm -f $(am__rm_f_notfound) ++am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -255,8 +257,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +@@ -425,11 +429,11 @@ install-strip: + mostlyclean-generic: + + clean-generic: +- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) ++ -$(am__rm_f) $(CLEANFILES) + + distclean-generic: +- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) ++ -$(am__rm_f) $(CONFIG_CLEAN_FILES) ++ -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" +@@ -537,3 +541,10 @@ all-local: build.stamp + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++# Tell GNU make to disable its built-in pattern rules. ++%:: %,v ++%:: RCS/%,v ++%:: RCS/% ++%:: s.% ++%:: SCCS/s.% +diff --git a/gdk-pixbuf-loader/Makefile.in b/gdk-pixbuf-loader/Makefile.in +index 1c4d9152..b42a32d4 100644 +--- a/gdk-pixbuf-loader/Makefile.in ++++ b/gdk-pixbuf-loader/Makefile.in +@@ -1,7 +1,7 @@ +-# Makefile.in generated by automake 1.16.5 from Makefile.am. ++# Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +-# Copyright (C) 1994-2021 Free Software Foundation, Inc. ++# Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -72,6 +72,8 @@ am__make_running_with_option = \ + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++am__rm_f = rm -f $(am__rm_f_notfound) ++am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -131,10 +133,9 @@ am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' + am__uninstall_files_from_dir = { \ +- test -z "$$files" \ +- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ +- $(am__cd) "$$dir" && rm -f $$files; }; \ ++ { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ ++ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ ++ $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ + } + am__installdirs = "$(DESTDIR)$(gdk_pixbuf_moduledir)" \ + "$(DESTDIR)$(thumbnailerdir)" +@@ -363,8 +364,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +@@ -508,13 +511,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + $(am__aclocal_m4_deps): + + clean-noinstPROGRAMS: +- @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ +- echo " rm -f" $$list; \ +- rm -f $$list || exit $$?; \ +- test -n "$(EXEEXT)" || exit 0; \ +- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ +- echo " rm -f" $$list; \ +- rm -f $$list ++ $(am__rm_f) $(noinst_PROGRAMS) ++ test -z "$(EXEEXT)" || $(am__rm_f) $(noinst_PROGRAMS:$(EXEEXT)=) + + install-gdk_pixbuf_moduleLTLIBRARIES: $(gdk_pixbuf_module_LTLIBRARIES) + @$(NORMAL_INSTALL) +@@ -541,15 +539,13 @@ uninstall-gdk_pixbuf_moduleLTLIBRARIES: + done + + clean-gdk_pixbuf_moduleLTLIBRARIES: +- -test -z "$(gdk_pixbuf_module_LTLIBRARIES)" || rm -f $(gdk_pixbuf_module_LTLIBRARIES) ++ -$(am__rm_f) $(gdk_pixbuf_module_LTLIBRARIES) + @list='$(gdk_pixbuf_module_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ +- test -z "$$locs" || { \ +- echo rm -f $${locs}; \ +- rm -f $${locs}; \ +- } ++ echo rm -f $${locs}; \ ++ $(am__rm_f) $${locs} + + libpixbufloader-svg.la: $(libpixbufloader_svg_la_OBJECTS) $(libpixbufloader_svg_la_DEPENDENCIES) $(EXTRA_libpixbufloader_svg_la_DEPENDENCIES) + $(AM_V_CCLD)$(libpixbufloader_svg_la_LINK) $(am_libpixbufloader_svg_la_rpath) $(libpixbufloader_svg_la_OBJECTS) $(libpixbufloader_svg_la_LIBADD) $(LIBS) +@@ -569,7 +565,7 @@ distclean-compile: + + $(am__depfiles_remade): + @$(MKDIR_P) $(@D) +- @echo '# dummy' >$@-t && $(am__mv) $@-t $@ ++ @: >>$@ + + am--depfiles: $(am__depfiles_remade) + +@@ -758,12 +754,12 @@ install-strip: + mostlyclean-generic: + + clean-generic: +- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) ++ -$(am__rm_f) $(CLEANFILES) + + distclean-generic: +- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) +- -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) ++ -$(am__rm_f) $(CONFIG_CLEAN_FILES) ++ -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) ++ -$(am__rm_f) $(DISTCLEANFILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" +@@ -775,7 +771,7 @@ clean-am: clean-gdk_pixbuf_moduleLTLIBRARIES clean-generic \ + clean-libtool clean-noinstPROGRAMS mostlyclean-am + + distclean: distclean-am +- -rm -f ./$(DEPDIR)/libpixbufloader_svg_la-io-svg.Plo ++ -rm -f ./$(DEPDIR)/libpixbufloader_svg_la-io-svg.Plo + -rm -f ./$(DEPDIR)/rsvg_loader-test.Po + -rm -f Makefile + distclean-am: clean-am distclean-compile distclean-generic \ +@@ -824,7 +820,7 @@ install-ps-am: + installcheck-am: + + maintainer-clean: maintainer-clean-am +- -rm -f ./$(DEPDIR)/libpixbufloader_svg_la-io-svg.Plo ++ -rm -f ./$(DEPDIR)/libpixbufloader_svg_la-io-svg.Plo + -rm -f ./$(DEPDIR)/rsvg_loader-test.Po + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic +@@ -898,3 +894,10 @@ uninstall-am: uninstall-gdk_pixbuf_moduleLTLIBRARIES \ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++# Tell GNU make to disable its built-in pattern rules. ++%:: %,v ++%:: RCS/%,v ++%:: RCS/% ++%:: s.% ++%:: SCCS/s.% +diff --git a/librsvg-c/tests-c/Makefile.in b/librsvg-c/tests-c/Makefile.in +index 08e89f86..5dfd8776 100644 +--- a/librsvg-c/tests-c/Makefile.in ++++ b/librsvg-c/tests-c/Makefile.in +@@ -1,7 +1,7 @@ +-# Makefile.in generated by automake 1.16.5 from Makefile.am. ++# Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +-# Copyright (C) 1994-2021 Free Software Foundation, Inc. ++# Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -75,6 +75,8 @@ am__make_running_with_option = \ + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++am__rm_f = rm -f $(am__rm_f_notfound) ++am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -171,10 +173,9 @@ am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' + am__uninstall_files_from_dir = { \ +- test -z "$$files" \ +- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ +- $(am__cd) "$$dir" && rm -f $$files; }; \ ++ { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ ++ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ ++ $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ + } + LTLIBRARIES = $(installed_test_LTLIBRARIES) $(noinst_LTLIBRARIES) + am__objects_1 = +@@ -360,6 +361,7 @@ am__sh_e_setup = case $$- in *e*) set +e;; esac + # Default flags passed to test drivers. + am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ ++ $$am__collect_skipped_logs \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" + # To be inserted before the command running the test. Creates the +@@ -384,6 +386,11 @@ if test -f "./$$f"; then dir=./; \ + elif test -f "$$f"; then dir=; \ + else dir="$(srcdir)/"; fi; \ + tst=$$dir$$f; log='$@'; \ ++if test -n '$(IGNORE_SKIPPED_LOGS)'; then \ ++ am__collect_skipped_logs='--collect-skipped-logs no'; \ ++else \ ++ am__collect_skipped_logs=''; \ ++fi; \ + if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ + else \ +@@ -570,8 +577,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +@@ -719,13 +728,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + $(am__aclocal_m4_deps): + + clean-checkPROGRAMS: +- @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ +- echo " rm -f" $$list; \ +- rm -f $$list || exit $$?; \ +- test -n "$(EXEEXT)" || exit 0; \ +- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ +- echo " rm -f" $$list; \ +- rm -f $$list ++ $(am__rm_f) $(check_PROGRAMS) ++ test -z "$(EXEEXT)" || $(am__rm_f) $(check_PROGRAMS:$(EXEEXT)=) + install-installed_testPROGRAMS: $(installed_test_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \ +@@ -765,36 +769,24 @@ uninstall-installed_testPROGRAMS: + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \ +- cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files ++ cd "$(DESTDIR)$(installed_testdir)" && $(am__rm_f) $$files + + clean-installed_testPROGRAMS: +- @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \ +- echo " rm -f" $$list; \ +- rm -f $$list || exit $$?; \ +- test -n "$(EXEEXT)" || exit 0; \ +- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ +- echo " rm -f" $$list; \ +- rm -f $$list ++ $(am__rm_f) $(installed_test_PROGRAMS) ++ test -z "$(EXEEXT)" || $(am__rm_f) $(installed_test_PROGRAMS:$(EXEEXT)=) + + clean-noinstPROGRAMS: +- @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ +- echo " rm -f" $$list; \ +- rm -f $$list || exit $$?; \ +- test -n "$(EXEEXT)" || exit 0; \ +- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ +- echo " rm -f" $$list; \ +- rm -f $$list ++ $(am__rm_f) $(noinst_PROGRAMS) ++ test -z "$(EXEEXT)" || $(am__rm_f) $(noinst_PROGRAMS:$(EXEEXT)=) + + clean-checkLTLIBRARIES: +- -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) ++ -$(am__rm_f) $(check_LTLIBRARIES) + @list='$(check_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ +- test -z "$$locs" || { \ +- echo rm -f $${locs}; \ +- rm -f $${locs}; \ +- } ++ echo rm -f $${locs}; \ ++ $(am__rm_f) $${locs} + + install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES) + @$(NORMAL_INSTALL) +@@ -821,26 +813,22 @@ uninstall-installed_testLTLIBRARIES: + done + + clean-installed_testLTLIBRARIES: +- -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES) ++ -$(am__rm_f) $(installed_test_LTLIBRARIES) + @list='$(installed_test_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ +- test -z "$$locs" || { \ +- echo rm -f $${locs}; \ +- rm -f $${locs}; \ +- } ++ echo rm -f $${locs}; \ ++ $(am__rm_f) $${locs} + + clean-noinstLTLIBRARIES: +- -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) ++ -$(am__rm_f) $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ +- test -z "$$locs" || { \ +- echo rm -f $${locs}; \ +- rm -f $${locs}; \ +- } ++ echo rm -f $${locs}; \ ++ $(am__rm_f) $${locs} + + api$(EXEEXT): $(api_OBJECTS) $(api_DEPENDENCIES) $(EXTRA_api_DEPENDENCIES) + @rm -f api$(EXEEXT) +@@ -892,7 +880,7 @@ distclean-compile: + + $(am__depfiles_remade): + @$(MKDIR_P) $(@D) +- @echo '# dummy' >$@-t && $(am__mv) $@-t $@ ++ @: >>$@ + + am--depfiles: $(am__depfiles_remade) + +@@ -1036,7 +1024,6 @@ distclean-tags: + am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) + am--force-recheck: + @: +- + $(TEST_SUITE_LOG): $(TEST_LOGS) + @$(am__set_TESTS_bases); \ + am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ +@@ -1112,10 +1099,37 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ ++ output_system_information () \ ++ { \ ++ echo; \ ++ { uname -a | $(AWK) '{ \ ++ printf "System information (uname -a):"; \ ++ for (i = 1; i < NF; ++i) \ ++ { \ ++ if (i != 2) \ ++ printf " %s", $$i; \ ++ } \ ++ printf "\n"; \ ++}'; } 2>&1; \ ++ if test -r /etc/os-release; then \ ++ echo "Distribution information (/etc/os-release):"; \ ++ sed 8q /etc/os-release; \ ++ elif test -r /etc/issue; then \ ++ echo "Distribution information (/etc/issue):"; \ ++ cat /etc/issue; \ ++ fi; \ ++ }; \ ++ please_report () \ ++ { \ ++echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \ ++echo "together with the test-suite.log file (gzipped) and your system"; \ ++echo "information. Thanks."; \ ++ }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ ++ output_system_information; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ +@@ -1135,26 +1149,25 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ +- echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ ++ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\ + if test -n "$(PACKAGE_BUGREPORT)"; then \ +- echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ ++ please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + + check-TESTS: $(check_PROGRAMS) $(check_LTLIBRARIES) $(check_SCRIPTS) $(check_DATA) +- @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list +- @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list +- @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) ++ @$(am__rm_f) $(RECHECK_LOGS) ++ @$(am__rm_f) $(RECHECK_LOGS:.log=.trs) ++ @$(am__rm_f) $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ +- trs_list=`for i in $$bases; do echo $$i.trs; done`; \ +- log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ ++ log_list=`echo $$log_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; + recheck: all $(check_PROGRAMS) $(check_LTLIBRARIES) $(check_SCRIPTS) $(check_DATA) +- @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) ++ @$(am__rm_f) $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ +@@ -1251,23 +1264,23 @@ install-strip: + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi + mostlyclean-generic: +- -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) +- -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) +- -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) ++ -$(am__rm_f) $(TEST_LOGS) ++ -$(am__rm_f) $(TEST_LOGS:.log=.trs) ++ -$(am__rm_f) $(TEST_SUITE_LOG) + + clean-generic: +- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) ++ -$(am__rm_f) $(CLEANFILES) + + distclean-generic: +- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) +- -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) ++ -$(am__rm_f) $(CONFIG_CLEAN_FILES) ++ -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) ++ -$(am__rm_f) $(DISTCLEANFILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) +- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) ++ -$(am__rm_f) $(BUILT_SOURCES) ++ -$(am__rm_f) $(MAINTAINERCLEANFILES) + clean: clean-am + + clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \ +@@ -1276,7 +1289,7 @@ clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \ + clean-noinstPROGRAMS mostlyclean-am + + distclean: distclean-am +- -rm -f ./$(DEPDIR)/api.Po ++ -rm -f ./$(DEPDIR)/api.Po + -rm -f ./$(DEPDIR)/test-utils.Po + -rm -f Makefile + distclean-am: clean-am distclean-compile distclean-generic \ +@@ -1326,7 +1339,7 @@ install-ps-am: + installcheck-am: + + maintainer-clean: maintainer-clean-am +- -rm -f ./$(DEPDIR)/api.Po ++ -rm -f ./$(DEPDIR)/api.Po + -rm -f ./$(DEPDIR)/test-utils.Po + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic +@@ -1394,3 +1407,10 @@ clean-local: + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++# Tell GNU make to disable its built-in pattern rules. ++%:: %,v ++%:: RCS/%,v ++%:: RCS/% ++%:: s.% ++%:: SCCS/s.% +diff --git a/win32/Makefile.in b/win32/Makefile.in +index 7be02a73..8a914d4e 100644 +--- a/win32/Makefile.in ++++ b/win32/Makefile.in +@@ -1,7 +1,7 @@ +-# Makefile.in generated by automake 1.16.5 from Makefile.am. ++# Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +-# Copyright (C) 1994-2021 Free Software Foundation, Inc. ++# Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -69,6 +69,8 @@ am__make_running_with_option = \ + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++am__rm_f = rm -f $(am__rm_f_notfound) ++am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -256,8 +258,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +@@ -437,8 +441,8 @@ mostlyclean-generic: + clean-generic: + + distclean-generic: +- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) ++ -$(am__rm_f) $(CONFIG_CLEAN_FILES) ++ -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" +@@ -529,3 +533,10 @@ uninstall-am: + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++# Tell GNU make to disable its built-in pattern rules. ++%:: %,v ++%:: RCS/%,v ++%:: RCS/% ++%:: s.% ++%:: SCCS/s.% +-- +2.44.0 + diff --git a/librsvg2.spec b/librsvg2.spec index cdaab75061d5044b57eaf9de0faddb5e79d2ba54..b2772a00d7e2cc4d3df5e6f296823d898310fb77 100644 --- a/librsvg2.spec +++ b/librsvg2.spec @@ -6,7 +6,7 @@ Name: librsvg2 Version: 2.57.92 -Release: 2 +Release: 3 Summary: An SVG library based on cairo License: LGPLv2+ URL: https://wiki.gnome.org/Projects/LibRsvg @@ -14,6 +14,7 @@ Source0: https://download.gnome.org/sources/librsvg/2.57/librsvg-%{versio Source1: vendor.tar.xz Patch0: 0001-Modify-cargo-confign-file.patch +Patch1: fixAutoMakeCompileError.patch BuildRequires: chrpath BuildRequires: gcc @@ -72,6 +73,7 @@ tar xvf %{SOURCE1} sed -i Makefile.am -e 's/$(CARGO) --locked/$(CARGO)/' %cargo_prep %patch0 -p1 +%patch1 -p1 %if 0%{?bundled_rust_deps} %generate_buildrequires @@ -124,6 +126,9 @@ rm -f %{buildroot}%{_pkgdocdir}/COMPILING.md %{_mandir}/man1/*.1* %changelog +* Wed Jul 24 2024 happyworker <208suo@208suo.com> - 2.57.92-3 +- fix automake 1.17 compile error + * Fri Apr 19 2024 liweigang - 2.57.92-2 - modify vendor package format to tar.xz