summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* configure: Ensure that config.h can be safely included multiple times.Carl Worth2010-06-231-0/+4
| | | | | Use AH_TOP and AH_BOTTOM macros so that the standard include guard mechanisms are emitted by autoheader into the generated config.h file.
* configure: Remove some dead code.Carl Worth2010-06-231-7/+0
| | | | | | | | This block of code is useless because a (nearly-equivalent) assignment is made immediately after. The only difference is the omission of -Wunreadchable-code in the assignment being used. Presumably, that was intended to be -Wunreachable-code (without the first 'd'), but since this hasn't been being used we just drop it.
* Add glcpp to the build.Kenneth Graunke2010-06-211-0/+2
|
* Link against talloc. We're going to be using it.Kenneth Graunke2010-06-191-0/+1
|
* Remove the pedantic C junk.Eric Anholt2010-05-031-4/+0
| | | | Mesa doesn't use pedantic ANSI C89, so I have no idea why we would.
* Use the AM_SILENT_RULES when available.Eric Anholt2010-05-031-0/+2
|
* autoconf for the ...Ian Romanick2010-02-251-0/+71