]> git.cworth.org Git - tar/blob - m4/priv-set.m4
Imported Upstream version 1.24
[tar] / m4 / priv-set.m4
1 # serial 7
2
3 # Copyright (C) 2009, 2010 Free Software Foundation, Inc.
4 #
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # Written by David Bartley.
10
11 AC_DEFUN([gl_PRIV_SET],
12 [
13   AC_REQUIRE([AC_C_INLINE])
14   AC_CHECK_FUNCS([getppriv])
15   AC_CHECK_HEADERS_ONCE([priv.h])
16 ])