doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / atoll
index 5f05712..d1a5364 100644 (file)
@@ -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: