Sam Steingold <[EMAIL PROTECTED]> writes:

> Hello?  is anyone there?  do you only talk to each other?

You would probably get better results by proposing a patch or by
asking a particular person.

>> * Sam Steingold <[EMAIL PROTECTED]> [2008-07-03 10:53:43 -0400]:
>>
>> longlong.m4 is available via many modules, but not alone.
>> it would be nice if a longlong module were availbale.
>> offering one single file: longlong.m4

That is pretty easy, so I went ahead and wrote up a patch.
Please try out the following and see if it does what you want:

commit a012b399fc9ec00d3f27ffcfd25729053791d42f
Author: Ben Pfaff <[EMAIL PROTECTED]>
Date:   Sat Jul 12 20:56:44 2008 -0700

    New module 'longlong'.

diff --git a/ChangeLog b/ChangeLog
index a14be47..9c79e5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-12  Ben Pfaff  <[EMAIL PROTECTED]>
+
+       Add longlong module.
+       * modules/longlong: New file.
+
 2008-07-12  Bruno Haible  <[EMAIL PROTECTED]>
 
        * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 8108e3f..118e3f5 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -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
index 0000000..5b73e93
--- /dev/null
+++ b/modules/longlong
@@ -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

>> ps. "gnulib/gnulib-tool: line 1512: echo: write error: Broken pipe"
>> problem is still there

I don't feel that I am the right person to work on that problem.
-- 
Ben Pfaff 
http://benpfaff.org



Reply via email to