From owner-freebsd-ports@FreeBSD.ORG Thu Aug 7 12:52:49 2003 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 43AE537B401 for ; Thu, 7 Aug 2003 12:52:49 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DC743FBD for ; Thu, 7 Aug 2003 12:52:48 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 27164 invoked from network); 7 Aug 2003 19:52:45 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 7 Aug 2003 19:52:45 -0000 Message-ID: <3F32AE0D.30002@liwing.de> Date: Thu, 07 Aug 2003 21:52:45 +0200 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: ports Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Help with aclocal creating a new port 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: Thu, 07 Aug 2003 19:52:49 -0000 Hi, I'm on creating a port for diacanvas2 which is required for creating a port for gaphor (see gnome software map for details). Diacanvas2 requires to run aclocal - what is not really a problem. The problem I have is, that it requires libtool-1.4, which doesn't require an ltconfig script. Simply running aclocal sucks in the m4-macros from /usr/local/share/aclocal completely, where the macro definitions for libtool13 are located before those for libtool14. Is there any chance to drive around that problem, that the resulting aclocal.m4 contains macros which force configure to require an ltconfig script? Thanks in advance, Jens