summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-01-02 10:03:58 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-01-02 10:03:58 +0000
commitf04f6753332ccd3b886b03ddb70d9a23317f327f (patch)
treefcbe39a911ff08e1e50cb1309bc6edff0ab0e5c9 /src
parentPreserve metadata in plain SVG. Fixes bug #170967. (diff)
downloadinkscape-f04f6753332ccd3b886b03ddb70d9a23317f327f.tar.gz
inkscape-f04f6753332ccd3b886b03ddb70d9a23317f327f.zip
Inkscape version: replace svn check with bzr check
(bzr r8935)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cbd22144d..15c7cb1b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -225,7 +225,7 @@ inkview_LDADD = $(all_libs)
libinkversion_a_SOURCES = inkscape-version.cpp inkscape-version.h
-if USE_SVN_VERSION
+if USE_BZR_VERSION
inkscape_version_deps = $(top_srcdir)/.bzr/branch/last-revision
endif
@@ -233,7 +233,7 @@ endif
# someone updates the BZR working directory.
inkscape-version.cpp: $(inkscape_version_deps)
VER_PREFIX="$(VERSION)";\
- VER_BZRREV=" r`bzr log -r '-1..' | sed -n -e '/^revno:/s/revno: \(.*\)/\1/p'`"; \
+ VER_BZRREV=" r`bzr revno`"; \
if test ! -z "`bzr status -S -V $(srcdir)`"; then \
VER_CUSTOM=" custom"; \
fi; \