X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=m4%2Fmkfifoat.m4;h=61e052c2e036d97f4cdbd4f43299d87393255fd8;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=fe7fcdff6041584cf9b793f733c642567a751924;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/m4/mkfifoat.m4 b/m4/mkfifoat.m4 index fe7fcdff..61e052c2 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-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 ])