configure: do not use '@' in version string
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Jan 30 16:52:50 2012 +0100 (2012-01-30)
changeset 28602275425cbdee
parent 2859 0afb64320510
child 2861 3b8192272c2f
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>
configure.ac
     1.1 --- a/configure.ac	Mon Jan 30 21:31:20 2012 +0100
     1.2 +++ b/configure.ac	Mon Jan 30 16:52:50 2012 +0100
     1.3 @@ -307,7 +307,7 @@
     1.4          [rev_id="$( hg log -r . --template '{branch}-{node|short}\n' \
     1.5                             2>/dev/null                               \
     1.6                      || true                                          )"
     1.7 -         PACKAGE_VERSION="${PACKAGE_VERSION}@${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}"
     1.8 +         PACKAGE_VERSION="${PACKAGE_VERSION}+${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}"
     1.9          ])])
    1.10  # Arrange to have no / in the directory name, no need to create an
    1.11  # arbitrarily deep directory structure