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: Paul Eggert
Subject: Re: HPUX 11.00 with aCC vs. autoconf 2.57 [#8108]
Date: 01 Jul 2003 09:31:24 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

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:

http://mail.gnu.org/archive/html/autoconf-patches/2003-05/msg00076.html




reply via email to

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