I noticed you guys have /bin/sh as the shell for the
configure script. Yet, you use thing like $( exec string )
which is a ksh feature and not an sh one.

Since on linux systems, the /bin/sh is aliased to bash, it
works fine but if I try to build on Solaris, I get:

   ./configure: syntax error at line 1373: `expanded_var=$' unexpected

If I change the #! line to ksh or bash on the configure
script, it works fine.

Thanks.

-- 
Charles Gagnon                   | My views are my views and they
http://unixrealm.com             | do not represent those of anybody
[EMAIL PROTECTED]           | but me.

   There's no such thing as strong coffee,
   just weak people.

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to