1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-21 07:58:27 +00:00

m4/getopt.m4: Remove an outdated comment

This commit is contained in:
Lasse Collin 2025-02-17 18:25:52 +02:00
parent 03c23a4952
commit 41322b2c60
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -12,9 +12,6 @@ dnl with or without modifications, as long as this notice is preserved.
# Pass gl_replace_getopt=yes (or any non-empty value instead of "yes") as
# an argument to configure to force the use of the getopt_long replacement.
# Check for a POSIX compliant getopt function with GNU extensions (such as
# options with optional arguments) and the functions getopt_long,
# getopt_long_only.
AC_DEFUN([gl_FUNC_GETOPT_GNU],
[
AC_REQUIRE([gl_GETOPT_CHECK_HEADERS])