From owner-freebsd-ports@FreeBSD.ORG Mon May 9 02:03:19 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15B216A4E6 for ; Mon, 9 May 2005 02:03:19 +0000 (GMT) Received: from Dan2.dajoob.com (c-24-15-239-7.hsd1.il.comcast.net [24.15.239.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBABE43D83 for ; Mon, 9 May 2005 02:03:18 +0000 (GMT) (envelope-from DaJoob@dajoob.com) Received: from [192.168.0.235] (helo=[192.168.0.235]) by Dan2.dajoob.com with asmtp (Exim 4.40) id 1DSmkq-0006oY-Cs for freebsd-ports@freebsd.org; Mon, 02 May 2005 21:03:20 -0500 Message-ID: <427EC50D.2060200@dajoob.com> Date: Sun, 08 May 2005 21:03:57 -0500 From: DaJoob User-Agent: Mozilla Thunderbird 1.0 (X11/20050201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: aclocal problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 02:03:19 -0000 I'm trying to make a port, but I'm having a problem with aclocal. Here's the section of Makefile related to the problem: pre-configure: cd ${WORKSRC} aclocal${USE_AUTOMAKE_VER} When I run make, I get the error "aclocal19: `configure.ac' or `configure.in' is required." If I then manually run aclocal19 in the ${WORKSRC} directory, I can rerun make and it will work fine, so I'm guessing the problem is that aclocal19 is not being run in the correct directory. Anyone know what I'm doing wrong?