mbrlen: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / ulonglong.m4
index 971f409f25883f6a7ad4226fa1bd17ac5aa0b4f6..fada72305a322245753dd0f6a3412753257af7fd 100644 (file)
@@ -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
-])