OSDN Git Service

* configure.ac, config.h.in: added checking utime.h existent.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 7 Jul 2002 08:24:06 +0000 (08:24 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 7 Jul 2002 08:24:06 +0000 (08:24 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@315 6a8cc165-1e22-0410-a132-eb4e3f353aba

config.h.in
configure.ac

index e5ca81b..bbb9ad0 100644 (file)
 /* Define to 1 if you have the `utime' function. */
 #undef HAVE_UTIME
 
+/* Define to 1 if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H
+
 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
 #undef HAVE_UTIME_NULL
 
index c423f07..b1e089a 100644 (file)
@@ -22,7 +22,7 @@ AC_SEARCH_LIBS(opendir, [mingwex])
 AC_HEADER_DIRENT
 AC_HEADER_STDC
 AC_CHECK_HEADERS(fcntl.h limits.h sys/file.h sys/param.h sys/time.h)
-AC_CHECK_HEADERS(pwd.h grp.h)
+AC_CHECK_HEADERS(pwd.h grp.h utime.h)
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST