aboutsummaryrefslogtreecommitdiff
path: root/ctct.in
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-25 17:04:47 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-25 17:09:43 +0100
commit0dd0716c761e328292bf8aac1b15edbdc4f73d2e (patch)
treebbc60135e23ba0fb31239123b5614719bf7d63dd /ctct.in
parent194052e67ed30121d7b66e8e7db559a32d001dab (diff)
Globally use the same (default_)user_config_dir
Also, - Fix issues with doubled slashes in man pages (in configure.ac). - Update some copyright years.
Diffstat (limited to 'ctct.in')
-rw-r--r--ctct.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctct.in b/ctct.in
index 74a40f8..44c271a 100644
--- a/ctct.in
+++ b/ctct.in
@@ -20,6 +20,7 @@
## DEFAULT SETTINGS:
sysconfdir="@sysconfdir_expanded@"
+user_config_file="@user_config_file@"
datadir="@default_datadir@"
fallback_editor="@default_fallback_editor@"
default_editor= # none - use $EDITOR
@@ -486,7 +487,7 @@ function check_non_existance()
function print_version() {
cat << EOF
ctct - Version @PACKAGE_VERSION@
-Copyright 2015, 2016 Einhard Leichtfuß.
+Copyright 2015 - 2018 Einhard Leichtfuß.
License AGPLv3+: GNU Affero General Public License, version 3 or later
- <https://gnu.org/licenses/agpl.html>
This is free software: You are free to change and redistribute it.