diff options
author | Paul Eggert <[email protected]> | 2025-04-27 23:41:10 -0700 |
---|---|---|
committer | Paul Eggert <[email protected]> | 2025-04-27 23:42:49 -0700 |
commit | 25919920377f08d6f09df804c7f8af11f5adaabe (patch) | |
tree | 7ca8c66f53aac28898e653e21c74f0447cacd729 | |
parent | c191460adf0407f8ba84176b01e6075449747dbf (diff) | |
download | diffutils-master.tar.gz |
* configure.ac (REQUIRE_GNUISH_STRFTIME_AM_PM):
Define to 0, since we don’t use AM or PM indicators.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 632136c..7640124 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,9 @@ AC_DEFINE([GNULIB_MBRTOC32_REGULAR], [1], [Do not worry about rare encodings like CP864, EBCDIC, Johab, and Shift JIS that glibc does not support.]) +AC_DEFINE([REQUIRE_GNUISH_STRFTIME_AM_PM], [0], + [Do not worry about GNU strftime behavior for AM and PM indicators.]) + AC_C_INLINE AC_CHECK_MEMBERS([struct stat.st_rdev]) |