Marco Atzeri wrote: > not sure but I suspect > ----------------------------------------------------------- > lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' > BEGIN {RS=" "; FS="/|\n";} { > lt_foo=""; > lt_count=0; > for (lt_i = NF; lt_i > 0; lt_i--) { > if ($lt_i != "" && $lt_i != ".") { > if ($lt_i == "..") { > lt_count++; > } else { > if (lt_count == 0) { > lt_foo="/" $lt_i lt_foo; > } else { > lt_count--; > } > } > } > } > if (lt_foo != "") { lt_freq[[lt_foo]]++; } > if (lt_freq[[lt_foo]] == 1) { print lt_foo; } > }'` > ------------------------------------------------
Is that the original m4 file, or how it gets expanded in the generated configure script? > on > > if (lt_foo != "") { lt_freq[[lt_foo]]++; } > if (lt_freq[[lt_foo]] == 1) { print lt_foo; } > > awk states sintax error due to double [ Yeah, it would. That's some sort of changequote problem. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple