]> git.notmuchmail.org Git - tar/blobdiff - m4/priv-set.m4
Imported Upstream version 1.23
[tar] / m4 / priv-set.m4
diff --git a/m4/priv-set.m4 b/m4/priv-set.m4
new file mode 100644 (file)
index 0000000..205b00c
--- /dev/null
@@ -0,0 +1,15 @@
+# serial 6
+
+# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# Written by David Bartley.
+
+AC_DEFUN([gl_PRIV_SET],
+[
+  AC_REQUIRE([AC_C_INLINE])
+  AC_CHECK_FUNCS([getppriv])
+])