From 82f9efebd84c7fd34732bdcaf18c9e1a99d7fcc4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 15 Jul 2009 09:22:47 +0200 Subject: Make it build again for non-local use. Using colons (:) in the version string creates Makefile problems: Makefile:195: *** multiple target patterns. Stop. make: *** [build] Error 2 diff --git a/configure b/configure index c98e35e..a1eef74 100755 --- a/configure +++ b/configure @@ -373,7 +373,7 @@ case "${VERSION}" in "") VERSION="${VERSION}_unknown@$( date +%Y%m%d.%H%M%S )";; *) - VERSION="${VERSION}:$( hg id -b )@${REVISION%%+}:$( hg id -i )" + VERSION="${VERSION}_$( hg id -b )@${REVISION%%+}_$( hg id -i )" ;; esac # Arrange to have no / in the directory name, no need to create an -- cgit v0.10.2-6-g49f6