Date: Mon, 18 Dec 2000 19:27:33 -1500 From: "KATO Tsuguru" <tkato@prontomail.ne.jp> To: Brandon Fosdick <bfoz@glue.umd.edu> Cc: ports@FreeBSD.org Subject: Re: autogen.sh Message-ID: <7B96E34D4C4D4D11786300807CFB3229@tkato.prontomail.ne.jp>
next in thread | raw e-mail | index | archive | help
> How do I make a port run autogen.sh instead of configure? I tried > setting CONFIGURE_SCRIPT="autogen.sh" but on a make configure I get: > "cp: configure: No such file or directory". I didn't see anything about > this in the porter's handbook. Gussing from error message, what you need should be "USE_AUTOCONF=yes" or "USE_AUTOMAKE=yes". Usually autogen.sh is to execute preprocess tools for GNU configure such as aclocal, automake and autoconf. To avoid those tools to run multiple time, I would like to recommend bypassing autogen.sh and let same tools call from Makefile. If it isn't enough, "pre-configure:" would be help. devel/graphviz port is an example how to cope with issue like this. -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7B96E34D4C4D4D11786300807CFB3229>