denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Homepage: Download


From: Andreas Schneider
Subject: Re: [Denemo-devel] Homepage: Download
Date: Wed, 02 Jul 2014 10:31:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Doing the following

download
http://git.savannah.gnu.org/cgit/denemo.git/snapshot/stable.tar.gz to /tmp
cd /tmp
tar xvzf stable.tar.gz
cd stable/
./autogen.sh
grep "checking for LIBAUBIO" configure

I get the result

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO" >&5
$as_echo_n "checking for LIBAUBIO... " >&6; }

Andreas

Am 02.07.2014 10:16, schrieb Richard Shann:
> This is clearly not the correct configure script, try running
> 
> grep "checking for LIBAUBIO" configure
> 
> I get this output:
> 
> { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO_3" >&5
> $as_echo_n "checking for LIBAUBIO_3... " >&6; }
> { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO_4" >&5
> $as_echo_n "checking for LIBAUBIO_4... " >&6; }
> { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO_4" >&5
> $as_echo_n "checking for LIBAUBIO_4... " >&6; }
> { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO_3" >&5
> $as_echo_n "checking for LIBAUBIO_3... " >&6; }
> 
> which doesn't have the phrase LIBAUBIO without _3 or _4
> 
> I think this must just be a muddle with your download/untar sequence -
> try downloading into a clean directory, untarring and running that grep
> command to check
> 
> Richard




reply via email to

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