From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14106 invoked by alias); 15 Oct 2016 21:22:29 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 14097 invoked by uid 89); 15 Oct 2016 21:22:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:825 X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 15 Oct 2016 21:22:18 +0000 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bvWPI-0006bI-64 for kawa@sourceware.org; Sat, 15 Oct 2016 23:22:16 +0200 Received: from 70-36-239-8.dsl.dynamic.fusionbroadband.com ([70.36.239.8] helo=toshie.bothner.com) by mailfront12.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1bvWPF-0000t5-IL for kawa@sourceware.org; Sat, 15 Oct 2016 23:22:13 +0200 Subject: Re: kawa 2.2 last call To: kawa@sourceware.org References: <24167.1476564989@vereq.eip10.org> From: Per Bothner Message-ID: <05a0cf32-4b54-cbeb-6bdd-36b975fcee7a@bothner.com> Date: Sat, 15 Oct 2016 21:22:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00010.txt.bz2 On 10/15/2016 02:10 PM, Per Bothner wrote: > > > On 10/15/2016 01:56 PM, Sudarshan S Chawathe wrote: >> In trying to build kawa from source (after checking out the latest svn >> version), I am a bit stumped: There does not seem to be the usual >> configure script that the instructions also mention. Has the build >> process changed? (Should I be using ant or something else?) > > The process hasn't really changed, but what is checked into Subversion has. > Neither generated configure script nor the Makefile.in files are there. > (They will be in the kawa-2.2.tar,gz source release.) > > You need to regenerate these files with autoconf and automake. > The easiest way to do that is with the autoreconf script. Or you can run ./autogen.sh -- --Per Bothner per@bothner.com http://per.bothner.com/