Re: invalid variable name errors in cygwin

2006-02-10 Thread Rüdiger Ranft
Ralf Wildenhues schrieb: Hi Ralf, Interesting. Try adding `set -x' before and `set +x' after the parsing loop. Please report exact shell version used, the exact version of coreutils (expr), whether configure restarts under another shell (try `sh -x configure ...' to find that out: if it restar

Re: invalid variable name errors in cygwin

2006-02-09 Thread Ralf Wildenhues
Hi Rüdiger, * Rüdiger Ranft wrote on Wed, Feb 08, 2006 at 10:28:36AM CET: > > when I try to run my configure it complains about invalid variable names > given to the script[1]. I tried to get the source of the problem, it > seems the lines > > ~ *=*) > ~ac_envvar=`expr "x$ac_option" : 'x\([

invalid variable name errors in cygwin

2006-02-08 Thread Rüdiger Ranft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, when I try to run my configure it complains about invalid variable names given to the script[1]. I tried to get the source of the problem, it seems the lines ~ *=*) ~ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` ~# Reject names th