summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-01-30 15:52:50 (GMT)
committerBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-01-30 15:52:50 (GMT)
commitd4cfedec3cc4476c0f18abe046c1326c7e81dcc5 (patch)
tree694e35e829d62f77f349d907751e323facded7d6 /configure.ac
parent0cbe8e889f9b5cc28d7af5f0b20266a5436c56f1 (diff)
configure: do not use '@' in version string
#0a0410dd0cb0 broke #0cc4d6352c3e. This patch fixes this, which fixes the build of gcc/glibc/gdb manuals. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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