X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fatoll.m4;h=70130f9c977d32d32283cf91b40d54835de00143;hb=b9edd532da64403e0e017b8028c2f69ff1754126;hp=2f0041dc6fc7318aa415ef07cbb983824f602ee9;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/m4/atoll.m4 b/m4/atoll.m4 index 2f0041dc6..70130f9c9 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-2012 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 ])