X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=fspVNIT5ngiQIZc8C2pQ7wNqcu8k1GDv7UkB0Ft3g80=; b=tzNIITFBfi2n5e+fSz+zwrIP90Edh9SmrM9Zy3r9QdAAkAwegv5C8i6V91c10AvGSm ndZhp4ypsO5913rUCnJF1vAoUIJYC9H+Ft1Ri8oKXlV6YwCBG6bNHVwu9oIJTCjb5tx8 8cPOjiFu+PapX5SOEeAmQ1jggpAUIK/YJp067vrgmCdXBQy+pRhQzQgCHtGmUJwQXLpC f9hXvFc8CKPuDX4TyodJ03DciPKJJmyDuVzQlUKAfYgFe1VcEk/1M92uckb3T/qBocfV hTEVyEnC+uRvCzXfECU7dT8EPLTYbAZQ+merMHgqAKN/+4MAO06wwxCgOVv4bMb4vCMv dBlA== X-Received: by 10.112.162.2 with SMTP id xw2mr8853308lbb.98.1441465024054; Sat, 05 Sep 2015 07:57:04 -0700 (PDT) Date: Sat, 5 Sep 2015 17:57:00 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] geda-gaf: version.h (and back annotation) Message-ID: <20150905145700.GA4378@localhost.localdomain> Mail-Followup-To: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" References: <20150905130417 DOT GB13067 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, Sep 05, 2015 at 03:20:07PM +0200, gedau AT igor2 DOT repo DOT hu wrote: ... > >>Is it something I need to copy manually from version.h.in, or the glorious > >>autotools infrastructure should have done it? > > > >Yes, version.h is created from version.h.in. The recipe is in > >Makefile.am in the root directory of the repo. > > Then it somehow broke on my host. I couldn't find any error message > regarding to this in autogen.sh's output or ./configure's output. Maybe > HAVE_GIT_REPO was false. You can check it. Add some 'echo HAVE_GIT_REPO is set && exit 0' in Makefile.am and you'll see if you were right. Cheers, Vladimir