On 05/26/2010 07:22 PM, Bruno Haible wrote:
> Hi,
>
> It would be useful to have md5sum as a built-in macro in m4.
> For example,
> md5sum(`frankie goes to hollywood') => 5b8a258083161281a1ad2c25d1505856
It would make more sense to have an entire loadable module of various
checksum algorithms (
Today, I ran into an issue compiling m4 on RHEL6 beta. I had to apply this
patch to make it work or I got errors about S_ISDIR not being defined during
linking. Any ideas why this was an issue?
diff --git a/src/path.c b/src/path.c
index 682969d..e5870ae 100644
--- a/src/path.c
+++ b/src/path.c
@
On May 27, 2010, at 4:43 PM, Eric Blake wrote:
> On 05/27/2010 01:23 PM, Todd Rinaldo wrote:
>> Today, I ran into an issue compiling m4 on RHEL6 beta. I had to apply this
>> patch to make it work or I got errors about S_ISDIR not being defined during
>> linking. Any ideas why this was an issue?
On 05/27/2010 01:23 PM, Todd Rinaldo wrote:
> Today, I ran into an issue compiling m4 on RHEL6 beta. I had to apply this
> patch to make it work or I got errors about S_ISDIR not being defined during
> linking. Any ideas why this was an issue?
Thanks for the report. Most likely, this is an actu
On 05/27/2010 04:08 PM, Todd Rinaldo wrote:
>
> On May 27, 2010, at 4:43 PM, Eric Blake wrote:
>
>> On 05/27/2010 01:23 PM, Todd Rinaldo wrote:
>>> Today, I ran into an issue compiling m4 on RHEL6 beta. I had to apply this
>>> patch to make it work or I got errors about S_ISDIR not being defined
While checking for regressions in very old m4 patches I hadn't gotten round to
submitting, I notice that the HEAD revision of both branch-1.4 and branch-1.6
fail this test:
; cd Devo/m4--release--1.4
; git pull &&
./bootstrap &&
mkdir +build &&
cd +build &&
../configure &&
make all che