From cc1059e41a4da7eefb5c20bf6f323817a6c830c7 Mon Sep 17 00:00:00 2001 From: Plamen Petrov Date: Sun, 19 Oct 2008 13:22:53 +0300 Subject: [PATCH] Change configure.in.in to include git tree version Now KMK shows its version inluding the git tree state, which should help if there is trouble - we will know at exactly which commit the tree is... Trouble is - I'm not sure it is done the way it should be done... --- configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in.in b/configure.in.in index 2a7bba1..3d20036 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,6 +1,6 @@ #MIN_CONFIG(3.2.0) -AM_INIT_AUTOMAKE(kmk,0.24-alpha-3) +AM_INIT_AUTOMAKE(kmk,[`git describe`]) AC_C_BIGENDIAN AC_CHECK_KDEMAXPATHLEN -- 2.11.4.GIT