diff options
| author | Jonas Ådahl <jadahl@gmail.com> | 2015-11-23 10:18:19 +0800 |
|---|---|---|
| committer | Jonas Ådahl <jadahl@gmail.com> | 2015-11-23 10:18:19 +0800 |
| commit | 6f8b4d21916e4fa7e1df920040aef64fe6a3190d (patch) | |
| tree | c4031e00f371dd20412bee221c7307f6410f8156 | |
| parent | 25c60496e84a8ee031d38edd11daee7b737a5ef7 (diff) | |
| download | wayland-protocols-6f8b4d21916e4fa7e1df920040aef64fe6a3190d.tar.xz | |
configure.ac: Print version when done configuring
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a9b4834..e5b8d2f 100644 --- a/configure.ac +++ b/configure.ac @@ -30,5 +30,6 @@ AC_CONFIG_FILES([ AC_OUTPUT AC_MSG_RESULT([ + Version ${WAYLAND_PROTOCOLS_VERSION} Prefix ${prefix} ]) |
