Import upstream version 1.27
[debian/tar] / m4 / mkfifoat.m4
index fe7fcdff6041584cf9b793f733c642567a751924..61e052c2e036d97f4cdbd4f43299d87393255fd8 100644 (file)
@@ -1,7 +1,7 @@
-# serial 2
+# serial 3
 # See if we need to provide mkfifoat/mknodat replacement.
 
-dnl Copyright (C) 2009-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -18,7 +18,5 @@ AC_DEFUN([gl_FUNC_MKFIFOAT],
     # No known system has mkfifoat but not mknodat
     HAVE_MKFIFOAT=0
     HAVE_MKNODAT=0
-    AC_LIBOBJ([mkfifoat])
-    AC_LIBOBJ([mknodat])
   fi
 ])