X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fulonglong.m4;h=d58095f52a3efb8e06362e4965a2d54498eeeac1;hb=cb7317d75af2de40fecdd949e3fb11a85b09e10a;hp=971f409f25883f6a7ad4226fa1bd17ac5aa0b4f6;hpb=1bdc3263719ddd23c68fc9db896388670451b58c;p=gnulib.git diff --git a/m4/ulonglong.m4 b/m4/ulonglong.m4 index 971f409f2..d58095f52 100644 --- a/m4/ulonglong.m4 +++ b/m4/ulonglong.m4 @@ -1,16 +1,5 @@ -# ulonglong.m4 serial 9 +# ulonglong.m4 serial 10 dnl Copyright (C) 1999-2007 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 -])