From 8099fddd9262be2888986a40e842b78f13dac050 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sat, 9 Jan 2016 19:59:09 +0100 Subject: [PATCH] Remove leftover references to SVN Closes #856. --- README.I18N | 2 +- configure.ac | 4 ++-- m4/geany-revision.m4 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.I18N b/README.I18N index fb3d31ee8..156fb3965 100644 --- a/README.I18N +++ b/README.I18N @@ -4,7 +4,7 @@ Quick Guide for new translations If you would like to translate Geany into another language, have a look at the language statistics page at [1] first to see if your desired language already exists. If it already exists, please read the "Notes for updating translations" -section. Otherwise, get the SVN version of Geany, change to the po directory and +section. Otherwise, get the Git version of Geany, change to the po directory and start the new translation with: $ msginit -l ll_CC -o ll.po -i geany.pot diff --git a/configure.ac b/configure.ac index 06362f128..b4f8bb33e 100644 --- a/configure.ac +++ b/configure.ac @@ -55,8 +55,8 @@ AC_CHECK_FUNCS([ftruncate fgetpos fnmatch mkstemp strerror strstr]) # autoscan end -# check for SVN revision -GEANY_CHECK_REVISION([dnl force debug mode for a SVN working copy +# check for VCS revision +GEANY_CHECK_REVISION([dnl force debug mode for a VCS working copy CFLAGS="-g -DGEANY_DEBUG $CFLAGS"]) diff --git a/m4/geany-revision.m4 b/m4/geany-revision.m4 index 2a4c8bb8a..c4a19f7de 100644 --- a/m4/geany-revision.m4 +++ b/m4/geany-revision.m4 @@ -1,6 +1,6 @@ dnl GEANY_CHECK_REVISION([action-if-found], [action-if-not-found]) -dnl Check for the Git-SVN or SVN revision and set REVISION to -dnl "r" or to "-1" if the revision can't be found +dnl Check for the Git revision and set REVISION to "" +dnl or to "-1" if the revision can't be found dnl Also AC_DEFINEs REVISION AC_DEFUN([GEANY_CHECK_REVISION], [ -- 2.11.4.GIT