changeset 1108:b212d4195ad2

Check for POSIX.2's %f format spec.
author Jim Meyering <jim@meyering.net>
date Thu, 13 Nov 1997 13:19:15 +0000
parents ab64f935e866
children 0a4438f607ff
files m4/strftime.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -102,6 +102,7 @@
   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");