Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
cc597686
Commit
cc597686
authored
Nov 30, 2017
by
Austin English
Committed by
Alexandre Julliard
Dec 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Move WineHQ URLs to https.
Signed-off-by:
Austin English
<
austinenglish@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
92734380
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure
View file @
cc597686
...
...
@@ -583,7 +583,7 @@ PACKAGE_TARNAME='wine'
PACKAGE_VERSION
=
'2.22'
PACKAGE_STRING
=
'Wine 2.22'
PACKAGE_BUGREPORT
=
'wine-devel@winehq.org'
PACKAGE_URL
=
'http://www.winehq.org'
PACKAGE_URL
=
'http
s
://www.winehq.org'
ac_unique_file
=
"server/atom.c"
# Factoring default headers for most tests.
...
...
@@ -2514,7 +2514,7 @@ Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <wine-devel@winehq.org>.
Wine home page: <http://www.winehq.org>.
Wine home page: <http
s
://www.winehq.org>.
_ACEOF
ac_status
=
$?
fi
...
...
@@ -19859,7 +19859,7 @@ Configuration commands:
$config_commands
Report bugs to <wine-devel@winehq.org>.
Wine home page: <http://www.winehq.org>."
Wine home page: <http
s
://www.winehq.org>."
_ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
...
...
configure.ac
View file @
cc597686
...
...
@@ -6,7 +6,7 @@ m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version \([-.0-9A-Za-z]+\)],[
dnl autoconf versions before 2.62 don't handle source dir symlinks correctly
AC_PREREQ(2.62)
AC_INIT([Wine],[WINE_VERSION],[wine-devel@winehq.org],[wine],[http://www.winehq.org])
AC_INIT([Wine],[WINE_VERSION],[wine-devel@winehq.org],[wine],[http
s
://www.winehq.org])
AC_CONFIG_SRCDIR(server/atom.c)
AC_CONFIG_HEADERS(include/config.h)
AC_CONFIG_AUX_DIR(tools)
...
...
@@ -23,8 +23,8 @@ m4_ifdef([AS_VAR_IF],,[AC_DEFUN([AS_VAR_IF],
AS_IF([test "x$as_val" = x""$2], [$3], [$4])])])])dnl
dnl autoconf versions before 2.64 don't have AC_PACKAGE_URL
m4_ifdef([AC_PACKAGE_URL],,
[AC_DEFINE([PACKAGE_URL], ["http://www.winehq.org"], [Define to the home page for this package.])
AC_SUBST([PACKAGE_URL], ["http://www.winehq.org"])])dnl
[AC_DEFINE([PACKAGE_URL], ["http
s
://www.winehq.org"], [Define to the home page for this package.])
AC_SUBST([PACKAGE_URL], ["http
s
://www.winehq.org"])])dnl
dnl **** Command-line arguments ****
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment