aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-24 22:09:16 +0800
committerJia Tan <jiat0218@gmail.com>2023-09-24 22:09:16 +0800
commitbe012b8097a4eaee335b51357d6befa745f753ce (patch)
tree106214305a898818c1b1033ea00b00913d3e78cc /m4
parentDocs: Change quoting style from `...' to '...'. (diff)
downloadxz-be012b8097a4eaee335b51357d6befa745f753ce.tar.xz
Build: Change quoting style from `...' to '...'.
Diffstat (limited to 'm4')
-rw-r--r--m4/getopt.m42
-rw-r--r--m4/tuklib_progname.m42
2 files changed, 2 insertions, 2 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.
])
diff --git a/m4/tuklib_progname.m4 b/m4/tuklib_progname.m4
index 7685d068..9f7d4c52 100644
--- a/m4/tuklib_progname.m4
+++ b/m4/tuklib_progname.m4
@@ -23,6 +23,6 @@ AC_DEFUN_ONCE([TUKLIB_PROGNAME], [
AC_REQUIRE([TUKLIB_COMMON])
AC_CHECK_DECL([program_invocation_name], [AC_DEFINE(
[HAVE_PROGRAM_INVOCATION_NAME], [1],
- [Define to 1 if `program_invocation_name' is declared in <errno.h>.])],
+ [Define to 1 if 'program_invocation_name' is declared in <errno.h>.])],
[], [#include <errno.h>])
])dnl