X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fatoll.m4;h=6cb4dd13fa1427d4fa8a7ecbcd98e2387b4d82a8;hb=fb733077fcd97a36e1ffdb292387943df8e1b9b4;hp=17a1f7e9e206bc5304fa67efb5fe32a9c4f0b9f6;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/atoll.m4 b/m4/atoll.m4 index 17a1f7e9e..6cb4dd13f 100644 --- a/m4/atoll.m4 +++ b/m4/atoll.m4 @@ -1,5 +1,5 @@ -# atoll.m4 serial 1 -dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +# atoll.m4 serial 2 +dnl Copyright (C) 2008-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. @@ -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 ])