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
18AC_DEFUN_ONCE([TUKLIB_COMMON], [
19AC_REQUIRE([AC_CANONICAL_HOST])
20AC_REQUIRE([AC_PROG_CC_C99])
21AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
22])dnl
23