diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:09:16 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:09:16 +0800 |
commit | be012b8097a4eaee335b51357d6befa745f753ce (patch) | |
tree | 106214305a898818c1b1033ea00b00913d3e78cc /m4/getopt.m4 | |
parent | Docs: Change quoting style from `...' to '...'. (diff) | |
download | xz-be012b8097a4eaee335b51357d6befa745f753ce.tar.xz |
Build: Change quoting style from `...' to '...'.
Diffstat (limited to 'm4/getopt.m4')
-rw-r--r-- | m4/getopt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/getopt.m4 b/m4/getopt.m4 index 3f59db25..5271f557 100644 --- a/m4/getopt.m4 +++ b/m4/getopt.m4 @@ -47,7 +47,7 @@ AC_DEFUN([gl_GETOPT_CHECK_HEADERS], dnl the next version of POSIX. We don't use that feature, so this dnl is not a problem for us. Thus, the respective test was removed here. - dnl Checks for getopt handling `-' as a leading character in an option + dnl Checks for getopt handling '-' as a leading character in an option dnl string were removed, since we also don't use that feature. ]) |