[28743] trunk/base

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 02:58:47 PDT 2007


Revision: 28743
          http://trac.macosforge.org/projects/macports/changeset/28743
Author:   afb at macports.org
Date:     2007-09-08 02:58:47 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
add check for <utime.h>

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/configure.ac
    trunk/base/src/config.h.in

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2007-09-08 09:55:26 UTC (rev 28742)
+++ trunk/base/configure	2007-09-08 09:58:47 UTC (rev 28743)
@@ -7123,8 +7123,9 @@
 
 
 
+
 for ac_header in limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h libgen.h sys/socket.h \
-	readline/readline.h readline/history.h pwd.h sys/paths.h
+	readline/readline.h readline/history.h pwd.h sys/paths.h utime.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2007-09-08 09:55:26 UTC (rev 28742)
+++ trunk/base/configure.ac	2007-09-08 09:58:47 UTC (rev 28743)
@@ -79,7 +79,7 @@
 AC_HEADER_SYS_WAIT
 AC_HEADER_STAT
 AC_CHECK_HEADERS([limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h libgen.h sys/socket.h \
-	readline/readline.h readline/history.h pwd.h sys/paths.h])
+	readline/readline.h readline/history.h pwd.h sys/paths.h utime.h])
 
 INCLUDES="-I.. -I. $INCLUDES"
 

Modified: trunk/base/src/config.h.in
===================================================================
--- trunk/base/src/config.h.in	2007-09-08 09:55:26 UTC (rev 28742)
+++ trunk/base/src/config.h.in	2007-09-08 09:58:47 UTC (rev 28743)
@@ -218,6 +218,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H
+
 /* Define to 1 if you have the `vfork' function. */
 #undef HAVE_VFORK
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070908/589935ca/attachment.html


More information about the macports-changes mailing list