Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-23 | configure: Remove some dead code. | Carl Worth | |
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. | |||
2010-06-21 | Add glcpp to the build. | Kenneth Graunke | |
2010-06-19 | Link against talloc. We're going to be using it. | Kenneth Graunke | |
2010-05-03 | Remove the pedantic C junk. | Eric Anholt | |
Mesa doesn't use pedantic ANSI C89, so I have no idea why we would. | |||
2010-05-03 | Use the AM_SILENT_RULES when available. | Eric Anholt | |
2010-02-25 | autoconf for the ... | Ian Romanick | |