public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] configure: do not use '@' in version string
@ 2012-01-30 15:54 Benoît Thébaudeau
  2012-01-30 20:42 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Benoît Thébaudeau @ 2012-01-30 15:54 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1327938770 -3600
# Node ID 72ca07b6c16b4eb638348fbc5ff4b366fc016dcf
# Parent  69624316223712c757642b426e63c1f8f7b1958f
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>

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -307,7 +307,7 @@
         [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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-30 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-30 15:54 [PATCH] configure: do not use '@' in version string Benoît Thébaudeau
2012-01-30 20:42 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).