projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f6099
)
(gl_TIME_R): Use AC_C_RESTRICT, not
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Aug 2006 22:17:56 +0000
(22:17 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Aug 2006 22:17:56 +0000
(22:17 +0000)
gl_C_RESTRICT, since we assume recent Autoconf.
m4/time_r.m4
patch
|
blob
|
history
diff --git
a/m4/time_r.m4
b/m4/time_r.m4
index
8146f08
..
204c424
100644
(file)
--- a/
m4/time_r.m4
+++ b/
m4/time_r.m4
@@
-11,7
+11,7
@@
AC_DEFUN([gl_TIME_R],
[
AC_LIBSOURCES([time_r.c, time_r.h])
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
- AC_REQUIRE([
gl
_C_RESTRICT])
+ AC_REQUIRE([
AC
_C_RESTRICT])
AC_CACHE_CHECK([whether localtime_r is compatible with its POSIX signature],
[gl_cv_time_r_posix],