summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonki Kim <wonki_.kim@samsung.com>2019-06-28 01:45:56 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-06-28 09:03:13 +0200
commit7b8766698ad363665264db8f5ed188e06381223b (patch)
treea5c89de33313622358e563da9614a40984009099
parentef185e5e28d2a92944d4e072d70b21df58bab8e1 (diff)
downloadefl-7b8766698ad363665264db8f5ed188e06381223b.tar.gz
meson: remove autotools checking stuffs
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
-rw-r--r--meson.build5
-rw-r--r--meson/clean_check.sh3
2 files changed, 0 insertions, 8 deletions
diff --git a/meson.build b/meson.build
index a6febe01d0..dfc8907c9d 100644
--- a/meson.build
+++ b/meson.build
@@ -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
index c054794048..0000000000
--- a/meson/clean_check.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-test -f ${MESON_SOURCE_ROOT}/configure