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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to