mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
f46d80ac4f
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
23 lines
830 B
Diff
23 lines
830 B
Diff
--- a/conftools/config.sub
|
|
+++ b/conftools/config.sub
|
|
@@ -2,7 +2,7 @@
|
|
# Configuration validation subroutine script.
|
|
# Copyright 1992-2018 Free Software Foundation, Inc.
|
|
|
|
-timestamp='2018-01-01'
|
|
+timestamp='2019-10-03'
|
|
|
|
# This file is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
@@ -1409,6 +1409,7 @@ case $os in
|
|
# Each alternative MUST end in a * to match a version number.
|
|
# -sysv* is not here because it comes later, after sysvr4.
|
|
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
|
+ | -serenity* \
|
|
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
|
|
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
|
|
| -sym* | -kopensolaris* | -plan9* \
|
|
--
|
|
2.17.1
|
|
|