debian/rules: Use /bin/sh as POSIX shell regardless of build environment
[xz/debian.git] / m4 / tuklib_common.m4
blobd942a25fa2804fe5a6ff84e84e38db836a4d4829
2 # SYNOPSIS
4 #   TUKLIB_COMMON
6 # DESCRIPTION
8 #   Common checks for tuklib.
10 # COPYING
12 #   Author: Lasse Collin
14 #   This file has been put into the public domain.
15 #   You can do whatever you want with this file.
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