Translations: Update the Hungarian translation.
[xz.git] / m4 / tuklib_common.m4
blobc837703406cf253710455122c1788c3f6c415273
1 # SPDX-License-Identifier: 0BSD
3 #############################################################################
5 # SYNOPSIS
7 #   TUKLIB_COMMON
9 # DESCRIPTION
11 #   Common checks for tuklib.
13 #############################################################################
15 # Author: Lasse Collin
17 #############################################################################
19 AC_DEFUN_ONCE([TUKLIB_COMMON], [
20 AC_REQUIRE([AC_CANONICAL_HOST])
21 AC_REQUIRE([AC_PROG_CC_C99])
22 AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
23 ])dnl