From 7b73c4a75fbddcfa1bc552fed49c228b9cdaf7b0 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 6 Nov 2019 00:26:38 -0500 Subject: build: remove use of handcrafted m4 in configuring scripts Now that library/ is fully gone, we don't need this anymore. Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 36f87ed2..2c9185a6 100644 --- a/meson.build +++ b/meson.build @@ -28,7 +28,6 @@ LIBMAKEPKGDIR = join_paths(PREFIX, DATAROOTDIR, 'makepkg') PKGDATADIR = join_paths(PREFIX, DATAROOTDIR, meson.project_name()) PYTHON = import('python').find_installation('python3') -M4 = find_program('m4') SED = find_program('sed') DU = find_program('du') LDCONFIG = get_option('ldconfig') @@ -250,7 +249,6 @@ carch = chost.split('-')[0] # largely identical, but which distinguishes between quoting needs. substs = configuration_data() substs.set('SED', SED.path()) -substs.set('M4', M4.path()) substs.set('CARCH', carch) substs.set('CHOST', chost) substs.set('PKGEXT', get_option('pkg-ext')) -- cgit v1.2.3-54-g00ecf