Patch submitted by Lukas Erlinghagen. Thanks, Lukas!
authorgaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 14 Apr 2009 10:51:00 +0000 (10:51 +0000)
committergaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 14 Apr 2009 10:51:00 +0000 (10:51 +0000)
commit2dcd08fa8f202ea10f3518b47a0b262f4badf532
tree76521351251ce2cd5e13b5157d2fabb24ec4b231
parent770589743434d0540a5fc74c9c3b0fe4e7660c82
Patch submitted by Lukas Erlinghagen.  Thanks, Lukas!

this patch should fix issue 2362.

- Variables that are added via Variables.Add or Variables.AddVariables
are now removed from the 'unknown' dict if present
- An option's name and its aliases can now actually be provided as a
tuple as well as a list
- Test cases for using option aliases and for issue 2362 itself are included

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4090 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Variables/VariablesTests.py
src/engine/SCons/Variables/__init__.py