From d4cfedec3cc4476c0f18abe046c1326c7e81dcc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau=22?= 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" diff --git a/configure.ac b/configure.ac index 2078399..c1a2117 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 v0.10.2-6-g49f6