deps: Add modified xz-5.6.2

Deviations from upstream xz-5.6.2 release are in the CMake
infrastructure, to try and make the library more consumable as a
vendored dependency.
This commit is contained in:
Tom Dewey 2024-07-17 10:01:38 +01:00 committed by Tom Dewey
parent 64381d2dd3
commit b1043a3601
588 changed files with 219843 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# SPDX-License-Identifier: 0BSD
#############################################################################
#
# SYNOPSIS
#
# TUKLIB_COMMON
#
# DESCRIPTION
#
# Common checks for tuklib.
#
#############################################################################
#
# Author: Lasse Collin
#
#############################################################################
AC_DEFUN_ONCE([TUKLIB_COMMON], [
AC_REQUIRE([AC_CANONICAL_HOST])
AC_REQUIRE([AC_PROG_CC_C99])
AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
])dnl