|
1 | 1 | # |
2 | | -# Copyright (c) 2011, 2024, Oracle and/or its affiliates. All rights reserved. |
| 2 | +# Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 | 4 | # |
5 | 5 | # This code is free software; you can redistribute it and/or modify it |
@@ -57,6 +57,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_FUNDAMENTAL_TOOLS], |
57 | 57 | UTIL_LOOKUP_PROGS(LOCALE, locale) |
58 | 58 | UTIL_LOOKUP_PROGS(PATHTOOL, cygpath wslpath) |
59 | 59 | UTIL_LOOKUP_PROGS(CMD, cmd.exe, $PATH:/cygdrive/c/windows/system32:/mnt/c/windows/system32:/c/windows/system32) |
| 60 | + UTIL_LOOKUP_PROGS(LSB_RELEASE, lsb_release) |
60 | 61 | ]) |
61 | 62 |
|
62 | 63 | ################################################################################ |
@@ -106,9 +107,6 @@ AC_DEFUN_ONCE([BASIC_SETUP_TOOLS], |
106 | 107 | UTIL_LOOKUP_PROGS(READLINK, greadlink readlink) |
107 | 108 | UTIL_LOOKUP_PROGS(WHOAMI, whoami) |
108 | 109 |
|
109 | | - # Tools only needed on some platforms |
110 | | - UTIL_LOOKUP_PROGS(LSB_RELEASE, lsb_release) |
111 | | -
|
112 | 110 | # For compare.sh only |
113 | 111 | UTIL_LOOKUP_PROGS(CMP, cmp) |
114 | 112 | UTIL_LOOKUP_PROGS(UNIQ, uniq) |
|
0 commit comments