From 03742cb72ea5b5fd92ba4f991ff17d825526d0fd Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Mon, 23 Nov 2015 10:18:33 +0800 Subject: configure.ac: Remove unused output variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index e5b8d2f..c307b03 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,6 @@ AC_INIT([wayland-protocols], [wayland-protocols], [http://wayland.freedesktop.org/]) -AC_SUBST([WAYLAND_PROTOCOLS_VERSION_MAJOR], [wayland_protocols_major_version]) -AC_SUBST([WAYLAND_PROTOCOLS_VERSION_MINOR], [wayland_protocols_minor_version]) -AC_SUBST([WAYLAND_PROTOCOLS_VERSION_MICRO], [wayland_protocols_micro_version]) AC_SUBST([WAYLAND_PROTOCOLS_VERSION], [wayland_protocols_version]) AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) -- cgit v1.2.3