New module 'longlong'.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Jul 2008 03:56:44 +0000 (20:56 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Jul 2008 03:56:44 +0000 (20:56 -0700)
ChangeLog
MODULES.html.sh
modules/longlong [new file with mode: 0644]

index a14be47..9c79e5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-12  Ben Pfaff  <blp@gnu.org>
+
+       Add longlong module.
+       * modules/longlong: New file.
+
 2008-07-12  Bruno Haible  <bruno@clisp.org>
 
        * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
index 8108e3f..118e3f5 100755 (executable)
@@ -1871,6 +1871,7 @@ func_all_modules ()
   func_module fpucw
   func_module func
   func_module inline
+  func_module longlong
   func_module vararrays
   func_end_table
 
diff --git a/modules/longlong b/modules/longlong
new file mode 100644 (file)
index 0000000..5b73e93
--- /dev/null
@@ -0,0 +1,15 @@
+Description:
+Define HAVE_LONG_LONG_INT if 'long long int' works.
+
+Files:
+m4/longlong.m4
+
+configure.ac:
+AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
+AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+
+License:
+GPL
+
+Maintainer:
+Ben Pfaff