bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with gl_ABSOLUTE_HEADER and HP-UX native ANSI C compiler


From: Eric Blake
Subject: Re: problem with gl_ABSOLUTE_HEADER and HP-UX native ANSI C compiler
Date: Tue, 11 Jul 2006 03:55:23 +0000

> Thanks for reporting the further problem.  I installed this
> in both gnulib and coreutils.
> 
> Eric, mind if I do something similar for sys_stat_h.m4?

Go for it.  Shouldn't we also fix the comments of absolute-header.m4,
while we are at it?  

$ cvs diff m4/absolute-header.m4
Index: m4/absolute-header.m4
===================================================================
RCS file: /sources/gnulib/gnulib/m4/absolute-header.m4,v
retrieving revision 1.3
diff -u -p -r1.3 absolute-header.m4
--- m4/absolute-header.m4       10 Jul 2006 04:37:09 -0000      1.3
+++ m4/absolute-header.m4       11 Jul 2006 03:54:47 -0000
@@ -1,4 +1,4 @@
-# absolute-header.m4 serial 5
+# absolute-header.m4 serial 6
 dnl Copyright (C) 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,9 +10,9 @@ dnl From Derek Price.
 # ---------------------------------------
 # Find the absolute name of a header file, assuming the header exists.
 # If the header were sys/inttypes.h, this macro would define
-# ABSOLUTE_SYS_INTTYPES_H to the `<>' quoted absolute name of sys/inttypes.h
+# ABSOLUTE_SYS_INTTYPES_H to the `""' quoted absolute name of sys/inttypes.h
 # in config.h
-# (e.g. `#define ABSOLUTE_SYS_INTTYPES_H <///usr/include/sys/inttypes.h>').
+# (e.g. `#define ABSOLUTE_SYS_INTTYPES_H "///usr/include/sys/inttypes.h"').
 # The three "///" are to pacify Sun C 5.8, which otherwise would say
 # "warning: #include of /usr/include/... may be non-portable".
 AC_DEFUN([gl_ABSOLUTE_HEADER],





reply via email to

[Prev in Thread] Current Thread [Next in Thread]