From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 14:08:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5529316A479 for ; Mon, 19 Jun 2006 14:08:41 +0000 (UTC) (envelope-from map7@optusnet.com.au) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C8D43D48 for ; Mon, 19 Jun 2006 14:08:39 +0000 (GMT) (envelope-from map7@optusnet.com.au) Received: from 203-214-90-222.dyn.iinet.net.au (HELO [192.168.1.2]) ([203.214.90.222]) by mail-ihug.icp-qv1-irony5.iinet.net.au with ESMTP; 19 Jun 2006 22:08:38 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.06,152,1149436800"; d="scan'208"; a="806796073:sNHT12976268" Message-ID: <4496B0C8.2030401@optusnet.com.au> Date: Tue, 20 Jun 2006 00:12:24 +1000 From: Michael Pope User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: configgen.sh automake problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 14:08:41 -0000 I'm having a problem with aclocal and Automake when I'm running configgen.sh for inkscape on FreeBSD 5.4. Here is the error: ===> Running aclocal... aclocal: couldn't open directory `/usr/local/gnu-autotools/share/aclocal': No such file or directory ===> Running autoheader... ===> Running libtoolize... ===> Running automake... configure.ac:12: version mismatch. This is Automake 1.9.6, configure.ac:12: but the definition used by this AM_INIT_AUTOMAKE configure.ac:12: comes from Automake 1.8.5. You should recreate configure.ac:12: aclocal.m4 with aclocal and run automake again. ===> Running autoconf... ===> Configure script created successfully What is aclocal? There isn't any man page on it. How do I recreate my aclocal.m4 using the 1.9.6 version (which is installed)?