X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fscandir.m4;h=a7834ae1ecd042764063b047dcb7dfdb2807b9a8;hb=6e5f53c09490a510344a65d26f5e3989a048fcdf;hp=7a1ba83ac6233221e6a83743910121eabc1c9d07;hpb=3806f4f65ae6cb6106c82397a4ebba739336175f;p=gnulib.git diff --git a/m4/scandir.m4 b/m4/scandir.m4 index 7a1ba83ac..a7834ae1e 100644 --- a/m4/scandir.m4 +++ b/m4/scandir.m4 @@ -1,5 +1,5 @@ -# scandir.m4 serial 1 -dnl Copyright (C) 2009 Free Software Foundation, Inc. +# scandir.m4 serial 2 +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. @@ -14,8 +14,6 @@ AC_DEFUN([gl_FUNC_SCANDIR], AC_CHECK_FUNCS([scandir]) if test $ac_cv_func_scandir = no; then HAVE_SCANDIR=0 - AC_LIBOBJ([scandir]) - gl_PREREQ_SCANDIR fi ])