X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkfifoat.m4;h=61e052c2e036d97f4cdbd4f43299d87393255fd8;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=3cf041687caebc6f60f2fd3ddb3f4584d9beef5a;hpb=5ca4b90d06ed5871ed0bf7bd59dbbf23b69a00ea;p=gnulib.git diff --git a/m4/mkfifoat.m4 b/m4/mkfifoat.m4 index 3cf041687..61e052c2e 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 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 ])