[113822] trunk/base

cal at macports.org cal at macports.org
Sun Nov 24 05:07:44 PST 2013


Revision: 113822
          https://trac.macports.org/changeset/113822
Author:   cal at macports.org
Date:     2013-11-24 05:07:43 -0800 (Sun, 24 Nov 2013)
Log Message:
-----------
regenerate configure after r113821

Revision Links:
--------------
    https://trac.macports.org/changeset/113821

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

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2013-11-24 13:07:25 UTC (rev 113821)
+++ trunk/base/configure	2013-11-24 13:07:43 UTC (rev 113822)
@@ -8605,8 +8605,9 @@
 
 fi
 
-for ac_header in limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h sys/socket.h \
-	sys/event.h sys/sysctl.h readline/readline.h readline/history.h pwd.h sys/paths.h utime.h libkern/OSAtomic.h
+for ac_header in crt_externs.h err.h fcntl.h libkern/OSAtomic.h limits.h paths.h pwd.h \
+	readline/history.h readline/readline.h spawn.h sys/cdefs.h sys/event.h sys/fcntl.h sys/file.h \
+	sys/paths.h sys/socket.h sys/sysctl.h utime.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -8623,7 +8624,9 @@
 INCLUDES="-I.. -I. $INCLUDES"
 
 # Checks for library functions.
-for ac_func in bzero memset fgetln lockf flock setmode strcasecmp strncasecmp strlcpy strlcat copyfile clearenv sysctlbyname kqueue OSAtomicCompareAndSwapPtr OSAtomicCompareAndSwap64 OSAtomicCompareAndSwap32
+for ac_func in OSAtomicCompareAndSwap32 OSAtomicCompareAndSwap64 OSAtomicCompareAndSwapPtr bzero \
+	clearenv copyfile fgetln flock kqueue lockf memset posix_spawn setmode strcasecmp strlcat \
+	strlcpy strncasecmp sysctlbyname
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"

Modified: trunk/base/src/config.h.in
===================================================================
--- trunk/base/src/config.h.in	2013-11-24 13:07:25 UTC (rev 113821)
+++ trunk/base/src/config.h.in	2013-11-24 13:07:43 UTC (rev 113822)
@@ -140,6 +140,9 @@
 /* Define to 1 if you have the <paths.h> header file. */
 #undef HAVE_PATHS_H
 
+/* Define to 1 if you have the `posix_spawn' function. */
+#undef HAVE_POSIX_SPAWN
+
 /* Define if you have POSIX threads libraries and header files. */
 #undef HAVE_PTHREAD
 
@@ -170,6 +173,9 @@
 /* Define to 1 if you have the <sha.h> header file. */
 #undef HAVE_SHA_H
 
+/* Define to 1 if you have the <spawn.h> header file. */
+#undef HAVE_SPAWN_H
+
 /* Define to 1 if you have the <sqlite3ext.h> header file. */
 #undef HAVE_SQLITE3EXT_H
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131124/deacef7a/attachment-0001.html>


More information about the macports-changes mailing list