* lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
* modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
of sys_socket_.h.
+ * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
+ * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
+ sys_stat_.h.
2007-09-30 Bruno Haible <bruno@clisp.org>
A <sys/stat.h> for systems with missing declarations.
Files:
-lib/sys_stat_.h
+lib/sys_stat.in.h
m4/sys_stat_h.m4
Depends-on:
# We need the following in order to create <sys/stat.h> when the system
# has one that is incomplete.
-sys/stat.h: sys_stat_.h
+sys/stat.h: sys_stat.in.h
@MKDIR_P@ sys
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-e 's|@''HAVE_IO_H''@|$(HAVE_IO_H)|g' \
-e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
-e 's|@''HAVE_DECL_MKDIR''@|$(HAVE_DECL_MKDIR)|g' \
- < $(srcdir)/sys_stat_.h; \
+ < $(srcdir)/sys_stat.in.h; \
} > $@-t
mv $@-t $@
MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t