POV-Ray : Newsgroups : povray.unix : 3.50c released (see caveats) : Re: 3.50c released (see caveats) Server Time
6 Oct 2024 13:34:45 EDT (-0400)
  Re: 3.50c released (see caveats)  
From: Nicolas Calimet
Date: 22 Oct 2002 15:15:48
Message: <3DB5A3E3.6060603@free.fr>
> TRIP_TRY_CFLAGS([-O2], [], [TRIP_TRY_CFLAGS([-O])])

	Sorry this is obviously:

POV_TRY_CFLAGS([-O2], [], [POV_TRY_CFLAGS([-O])])

	By the way this macro is for usage with autoconf-2.5x.
I didn't tested it with the old autoconf-2.13 which might give
problem with the quotations used in the sed call of the macro
for instance. All arguments must be properly quoted with brackets,
otherwise the macro will fail.

	- N.C.


PS: some other examples:

POV_TRY_CFLAGS([-ansi], [], [POV_TRY_CFLAGS([-Aa])])
POV_TRY_CFLAGS([-Wall], [], [POV_TRY_CFLAGS([-fullwarn])])


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.