From dd34bfbf75b88b11e6fe5be0c6b9032563398259 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 5 Oct 2009 14:51:09 +0000 Subject: [PATCH] Append SVN revision to library version. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0907dc..e3df80e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ -AC_INIT(libnfc, 1.2.1, info@libnfc.org) +define([rev], esyscmd([sh -c "echo -n 'r' && svnversion -n"]))dnl +AC_INIT(libnfc, 1.2.1-rev, info@libnfc.org) AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE