bug-lilypond
[Top][All Lists]
Advanced

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

Re: failed configure


From: Jan Nieuwenhuizen
Subject: Re: failed configure
Date: Sat, 19 Oct 2002 16:39:35 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

Jan Nieuwenhuizen <address@hidden> writes:

> Scott Brunza <address@hidden> writes:

>> I'm running Solaris 7.  My Bourne shell (/bin/sh) is the original
>> Bourne shell

>>     ./configure: syntax error at line 1423: `DATADIR=$' unexpected

>> even after modifying the stepmaker configure to #!/bin/ksh, it
>> still fails.

What if you try:

    ksh -c ./configure
  
>> Bourne shell does not understand VARIABLE = $(command).  It uses
>> backticks, `command`.

It was my understanding that the usage of backticks has been deprecated
for years, and that $() is part of the POSIX standard.

If so, I'd rather add a note to INSTALL that Solaris' /bin/sh is
broken and advise to use ksh or bash.

I'm just a bit reluctant to go back to backticks; they can't be nested
eg.  Would it be ok to assume a POSIX shell?

Greetings,
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]