bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] [PATCH] build: Add a sed script to normalize git tags


From: Guillem Jover
Subject: [bug-inetutils] [PATCH] build: Add a sed script to normalize git tags
Date: Mon, 24 Oct 2011 22:47:54 +0200

* configure.ac (AC_INIT): Use a sed script to normalize tag names on
git-version-gen.
---
 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 85eeb2f..d9304aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,9 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([GNU inetutils], m4_esyscmd([build-aux/git-version-gen 
.tarball-version]), address@hidden)
+AC_INIT([GNU inetutils],
+        m4_esyscmd([build-aux/git-version-gen .tarball-version 
's/inetutils-/v/;s/_/./']),
+        address@hidden)
 
 AC_CONFIG_SRCDIR([src/inetd.c])
 AC_CONFIG_AUX_DIR([build-aux])
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]