summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-23 10:18:33 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-23 10:19:00 +0800
commit03742cb72ea5b5fd92ba4f991ff17d825526d0fd (patch)
tree8bfe6372e19c91d4ce83f854eb2bb5cff42684f1
parent6f8b4d21916e4fa7e1df920040aef64fe6a3190d (diff)
downloadwayland-protocols-03742cb72ea5b5fd92ba4f991ff17d825526d0fd.tar.gz
configure.ac: Remove unused output variables
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 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])