summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-06-23configure: Ensure that config.h can be safely included multiple times.Carl Worth
Use AH_TOP and AH_BOTTOM macros so that the standard include guard mechanisms are emitted by autoheader into the generated config.h file.
2010-06-23configure: 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-21Add glcpp to the build.Kenneth Graunke
2010-06-19Link against talloc. We're going to be using it.Kenneth Graunke
2010-05-03Remove the pedantic C junk.Eric Anholt
Mesa doesn't use pedantic ANSI C89, so I have no idea why we would.
2010-05-03Use the AM_SILENT_RULES when available.Eric Anholt
2010-02-25autoconf for the ...Ian Romanick