~ubuntu-branches/ubuntu/karmic/findutils/karmic

« back to all changes in this revision

Viewing changes to gnulib/m4/time_r.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 12:31:14 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080208123114-r10wogrqrq6lck12
Tags: 4.2.32-1ubuntu1
* Merge with Debian; remaining changes:
  - debian/locate-cron.daily: Test if called by root (LP: #147911),
    add /var/lib/schroot/mount to PRUNEPATHS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
AC_DEFUN([gl_TIME_R],
11
11
[
 
12
 dnl Persuade glibc and Solaris <time.h> to declare localtime_r.
12
13
  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
 
14
 
 
15
  AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
13
16
  AC_REQUIRE([AC_C_RESTRICT])
14
17
 
15
18
  AC_CACHE_CHECK([whether localtime_r is compatible with its POSIX signature],