]> icculus.org git repositories - icculus/xz.git/blob - m4/tuklib_common.m4
Various changes.
[icculus/xz.git] / m4 / tuklib_common.m4
1 #
2 # SYNOPSIS
3 #
4 #   TUKLIB_COMMON
5 #
6 # DESCRIPTION
7 #
8 #   Common checks for tuklib.
9 #
10 # COPYING
11 #
12 #   Author: Lasse Collin
13 #
14 #   This file has been put into the public domain.
15 #   You can do whatever you want with this file.
16 #
17
18 AC_DEFUN_ONCE([TUKLIB_COMMON], [
19 AC_REQUIRE([AC_CANONICAL_HOST])
20 AC_REQUIRE([AC_PROG_CC_C99])
21 AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
22 ])dnl