X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=m4%2Fmkfifoat.m4;h=0906348fdf5958db6d8ac949349a25c053a34bce;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=0b373bbca3ba658e9b0cb0632ec465e09c313b68;hpb=ee168310ec4227174ace489bf5f81f8c2f91cde0;p=debian%2Ftar diff --git a/m4/mkfifoat.m4 b/m4/mkfifoat.m4 index 0b373bbc..0906348f 100644 --- a/m4/mkfifoat.m4 +++ b/m4/mkfifoat.m4 @@ -1,7 +1,7 @@ -# serial 2 +# serial 3 # See if we need to provide mkfifoat/mknodat replacement. -dnl Copyright (C) 2009-2010 Free Software Foundation, Inc. +dnl Copyright (C) 2009-2015 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 ])