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