On Tue, Sep 25, 2012 at 05:57:34PM -0400, RD Thrush wrote:
> configure fails:
> 
> cd /usr/obj/amd64/ports/mx-1.4.7/clutter-project-mx-32cb530/ && env
> AUTOCONF_VERSION=2.69  AUTOMAKE_VERSION=1.12 autogen.sh
> env: autogen.sh: No such file or directory
> *** Error code 127 in target pre-configure
> 
> The following fixes it for me:
> 
> Index: Makefile
> ===================================================================
> RCS file: /usr/ports/graphics/clutter/mx/Makefile,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 Makefile
> --- Makefile    25 Sep 2012 14:45:31 -0000      1.5
> +++ Makefile    25 Sep 2012 21:44:54 -0000
> @@ -44,7 +44,7 @@ AUTOCONF_VERSION=     2.69
> 
>  pre-configure:
>         cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
> -               AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autogen.sh
> +               AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
> 
>  .include <bsd.port.mk>

Yes this is correct and what it should be.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to