warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / windows-stat-override
blob027fa927602b5abbb6929edc41cca4e08676572c
1 Description:
2 On native Windows platforms, override 'struct stat'.
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the main modules in lib/.
9 Files:
11 Depends-on:
12 sys_stat
14 configure.ac:
15 AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
16 AC_REQUIRE([AC_CANONICAL_HOST])
17 case "$host_os" in
18   mingw*) GNULIB_OVERRIDES_STRUCT_STAT=1 ;;
19 esac
21 Makefile.am:
23 Include:
24 <sys/stat.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Bruno Haible