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 01:20:22 +0000

> > Bob Proulx writes:
> > >   ./lib/Makefile:ABSOLUTE_STDINT_H = <///usr/include/stdint.h>
> > >   ./lib/stdint.h:# include <///usr/include/stdint.h>
> > 
> > Looks like you need to re-run 'config.status'.
> 
> That won't help.  It is in config.status.  Look at this:

Does this solve it?

2006-07-10  Eric Blake  <address@hidden>

        * stdint.m4 (gl_STDINT_H): Don't AC_SUBST ABSOLUTE_STDINT_H, since
        gl_ABSOLUTE_HEADER already does this.

Index: m4/stdint.m4
===================================================================
RCS file: /sources/gnulib/gnulib/m4/stdint.m4,v
retrieving revision 1.16
diff -u -p -r1.16 stdint.m4
--- m4/stdint.m4        4 Jul 2006 06:37:10 -0000       1.16
+++ m4/stdint.m4        11 Jul 2006 01:18:58 -0000
@@ -50,8 +50,6 @@ AC_DEFUN([gl_STDINT_H],
   dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_stdint_h.
   if test $ac_cv_header_stdint_h = yes; then
     gl_ABSOLUTE_HEADER([stdint.h])
-    ABSOLUTE_STDINT_H="<$gl_cv_absolute_stdint_h>"
-    AC_SUBST([ABSOLUTE_STDINT_H])
     HAVE_STDINT_H=1
   else
     HAVE_STDINT_H=0




reply via email to

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