Merge from gnulib.
2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
This commit is contained in:
parent
79ea6c20c4
commit
f35ef0edee
4 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Merge from gnulib, incorporating:
|
||||
2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
|
||||
|
||||
2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#include <config.h>
|
||||
#define _GL_STAT_TIME_INLINE _GL_EXTERN_INLINE
|
||||
#include <stat-time.h>
|
||||
#include "stat-time.h"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#include <config.h>
|
||||
#define _GL_TIMESPEC_INLINE _GL_EXTERN_INLINE
|
||||
#include <timespec.h>
|
||||
#include "timespec.h"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#include <config.h>
|
||||
#define _GL_U64_INLINE _GL_EXTERN_INLINE
|
||||
#include <u64.h>
|
||||
#include "u64.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue