From 287a35beef7c318a8eb38ad7753f681f4e57aa6a Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 20 Nov 2007 20:23:35 +0000 Subject: sanitized source tree version string a bit Signed-off-by: Michael Krelin --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 71851da..58afeb3 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,8 @@ AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) AC_MSG_CHECKING([for source tree version]) if headrev=$(cd $srcdir && git rev-parse --verify HEAD 2>/dev/null) ; then - PACKAGE_SRC_VERSION="${PACKAGE_VERSION}:$(cd $srcdir && git describe --tags $headrev)" + PACKAGE_SRC_VERSION="$(cd $srcdir && git describe --tags $headrev)" + test "$PACKAGE_SRC_VERSION" = "$PACKAGE_VERSION" || PACKAGE_SRC_VERSION="${PACKAGE_VERSION}:${PACKAGE_SRC_VERSION}" ( cd $srcdir && git diff-index $headrev | read dirt ) && PACKAGE_SRC_VERSION="${PACKAGE_SRC_VERSION}-dirty" else PACKAGE_SRC_VERSION="$PACKAGE_VERSION" -- cgit v0.9.0.2