X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fatoll.m4;h=6cb4dd13fa1427d4fa8a7ecbcd98e2387b4d82a8;hb=ad6475fc3afe762b777c51b74c7f797a110cc56d;hp=2f0041dc6fc7318aa415ef07cbb983824f602ee9;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/m4/atoll.m4 b/m4/atoll.m4 index 2f0041dc6..6cb4dd13f 100644 --- a/m4/atoll.m4 +++ b/m4/atoll.m4 @@ -1,5 +1,5 @@ -# atoll.m4 serial 1 -dnl Copyright (C) 2008, 2009 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 ])