From 2af252d16c1ad4df1b9d3241c5b3d9cac9a3e109 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Jul 2005 10:19:02 +0000 Subject: attempt to set a variable based on the Revision variable set by CVS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7065 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index 245e44742e..60bf11c7a9 100755 --- a/tools/configure +++ b/tools/configure @@ -13,6 +13,8 @@ CCOPTS="-W -Wall -O -nostdlib -ffreestanding -Wstrict-prototypes" use_logf="#undef ROCKBOX_HAS_LOGF" +scriptver=`echo '$Revision$' | sed -e 's:\\$::g' -e 's/Revision: //'` + # # Begin Function Definitions # -- cgit v1.2.3