[Xfce4-commits] [xfce/libxfce4ui] 01/01: Use https://docs.xfce.org for help url!
noreply at xfce.org
noreply at xfce.org
Tue Apr 16 23:01:59 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit 70ee249c9455ca8b18b1848240fd8a5604b7903d
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Tue Apr 16 22:42:07 2019 +0200
Use https://docs.xfce.org for help url!
- No more plain http
---
configure.ac.in | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 12e60a2..3cf344d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,5 +1,5 @@
dnl
-dnl Copyright (c) 2007-2017 The Xfce development team
+dnl Copyright (c) 2007-2019 The Xfce development team
dnl
dnl ***************************
@@ -30,8 +30,8 @@ m4_define([libxfce4ui_debug_default], [ifelse(libxfce4ui_version_tag(), [git], [
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2007-2017 The Xfce development team])
-AC_INIT([libxfce4ui], [libxfce4ui_version], [http://bugzilla.xfce.org/], [libxfce4ui])
+AC_COPYRIGHT([Copyright (c) 2007-2019 The Xfce development team])
+AC_INIT([libxfce4ui], [libxfce4ui_version], [https://bugzilla.xfce.org/], [libxfce4ui])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
AC_REVISION([libxfce4ui_version_build])
@@ -43,7 +43,7 @@ dnl ***************************
AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes])
dnl *******************************
dnl *** Check for UNIX variants ***
@@ -193,9 +193,9 @@ dnl *** Check for vendor specific information ***
dnl *********************************************
AC_MSG_CHECKING([for a custom manual website location])
AC_ARG_WITH([manual-website],
-AC_HELP_STRING([--with-manual-website=URI], [Specify an optional manual website, defaults to http://docs.xfce.org.]),
+AC_HELP_STRING([--with-manual-website=URI], [Specify an optional manual website, defaults to https://docs.xfce.org.]),
[with_manual_website="$withval"],
- [with_manual_website="http://docs.xfce.org/help.php"])
+ [with_manual_website="https://docs.xfce.org/help.php"])
AC_DEFINE_UNQUOTED([MANUAL_WEBSITE], ["$with_manual_website"], [Documentation website])
AC_MSG_RESULT([$with_manual_website])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list