summaryrefslogtreecommitdiffstats
path: root/m4/tuklib_common.m4
blob: d942a25fa2804fe5a6ff84e84e38db836a4d4829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# SYNOPSIS
#
#   TUKLIB_COMMON
#
# DESCRIPTION
#
#   Common checks for tuklib.
#
# COPYING
#
#   Author: Lasse Collin
#
#   This file has been put into the public domain.
#   You can do whatever you want with this file.
#

AC_DEFUN_ONCE([TUKLIB_COMMON], [
AC_REQUIRE([AC_CANONICAL_HOST])
AC_REQUIRE([AC_PROG_CC_C99])
AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
])dnl