mesa: make makedepend an hard requirement
authorLuca Barbieri <luca@luca-barbieri.com>
Fri, 24 Sep 2010 08:10:09 +0000 (10:10 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Mon, 27 Sep 2010 12:10:18 +0000 (14:10 +0200)
commitf762f7b85d11314915cb420d21a062dd597f8ff8
treeec6b8ecc8d83d787a627e77fa2f93f37c079eef3
parent4c6344f569c5417b0ea804f6f8216a2b40321480
mesa: make makedepend an hard requirement

Currently makedepend is used by the Mesa Makefile-based build system,
but not required.

Unfortunately, not having it makes dependency resolution non-existent,
which is a source of subtle bugs, and is a rarely tested
configuration, since all Mesa developers likely have it installed.

Furthermore some idioms require dependency resolution to work at all,
such as making headers depend on generated files.
configure.ac