Commit Graph

7 Commits

Author SHA1 Message Date
Carl Worth 60c67e46b1 configure: Ensure that config.h can be safely included multiple times.
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-23 16:13:31 -07:00
Carl Worth a32305a8bd configure: Remove some dead code.
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-23 16:13:31 -07:00
Kenneth Graunke cbaab7093c Add glcpp to the build. 2010-06-21 11:25:48 -07:00
Kenneth Graunke 57d0fc4139 Link against talloc. We're going to be using it. 2010-06-19 11:36:15 -07:00
Eric Anholt 3bc8b68436 Remove the pedantic C junk.
Mesa doesn't use pedantic ANSI C89, so I have no idea why we would.
2010-05-03 11:41:00 -07:00
Eric Anholt 7f436a837c Use the AM_SILENT_RULES when available. 2010-05-03 11:40:26 -07:00
Ian Romanick d59673c9de autoconf for the ... 2010-02-25 17:17:23 -08:00