projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
184e860
)
Test for spring-forward gap before long-running test.
author
Jim Meyering
<jim@meyering.net>
Sun, 18 Oct 1998 00:58:07 +0000
(
00:58
+0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 18 Oct 1998 00:58:07 +0000
(
00:58
+0000)
m4/mktime.m4
patch
|
blob
|
history
diff --git
a/m4/mktime.m4
b/m4/mktime.m4
index 8d89b33df8be2a50a7171709dbe3aacc7bcd8aa5..10e02db55a857b64a419ce9d0651384af015fcc1 100644
(file)
--- a/
m4/mktime.m4
+++ b/
m4/mktime.m4
@@
-1,4
+1,4
@@
-#serial 100
0
+#serial 100
1
dnl Just like mktime.m4 from automake-1.3b, but with an additional test.
dnl Renamed to have jm_ prefix and to use jm_ prefix on cache variable names.
@@
-132,6
+132,7
@@
main ()
time_t t, delta;
int i, j;
+ spring_forward_gap ();
for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
continue;
time_t_max--;
@@
-151,7
+152,6
@@
main ()
bigtime_test (j - 1);
}
irix_6_4_bug ();
- spring_forward_gap ();
exit (0);
}
>>,