lilypond-devel
[Top][All Lists]
Advanced

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

Re: aclocal.m4 is generating a wrong configure file


From: Jan Nieuwenhuizen
Subject: Re: aclocal.m4 is generating a wrong configure file
Date: Tue, 15 Nov 2005 20:00:41 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Pedro Kröger writes:

>     if [ "$srcdir" != "." ];  then 
>       srcdir=$(cd $srcdir;  pwd)
>     fi
>
> is generating this code (note there is no brackets) in configure, around
> line 1494:
>
>     # use absolute path.
>     if  "$srcdir" != "." ;  then
>       srcdir=$(cd $srcdir;  pwd)
>     fi
>
> which, naturally, raises an error.
>
> I'm using M4 1.4.3 and autoconf 2.59.
>
> Any ideas?

Yes, "if test "$srcdir ..." must be used in autoconf.

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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