Add in version dependency checks on all the tools we depend on. This is
authorReid Spencer <rspencer@reidspencer.com>
Sun, 19 Sep 2004 22:14:24 +0000 (22:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 19 Sep 2004 22:14:24 +0000 (22:14 +0000)
commitb03adb8cab6122347d062427a27fef8d4bf85c70
tree569dd61467b0abb0fe06447fce5020d63251a1a8
parented8624d58e7679724ee10633c3f6babefeda240e
Add in version dependency checks on all the tools we depend on. This is
necessary to ensure that a consistent configuration is created on each
platform. Certain definitions we use (like m4/libtool.m4) require certain
versions of the tools and we can no longer be slack about this or we'll
have problems with mis-configured builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16412 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/AutoRegen.sh