X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fsymlinkat.m4;h=779295ff55084a1dc25bf21bc52ff31117b34168;hb=54c3ba61dfdf260865f2a6529ab414e24da17cf5;hp=48395686d9922d828a53812ad04c300623638ced;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/symlinkat.m4 b/m4/symlinkat.m4 index 48395686d..779295ff5 100644 --- a/m4/symlinkat.m4 +++ b/m4/symlinkat.m4 @@ -1,7 +1,7 @@ -# serial 4 +# serial 5 # See if we need to provide symlinkat 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. @@ -16,6 +16,5 @@ AC_DEFUN([gl_FUNC_SYMLINKAT], AC_CHECK_FUNCS_ONCE([symlinkat]) if test $ac_cv_func_symlinkat = no; then HAVE_SYMLINKAT=0 - AC_LIBOBJ([symlinkat]) fi ])