From 61038f8a19b4aa155783fdaf15c6e73e80fdbc75 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Sep 2021 12:06:23 +0200 Subject: Drop autotools It's been a few releases that we ship Meson support, we should be able to drop the old autotools build system now. Signed-off-by: Simon Ser --- m4/compat.m4 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 m4/compat.m4 (limited to 'm4') diff --git a/m4/compat.m4 b/m4/compat.m4 deleted file mode 100644 index 290ef03..0000000 --- a/m4/compat.m4 +++ /dev/null @@ -1,12 +0,0 @@ -dnl noarch_pkgconfigdir only available in pkg-config 0.27 and newer -dnl http://lists.freedesktop.org/archives/pkg-config/2012-July/000875.html -dnl Ubuntu 14.04 provides only pkg-config 0.26 so lacks this function. -dnl -dnl The Wayland project maintains automated builds for Ubuntu 14.04 in -dnl a Launchpad PPA. 14.04 is a Long Term Support distro release, which -dnl will reach EOL April 2019, however the Wayland PPA may stop targeting -dnl it some time after the next LTS release (April 2016). -m4_ifndef([PKG_NOARCH_INSTALLDIR], [AC_DEFUN([PKG_NOARCH_INSTALLDIR], [ - noarch_pkgconfigdir='${datadir}'/pkgconfig - AC_SUBST([noarch_pkgconfigdir]) -])]) -- cgit v1.2.3