diff options
| author | Jonas Ådahl <jadahl@gmail.com> | 2015-11-23 10:18:33 +0800 |
|---|---|---|
| committer | Jonas Ådahl <jadahl@gmail.com> | 2015-11-23 10:19:00 +0800 |
| commit | 03742cb72ea5b5fd92ba4f991ff17d825526d0fd (patch) | |
| tree | 8bfe6372e19c91d4ce83f854eb2bb5cff42684f1 | |
| parent | 6f8b4d21916e4fa7e1df920040aef64fe6a3190d (diff) | |
| download | wayland-protocols-03742cb72ea5b5fd92ba4f991ff17d825526d0fd.tar.xz | |
configure.ac: Remove unused output variables
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
| -rw-r--r-- | configure.ac | 3 |
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]) |
