-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Bruce Korb on 9/21/2008 10:38 AM:
> First guess is that I've got some POSIX shell-ism that /bin/sh is too
> old to cope with.
>>
>> make[3]: Entering directory `/build/autogen-5.9.5/autoopts/test'
>> ./nested.test: bad substitution

I recently saw this exact error message on another project which did
things like
: ${RM=rm -f}

where the solution was to add quotes:
: ${RM='rm -f'}

Perhaps that is the problem here?

- --
Don't work too hard, make some time for fun as well!

Eric Blake             [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjWlzUACgkQ84KuGfSFAYDz6ACg1p1Ooi0ffRWODUSqVUrEku/A
d3cAoLU49492CkpiWaGlI7/jePAHSyHU
=jSeB
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to