X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Ffcntl_h.m4;h=118a4fa62e51f4c0ef6785367a3c05475c8f3673;hb=cb7317d75af2de40fecdd949e3fb11a85b09e10a;hp=5eed0888b1d151f3b81556283d14c1a0c64281ea;hpb=4c45e93c58de6532275c22a9153ecdfe516928ff;p=gnulib.git diff --git a/m4/fcntl_h.m4 b/m4/fcntl_h.m4 index 5eed0888b..118a4fa62 100644 --- a/m4/fcntl_h.m4 +++ b/m4/fcntl_h.m4 @@ -1,4 +1,4 @@ -# serial 4 +# serial 5 # Configure fcntl.h. dnl Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -38,6 +38,7 @@ AC_DEFUN([gl_FCNTL_H], if (symlink (".", sym) != 0 || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0) status |= 32; + unlink (sym); } { static char const file[] = "confdefs.h";