HAS_CONFIGURE error?

From: Emanuel Strobl (Emanuel.strobl_at_gmx.net)
Date: 04/26/05

  • Next message: Emanuel Strobl: "Re: HAS_CONFIGURE error?"
    To: freebsd-stable@freebsd.org
    Date: Tue, 26 Apr 2005 19:31:32 +0200
    
    
    

    Hello, from the Mk/bsd.port.mk I read:

    # CONFIGURE_ARGS
    # - Pass these args to configure if ${HAS_CONFIGURE} is set.
    # Default: "--prefix=${PREFIX} ${CONFIGURE_TARGET}" if
    # GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS}
    # PREFIX=${PREFIX} INSTALLPRIVLIB=${PREFIX}/lib
    # INSTALLARCHLIB=${PREFIX}/lib" if PERL_CONFIGURE is set,
    # empty otherwise.

    The first sentence isn't true on 5.4-RC3. If I define HAS_CONFIGURE=yes
    without CONFIGURE_ENV=--prefix=${PREFIX} the configure script doesn't get
    --prefix set right.
    Is the description outdated or is this behaviour not intended?

    Thanks,

    -Harry

    
    



  • Next message: Emanuel Strobl: "Re: HAS_CONFIGURE error?"