<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On 11 October 2017 at 11:00, Jonas Ådahl <span dir="ltr"><<a href="mailto:jadahl@gmail.com" target="_blank">jadahl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It has been replaced by meson.<br>
---<br>
 .gitignore   | 16 ----------------<br>
 Makefile.am  | 43 ------------------------------<wbr>-------------<br>
 <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> | 45 ------------------------------<wbr>---------------<br>
 m4/compat.m4 | 12 ------------<br>
 4 files changed, 116 deletions(-)<br>
 delete mode 100644 Makefile.am<br>
 delete mode 100644 <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
 delete mode 100644 m4/compat.m4<br>
<br>
diff --git a/.gitignore b/.gitignore<br>
index 794539b..e69de29 100644<br>
--- a/.gitignore<br>
+++ b/.gitignore<br>
@@ -1,16 +0,0 @@<br>
-Makefile<br>
-Makefile.in<br>
-configure<br>
-config.guess<br>
-config.log<br>
-config.status<br>
-config.sub<br>
-compile<br>
-install-sh<br>
-missing<br>
-*.pc<br>
-autom4te.cache<br>
-aclocal.m4<br>
-*.trs<br>
-*.log<br>
-test-driver<br>
diff --git a/Makefile.am b/Makefile.am<br>
deleted file mode 100644<br>
index 0296d5d..0000000<br>
--- a/Makefile.am<br>
+++ /dev/null<br>
@@ -1,43 +0,0 @@<br>
-unstable_protocols =                                                           \<br>
-       unstable/pointer-gestures/<wbr>pointer-gestures-unstable-v1.<wbr>xml              \<br>
-       unstable/fullscreen-shell/<wbr>fullscreen-shell-unstable-v1.<wbr>xml              \<br>
-       unstable/linux-dmabuf/linux-<wbr>dmabuf-unstable-v1.xml                      \<br>
-       unstable/text-input/text-<wbr>input-unstable-v1.xml                          \<br>
-       unstable/input-method/input-<wbr>method-unstable-v1.xml                      \<br>
-       unstable/xdg-shell/xdg-shell-<wbr>unstable-v5.xml                            \<br>
-       unstable/xdg-shell/xdg-shell-<wbr>unstable-v6.xml                            \<br>
-       unstable/relative-pointer/<wbr>relative-pointer-unstable-v1.<wbr>xml              \<br>
-       unstable/pointer-constraints/<wbr>pointer-constraints-unstable-<wbr>v1.xml        \<br>
-       unstable/tablet/tablet-<wbr>unstable-v1.xml                                  \<br>
-       unstable/tablet/tablet-<wbr>unstable-v2.xml                                  \<br>
-       unstable/xdg-foreign/xdg-<wbr>foreign-unstable-v1.xml                        \<br>
-       unstable/xdg-foreign/xdg-<wbr>foreign-unstable-v2.xml                        \<br>
-       unstable/idle-inhibit/idle-<wbr>inhibit-unstable-v1.xml                      \<br>
-       unstable/xwayland-keyboard-<wbr>grab/xwayland-keyboard-grab-<wbr>unstable-v1.xml  \<br>
-       unstable/keyboard-shortcuts-<wbr>inhibit/keyboard-shortcuts-<wbr>inhibit-unstable-v1.xml \<br>
-       unstable/xdg-output/xdg-<wbr>output-unstable-v1.xml                          \<br>
-       $(NULL)<br>
-<br>
-stable_protocols =                                                             \<br>
-       stable/presentation-time/<wbr>presentation-time.xml                          \<br>
-       stable/viewporter/viewporter.<wbr>xml                                        \<br>
-       $(NULL)<br>
-<br>
-nobase_dist_pkgdata_DATA =                                                     \<br>
-       $(unstable_protocols)                                                   \<br>
-       $(stable_protocols)                                                     \<br>
-       $(NULL)<br>
-<br>
-dist_noinst_DATA =                                                             \<br>
-       $(sort $(foreach p,$(unstable_protocols),$(dir $p)README))              \<br>
-       $(sort $(foreach p,$(stable_protocols),$(dir $p)README))                \<br>
-       $(NULL)<br>
-<br>
-noarch_pkgconfig_DATA = wayland-protocols.pc<br>
-<br>
-dist_check_SCRIPTS = tests/scan.sh<br>
-<br>
-TESTS = $(unstable_protocols) $(stable_protocols)<br>
-TEST_EXTENSIONS = .xml<br>
-AM_TESTS_ENVIRONMENT = SCANNER='$(wayland_scanner)'; export SCANNER;<br>
-XML_LOG_COMPILER = $(srcdir)/tests/scan.sh<br>
diff --git a/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> b/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
deleted file mode 100644<br>
index 39d54a9..0000000<br>
--- a/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
+++ /dev/null<br>
@@ -1,45 +0,0 @@<br>
-AC_PREREQ([2.64])<br>
-<br>
-m4_define([wayland_protocols_<wbr>major_version], [1])<br>
-m4_define([wayland_protocols_<wbr>minor_version], [11])<br>
-m4_define([wayland_protocols_<wbr>version],<br>
-          [wayland_protocols_major_<wbr>version.wayland_protocols_<wbr>minor_version])<br>
-<br>
-AC_INIT([wayland-protocols],<br>
-        [wayland_protocols_version],<br>
-        [<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=unspecified" rel="noreferrer" target="_blank">https://bugs.freedesktop.org/<wbr>enter_bug.cgi?product=Wayland&<wbr>component=wayland&version=<wbr>unspecified</a>],<br>
-        [wayland-protocols],<br>
-        [<a href="http://wayland.freedesktop.org/" rel="noreferrer" target="_blank">http://wayland.freedesktop.<wbr>org/</a>])<br>
-<br>
-AC_CONFIG_MACRO_DIR([m4])<br>
-<br>
-AC_SUBST([WAYLAND_PROTOCOLS_<wbr>VERSION], [wayland_protocols_version])<br>
-<br>
-AC_ARG_VAR([wayland_scanner], [The wayland-scanner executable])<br>
-AC_PATH_PROG([wayland_<wbr>scanner], [wayland-scanner])<br>
-if test x$wayland_scanner = x; then<br>
-        if test "x$cross_compiling" != "xyes"; then<br>
-                PKG_CHECK_MODULES(WAYLAND_<wbr>SCANNER, [wayland-scanner])<br>
-                wayland_scanner=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`<br>
-        else<br>
-                AC_MSG_WARN([You are cross compiling without wayland-scanner in your path.  make check will fail.])<br>
-        fi<br>
-fi<br>
-<br>
-AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar])<br>
-<br>
-AM_SILENT_RULES([yes])<br>
-<br>
-PKG_NOARCH_INSTALLDIR<br>
-<br>
-AC_CONFIG_FILES([<br>
-       Makefile<br>
-       wayland-protocols.pc<br>
-       wayland-protocols-uninstalled.<wbr>pc<br>
-       ])<br>
-AC_OUTPUT<br>
-<br>
-AC_MSG_RESULT([<br>
-       Version                 ${WAYLAND_PROTOCOLS_VERSION}<br>
-       Prefix                  ${prefix}<br>
-       ])<br>
diff --git a/m4/compat.m4 b/m4/compat.m4<br>
deleted file mode 100644<br>
index 290ef03..0000000<br>
--- a/m4/compat.m4<br>
+++ /dev/null<br>
@@ -1,12 +0,0 @@<br>
-dnl noarch_pkgconfigdir only available in pkg-config 0.27 and newer<br>
-dnl <a href="http://lists.freedesktop.org/archives/pkg-config/2012-July/000875.html" rel="noreferrer" target="_blank">http://lists.freedesktop.org/<wbr>archives/pkg-config/2012-July/<wbr>000875.html</a><br>
-dnl Ubuntu 14.04 provides only pkg-config 0.26 so lacks this function.<br>
-dnl<br>
-dnl The Wayland project maintains automated builds for Ubuntu 14.04 in<br>
-dnl a Launchpad PPA.  14.04 is a Long Term Support distro release, which<br>
-dnl will reach EOL April 2019, however the Wayland PPA may stop targeting<br>
-dnl it some time after the next LTS release (April 2016).<br>
-m4_ifndef([PKG_NOARCH_<wbr>INSTALLDIR], [AC_DEFUN([PKG_NOARCH_<wbr>INSTALLDIR], [<br>
-    noarch_pkgconfigdir='${<wbr>datadir}'/pkgconfig<br>
-    AC_SUBST([noarch_pkgconfigdir]<wbr>)<br>
-])])<br>
<span class="HOEnZb"><font color="#888888">--<br></font></span></blockquote><div><br></div><div>The autotools in wayland-protocols are trivial, can't we keep it around? Meson may not be avaialble in older distros, and other projects (xserver, mesa) keep both and have much more complex directory structures than wayland-protocols.<br></div><div><br></div><div>Besides, wayland-protocol doesn't compile/link anything at all, I'm not sure what meson buys us here (other than being trendy).</div><div><br></div><div>Cheers,</div><div>Olivier</div><div><br></div></div></div></div>