meson: remove autotools checking stuffs
authorWonki Kim <wonki_.kim@samsung.com>
Fri, 28 Jun 2019 01:45:56 +0000 (01:45 +0000)
committerWooHyun Jung <wh0705.jung@samsung.com>
Wed, 3 Jul 2019 01:05:24 +0000 (10:05 +0900)
autotools has been removed. so that the autotools checking logic is not needed.
this patch removes them.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9198

meson.build
meson/clean_check.sh [deleted file]

index 25c922f..ec29f9d 100644 (file)
@@ -8,11 +8,6 @@ if host_machine.system() == 'darwin'
   add_languages('objc')
 endif
 
-clean_check = run_command('meson/clean_check.sh')
-if clean_check.returncode() == 0
-  error('Meson build requires a clean source tree')
-endif
-
 pkgconfig = import('pkgconfig')
 
 test_env = environment()
diff --git a/meson/clean_check.sh b/meson/clean_check.sh
deleted file mode 100644 (file)
index c054794..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-test -f ${MESON_SOURCE_ROOT}/configure