automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to avoid automake dependency?


From: Eric Blake
Subject: Re: how to avoid automake dependency?
Date: Mon, 22 Oct 2007 12:55:23 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Sam Steingold on 10/22/2007 8:29 AM:
> I put some gnulib code into my project (in directory gllib) and now I
> _sometimes_ (usually it works) get this error:
> 
> /space/sbcl-arch/autobench/+clisp/src/build-aux/missing --run
> automake-1.9 --gnits  gllib/Makefile
> /space/sbcl-arch/autobench/+clisp/src/build-aux/missing: line 54:
> automake-1.9: command not found

automake likes recording which release generated a Makefile.in.  Perhaps
all you need is to run 'autoreconf', which will then regenerate all your
Makefile.in from your latest automake version (I'm assuming you have 1.10,
but not 1.9, installed on your PATH).  Once that is done, future gnulib
updates will remember that you used automake 1.10, and no longer insist on
trying automake-1.9.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHHPIb84KuGfSFAYARAigoAKDJdY8rq0CNeRw27fiEz9hBm4+XgwCgpAs5
x8qgTX2L7h4vfesChrmCy8k=
=w/xM
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]