X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fimaxdiv.m4;h=57ceaa82d9992a87c0ae31659ef7b0e69c4f8b3b;hb=466449b04ceeb8c245a7e364f9c2c812a5259c8f;hp=05c709342655eedad2ae80451a7b67ca782176bd;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/m4/imaxdiv.m4 b/m4/imaxdiv.m4 index 05c709342..57ceaa82d 100644 --- a/m4/imaxdiv.m4 +++ b/m4/imaxdiv.m4 @@ -1,15 +1,15 @@ -# imaxdiv.m4 serial 1 -dnl Copyright (C) 2006, 2009 Free Software Foundation, Inc. +# imaxdiv.m4 serial 3 +dnl Copyright (C) 2006, 2009-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. AC_DEFUN([gl_FUNC_IMAXDIV], [ - AC_REQUIRE([gl_INTTYPES_H]) + AC_REQUIRE([gl_INTTYPES_H_DEFAULTS]) + AC_CHECK_DECLS_ONCE([imaxdiv]) if test "$ac_cv_have_decl_imaxdiv" != yes; then - AC_LIBOBJ([imaxdiv]) - gl_PREREQ_IMAXDIV + HAVE_DECL_IMAXDIV=0 fi ])