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


_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to