From 41322b2c60cd2c67a1053cb40d27e573420185b7 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 17 Feb 2025 18:25:52 +0200 Subject: [PATCH] m4/getopt.m4: Remove an outdated comment --- m4/getopt.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/m4/getopt.m4 b/m4/getopt.m4 index 0ccc413c..9d9141b2 100644 --- a/m4/getopt.m4 +++ b/m4/getopt.m4 @@ -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])