process variable assignments with tabs as well

Change-Id: If3caa4094aa9d8caefc9829bfea44426d59477d1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Oswald Buddenhagen 2012-02-25 13:48:49 +01:00 committed by Qt by Nokia
parent e0acf65043
commit f5a03eec2d

2
configure vendored
View File

@ -134,7 +134,7 @@ BEGIN {
values["LITERAL_WHITESPACE"] = " "
values["LITERAL_DOLLAR"] = "$"
}
/^[_A-Z0-9.]+ *\+?=/ {
/^[_A-Z0-9.]+[ \t]*\+?=/ {
valStart = index($0, "=") + 1
append = 0