X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Funistd-safer.m4;h=d11da00941669a8ab2f72f859571bb1b9d356148;hb=effe7821374f8b7e22e9de3df9cc4e5f285712bd;hp=721cc814d2de7dc775e51825249732001fa2f4a0;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/m4/unistd-safer.m4 b/m4/unistd-safer.m4 index 721cc814d..d11da0094 100644 --- a/m4/unistd-safer.m4 +++ b/m4/unistd-safer.m4 @@ -1,5 +1,5 @@ -#serial 8 -dnl Copyright (C) 2002, 2005-2006, 2009 Free Software Foundation, Inc. +#serial 9 +dnl Copyright (C) 2002, 2005-2006, 2009-2011 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. @@ -7,7 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_UNISTD_SAFER], [ AC_CHECK_FUNCS_ONCE([pipe]) - AC_LIBOBJ([dup-safer]) - AC_LIBOBJ([fd-safer]) - AC_LIBOBJ([pipe-safer]) ])