X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fatoll.m4;h=31e8d663c55942a79162101c3141c247e7eca750;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=f504542faab517ae8072ef1babd01c7ee9dc0c39;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/atoll.m4 b/m4/atoll.m4 index f504542fa..31e8d663c 100644 --- a/m4/atoll.m4 +++ b/m4/atoll.m4 @@ -1,5 +1,5 @@ -# atoll.m4 serial 1 -dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. +# atoll.m4 serial 2 +dnl Copyright (C) 2008-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_ATOLL], AC_CHECK_FUNCS([atoll]) if test $ac_cv_func_atoll = no; then HAVE_ATOLL=0 - AC_LIBOBJ([atoll]) - gl_PREREQ_ATOLL fi fi ])