X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fuintmax_t.m4;h=9251d1eeb7cc6676600f76d609fdcea60480e595;hb=8b94df3a1dedad41a6e4413162a827a109182dd5;hp=347863e5218b05826bcf38a1aa3ff7e4852b12e3;hpb=21da74cf547e2ce4ca6e0a5d1eac2a89ba62066c;p=gnulib.git diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4 index 347863e52..9251d1eeb 100644 --- a/m4/uintmax_t.m4 +++ b/m4/uintmax_t.m4 @@ -1,8 +1,8 @@ -#serial 3 +#serial 4 dnl From Paul Eggert. -AC_PREREQ(2.13) +AC_PREREQ(2.14a) # Define uintmax_t to `unsigned long' or `unsigned long long' # if does not exist. @@ -16,7 +16,7 @@ AC_DEFUN(jm_AC_TYPE_UINTMAX_T, && ac_type='unsigned long long' \ || ac_type='unsigned long' AC_DEFINE_UNQUOTED(uintmax_t, $ac_type, -[ Define to \`unsigned long' or \`unsigned long long' +[ Define to `unsigned long' or `unsigned long long' if doesn't define.]) fi ])