This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: aCC compiler Flags support
- To: wgheath at fedex dot com
- Subject: Re: aCC compiler Flags support
- From: Paul Berrevoets <paul at swi dot com>
- Date: Fri, 17 Nov 2000 21:55:06 -0500
- CC: "automake at gnu dot org" <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- Organization: SWI Systemware Inc
- References: <3A14521A.BD8D2379@cosd.fedex.com>
I seem to remember that the documentation suggests adding them to
INCLUDES:
INCLUDES = -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT
--
Paul Berrevoets
Tim Heath wrote:
> I have to add to DEFS:
>
> -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT
>
> in my Makefile.
>
> Is there a way to automate this with an AM or something?
>
> Thanks,
>
> Tim Heath