summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-07-08 10:19:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-07-08 10:19:02 +0000
commit2af252d16c1ad4df1b9d3241c5b3d9cac9a3e109 (patch)
treeab31f3c3edd142c6b0e670481c336e0efdfb1bcb
parenta670e341cc0413b19fe69917eefc24ae62877e8f (diff)
downloadrockbox-2af252d16c1ad4df1b9d3241c5b3d9cac9a3e109.tar.gz
rockbox-2af252d16c1ad4df1b9d3241c5b3d9cac9a3e109.zip
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
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
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"
13 13
14use_logf="#undef ROCKBOX_HAS_LOGF" 14use_logf="#undef ROCKBOX_HAS_LOGF"
15 15
16scriptver=`echo '$Revision$' | sed -e 's:\\$::g' -e 's/Revision: //'`
17
16# 18#
17# Begin Function Definitions 19# Begin Function Definitions
18# 20#