X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fulonglong.m4;h=fada72305a322245753dd0f6a3412753257af7fd;hb=0ada06493e433443e449048a44dcc119a7613eed;hp=971f409f25883f6a7ad4226fa1bd17ac5aa0b4f6;hpb=1bdc3263719ddd23c68fc9db896388670451b58c;p=gnulib.git diff --git a/m4/ulonglong.m4 b/m4/ulonglong.m4 index 971f409f2..fada72305 100644 --- a/m4/ulonglong.m4 +++ b/m4/ulonglong.m4 @@ -1,16 +1,5 @@ -# ulonglong.m4 serial 9 -dnl Copyright (C) 1999-2007 Free Software Foundation, Inc. +# ulonglong.m4 serial 10 +dnl Copyright (C) 1999-2007, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. - -# This macro is obsolescent and should go away soon. -AC_DEFUN([gl_AC_TYPE_UNSIGNED_LONG_LONG], -[ - AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) - ac_cv_type_unsigned_long_long=$ac_cv_type_unsigned_long_long_int - if test $ac_cv_type_unsigned_long_long = yes; then - AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1, - [Define if you have the 'unsigned long long' type.]) - fi -])