*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 6 Dec 2000 09:55:03 +0000 (09:55 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 6 Dec 2000 09:55:03 +0000 (09:55 +0000)
m4/xstrtoumax.m4

index a5a06eb..6e2fcaf 100644 (file)
@@ -28,8 +28,7 @@ AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX,
   dnl so we need the replacement strtoull only if strtoumax does not exist.
   case "$ac_cv_type_unsigned_long_long,$jm_cv_func_strtoumax_macro,$ac_cv_func_strtoumax" in
     yes,no,no)
-      AC_REPLACE_FUNCS(strtoul)
-      AC_REPLACE_FUNCS(strtoull)
+      AC_REPLACE_FUNCS(strtoul strtoull)
       ;;
   esac