Hi Simon, > time_.h from the time module uses restrict in the prototypes, but it > doesn't depend on the restrict module. Installed.
The 'restrict' module was removed on 2006-08-09. Now, instead we use an AC_REQUIRE([AC_C_RESTRICT]) in the autoconf macro. But... gl_HEADER_TIME_H_BODY already requires AC_C_RESTRICT. So where did you have a problem? Are you using old gnulib sources, or did AC_C_RESTRICT not define 'restrict' to empty? Bruno