re-mark 1.29b-2 as not yet uploaded (merge madness!)
[debian/tar] / m4 / priv-set.m4
1 # serial 8
2
3 # Copyright (C) 2009-2015 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_CHECK_FUNCS([getppriv])
14   AC_CHECK_HEADERS_ONCE([priv.h])
15 ])