X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fatoll;h=d1a53644d4687de4ee9e7a2f7475f3d584274ded;hb=1f7ca4c3c642d27f5f9afd63c5cfb7ba93e72c27;hp=5f0571293efa91a9d890f61691a2f3bb662d6234;hpb=2fbd31539f6349ef22c716a574a1a2547a4688b3;p=gnulib.git diff --git a/modules/atoll b/modules/atoll index 5f0571293..d1a53644d 100644 --- a/modules/atoll +++ b/modules/atoll @@ -7,10 +7,14 @@ m4/atoll.m4 m4/longlong.m4 Depends-on: -strtoll +strtoll [test $HAVE_ATOLL = 0] configure.ac: gl_FUNC_ATOLL +if test $HAVE_ATOLL = 0; then + AC_LIBOBJ([atoll]) + gl_PREREQ_ATOLL +fi gl_STDLIB_MODULE_INDICATOR([atoll]) Makefile.am: