From: Paul Eggert Date: Thu, 10 Oct 2013 16:15:18 +0000 (-0700) Subject: strtoumax: port to Solaris 8 X-Git-Tag: v0.1~20 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=c1cd34b9fb71cfb44873aabe0957c24c234c4677;hp=c1cd34b9fb71cfb44873aabe0957c24c234c4677;p=gnulib.git strtoumax: port to Solaris 8 This problem was introduced in the recent HP-UX patch. Reported by Tom G. Christensen in . * modules/strtoumax (Depends-on): Test HAVE_STRTOUMAX and REPLACE_STRTOUMAX rather than ac_cv_func_strtoumax. ---