autoconf
[Top][All Lists]
Advanced

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

Re: HPUX 11.00 with aCC vs. autoconf 2.57 [#8108]


From: Albert Chin
Subject: Re: HPUX 11.00 with aCC vs. autoconf 2.57 [#8108]
Date: Tue, 1 Jul 2003 17:20:54 -0500
User-agent: Mutt/1.4i

On Tue, Jul 01, 2003 at 09:31:24AM -0700, Paul Eggert wrote:
> Albert Chin <address@hidden> writes:
> 
> > How's this. I don't ifdef __GNUC__ as you mention glibc above....
> 
> > --- lib/autoconf/c.m4.orig  Sun Dec 22 22:10:46 2002
> > +++ lib/autoconf/c.m4       Tue Jun 24 10:26:11 2003
> > @@ -735,7 +742,7 @@
> >  done
> >  rm -f conftest*
> >  if test -n "$ac_declaration"; then
> > -  echo '#ifdef __cplusplus' >>confdefs.h
> > +  echo '#if defined(__cplusplus) && defined(__GLIBC__)' >>confdefs.h
> >    echo $ac_declaration      >>confdefs.h
> >    echo '#endif'             >>confdefs.h
> >  fi
> 
> 
> I don't know the context of this discussion.  However, a different
> patch to support Autoconf with HP's aCC was installed in May; perhaps
> that means the problem (whatever it is) has already been fixed, in a
> different way.  Here is a URL to the May patch:

That patch looks ok to me.

-- 
albert chin (address@hidden)




reply via email to

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