From owner-freebsd-ports@FreeBSD.ORG Wed Sep 14 05:31:44 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 00E4E16A41F for ; Wed, 14 Sep 2005 05:31:44 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from mail.ntmk.ru (mail.ntmk.ru [217.114.241.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F2A843D45 for ; Wed, 14 Sep 2005 05:31:42 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from boris.nikom.ru ([10.1.16.195]) by mail.ntmk.ru with esmtp (Exim 4.51) id 1EFPrw-000568-QP for freebsd-ports@freebsd.org; Wed, 14 Sep 2005 11:31:40 +0600 Message-ID: <4327B5BC.70606@ntmk.ru> Date: Wed, 14 Sep 2005 11:31:40 +0600 From: Boris Kovalenko User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: Autotools help needed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:31:44 -0000 Hello! I'm net/quagga port maintainer and I'm not familar with autotools. My port is needed to modify configure.ac. When I do so, my build process run as described: 1. configure is running 2. I get errors cd . && /bin/sh /usr/ports/net/quagga/work/quagga-0.98.5/missing --run aclocal-1.9 -I m4 aclocal-1.9: not found WARNING: `aclocal-1.9' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /usr/ports/net/quagga/work/quagga-0.98.5/missing --run automake-1.9 --gnu automake-1.9: not found WARNING: `automake-1.9' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /usr/ports/net/quagga/work/quagga-0.98.5/missing --run autoconf autoconf: not found WARNING: `autoconf' is missing on your system. You should only need it if you modified `configure.ac'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. 3. configure is running again and build process continues Question: is this OK? May You tell me what should I do to run autotools properly? Thanks in advance. With respect, Boris Kovalenko