POV-Ray : Newsgroups : povray.beta-test : "configure" script broken in beta 29 (unix source package) : Re: "configure" script broken in beta 29 (unix source package) Server Time
28 Jul 2024 14:21:35 EDT (-0400)
  Re: "configure" script broken in beta 29 (unix source package)  
From: Warp
Date: 22 Dec 2008 14:07:41
Message: <494fe57d@news.povray.org>
clipka <nomail@nomail> wrote:
>     ax_compiler_version=`cat conftest.out | sed 's,.*[[:space:]],,'`

  I know nitpicking about "useless use of cat" is rather old, but would
it really hurt if that was written in the "kosher" way, ie:

    ax_compiler_version=`sed 's,.*[[:space:]],,' conftest.out`

  If nothing else, it's more efficient that way.

-- 
                                                          - Warp


Post a reply to this message

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