lilypond-devel
[Top][All Lists]
Advanced

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

aclocal.m4 is generating a wrong configure file


From: Pedro Kröger
Subject: aclocal.m4 is generating a wrong configure file
Date: Tue, 15 Nov 2005 06:58:28 -0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

this expression in aclocal.m4, around line 694

    # use absolute path.
    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?

Pedro Kröger




reply via email to

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