Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libpff for openSUSE:Factory checked 
in at 2023-12-06 23:47:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpff (Old)
 and      /work/SRC/openSUSE:Factory/.libpff.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpff"

Wed Dec  6 23:47:33 2023 rev:16 rq:1131019 version:20231205

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpff/libpff.changes    2023-11-30 
22:05:14.369899953 +0100
+++ /work/SRC/openSUSE:Factory/.libpff.new.25432/libpff.changes 2023-12-06 
23:47:39.490005025 +0100
@@ -1,0 +2,6 @@
+Tue Dec  5 15:51:38 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 20231205
+  * No user-visible changes
+
+-------------------------------------------------------------------

Old:
----
  libpff-alpha-20231130.tar.gz
  libpff-alpha-20231130.tar.gz.asc

New:
----
  libpff-alpha-20231205.tar.gz
  libpff-alpha-20231205.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libpff.spec ++++++
--- /var/tmp/diff_new_pack.WYjxMm/_old  2023-12-06 23:47:40.802053395 +0100
+++ /var/tmp/diff_new_pack.WYjxMm/_new  2023-12-06 23:47:40.802053395 +0100
@@ -18,7 +18,7 @@
 
 Name:           libpff
 %define lname  libpff1
-Version:        20231130
+Version:        20231205
 Release:        0
 Summary:        Library and tools to access Microsoft PFF/OFF/PST/OST/PAB files
 License:        GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later

++++++ libpff-alpha-20231130.tar.gz -> libpff-alpha-20231205.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/Makefile.am 
new/libpff-20231205/Makefile.am
--- old/libpff-20231130/Makefile.am     2023-11-25 07:44:51.000000000 +0100
+++ new/libpff-20231205/Makefile.am     2023-12-05 07:33:29.000000000 +0100
@@ -51,6 +51,9 @@
        libpff.pc.in
 
 SETUP_PY_FILES = \
+       pyproject.toml \
+       setup.cfg \
+       setup.cfg.in \
        setup.py
 
 SPEC_FILES = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/Makefile.in 
new/libpff-20231205/Makefile.in
--- old/libpff-20231130/Makefile.in     2023-11-30 05:12:25.000000000 +0100
+++ new/libpff-20231205/Makefile.in     2023-12-05 07:44:16.000000000 +0100
@@ -665,6 +665,9 @@
        libpff.pc.in
 
 SETUP_PY_FILES = \
+       pyproject.toml \
+       setup.cfg \
+       setup.cfg.in \
        setup.py
 
 SPEC_FILES = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/aclocal.m4 
new/libpff-20231205/aclocal.m4
--- old/libpff-20231130/aclocal.m4      2023-11-30 05:12:21.000000000 +0100
+++ new/libpff-20231205/aclocal.m4      2023-12-05 07:44:14.000000000 +0100
@@ -20,8 +20,8 @@
 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'.])])
 
-# pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-# serial 11 (pkg-config-0.29.1)
+# pkg.m4 - Macros to locate and use pkg-config.   -*- Autoconf -*-
+# serial 12 (pkg-config-0.29.2)
 
 dnl Copyright © 2004 Scott James Remnant <sc...@netsplit.com>.
 dnl Copyright © 2012-2015 Dan Nicholson <dbn.li...@gmail.com>
@@ -63,7 +63,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29.1])
+[m4_define([PKG_MACROS_VERSION], [0.29.2])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
     [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
@@ -108,7 +108,7 @@
 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
 dnl
 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-dnl only at the first occurence in configure.ac, so if the first place
+dnl only at the first occurrence in configure.ac, so if the first place
 dnl it's called might be skipped (such as if it is within an "if", you
 dnl have to call PKG_CHECK_EXISTS manually
 AC_DEFUN([PKG_CHECK_EXISTS],
@@ -164,7 +164,7 @@
 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
 pkg_failed=no
-AC_MSG_CHECKING([for $1])
+AC_MSG_CHECKING([for $2])
 
 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
@@ -174,17 +174,17 @@
 See the pkg-config man page for more details.])
 
 if test $pkg_failed = yes; then
-       AC_MSG_RESULT([no])
+        AC_MSG_RESULT([no])
         _PKG_SHORT_ERRORS_SUPPORTED
         if test $_pkg_short_errors_supported = yes; then
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "$2" 2>&1`
-        else 
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"$2" 2>&1`
+                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "$2" 2>&1`
+        else
+                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"$2" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
+        # Put the nasty error message in config.log where it belongs
+        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
-       m4_default([$4], [AC_MSG_ERROR(
+        m4_default([$4], [AC_MSG_ERROR(
 [Package requirements ($2) were not met:
 
 $$1_PKG_ERRORS
@@ -195,8 +195,8 @@
 _PKG_TEXT])[]dnl
         ])
 elif test $pkg_failed = untried; then
-       AC_MSG_RESULT([no])
-       m4_default([$4], [AC_MSG_FAILURE(
+        AC_MSG_RESULT([no])
+        m4_default([$4], [AC_MSG_FAILURE(
 [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.
@@ -206,10 +206,10 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
         ])
 else
-       $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
-       $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
+        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
+        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
         AC_MSG_RESULT([yes])
-       $3
+        $3
 fi[]dnl
 ])dnl PKG_CHECK_MODULES
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/common/config.h 
new/libpff-20231205/common/config.h
--- old/libpff-20231130/common/config.h 2023-11-30 05:12:39.000000000 +0100
+++ new/libpff-20231205/common/config.h 2023-12-05 07:44:25.000000000 +0100
@@ -569,7 +569,7 @@
 #define PACKAGE_NAME "libpff"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libpff 20231130"
+#define PACKAGE_STRING "libpff 20231205"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libpff"
@@ -578,7 +578,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20231130"
+#define PACKAGE_VERSION "20231205"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -607,7 +607,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "20231130"
+#define VERSION "20231205"
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/config.guess 
new/libpff-20231205/config.guess
--- old/libpff-20231130/config.guess    2023-11-30 05:12:25.000000000 +0100
+++ new/libpff-20231205/config.guess    2023-12-05 07:44:16.000000000 +0100
@@ -1,10 +1,10 @@
 #!/usr/bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2022 Free Software Foundation, Inc.
+#   Copyright 1992-2023 Free Software Foundation, Inc.
 
 # shellcheck disable=SC2006,SC2268 # see below for rationale
 
-timestamp='2022-05-25'
+timestamp='2023-06-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@
 usage="\
 Usage: $0 [OPTION]
 
-Output the configuration name of the system \`$me' is run on.
+Output the configuration name of the system '$me' is run on.
 
 Options:
   -h, --help         print this help, then exit
@@ -60,13 +60,13 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2022 Free Software Foundation, Inc.
+Copyright 1992-2023 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 
 help="
-Try \`$me --help' for more information."
+Try '$me --help' for more information."
 
 # Parse command line
 while test $# -gt 0 ; do
@@ -102,8 +102,8 @@
 # temporary files to be created and, as you can see below, it is a
 # headache to deal with in a portable fashion.
 
-# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
-# use `HOST_CC' if defined, but it is deprecated.
+# Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still
+# use 'HOST_CC' if defined, but it is deprecated.
 
 # Portable tmp directory creation inspired by the Autoconf team.
 
@@ -459,7 +459,7 @@
                UNAME_RELEASE=`uname -v`
                ;;
        esac
-       # Japanese Language versions have a version number like `4.1.3-JL'.
+       # Japanese Language versions have a version number like '4.1.3-JL'.
        SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'`
        GUESS=sparc-sun-sunos$SUN_REL
        ;;
@@ -966,6 +966,12 @@
        GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
        GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC
        ;;
+    x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*)
+       GUESS="$UNAME_MACHINE-pc-managarm-mlibc"
+       ;;
+    *:[Mm]anagarm:*:*)
+       GUESS="$UNAME_MACHINE-unknown-managarm-mlibc"
+       ;;
     *:Minix:*:*)
        GUESS=$UNAME_MACHINE-unknown-minix
        ;;
@@ -1036,7 +1042,7 @@
     k1om:Linux:*:*)
        GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
        ;;
-    loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*)
+    loongarch32:Linux:*:* | loongarch64:Linux:*:*)
        GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
        ;;
     m32r*:Linux:*:*)
@@ -1191,7 +1197,7 @@
        GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION
        ;;
     i*86:OS/2:*:*)
-       # If we were able to find `uname', then EMX Unix compatibility
+       # If we were able to find 'uname', then EMX Unix compatibility
        # is probably installed.
        GUESS=$UNAME_MACHINE-pc-os2-emx
        ;;
@@ -1332,7 +1338,7 @@
                GUESS=ns32k-sni-sysv
        fi
        ;;
-    PENTIUM:*:4.0*:*)  # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
+    PENTIUM:*:4.0*:*)  # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort
                        # says <richard.m.bar...@ccmail.census.gov>
        GUESS=i586-unisys-sysv4
        ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/config.sub 
new/libpff-20231205/config.sub
--- old/libpff-20231130/config.sub      2023-11-30 05:12:25.000000000 +0100
+++ new/libpff-20231205/config.sub      2023-12-05 07:44:16.000000000 +0100
@@ -1,10 +1,10 @@
 #!/usr/bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2022 Free Software Foundation, Inc.
+#   Copyright 1992-2023 Free Software Foundation, Inc.
 
 # shellcheck disable=SC2006,SC2268 # see below for rationale
 
-timestamp='2022-01-03'
+timestamp='2023-06-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -76,13 +76,13 @@
 version="\
 GNU config.sub ($timestamp)
 
-Copyright 1992-2022 Free Software Foundation, Inc.
+Copyright 1992-2023 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 
 help="
-Try \`$me --help' for more information."
+Try '$me --help' for more information."
 
 # Parse command line
 while test $# -gt 0 ; do
@@ -130,7 +130,7 @@
 # Separate into logical components for further validation
 case $1 in
        *-*-*-*-*)
-               echo Invalid configuration \`"$1"\': more than four components 
>&2
+               echo "Invalid configuration '$1': more than four components" >&2
                exit 1
                ;;
        *-*-*-*)
@@ -145,7 +145,7 @@
                        nto-qnx* | linux-* | uclinux-uclibc* \
                        | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | 
netbsd*-gnu* \
                        | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
-                       | storm-chaos* | os2-emx* | rtmk-nova*)
+                       | storm-chaos* | os2-emx* | rtmk-nova* | managarm-*)
                                basic_machine=$field1
                                basic_os=$maybe_os
                                ;;
@@ -943,7 +943,7 @@
 EOF
                IFS=$saved_IFS
                ;;
-       # We use `pc' rather than `unknown'
+       # We use 'pc' rather than 'unknown'
        # because (1) that's what they normally are, and
        # (2) the word "unknown" tends to confuse beginning users.
        i*86 | x86_64)
@@ -1075,7 +1075,7 @@
        pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
                cpu=i586
                ;;
-       pentiumpro-* | p6-* | 6x86-* | athlon-* | athalon_*-*)
+       pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*)
                cpu=i686
                ;;
        pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
@@ -1207,7 +1207,7 @@
                        | k1om \
                        | le32 | le64 \
                        | lm32 \
-                       | loongarch32 | loongarch64 | loongarchx32 \
+                       | loongarch32 | loongarch64 \
                        | m32c | m32r | m32rle \
                        | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | 
m68k \
                        | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \
@@ -1285,7 +1285,7 @@
                                ;;
 
                        *)
-                               echo Invalid configuration \`"$1"\': machine 
\`"$cpu-$vendor"\' not recognized 1>&2
+                               echo "Invalid configuration '$1': machine 
'$cpu-$vendor' not recognized" 1>&2
                                exit 1
                                ;;
                esac
@@ -1341,6 +1341,10 @@
                kernel=linux
                os=`echo "$basic_os" | sed -e 's|linux|gnu|'`
                ;;
+       managarm*)
+               kernel=managarm
+               os=`echo "$basic_os" | sed -e 's|managarm|mlibc|'`
+               ;;
        *)
                kernel=
                os=$basic_os
@@ -1754,7 +1758,7 @@
             | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
             | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
             | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
-            | fiwix* )
+            | fiwix* | mlibc* )
                ;;
        # This one is extra strict with allowed versions
        sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
@@ -1762,8 +1766,11 @@
                ;;
        none)
                ;;
+       kernel* )
+               # Restricted further below
+               ;;
        *)
-               echo Invalid configuration \`"$1"\': OS \`"$os"\' not 
recognized 1>&2
+               echo "Invalid configuration '$1': OS '$os' not recognized" 1>&2
                exit 1
                ;;
 esac
@@ -1772,14 +1779,24 @@
 # (given a valid OS), if there is a kernel.
 case $kernel-$os in
        linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \
-                  | linux-musl* | linux-relibc* | linux-uclibc* )
+                  | linux-musl* | linux-relibc* | linux-uclibc* | linux-mlibc* 
)
                ;;
        uclinux-uclibc* )
                ;;
-       -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* )
+       managarm-mlibc* | managarm-kernel* )
+               ;;
+       -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* | -mlibc* )
                # These are just libc implementations, not actual OSes, and thus
                # require a kernel.
-               echo "Invalid configuration \`$1': libc \`$os' needs explicit 
kernel." 1>&2
+               echo "Invalid configuration '$1': libc '$os' needs explicit 
kernel." 1>&2
+               exit 1
+               ;;
+       -kernel* )
+               echo "Invalid configuration '$1': '$os' needs explicit kernel." 
1>&2
+               exit 1
+               ;;
+       *-kernel* )
+               echo "Invalid configuration '$1': '$kernel' does not support 
'$os'." 1>&2
                exit 1
                ;;
        kfreebsd*-gnu* | kopensolaris*-gnu*)
@@ -1796,7 +1813,7 @@
                # Blank kernel with real OS is always fine.
                ;;
        *-*)
-               echo "Invalid configuration \`$1': Kernel \`$kernel' not known 
to work with OS \`$os'." 1>&2
+               echo "Invalid configuration '$1': Kernel '$kernel' not known to 
work with OS '$os'." 1>&2
                exit 1
                ;;
 esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/configure 
new/libpff-20231205/configure
--- old/libpff-20231130/configure       2023-11-30 05:12:23.000000000 +0100
+++ new/libpff-20231205/configure       2023-12-05 07:44:15.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for libpff 20231130.
+# Generated by GNU Autoconf 2.71 for libpff 20231205.
 #
 # Report bugs to <joachim.m...@gmail.com>.
 #
@@ -621,8 +621,8 @@
 # Identity of this package.
 PACKAGE_NAME='libpff'
 PACKAGE_TARNAME='libpff'
-PACKAGE_VERSION='20231130'
-PACKAGE_STRING='libpff 20231130'
+PACKAGE_VERSION='20231205'
+PACKAGE_STRING='libpff 20231205'
 PACKAGE_BUGREPORT='joachim.m...@gmail.com'
 PACKAGE_URL=''
 
@@ -1711,7 +1711,7 @@
   # 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 libpff 20231130 to adapt to many kinds of systems.
+\`configure' configures libpff 20231205 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1782,7 +1782,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libpff 20231130:";;
+     short | recursive ) echo "Configuration of libpff 20231205:";;
    esac
   cat <<\_ACEOF
 
@@ -2056,7 +2056,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libpff configure 20231130
+libpff configure 20231205
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2777,7 +2777,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libpff $as_me 20231130, which was
+It was created by libpff $as_me 20231205, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -4266,7 +4266,7 @@
 
 # Define the identity of the package.
  PACKAGE='libpff'
- VERSION='20231130'
+ VERSION='20231205'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -23880,8 +23880,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcerror" >&5
-printf %s "checking for libcerror... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcerror >= 
20120425" >&5
+printf %s "checking for libcerror >= 20120425... " >&6; }
 
 if test -n "$libcerror_CFLAGS"; then
     pkg_cv_libcerror_CFLAGS="$libcerror_CFLAGS"
@@ -23921,7 +23921,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -23930,24 +23930,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libcerror_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libcerror >= 20120425" 2>&1`
+                libcerror_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libcerror >= 20120425" 2>&1`
         else
-               libcerror_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcerror >= 20120425" 2>&1`
+                libcerror_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcerror >= 20120425" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libcerror_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libcerror_PKG_ERRORS" >&5
 
-       ac_cv_libcerror=check
+        ac_cv_libcerror=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libcerror=check
+        ac_cv_libcerror=check
 else
-       libcerror_CFLAGS=$pkg_cv_libcerror_CFLAGS
-       libcerror_LIBS=$pkg_cv_libcerror_LIBS
+        libcerror_CFLAGS=$pkg_cv_libcerror_CFLAGS
+        libcerror_LIBS=$pkg_cv_libcerror_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libcerror=yes
+        ac_cv_libcerror=yes
 fi
 
 fi
@@ -24631,8 +24631,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcthreads" >&5
-printf %s "checking for libcthreads... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcthreads >= 
20160404" >&5
+printf %s "checking for libcthreads >= 20160404... " >&6; }
 
 if test -n "$libcthreads_CFLAGS"; then
     pkg_cv_libcthreads_CFLAGS="$libcthreads_CFLAGS"
@@ -24672,7 +24672,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -24681,24 +24681,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libcthreads_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libcthreads >= 20160404" 2>&1`
+                libcthreads_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libcthreads >= 20160404" 2>&1`
         else
-               libcthreads_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcthreads >= 20160404" 2>&1`
+                libcthreads_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcthreads >= 20160404" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libcthreads_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libcthreads_PKG_ERRORS" >&5
 
-       ac_cv_libcthreads=check
+        ac_cv_libcthreads=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libcthreads=check
+        ac_cv_libcthreads=check
 else
-       libcthreads_CFLAGS=$pkg_cv_libcthreads_CFLAGS
-       libcthreads_LIBS=$pkg_cv_libcthreads_LIBS
+        libcthreads_CFLAGS=$pkg_cv_libcthreads_CFLAGS
+        libcthreads_LIBS=$pkg_cv_libcthreads_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libcthreads=yes
+        ac_cv_libcthreads=yes
 fi
 
 fi
@@ -27273,8 +27273,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcdata" >&5
-printf %s "checking for libcdata... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcdata >= 
20230108" >&5
+printf %s "checking for libcdata >= 20230108... " >&6; }
 
 if test -n "$libcdata_CFLAGS"; then
     pkg_cv_libcdata_CFLAGS="$libcdata_CFLAGS"
@@ -27314,7 +27314,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -27323,24 +27323,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libcdata_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libcdata >= 20230108" 2>&1`
+                libcdata_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libcdata >= 20230108" 2>&1`
         else
-               libcdata_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libcdata >= 20230108" 2>&1`
+                libcdata_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcdata >= 20230108" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libcdata_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libcdata_PKG_ERRORS" >&5
 
-       ac_cv_libcdata=check
+        ac_cv_libcdata=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libcdata=check
+        ac_cv_libcdata=check
 else
-       libcdata_CFLAGS=$pkg_cv_libcdata_CFLAGS
-       libcdata_LIBS=$pkg_cv_libcdata_LIBS
+        libcdata_CFLAGS=$pkg_cv_libcdata_CFLAGS
+        libcdata_LIBS=$pkg_cv_libcdata_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libcdata=yes
+        ac_cv_libcdata=yes
 fi
 
 fi
@@ -31163,8 +31163,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libclocale" >&5
-printf %s "checking for libclocale... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libclocale >= 
20120425" >&5
+printf %s "checking for libclocale >= 20120425... " >&6; }
 
 if test -n "$libclocale_CFLAGS"; then
     pkg_cv_libclocale_CFLAGS="$libclocale_CFLAGS"
@@ -31204,7 +31204,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -31213,24 +31213,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libclocale_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libclocale >= 20120425" 2>&1`
+                libclocale_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libclocale >= 20120425" 2>&1`
         else
-               libclocale_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libclocale >= 20120425" 2>&1`
+                libclocale_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libclocale >= 20120425" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libclocale_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libclocale_PKG_ERRORS" >&5
 
-       ac_cv_libclocale=check
+        ac_cv_libclocale=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libclocale=check
+        ac_cv_libclocale=check
 else
-       libclocale_CFLAGS=$pkg_cv_libclocale_CFLAGS
-       libclocale_LIBS=$pkg_cv_libclocale_LIBS
+        libclocale_CFLAGS=$pkg_cv_libclocale_CFLAGS
+        libclocale_LIBS=$pkg_cv_libclocale_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libclocale=yes
+        ac_cv_libclocale=yes
 fi
 
 fi
@@ -31960,8 +31960,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcnotify" >&5
-printf %s "checking for libcnotify... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcnotify >= 
20120425" >&5
+printf %s "checking for libcnotify >= 20120425... " >&6; }
 
 if test -n "$libcnotify_CFLAGS"; then
     pkg_cv_libcnotify_CFLAGS="$libcnotify_CFLAGS"
@@ -32001,7 +32001,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -32010,24 +32010,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libcnotify_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libcnotify >= 20120425" 2>&1`
+                libcnotify_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libcnotify >= 20120425" 2>&1`
         else
-               libcnotify_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcnotify >= 20120425" 2>&1`
+                libcnotify_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcnotify >= 20120425" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libcnotify_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libcnotify_PKG_ERRORS" >&5
 
-       ac_cv_libcnotify=check
+        ac_cv_libcnotify=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libcnotify=check
+        ac_cv_libcnotify=check
 else
-       libcnotify_CFLAGS=$pkg_cv_libcnotify_CFLAGS
-       libcnotify_LIBS=$pkg_cv_libcnotify_LIBS
+        libcnotify_CFLAGS=$pkg_cv_libcnotify_CFLAGS
+        libcnotify_LIBS=$pkg_cv_libcnotify_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libcnotify=yes
+        ac_cv_libcnotify=yes
 fi
 
 fi
@@ -32559,8 +32559,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcsplit" >&5
-printf %s "checking for libcsplit... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcsplit >= 
20120701" >&5
+printf %s "checking for libcsplit >= 20120701... " >&6; }
 
 if test -n "$libcsplit_CFLAGS"; then
     pkg_cv_libcsplit_CFLAGS="$libcsplit_CFLAGS"
@@ -32600,7 +32600,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -32609,24 +32609,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libcsplit_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libcsplit >= 20120701" 2>&1`
+                libcsplit_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libcsplit >= 20120701" 2>&1`
         else
-               libcsplit_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcsplit >= 20120701" 2>&1`
+                libcsplit_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcsplit >= 20120701" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libcsplit_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libcsplit_PKG_ERRORS" >&5
 
-       ac_cv_libcsplit=check
+        ac_cv_libcsplit=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libcsplit=check
+        ac_cv_libcsplit=check
 else
-       libcsplit_CFLAGS=$pkg_cv_libcsplit_CFLAGS
-       libcsplit_LIBS=$pkg_cv_libcsplit_LIBS
+        libcsplit_CFLAGS=$pkg_cv_libcsplit_CFLAGS
+        libcsplit_LIBS=$pkg_cv_libcsplit_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libcsplit=yes
+        ac_cv_libcsplit=yes
 fi
 
 fi
@@ -33393,8 +33393,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libuna" >&5
-printf %s "checking for libuna... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libuna >= 20230702" 
>&5
+printf %s "checking for libuna >= 20230702... " >&6; }
 
 if test -n "$libuna_CFLAGS"; then
     pkg_cv_libuna_CFLAGS="$libuna_CFLAGS"
@@ -33434,7 +33434,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -33443,24 +33443,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libuna_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libuna >= 20230702" 2>&1`
+                libuna_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libuna >= 20230702" 2>&1`
         else
-               libuna_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libuna >= 20230702" 2>&1`
+                libuna_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libuna >= 20230702" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libuna_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libuna_PKG_ERRORS" >&5
 
-       ac_cv_libuna=check
+        ac_cv_libuna=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libuna=check
+        ac_cv_libuna=check
 else
-       libuna_CFLAGS=$pkg_cv_libuna_CFLAGS
-       libuna_LIBS=$pkg_cv_libuna_LIBS
+        libuna_CFLAGS=$pkg_cv_libuna_CFLAGS
+        libuna_LIBS=$pkg_cv_libuna_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libuna=yes
+        ac_cv_libuna=yes
 fi
 
 fi
@@ -40714,8 +40714,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcfile" >&5
-printf %s "checking for libcfile... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcfile >= 
20160409" >&5
+printf %s "checking for libcfile >= 20160409... " >&6; }
 
 if test -n "$libcfile_CFLAGS"; then
     pkg_cv_libcfile_CFLAGS="$libcfile_CFLAGS"
@@ -40755,7 +40755,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -40764,24 +40764,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libcfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libcfile >= 20160409" 2>&1`
+                libcfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libcfile >= 20160409" 2>&1`
         else
-               libcfile_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libcfile >= 20160409" 2>&1`
+                libcfile_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcfile >= 20160409" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libcfile_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libcfile_PKG_ERRORS" >&5
 
-       ac_cv_libcfile=check
+        ac_cv_libcfile=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libcfile=check
+        ac_cv_libcfile=check
 else
-       libcfile_CFLAGS=$pkg_cv_libcfile_CFLAGS
-       libcfile_LIBS=$pkg_cv_libcfile_LIBS
+        libcfile_CFLAGS=$pkg_cv_libcfile_CFLAGS
+        libcfile_LIBS=$pkg_cv_libcfile_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libcfile=yes
+        ac_cv_libcfile=yes
 fi
 
 fi
@@ -42303,8 +42303,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcpath" >&5
-printf %s "checking for libcpath... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcpath >= 
20180716" >&5
+printf %s "checking for libcpath >= 20180716... " >&6; }
 
 if test -n "$libcpath_CFLAGS"; then
     pkg_cv_libcpath_CFLAGS="$libcpath_CFLAGS"
@@ -42344,7 +42344,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -42353,24 +42353,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libcpath_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libcpath >= 20180716" 2>&1`
+                libcpath_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libcpath >= 20180716" 2>&1`
         else
-               libcpath_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libcpath >= 20180716" 2>&1`
+                libcpath_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libcpath >= 20180716" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libcpath_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libcpath_PKG_ERRORS" >&5
 
-       ac_cv_libcpath=check
+        ac_cv_libcpath=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libcpath=check
+        ac_cv_libcpath=check
 else
-       libcpath_CFLAGS=$pkg_cv_libcpath_CFLAGS
-       libcpath_LIBS=$pkg_cv_libcpath_LIBS
+        libcpath_CFLAGS=$pkg_cv_libcpath_CFLAGS
+        libcpath_LIBS=$pkg_cv_libcpath_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libcpath=yes
+        ac_cv_libcpath=yes
 fi
 
 fi
@@ -43384,8 +43384,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libbfio" >&5
-printf %s "checking for libbfio... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libbfio >= 
20201125" >&5
+printf %s "checking for libbfio >= 20201125... " >&6; }
 
 if test -n "$libbfio_CFLAGS"; then
     pkg_cv_libbfio_CFLAGS="$libbfio_CFLAGS"
@@ -43425,7 +43425,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -43434,24 +43434,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libbfio_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libbfio >= 20201125" 2>&1`
+                libbfio_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libbfio >= 20201125" 2>&1`
         else
-               libbfio_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libbfio >= 20201125" 2>&1`
+                libbfio_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libbfio >= 20201125" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libbfio_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libbfio_PKG_ERRORS" >&5
 
-       ac_cv_libbfio=check
+        ac_cv_libbfio=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libbfio=check
+        ac_cv_libbfio=check
 else
-       libbfio_CFLAGS=$pkg_cv_libbfio_CFLAGS
-       libbfio_LIBS=$pkg_cv_libbfio_LIBS
+        libbfio_CFLAGS=$pkg_cv_libbfio_CFLAGS
+        libbfio_LIBS=$pkg_cv_libbfio_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libbfio=yes
+        ac_cv_libbfio=yes
 fi
 
 fi
@@ -45613,8 +45613,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfcache" >&5
-printf %s "checking for libfcache... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfcache >= 
20191109" >&5
+printf %s "checking for libfcache >= 20191109... " >&6; }
 
 if test -n "$libfcache_CFLAGS"; then
     pkg_cv_libfcache_CFLAGS="$libfcache_CFLAGS"
@@ -45654,7 +45654,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -45663,24 +45663,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libfcache_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfcache >= 20191109" 2>&1`
+                libfcache_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libfcache >= 20191109" 2>&1`
         else
-               libfcache_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfcache >= 20191109" 2>&1`
+                libfcache_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfcache >= 20191109" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libfcache_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libfcache_PKG_ERRORS" >&5
 
-       ac_cv_libfcache=check
+        ac_cv_libfcache=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libfcache=check
+        ac_cv_libfcache=check
 else
-       libfcache_CFLAGS=$pkg_cv_libfcache_CFLAGS
-       libfcache_LIBS=$pkg_cv_libfcache_LIBS
+        libfcache_CFLAGS=$pkg_cv_libfcache_CFLAGS
+        libfcache_LIBS=$pkg_cv_libfcache_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libfcache=yes
+        ac_cv_libfcache=yes
 fi
 
 fi
@@ -46712,8 +46712,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfdata" >&5
-printf %s "checking for libfdata... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfdata >= 
20201129" >&5
+printf %s "checking for libfdata >= 20201129... " >&6; }
 
 if test -n "$libfdata_CFLAGS"; then
     pkg_cv_libfdata_CFLAGS="$libfdata_CFLAGS"
@@ -46753,7 +46753,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -46762,24 +46762,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libfdata_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfdata >= 20201129" 2>&1`
+                libfdata_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfdata >= 20201129" 2>&1`
         else
-               libfdata_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libfdata >= 20201129" 2>&1`
+                libfdata_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfdata >= 20201129" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libfdata_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libfdata_PKG_ERRORS" >&5
 
-       ac_cv_libfdata=check
+        ac_cv_libfdata=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libfdata=check
+        ac_cv_libfdata=check
 else
-       libfdata_CFLAGS=$pkg_cv_libfdata_CFLAGS
-       libfdata_LIBS=$pkg_cv_libfdata_LIBS
+        libfdata_CFLAGS=$pkg_cv_libfdata_CFLAGS
+        libfdata_LIBS=$pkg_cv_libfdata_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libfdata=yes
+        ac_cv_libfdata=yes
 fi
 
 fi
@@ -50111,8 +50111,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfdatetime" >&5
-printf %s "checking for libfdatetime... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfdatetime >= 
20180910" >&5
+printf %s "checking for libfdatetime >= 20180910... " >&6; }
 
 if test -n "$libfdatetime_CFLAGS"; then
     pkg_cv_libfdatetime_CFLAGS="$libfdatetime_CFLAGS"
@@ -50152,7 +50152,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -50161,24 +50161,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libfdatetime_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libfdatetime >= 20180910" 2>&1`
+                libfdatetime_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libfdatetime >= 20180910" 2>&1`
         else
-               libfdatetime_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfdatetime >= 20180910" 2>&1`
+                libfdatetime_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfdatetime >= 20180910" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libfdatetime_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libfdatetime_PKG_ERRORS" >&5
 
-       ac_cv_libfdatetime=check
+        ac_cv_libfdatetime=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libfdatetime=check
+        ac_cv_libfdatetime=check
 else
-       libfdatetime_CFLAGS=$pkg_cv_libfdatetime_CFLAGS
-       libfdatetime_LIBS=$pkg_cv_libfdatetime_LIBS
+        libfdatetime_CFLAGS=$pkg_cv_libfdatetime_CFLAGS
+        libfdatetime_LIBS=$pkg_cv_libfdatetime_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libfdatetime=yes
+        ac_cv_libfdatetime=yes
 fi
 
 fi
@@ -53666,8 +53666,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfguid" >&5
-printf %s "checking for libfguid... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfguid >= 
20120426" >&5
+printf %s "checking for libfguid >= 20120426... " >&6; }
 
 if test -n "$libfguid_CFLAGS"; then
     pkg_cv_libfguid_CFLAGS="$libfguid_CFLAGS"
@@ -53707,7 +53707,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -53716,24 +53716,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libfguid_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfguid >= 20120426" 2>&1`
+                libfguid_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfguid >= 20120426" 2>&1`
         else
-               libfguid_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libfguid >= 20120426" 2>&1`
+                libfguid_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfguid >= 20120426" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libfguid_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libfguid_PKG_ERRORS" >&5
 
-       ac_cv_libfguid=check
+        ac_cv_libfguid=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libfguid=check
+        ac_cv_libfguid=check
 else
-       libfguid_CFLAGS=$pkg_cv_libfguid_CFLAGS
-       libfguid_LIBS=$pkg_cv_libfguid_LIBS
+        libfguid_CFLAGS=$pkg_cv_libfguid_CFLAGS
+        libfguid_LIBS=$pkg_cv_libfguid_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libfguid=yes
+        ac_cv_libfguid=yes
 fi
 
 fi
@@ -54359,8 +54359,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfvalue" >&5
-printf %s "checking for libfvalue... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfvalue >= 
20200711" >&5
+printf %s "checking for libfvalue >= 20200711... " >&6; }
 
 if test -n "$libfvalue_CFLAGS"; then
     pkg_cv_libfvalue_CFLAGS="$libfvalue_CFLAGS"
@@ -54400,7 +54400,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -54409,24 +54409,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libfvalue_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfvalue >= 20200711" 2>&1`
+                libfvalue_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "libfvalue >= 20200711" 2>&1`
         else
-               libfvalue_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfvalue >= 20200711" 2>&1`
+                libfvalue_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfvalue >= 20200711" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libfvalue_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libfvalue_PKG_ERRORS" >&5
 
-       ac_cv_libfvalue=check
+        ac_cv_libfvalue=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libfvalue=check
+        ac_cv_libfvalue=check
 else
-       libfvalue_CFLAGS=$pkg_cv_libfvalue_CFLAGS
-       libfvalue_LIBS=$pkg_cv_libfvalue_LIBS
+        libfvalue_CFLAGS=$pkg_cv_libfvalue_CFLAGS
+        libfvalue_LIBS=$pkg_cv_libfvalue_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libfvalue=yes
+        ac_cv_libfvalue=yes
 fi
 
 fi
@@ -58784,8 +58784,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfwnt" >&5
-printf %s "checking for libfwnt... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfwnt >= 
20191217" >&5
+printf %s "checking for libfwnt >= 20191217... " >&6; }
 
 if test -n "$libfwnt_CFLAGS"; then
     pkg_cv_libfwnt_CFLAGS="$libfwnt_CFLAGS"
@@ -58825,7 +58825,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -58834,24 +58834,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libfwnt_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfwnt >= 20191217" 2>&1`
+                libfwnt_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfwnt >= 20191217" 2>&1`
         else
-               libfwnt_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libfwnt >= 20191217" 2>&1`
+                libfwnt_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libfwnt >= 20191217" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libfwnt_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libfwnt_PKG_ERRORS" >&5
 
-       ac_cv_libfwnt=check
+        ac_cv_libfwnt=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libfwnt=check
+        ac_cv_libfwnt=check
 else
-       libfwnt_CFLAGS=$pkg_cv_libfwnt_CFLAGS
-       libfwnt_LIBS=$pkg_cv_libfwnt_LIBS
+        libfwnt_CFLAGS=$pkg_cv_libfwnt_CFLAGS
+        libfwnt_LIBS=$pkg_cv_libfwnt_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libfwnt=yes
+        ac_cv_libfwnt=yes
 fi
 
 fi
@@ -60285,8 +60285,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfmapi" >&5
-printf %s "checking for libfmapi... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfmapi >= 
20230404" >&5
+printf %s "checking for libfmapi >= 20230404... " >&6; }
 
 if test -n "$libfmapi_CFLAGS"; then
     pkg_cv_libfmapi_CFLAGS="$libfmapi_CFLAGS"
@@ -60326,7 +60326,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -60335,24 +60335,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               libfmapi_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfmapi >= 20230404" 2>&1`
+                libfmapi_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libfmapi >= 20230404" 2>&1`
         else
-               libfmapi_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libfmapi >= 20230404" 2>&1`
+                libfmapi_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "libfmapi >= 20230404" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$libfmapi_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$libfmapi_PKG_ERRORS" >&5
 
-       ac_cv_libfmapi=check
+        ac_cv_libfmapi=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_libfmapi=check
+        ac_cv_libfmapi=check
 else
-       libfmapi_CFLAGS=$pkg_cv_libfmapi_CFLAGS
-       libfmapi_LIBS=$pkg_cv_libfmapi_LIBS
+        libfmapi_CFLAGS=$pkg_cv_libfmapi_CFLAGS
+        libfmapi_LIBS=$pkg_cv_libfmapi_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_libfmapi=yes
+        ac_cv_libfmapi=yes
 fi
 
 fi
@@ -61743,8 +61743,8 @@
 then :
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for zlib" >&5
-printf %s "checking for zlib... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for zlib >= 1.2.5" >&5
+printf %s "checking for zlib >= 1.2.5... " >&6; }
 
 if test -n "$zlib_CFLAGS"; then
     pkg_cv_zlib_CFLAGS="$zlib_CFLAGS"
@@ -61784,7 +61784,7 @@
 
 
 if test $pkg_failed = yes; then
-       { 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; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -61793,24 +61793,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "zlib >= 1.2.5" 2>&1`
+                zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "zlib >= 1.2.5" 2>&1`
         else
-               zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"zlib >= 1.2.5" 2>&1`
+                zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"zlib >= 1.2.5" 2>&1`
         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$zlib_PKG_ERRORS" >&5
+        # Put the nasty error message in config.log where it belongs
+        echo "$zlib_PKG_ERRORS" >&5
 
-       ac_cv_zlib=check
+        ac_cv_zlib=check
 elif test $pkg_failed = untried; then
-       { 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; }
-       ac_cv_zlib=check
+        ac_cv_zlib=check
 else
-       zlib_CFLAGS=$pkg_cv_zlib_CFLAGS
-       zlib_LIBS=$pkg_cv_zlib_LIBS
+        zlib_CFLAGS=$pkg_cv_zlib_CFLAGS
+        zlib_LIBS=$pkg_cv_zlib_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-       ac_cv_zlib=zlib
+        ac_cv_zlib=zlib
 fi
 
 fi
@@ -64126,7 +64126,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libpff $as_me 20231130, which was
+This file was extended by libpff $as_me 20231205, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -64194,7 +64194,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-libpff config.status 20231130
+libpff config.status 20231205
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/configure.ac 
new/libpff-20231205/configure.ac
--- old/libpff-20231130/configure.ac    2023-11-30 04:52:17.000000000 +0100
+++ new/libpff-20231205/configure.ac    2023-12-05 07:00:19.000000000 +0100
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libpff],
- [20231130],
+ [20231205],
  [joachim.m...@gmail.com])
 
 AC_CONFIG_SRCDIR(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/dpkg/changelog 
new/libpff-20231205/dpkg/changelog
--- old/libpff-20231130/dpkg/changelog  2023-11-30 05:12:39.000000000 +0100
+++ new/libpff-20231205/dpkg/changelog  2023-12-05 07:44:25.000000000 +0100
@@ -1,5 +1,5 @@
-libpff (20231130-1) unstable; urgency=low
+libpff (20231205-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <joachim.m...@gmail.com>  Thu, 30 Nov 2023 05:12:38 +0100
+ -- Joachim Metz <joachim.m...@gmail.com>  Tue, 05 Dec 2023 07:44:24 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/include/libpff/definitions.h 
new/libpff-20231205/include/libpff/definitions.h
--- old/libpff-20231130/include/libpff/definitions.h    2023-11-30 
05:12:39.000000000 +0100
+++ new/libpff-20231205/include/libpff/definitions.h    2023-12-05 
07:44:25.000000000 +0100
@@ -24,11 +24,11 @@
 
 #include <libpff/types.h>
 
-#define LIBPFF_VERSION                                 20231130
+#define LIBPFF_VERSION                                 20231205
 
 /* The version string
  */
-#define LIBPFF_VERSION_STRING                          "20231130"
+#define LIBPFF_VERSION_STRING                          "20231205"
 
 /* The access flags definitions
  * bit 1        set to 1 for read access
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/libpff/libpff.rc 
new/libpff-20231205/libpff/libpff.rc
--- old/libpff-20231130/libpff/libpff.rc        2023-11-30 05:12:39.000000000 
+0100
+++ new/libpff-20231205/libpff/libpff.rc        2023-12-05 07:44:25.000000000 
+0100
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to access the Personal Folder 
File (OST, PAB and PST) format\0"
-      VALUE "FileVersion",             "20231130" "\0"
+      VALUE "FileVersion",             "20231205" "\0"
       VALUE "InternalName",            "libpff.dll\0"
       VALUE "LegalCopyright",          "(C) 2008-2023, Joachim Metz 
<joachim.m...@gmail.com>\0"
       VALUE "OriginalFilename",                "libpff.dll\0"
       VALUE "ProductName",             "libpff\0"
-      VALUE "ProductVersion",          "20231130" "\0"
+      VALUE "ProductVersion",          "20231205" "\0"
       VALUE "Comments",                        "For more information visit 
https://github.com/libyal/libpff/\0";
     END
   END
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/libpff/libpff_definitions.h 
new/libpff-20231205/libpff/libpff_definitions.h
--- old/libpff-20231130/libpff/libpff_definitions.h     2023-11-30 
05:12:39.000000000 +0100
+++ new/libpff-20231205/libpff/libpff_definitions.h     2023-12-05 
07:44:25.000000000 +0100
@@ -39,11 +39,11 @@
  * for local use of libpff
  */
 #else
-#define LIBPFF_VERSION                                                 20231130
+#define LIBPFF_VERSION                                                 20231205
 
 /* The version string
  */
-#define LIBPFF_VERSION_STRING                                          
"20231130"
+#define LIBPFF_VERSION_STRING                                          
"20231205"
 
 /* The file access flags
  * bit 1        set to 1 for read access
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/libpff.spec 
new/libpff-20231205/libpff.spec
--- old/libpff-20231130/libpff.spec     2023-11-30 05:12:39.000000000 +0100
+++ new/libpff-20231205/libpff.spec     2023-12-05 07:44:25.000000000 +0100
@@ -1,5 +1,5 @@
 Name: libpff
-Version: 20231130
+Version: 20231205
 Release: 1
 Summary: Library to access the Personal Folder File (OST, PAB and PST) format
 Group: System Environment/Libraries
@@ -94,6 +94,6 @@
 %{_mandir}/man1/*
 
 %changelog
-* Thu Nov 30 2023 Joachim Metz <joachim.m...@gmail.com> 20231130-1
+* Tue Dec  5 2023 Joachim Metz <joachim.m...@gmail.com> 20231205-1
 - Auto-generated
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/pyproject.toml 
new/libpff-20231205/pyproject.toml
--- old/libpff-20231130/pyproject.toml  1970-01-01 01:00:00.000000000 +0100
+++ new/libpff-20231205/pyproject.toml  2023-12-05 07:00:19.000000000 +0100
@@ -0,0 +1,4 @@
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpff-20231130/setup.cfg 
new/libpff-20231205/setup.cfg
--- old/libpff-20231130/setup.cfg       1970-01-01 01:00:00.000000000 +0100
+++ new/libpff-20231205/setup.cfg       2023-12-05 07:44:25.000000000 +0100
@@ -0,0 +1,16 @@
+[metadata]
+name = libpff-python
+version = 20231205
+description = Python bindings module for libpff
+long_description = Python bindings module for libpff
+long_description_content_type = text/plain
+author = Joachim Metz
+author_email = joachim.m...@gmail.com
+license = GNU Lesser General Public License v3 or later (LGPLv3+)
+license_files = COPYING COPYING.LESSER
+classifiers =
+  Development Status :: 3 - Alpha
+  Programming Language :: Python
+
+[options]
+python_requires = >=3.7

Reply via email to