mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Show subversion revision number in version string.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -16,6 +16,7 @@ CXX="${CXX-c++}"
|
||||
CXXFLAGS="${CXXFLAGS}"
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
|
||||
SVNREV="`echo '$Rev$' | sed 's/[^0-9]*//g'`"
|
||||
|
||||
#
|
||||
# Functions
|
||||
@@ -293,6 +294,7 @@ lrintf_test
|
||||
rm -f Makefile.config
|
||||
cat > Makefile.config << EOF
|
||||
CONFIGURE_RUN = yes
|
||||
SVN_REVISION = $SVNREV
|
||||
SYSTEM = $SYSTEM
|
||||
BEOS_NETSERVER = $BEOS_NETSERVER
|
||||
PTHREAD = $PTHREAD
|
||||
|
||||
Reference in New Issue
Block a user