libcaes-python 20231120__tar.gz → 20240413__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libcaes-20231120 → libcaes-20240413}/AUTHORS +1 -1
- {libcaes-20231120 → libcaes-20240413}/Makefile.am +9 -14
- {libcaes-20231120 → libcaes-20240413}/Makefile.in +13 -15
- {libcaes-20231120 → libcaes-20240413}/PKG-INFO +1 -1
- {libcaes-20231120 → libcaes-20240413}/aclocal.m4 +17 -17
- {libcaes-20231120 → libcaes-20240413}/common/Makefile.am +6 -7
- {libcaes-20231120 → libcaes-20240413}/common/Makefile.in +10 -8
- {libcaes-20231120 → libcaes-20240413}/common/byte_stream.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/common.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/config.h +3 -3
- {libcaes-20231120 → libcaes-20240413}/common/config_borlandc.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/config_msc.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/config_winapi.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/file_stream.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/memory.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/narrow_string.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/system_string.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/types.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/types.h.in +1 -1
- {libcaes-20231120 → libcaes-20240413}/common/wide_string.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/config.guess +17 -11
- {libcaes-20231120 → libcaes-20240413}/config.sub +33 -16
- {libcaes-20231120 → libcaes-20240413}/configure +41 -40
- {libcaes-20231120 → libcaes-20240413}/configure.ac +1 -1
- libcaes-20240413/dpkg/changelog +5 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/copyright +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/Makefile.am +6 -8
- {libcaes-20231120 → libcaes-20240413}/include/Makefile.in +9 -9
- {libcaes-20231120 → libcaes-20240413}/include/libcaes/definitions.h +3 -3
- {libcaes-20231120 → libcaes-20240413}/include/libcaes/definitions.h.in +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/libcaes/error.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/libcaes/extern.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/libcaes/features.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/libcaes/features.h.in +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/libcaes/types.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/libcaes/types.h.in +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/libcaes.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/include/libcaes.h.in +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/Makefile.am +7 -8
- {libcaes-20231120 → libcaes-20240413}/libcaes/Makefile.in +15 -9
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes.rc +3 -3
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes.rc.in +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_context.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_context.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_definitions.h +3 -3
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_definitions.h.in +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_error.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_error.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_extern.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_libcerror.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_support.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_support.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_tweaked_context.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_tweaked_context.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_types.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes/libcaes_unused.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcaes.spec +2 -2
- {libcaes-20231120 → libcaes-20240413}/libcerror/Makefile.am +7 -6
- {libcaes-20231120 → libcaes-20240413}/libcerror/Makefile.in +17 -9
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_definitions.h +3 -3
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_error.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_error.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_extern.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_support.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_support.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_system.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_system.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_types.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/libcerror/libcerror_unused.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/m4/common.m4 +3 -3
- {libcaes-20231120 → libcaes-20240413}/m4/libcerror.m4 +7 -4
- {libcaes-20231120 → libcaes-20240413}/m4/libcrypto.m4 +4 -2
- {libcaes-20231120 → libcaes-20240413}/manuals/Makefile.am +2 -4
- {libcaes-20231120 → libcaes-20240413}/manuals/Makefile.in +5 -5
- {libcaes-20231120 → libcaes-20240413}/manuals/libcaes.3 +1 -1
- {libcaes-20231120 → libcaes-20240413}/msvscpp/Makefile.am +2 -4
- {libcaes-20231120 → libcaes-20240413}/msvscpp/Makefile.in +5 -5
- {libcaes-20231120 → libcaes-20240413}/ossfuzz/Makefile.am +4 -6
- {libcaes-20231120 → libcaes-20240413}/ossfuzz/Makefile.in +11 -7
- {libcaes-20231120 → libcaes-20240413}/ossfuzz/crypt_cbc_fuzzer.cc +1 -1
- {libcaes-20231120 → libcaes-20240413}/ossfuzz/crypt_ccm_fuzzer.cc +1 -1
- {libcaes-20231120 → libcaes-20240413}/ossfuzz/crypt_ecb_fuzzer.cc +1 -1
- {libcaes-20231120 → libcaes-20240413}/ossfuzz/crypt_xts_fuzzer.cc +1 -1
- {libcaes-20231120 → libcaes-20240413}/ossfuzz/ossfuzz_libcaes.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/Makefile.am +4 -6
- {libcaes-20231120 → libcaes-20240413}/pycaes/Makefile.in +13 -7
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_context.c +2 -2
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_context.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_crypt.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_crypt.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_crypt_modes.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_crypt_modes.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_error.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_error.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_libcaes.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_libcerror.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_python.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_tweaked_context.c +2 -2
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_tweaked_context.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/pycaes/pycaes_unused.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/setup.cfg +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/Makefile.am +5 -6
- {libcaes-20231120 → libcaes-20240413}/tests/Makefile.in +16 -7
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_context.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_crypt_cbc.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_crypt_ccm.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_crypt_xts.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_error.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_libcaes.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_libcerror.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_macros.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_memory.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_memory.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_support.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_tweaked_context.c +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/caes_test_unused.h +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/pycaes_test_crypt_cbc.py +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/pycaes_test_crypt_ccm.py +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/pycaes_test_crypt_ecb.py +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/pycaes_test_crypt_xts.py +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/pycaes_test_support.py +1 -1
- {libcaes-20231120 → libcaes-20240413}/tests/test_library.sh +3 -6
- {libcaes-20231120 → libcaes-20240413}/tests/test_manpage.sh +3 -6
- {libcaes-20231120 → libcaes-20240413}/tests/test_python_module.sh +3 -6
- libcaes-20231120/dpkg/changelog +0 -5
- {libcaes-20231120 → libcaes-20240413}/ABOUT-NLS +0 -0
- {libcaes-20231120 → libcaes-20240413}/COPYING +0 -0
- {libcaes-20231120 → libcaes-20240413}/COPYING.LESSER +0 -0
- {libcaes-20231120 → libcaes-20240413}/ChangeLog +0 -0
- {libcaes-20231120 → libcaes-20240413}/INSTALL +0 -0
- {libcaes-20231120 → libcaes-20240413}/NEWS +0 -0
- {libcaes-20231120 → libcaes-20240413}/README +0 -0
- {libcaes-20231120 → libcaes-20240413}/acinclude.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/common/config.h.in +0 -0
- {libcaes-20231120 → libcaes-20240413}/compile +0 -0
- {libcaes-20231120 → libcaes-20240413}/config.rpath +0 -0
- {libcaes-20231120 → libcaes-20240413}/depcomp +0 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/changelog.in +0 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/compat +0 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/control +0 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/libcaes-dev.install +0 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/libcaes-python3.install +0 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/libcaes.install +0 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/rules +0 -0
- {libcaes-20231120 → libcaes-20240413}/dpkg/source/format +0 -0
- {libcaes-20231120 → libcaes-20240413}/install-sh +0 -0
- {libcaes-20231120 → libcaes-20240413}/libcaes.pc.in +0 -0
- {libcaes-20231120 → libcaes-20240413}/libcaes.spec.in +0 -0
- {libcaes-20231120 → libcaes-20240413}/ltmain.sh +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/gettext.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/host-cpu-c-abi.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/iconv.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/intlmacosx.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/lib-ld.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/lib-link.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/lib-prefix.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/libtool.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/ltoptions.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/ltsugar.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/ltversion.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/lt~obsolete.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/nls.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/po.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/progtest.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/python.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/tests.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/m4/types.m4 +0 -0
- {libcaes-20231120 → libcaes-20240413}/missing +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/caes_test_context/caes_test_context.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/caes_test_crypt_cbc/caes_test_crypt_cbc.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/caes_test_crypt_ccm/caes_test_crypt_ccm.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/caes_test_crypt_xts/caes_test_crypt_xts.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/caes_test_error/caes_test_error.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/caes_test_support/caes_test_support.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/caes_test_tweaked_context/caes_test_tweaked_context.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/libcaes/libcaes.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/libcaes.sln +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/msvscpp/pycaes/pycaes.vcproj +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/ChangeLog +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/Makefile.in.in +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/Makevars +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/Makevars.in +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/POTFILES.in +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/Rules-quot +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/boldquot.sed +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/en@boldquot.header +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/en@quot.header +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/insert-header.sin +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/quot.sed +0 -0
- {libcaes-20231120 → libcaes-20240413}/po/remove-potcdate.sin +0 -0
- {libcaes-20231120 → libcaes-20240413}/pyproject.toml +0 -0
- {libcaes-20231120 → libcaes-20240413}/setup.cfg.in +0 -0
- {libcaes-20231120 → libcaes-20240413}/setup.py +0 -0
- {libcaes-20231120 → libcaes-20240413}/test-driver +0 -0
- {libcaes-20231120 → libcaes-20240413}/tests/test_runner.sh +0 -0
|
@@ -48,8 +48,15 @@ EXTRA_DIST = \
|
|
|
48
48
|
$(SETUP_PY_FILES) \
|
|
49
49
|
$(SPEC_FILES)
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
DISTCLEANFILES = \
|
|
52
|
+
config.status \
|
|
53
|
+
config.cache \
|
|
54
|
+
config.log \
|
|
55
|
+
libcaes.pc \
|
|
56
|
+
libcaes.spec \
|
|
57
|
+
Makefile \
|
|
58
|
+
Makefile.in \
|
|
59
|
+
po/Makevars
|
|
53
60
|
|
|
54
61
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
55
62
|
|
|
@@ -67,15 +74,3 @@ library:
|
|
|
67
74
|
(cd $(srcdir)/libcaes && $(MAKE) $(AM_MAKEFLAGS))
|
|
68
75
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
69
76
|
|
|
70
|
-
distclean: clean
|
|
71
|
-
-rm -f Makefile
|
|
72
|
-
-rm -f config.status
|
|
73
|
-
-rm -f config.cache
|
|
74
|
-
-rm -f config.log
|
|
75
|
-
-rm -f libcaes.pc
|
|
76
|
-
-rm -f libcaes.spec
|
|
77
|
-
@for dir in ${subdirs}; do \
|
|
78
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
79
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
80
|
-
done && test -z "$$fail"
|
|
81
|
-
|
|
@@ -493,8 +493,15 @@ EXTRA_DIST = \
|
|
|
493
493
|
$(SETUP_PY_FILES) \
|
|
494
494
|
$(SPEC_FILES)
|
|
495
495
|
|
|
496
|
-
|
|
497
|
-
|
|
496
|
+
DISTCLEANFILES = \
|
|
497
|
+
config.status \
|
|
498
|
+
config.cache \
|
|
499
|
+
config.log \
|
|
500
|
+
libcaes.pc \
|
|
501
|
+
libcaes.spec \
|
|
502
|
+
Makefile \
|
|
503
|
+
Makefile.in \
|
|
504
|
+
po/Makevars
|
|
498
505
|
|
|
499
506
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
500
507
|
pkgconfig_DATA = \
|
|
@@ -919,15 +926,18 @@ clean-generic:
|
|
|
919
926
|
distclean-generic:
|
|
920
927
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
921
928
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
929
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
922
930
|
|
|
923
931
|
maintainer-clean-generic:
|
|
924
932
|
@echo "This command is intended for maintainers to use"
|
|
925
933
|
@echo "it deletes files that may require special tools to rebuild."
|
|
926
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
927
934
|
clean: clean-recursive
|
|
928
935
|
|
|
929
936
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
930
937
|
|
|
938
|
+
distclean: distclean-recursive
|
|
939
|
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
940
|
+
-rm -f Makefile
|
|
931
941
|
distclean-am: clean-am distclean-generic distclean-libtool \
|
|
932
942
|
distclean-tags
|
|
933
943
|
|
|
@@ -1033,18 +1043,6 @@ library:
|
|
|
1033
1043
|
(cd $(srcdir)/libcaes && $(MAKE) $(AM_MAKEFLAGS))
|
|
1034
1044
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
1035
1045
|
|
|
1036
|
-
distclean: clean
|
|
1037
|
-
-rm -f Makefile
|
|
1038
|
-
-rm -f config.status
|
|
1039
|
-
-rm -f config.cache
|
|
1040
|
-
-rm -f config.log
|
|
1041
|
-
-rm -f libcaes.pc
|
|
1042
|
-
-rm -f libcaes.spec
|
|
1043
|
-
@for dir in ${subdirs}; do \
|
|
1044
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
1045
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
1046
|
-
done && test -z "$$fail"
|
|
1047
|
-
|
|
1048
1046
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
1049
1047
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
1050
1048
|
.NOEXPORT:
|
|
@@ -20,8 +20,8 @@ You have another version of autoconf. It may work, but is not guaranteed to.
|
|
|
20
20
|
If you have problems, you may need to regenerate the build system entirely.
|
|
21
21
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
|
22
22
|
|
|
23
|
-
# pkg.m4 - Macros to locate and
|
|
24
|
-
# serial
|
|
23
|
+
# pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*-
|
|
24
|
+
# serial 12 (pkg-config-0.29.2)
|
|
25
25
|
|
|
26
26
|
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
|
|
27
27
|
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
|
|
@@ -63,7 +63,7 @@ dnl
|
|
|
63
63
|
dnl See the "Since" comment for each macro you use to see what version
|
|
64
64
|
dnl of the macros you require.
|
|
65
65
|
m4_defun([PKG_PREREQ],
|
|
66
|
-
[m4_define([PKG_MACROS_VERSION], [0.29.
|
|
66
|
+
[m4_define([PKG_MACROS_VERSION], [0.29.2])
|
|
67
67
|
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
|
|
68
68
|
[m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
|
|
69
69
|
])dnl PKG_PREREQ
|
|
@@ -108,7 +108,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
|
|
|
108
108
|
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
|
|
109
109
|
dnl
|
|
110
110
|
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
|
111
|
-
dnl only at the first
|
|
111
|
+
dnl only at the first occurrence in configure.ac, so if the first place
|
|
112
112
|
dnl it's called might be skipped (such as if it is within an "if", you
|
|
113
113
|
dnl have to call PKG_CHECK_EXISTS manually
|
|
114
114
|
AC_DEFUN([PKG_CHECK_EXISTS],
|
|
@@ -164,7 +164,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
|
|
|
164
164
|
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
|
|
165
165
|
|
|
166
166
|
pkg_failed=no
|
|
167
|
-
AC_MSG_CHECKING([for $
|
|
167
|
+
AC_MSG_CHECKING([for $2])
|
|
168
168
|
|
|
169
169
|
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
|
|
170
170
|
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
|
|
@@ -174,17 +174,17 @@ and $1[]_LIBS to avoid the need to call pkg-config.
|
|
|
174
174
|
See the pkg-config man page for more details.])
|
|
175
175
|
|
|
176
176
|
if test $pkg_failed = yes; then
|
|
177
|
-
|
|
177
|
+
AC_MSG_RESULT([no])
|
|
178
178
|
_PKG_SHORT_ERRORS_SUPPORTED
|
|
179
179
|
if test $_pkg_short_errors_supported = yes; then
|
|
180
|
-
|
|
181
|
-
else
|
|
182
|
-
|
|
180
|
+
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
|
|
181
|
+
else
|
|
182
|
+
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
|
183
183
|
fi
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
# Put the nasty error message in config.log where it belongs
|
|
185
|
+
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
m4_default([$4], [AC_MSG_ERROR(
|
|
188
188
|
[Package requirements ($2) were not met:
|
|
189
189
|
|
|
190
190
|
$$1_PKG_ERRORS
|
|
@@ -195,8 +195,8 @@ installed software in a non-standard prefix.
|
|
|
195
195
|
_PKG_TEXT])[]dnl
|
|
196
196
|
])
|
|
197
197
|
elif test $pkg_failed = untried; then
|
|
198
|
-
|
|
199
|
-
|
|
198
|
+
AC_MSG_RESULT([no])
|
|
199
|
+
m4_default([$4], [AC_MSG_FAILURE(
|
|
200
200
|
[The pkg-config script could not be found or is too old. Make sure it
|
|
201
201
|
is in your PATH or set the PKG_CONFIG environment variable to the full
|
|
202
202
|
path to pkg-config.
|
|
@@ -206,10 +206,10 @@ _PKG_TEXT
|
|
|
206
206
|
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
|
|
207
207
|
])
|
|
208
208
|
else
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
|
210
|
+
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
|
|
211
211
|
AC_MSG_RESULT([yes])
|
|
212
|
-
|
|
212
|
+
$3
|
|
213
213
|
fi[]dnl
|
|
214
214
|
])dnl PKG_CHECK_MODULES
|
|
215
215
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
AM_CPPFLAGS =
|
|
1
|
+
AM_CPPFLAGS = \
|
|
2
|
+
-I../include -I$(top_srcdir)/include
|
|
2
3
|
|
|
3
4
|
EXTRA_DIST = \
|
|
4
5
|
byte_stream.h \
|
|
@@ -15,11 +16,9 @@ EXTRA_DIST = \
|
|
|
15
16
|
types.h.in \
|
|
16
17
|
wide_string.h
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
DISTCLEANFILES = \
|
|
20
|
+
config.h \
|
|
21
|
+
types.h \
|
|
22
|
+
Makefile \
|
|
19
23
|
Makefile.in
|
|
20
24
|
|
|
21
|
-
distclean: clean
|
|
22
|
-
-rm -f config.h
|
|
23
|
-
-rm -f types.h
|
|
24
|
-
-rm -f Makefile
|
|
25
|
-
|
|
@@ -343,7 +343,9 @@ target_alias = @target_alias@
|
|
|
343
343
|
top_build_prefix = @top_build_prefix@
|
|
344
344
|
top_builddir = @top_builddir@
|
|
345
345
|
top_srcdir = @top_srcdir@
|
|
346
|
-
AM_CPPFLAGS =
|
|
346
|
+
AM_CPPFLAGS = \
|
|
347
|
+
-I../include -I$(top_srcdir)/include
|
|
348
|
+
|
|
347
349
|
EXTRA_DIST = \
|
|
348
350
|
byte_stream.h \
|
|
349
351
|
common.h \
|
|
@@ -359,7 +361,10 @@ EXTRA_DIST = \
|
|
|
359
361
|
types.h.in \
|
|
360
362
|
wide_string.h
|
|
361
363
|
|
|
362
|
-
|
|
364
|
+
DISTCLEANFILES = \
|
|
365
|
+
config.h \
|
|
366
|
+
types.h \
|
|
367
|
+
Makefile \
|
|
363
368
|
Makefile.in
|
|
364
369
|
|
|
365
370
|
all: config.h
|
|
@@ -535,15 +540,17 @@ clean-generic:
|
|
|
535
540
|
distclean-generic:
|
|
536
541
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
537
542
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
543
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
538
544
|
|
|
539
545
|
maintainer-clean-generic:
|
|
540
546
|
@echo "This command is intended for maintainers to use"
|
|
541
547
|
@echo "it deletes files that may require special tools to rebuild."
|
|
542
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
543
548
|
clean: clean-am
|
|
544
549
|
|
|
545
550
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
546
551
|
|
|
552
|
+
distclean: distclean-am
|
|
553
|
+
-rm -f Makefile
|
|
547
554
|
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
|
548
555
|
|
|
549
556
|
dvi: dvi-am
|
|
@@ -631,11 +638,6 @@ uninstall-am:
|
|
|
631
638
|
.PRECIOUS: Makefile
|
|
632
639
|
|
|
633
640
|
|
|
634
|
-
distclean: clean
|
|
635
|
-
-rm -f config.h
|
|
636
|
-
-rm -f types.h
|
|
637
|
-
-rm -f Makefile
|
|
638
|
-
|
|
639
641
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
640
642
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
641
643
|
.NOEXPORT:
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
#define PACKAGE_NAME "libcaes"
|
|
327
327
|
|
|
328
328
|
/* Define to the full name and version of this package. */
|
|
329
|
-
#define PACKAGE_STRING "libcaes
|
|
329
|
+
#define PACKAGE_STRING "libcaes 20240413"
|
|
330
330
|
|
|
331
331
|
/* Define to the one symbol short name of this package. */
|
|
332
332
|
#define PACKAGE_TARNAME "libcaes"
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
#define PACKAGE_URL ""
|
|
336
336
|
|
|
337
337
|
/* Define to the version of this package. */
|
|
338
|
-
#define PACKAGE_VERSION "
|
|
338
|
+
#define PACKAGE_VERSION "20240413"
|
|
339
339
|
|
|
340
340
|
/* The size of `int', as computed by sizeof. */
|
|
341
341
|
#define SIZEOF_INT 4
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
/* #undef STRERROR_R_CHAR_P */
|
|
362
362
|
|
|
363
363
|
/* Version number of package */
|
|
364
|
-
#define VERSION "
|
|
364
|
+
#define VERSION "20240413"
|
|
365
365
|
|
|
366
366
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
367
367
|
/* #undef _FILE_OFFSET_BITS */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/sh
|
|
2
2
|
# Attempt to guess a canonical system name.
|
|
3
|
-
# Copyright 1992-
|
|
3
|
+
# Copyright 1992-2023 Free Software Foundation, Inc.
|
|
4
4
|
|
|
5
5
|
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
|
6
6
|
|
|
7
|
-
timestamp='
|
|
7
|
+
timestamp='2023-06-23'
|
|
8
8
|
|
|
9
9
|
# This file is free software; you can redistribute it and/or modify it
|
|
10
10
|
# under the terms of the GNU General Public License as published by
|
|
@@ -47,7 +47,7 @@ me=`echo "$0" | sed -e 's,.*/,,'`
|
|
|
47
47
|
usage="\
|
|
48
48
|
Usage: $0 [OPTION]
|
|
49
49
|
|
|
50
|
-
Output the configuration name of the system
|
|
50
|
+
Output the configuration name of the system '$me' is run on.
|
|
51
51
|
|
|
52
52
|
Options:
|
|
53
53
|
-h, --help print this help, then exit
|
|
@@ -60,13 +60,13 @@ version="\
|
|
|
60
60
|
GNU config.guess ($timestamp)
|
|
61
61
|
|
|
62
62
|
Originally written by Per Bothner.
|
|
63
|
-
Copyright 1992-
|
|
63
|
+
Copyright 1992-2023 Free Software Foundation, Inc.
|
|
64
64
|
|
|
65
65
|
This is free software; see the source for copying conditions. There is NO
|
|
66
66
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
67
67
|
|
|
68
68
|
help="
|
|
69
|
-
Try
|
|
69
|
+
Try '$me --help' for more information."
|
|
70
70
|
|
|
71
71
|
# Parse command line
|
|
72
72
|
while test $# -gt 0 ; do
|
|
@@ -102,8 +102,8 @@ GUESS=
|
|
|
102
102
|
# temporary files to be created and, as you can see below, it is a
|
|
103
103
|
# headache to deal with in a portable fashion.
|
|
104
104
|
|
|
105
|
-
# Historically,
|
|
106
|
-
# use
|
|
105
|
+
# Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still
|
|
106
|
+
# use 'HOST_CC' if defined, but it is deprecated.
|
|
107
107
|
|
|
108
108
|
# Portable tmp directory creation inspired by the Autoconf team.
|
|
109
109
|
|
|
@@ -459,7 +459,7 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in
|
|
|
459
459
|
UNAME_RELEASE=`uname -v`
|
|
460
460
|
;;
|
|
461
461
|
esac
|
|
462
|
-
# Japanese Language versions have a version number like
|
|
462
|
+
# Japanese Language versions have a version number like '4.1.3-JL'.
|
|
463
463
|
SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'`
|
|
464
464
|
GUESS=sparc-sun-sunos$SUN_REL
|
|
465
465
|
;;
|
|
@@ -966,6 +966,12 @@ EOF
|
|
|
966
966
|
GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
|
|
967
967
|
GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC
|
|
968
968
|
;;
|
|
969
|
+
x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*)
|
|
970
|
+
GUESS="$UNAME_MACHINE-pc-managarm-mlibc"
|
|
971
|
+
;;
|
|
972
|
+
*:[Mm]anagarm:*:*)
|
|
973
|
+
GUESS="$UNAME_MACHINE-unknown-managarm-mlibc"
|
|
974
|
+
;;
|
|
969
975
|
*:Minix:*:*)
|
|
970
976
|
GUESS=$UNAME_MACHINE-unknown-minix
|
|
971
977
|
;;
|
|
@@ -1036,7 +1042,7 @@ EOF
|
|
|
1036
1042
|
k1om:Linux:*:*)
|
|
1037
1043
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
|
1038
1044
|
;;
|
|
1039
|
-
loongarch32:Linux:*:* | loongarch64:Linux:*:*
|
|
1045
|
+
loongarch32:Linux:*:* | loongarch64:Linux:*:*)
|
|
1040
1046
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
|
1041
1047
|
;;
|
|
1042
1048
|
m32r*:Linux:*:*)
|
|
@@ -1191,7 +1197,7 @@ EOF
|
|
|
1191
1197
|
GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION
|
|
1192
1198
|
;;
|
|
1193
1199
|
i*86:OS/2:*:*)
|
|
1194
|
-
# If we were able to find
|
|
1200
|
+
# If we were able to find 'uname', then EMX Unix compatibility
|
|
1195
1201
|
# is probably installed.
|
|
1196
1202
|
GUESS=$UNAME_MACHINE-pc-os2-emx
|
|
1197
1203
|
;;
|
|
@@ -1332,7 +1338,7 @@ EOF
|
|
|
1332
1338
|
GUESS=ns32k-sni-sysv
|
|
1333
1339
|
fi
|
|
1334
1340
|
;;
|
|
1335
|
-
PENTIUM:*:4.0*:*) # Unisys
|
|
1341
|
+
PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort
|
|
1336
1342
|
# says <Richard.M.Bartel@ccMail.Census.GOV>
|
|
1337
1343
|
GUESS=i586-unisys-sysv4
|
|
1338
1344
|
;;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/sh
|
|
2
2
|
# Configuration validation subroutine script.
|
|
3
|
-
# Copyright 1992-
|
|
3
|
+
# Copyright 1992-2023 Free Software Foundation, Inc.
|
|
4
4
|
|
|
5
5
|
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
|
6
6
|
|
|
7
|
-
timestamp='
|
|
7
|
+
timestamp='2023-06-23'
|
|
8
8
|
|
|
9
9
|
# This file is free software; you can redistribute it and/or modify it
|
|
10
10
|
# under the terms of the GNU General Public License as published by
|
|
@@ -76,13 +76,13 @@ Report bugs and patches to <config-patches@gnu.org>."
|
|
|
76
76
|
version="\
|
|
77
77
|
GNU config.sub ($timestamp)
|
|
78
78
|
|
|
79
|
-
Copyright 1992-
|
|
79
|
+
Copyright 1992-2023 Free Software Foundation, Inc.
|
|
80
80
|
|
|
81
81
|
This is free software; see the source for copying conditions. There is NO
|
|
82
82
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
83
83
|
|
|
84
84
|
help="
|
|
85
|
-
Try
|
|
85
|
+
Try '$me --help' for more information."
|
|
86
86
|
|
|
87
87
|
# Parse command line
|
|
88
88
|
while test $# -gt 0 ; do
|
|
@@ -130,7 +130,7 @@ IFS=$saved_IFS
|
|
|
130
130
|
# Separate into logical components for further validation
|
|
131
131
|
case $1 in
|
|
132
132
|
*-*-*-*-*)
|
|
133
|
-
echo Invalid configuration
|
|
133
|
+
echo "Invalid configuration '$1': more than four components" >&2
|
|
134
134
|
exit 1
|
|
135
135
|
;;
|
|
136
136
|
*-*-*-*)
|
|
@@ -145,7 +145,7 @@ case $1 in
|
|
|
145
145
|
nto-qnx* | linux-* | uclinux-uclibc* \
|
|
146
146
|
| uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
|
|
147
147
|
| netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
|
|
148
|
-
| storm-chaos* | os2-emx* | rtmk-nova*)
|
|
148
|
+
| storm-chaos* | os2-emx* | rtmk-nova* | managarm-*)
|
|
149
149
|
basic_machine=$field1
|
|
150
150
|
basic_os=$maybe_os
|
|
151
151
|
;;
|
|
@@ -943,7 +943,7 @@ $basic_machine
|
|
|
943
943
|
EOF
|
|
944
944
|
IFS=$saved_IFS
|
|
945
945
|
;;
|
|
946
|
-
# We use
|
|
946
|
+
# We use 'pc' rather than 'unknown'
|
|
947
947
|
# because (1) that's what they normally are, and
|
|
948
948
|
# (2) the word "unknown" tends to confuse beginning users.
|
|
949
949
|
i*86 | x86_64)
|
|
@@ -1075,7 +1075,7 @@ case $cpu-$vendor in
|
|
|
1075
1075
|
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
|
1076
1076
|
cpu=i586
|
|
1077
1077
|
;;
|
|
1078
|
-
pentiumpro-* | p6-* | 6x86-* | athlon-* |
|
|
1078
|
+
pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*)
|
|
1079
1079
|
cpu=i686
|
|
1080
1080
|
;;
|
|
1081
1081
|
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
|
|
@@ -1207,7 +1207,7 @@ case $cpu-$vendor in
|
|
|
1207
1207
|
| k1om \
|
|
1208
1208
|
| le32 | le64 \
|
|
1209
1209
|
| lm32 \
|
|
1210
|
-
| loongarch32 | loongarch64
|
|
1210
|
+
| loongarch32 | loongarch64 \
|
|
1211
1211
|
| m32c | m32r | m32rle \
|
|
1212
1212
|
| m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \
|
|
1213
1213
|
| m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \
|
|
@@ -1285,7 +1285,7 @@ case $cpu-$vendor in
|
|
|
1285
1285
|
;;
|
|
1286
1286
|
|
|
1287
1287
|
*)
|
|
1288
|
-
echo Invalid configuration
|
|
1288
|
+
echo "Invalid configuration '$1': machine '$cpu-$vendor' not recognized" 1>&2
|
|
1289
1289
|
exit 1
|
|
1290
1290
|
;;
|
|
1291
1291
|
esac
|
|
@@ -1341,6 +1341,10 @@ EOF
|
|
|
1341
1341
|
kernel=linux
|
|
1342
1342
|
os=`echo "$basic_os" | sed -e 's|linux|gnu|'`
|
|
1343
1343
|
;;
|
|
1344
|
+
managarm*)
|
|
1345
|
+
kernel=managarm
|
|
1346
|
+
os=`echo "$basic_os" | sed -e 's|managarm|mlibc|'`
|
|
1347
|
+
;;
|
|
1344
1348
|
*)
|
|
1345
1349
|
kernel=
|
|
1346
1350
|
os=$basic_os
|
|
@@ -1754,7 +1758,7 @@ case $os in
|
|
|
1754
1758
|
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
|
1755
1759
|
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
|
1756
1760
|
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
|
|
1757
|
-
| fiwix* )
|
|
1761
|
+
| fiwix* | mlibc* )
|
|
1758
1762
|
;;
|
|
1759
1763
|
# This one is extra strict with allowed versions
|
|
1760
1764
|
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
|
@@ -1762,8 +1766,11 @@ case $os in
|
|
|
1762
1766
|
;;
|
|
1763
1767
|
none)
|
|
1764
1768
|
;;
|
|
1769
|
+
kernel* )
|
|
1770
|
+
# Restricted further below
|
|
1771
|
+
;;
|
|
1765
1772
|
*)
|
|
1766
|
-
echo Invalid configuration
|
|
1773
|
+
echo "Invalid configuration '$1': OS '$os' not recognized" 1>&2
|
|
1767
1774
|
exit 1
|
|
1768
1775
|
;;
|
|
1769
1776
|
esac
|
|
@@ -1772,14 +1779,24 @@ esac
|
|
|
1772
1779
|
# (given a valid OS), if there is a kernel.
|
|
1773
1780
|
case $kernel-$os in
|
|
1774
1781
|
linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \
|
|
1775
|
-
| linux-musl* | linux-relibc* | linux-uclibc* )
|
|
1782
|
+
| linux-musl* | linux-relibc* | linux-uclibc* | linux-mlibc* )
|
|
1776
1783
|
;;
|
|
1777
1784
|
uclinux-uclibc* )
|
|
1778
1785
|
;;
|
|
1779
|
-
-
|
|
1786
|
+
managarm-mlibc* | managarm-kernel* )
|
|
1787
|
+
;;
|
|
1788
|
+
-dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* | -mlibc* )
|
|
1780
1789
|
# These are just libc implementations, not actual OSes, and thus
|
|
1781
1790
|
# require a kernel.
|
|
1782
|
-
echo "Invalid configuration
|
|
1791
|
+
echo "Invalid configuration '$1': libc '$os' needs explicit kernel." 1>&2
|
|
1792
|
+
exit 1
|
|
1793
|
+
;;
|
|
1794
|
+
-kernel* )
|
|
1795
|
+
echo "Invalid configuration '$1': '$os' needs explicit kernel." 1>&2
|
|
1796
|
+
exit 1
|
|
1797
|
+
;;
|
|
1798
|
+
*-kernel* )
|
|
1799
|
+
echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
|
|
1783
1800
|
exit 1
|
|
1784
1801
|
;;
|
|
1785
1802
|
kfreebsd*-gnu* | kopensolaris*-gnu*)
|
|
@@ -1796,7 +1813,7 @@ case $kernel-$os in
|
|
|
1796
1813
|
# Blank kernel with real OS is always fine.
|
|
1797
1814
|
;;
|
|
1798
1815
|
*-*)
|
|
1799
|
-
echo "Invalid configuration
|
|
1816
|
+
echo "Invalid configuration '$1': Kernel '$kernel' not known to work with OS '$os'." 1>&2
|
|
1800
1817
|
exit 1
|
|
1801
1818
|
;;
|
|
1802
1819
|
esac
|