From owner-freebsd-ports@freebsd.org Mon Mar 19 17:27:26 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4FE2F5DAE4 for ; Mon, 19 Mar 2018 17:27:25 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "nightmare.dreamchaser.org", Issuer "nightmare.dreamchaser.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 69D3B7AD5C for ; Mon, 19 Mar 2018 17:27:24 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.15.2/8.15.2) with ESMTP id w2JHRN7k056592 for ; Mon, 19 Mar 2018 11:27:23 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) To: FreeBSD Mailing List Reply-To: freebsd@dreamchaser.org From: Gary Aitken Subject: how to get autoconf to run Message-ID: <823879de-d356-de39-71a5-f24d471b4546@dreamchaser.org> Date: Mon, 19 Mar 2018 11:26:42 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2018 17:27:26 -0000 Hate to return so soon, but what is required in Makefile to get autoconf to do its thing? According the the porter's handbook, adding USE_AUTOTOOLS= autoheader aclocal should get autoconf to do its thing. It doesn't mention GNU_CONFIGURE= yes but I assume that is also required. In any case, I've tried it both ways. without GNU_CONFIGURE, make config succeeds but does nothing; in particular, no "configure" file is created. with GNU_CONFIGURE: $ make configure ===> Configuring for ufraw-devel-g20161113 env: ./configure: No such file or directory ===> Script "configure" failed unexpectedly. I've tried running as root as well as regular user with the same results. There are no new files in the working directories. My search for clues turned up nothing. Thanks for any pointers, Gary