Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Ensure that config.h can be safely included multiple times. | Carl Worth | 2010-06-23 | 1 | -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 Worth | 2010-06-23 | 1 | -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 Graunke | 2010-06-21 | 1 | -0/+2 |
| | |||||
* | Link against talloc. We're going to be using it. | Kenneth Graunke | 2010-06-19 | 1 | -0/+1 |
| | |||||
* | Remove the pedantic C junk. | Eric Anholt | 2010-05-03 | 1 | -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 Anholt | 2010-05-03 | 1 | -0/+2 |
| | |||||
* | autoconf for the ... | Ian Romanick | 2010-02-25 | 1 | -0/+71 |