From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 6 18:41:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B8A416A4CE for ; Mon, 6 Dec 2004 18:41:02 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBDE43D2D for ; Mon, 6 Dec 2004 18:41:01 +0000 (GMT) (envelope-from aleixc@gmail.com) Received: by wproxy.gmail.com with SMTP id 63so103985wri for ; Mon, 06 Dec 2004 10:41:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=lOTvxAlCEt+Blh84+jySkdLUujEEC8+QRxmHu7dPZmkLKNpDzpWYDuSpoezJfsEzhO3UZkMbLOFsERtZv3GTcwz27/yoi1mrgmYC0fYX2ADHHX6wCQdxCEkQtYFmANVI6St2xDkRr3nsctict2/SWfQ8Z05ypTisFGFgDQk3uAE= Received: by 10.54.59.3 with SMTP id h3mr500511wra; Mon, 06 Dec 2004 10:40:55 -0800 (PST) Received: by 10.54.17.38 with HTTP; Mon, 6 Dec 2004 10:40:55 -0800 (PST) Message-ID: <3a016eab04120610407ebf92ed@mail.gmail.com> Date: Mon, 6 Dec 2004 19:40:55 +0100 From: Aleix Conchillo Flaque To: freebsd-ports-bugs@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: automake19 (aclocal) problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aleix@member.fsf.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 18:41:02 -0000 Hi, I've been having problems with automake19 port. As specified in here: http://www.gnu.org/software/automake/manual/html_node/Macro-search-path.html automake should search .m4 files in /usr/local/share/aclocal19/ (if installing 1.9 version) and then in /usr/local/share/aclocal/. And this is currently not true. Running a typical autogen.sh file, which works in other systems, I get this errors: configure.in:45: error: possibly undefined macro: AC_DISABLE_SHARED If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:46: error: possibly undefined macro: AC_PROG_LIBTOOL If I add the path /usr/local/share/aclocal/ to aclocal with argument -I, everything works fine. I hope this is the right place to post this message. Regards, aleix