From d4cfedec3cc4476c0f18abe046c1326c7e81dcc5 Mon Sep 17 00:00:00 2001 From: "Benoît Thébaudeau\"" Date: Mon, 30 Jan 2012 16:52:50 +0100 Subject: configure: do not use '@' in version string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #0a0410dd0cb0 broke #0cc4d6352c3e. This patch fixes this, which fixes the build of gcc/glibc/gdb manuals. Signed-off-by: "Benoît Thébaudeau" --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 20783997..c1a2117d 100644 --- a/configure.ac +++ b/configure.ac @@ -307,7 +307,7 @@ AS_IF( [rev_id="$( hg log -r . --template '{branch}-{node|short}\n' \ 2>/dev/null \ || true )" - PACKAGE_VERSION="${PACKAGE_VERSION}@${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}" + PACKAGE_VERSION="${PACKAGE_VERSION}+${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}" ])]) # Arrange to have no / in the directory name, no need to create an # arbitrarily deep directory structure -- cgit v1.2.3