summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-03-24 12:31:13 -0700
committerEric Anholt <eric@anholt.net>2017-03-31 13:27:07 -0700
commitad7d25fb954861fc682ab77b28b6a7dba6badb05 (patch)
tree54ac64c7a00ec4f185559bd0e56e05cdf4353711 /main.c
parent2702f88a1399ca29dc69adc62c2b54f96ffd814e (diff)
Remove the autotools build system.
Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.c b/main.c
index 86346f0..5ec8090 100644
--- a/main.c
+++ b/main.c
@@ -26,9 +26,7 @@
#include <string.h>
#include <strings.h>
#include <getopt.h>
-#ifdef HAVE_VERSION_H
#include "version.h"
-#endif
bool is_verbose = false, minimalrendering = false;
int enabled_tests = ~0; /* Enable all tests by default */
@@ -292,11 +290,7 @@ int main(int argc, char **argv)
/* Print the version string. Bail out if --version was requested and
* continue otherwise.
*/
-#ifdef HAVE_VERSION_H
printf("rendercheck %s\n", VERSION);
-#else
- puts(PACKAGE_STRING);
-#endif
if (print_version)
return 0;