Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 23 Apr 2003 03:54:48 +0000 (03:54 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 23 Apr 2003 03:54:48 +0000 (03:54 +0000)
commit7bff409893cfa4e4847a0ff7496e233dc834c9f5
treef3d9a137283b24eb6202f5ee13bb79f0075ef1d5
parente3ec5f89adda34a8c716f17344da28c501f341e0
Add SConf infrastructure (Autoconf functionality).  (Chrisoph Wiedemann)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@654 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
src/CHANGES.txt
src/engine/MANIFEST.in
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
src/engine/SCons/Platform/posix.py
src/engine/SCons/Platform/win32.py
src/engine/SCons/SConf.py [new file with mode: 0644]
src/engine/SCons/SConfTests.py [new file with mode: 0644]
src/engine/SCons/Script/SConscript.py
test/Configure.py [new file with mode: 0644]