summaryrefslogtreecommitdiff
path: root/m4/strftime.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-13 13:19:15 +0000
committerJim Meyering <jim@meyering.net>1997-11-13 13:19:15 +0000
commit7afa02b9187fd7a09caed0639408c34567d996cb (patch)
tree1a84d0801286f357d82a20c325eebd2ca6c55237 /m4/strftime.m4
parent7ba5fcb25114822a7ced20300be957f40efb1ced (diff)
downloadcoreutils-7afa02b9187fd7a09caed0639408c34567d996cb.tar.xz
Check for POSIX.2's %f format spec.
Diffstat (limited to 'm4/strftime.m4')
-rw-r--r--m4/strftime.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4
index d366fde8f..91db2c360 100644
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -102,6 +102,7 @@ main ()
CMP ("%^c", "FRI JAN 9 13:06:07 1970");
CMP ("%d", "09");
CMP ("%e", " 9"); /* POSIX.2 */
+ CMP ("%f", "5"); /* POSIX.2 */
CMP ("%g", "70"); /* GNU */
CMP ("%h", "Jan"); /* POSIX.2 */
CMP ("%^h", "JAN");