summaryrefslogtreecommitdiff
path: root/am/rtapelib.m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 16:14:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 16:24:34 +0200
commitfb45630880343afb95c43fcbbb6883119e4e961a (patch)
tree09a1589c29010a7d5532ba9c2864a6b57c5437ca /am/rtapelib.m4
parent8109596484d8910dd790b96f362095ee9de9e617 (diff)
downloadpaxutils-fb45630880343afb95c43fcbbb6883119e4e961a.tar.gz
Migrate to Git
Diffstat (limited to 'am/rtapelib.m4')
-rw-r--r--am/rtapelib.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/am/rtapelib.m4 b/am/rtapelib.m4
new file mode 100644
index 0000000..7b2c503
--- /dev/null
+++ b/am/rtapelib.m4
@@ -0,0 +1,3 @@
+AC_DEFUN([PU_RTAPELIB],[
+ AC_CHECK_HEADERS_ONCE([net/errno.h sys/inet.h netdb.h])
+])