[svn-commits] trunk r33691 - in /trunk: configure
include/asterisk/autoconfig.h.in
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 12 13:33:02 MST 2006
Author: kpfleming
Date: Mon Jun 12 15:33:01 2006
New Revision: 33691
URL: http://svn.digium.com/view/asterisk?rev=33691&view=rev
Log:
bootstrap to include latest configure script change
Modified:
trunk/configure
trunk/include/asterisk/autoconfig.h.in
Modified: trunk/configure
URL: http://svn.digium.com/view/asterisk/trunk/configure?rev=33691&r1=33690&r2=33691&view=diff
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Jun 12 15:33:01 2006
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 32846 .
+# From configure.ac Revision: 33690 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59e.
#
@@ -26203,7 +26203,8 @@
-for ac_func in atexit bzero dup2 endpwent floor ftruncate getcwd gethostbyname gethostname gettimeofday inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap pow putenv re_comp regcomp rint select setenv socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strndup strrchr strsep strspn strstr strtol unsetenv utime strtoq strcasestr asprintf vasprintf
+
+for ac_func in atexit bzero dup2 endpwent floor ftruncate getcwd gethostbyname gethostname gettimeofday inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap pow putenv re_comp regcomp rint select setenv socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strndup strnlen strrchr strsep strspn strstr strtol unsetenv utime strtoq strcasestr asprintf vasprintf
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
Modified: trunk/include/asterisk/autoconfig.h.in
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/autoconfig.h.in?rev=33691&r1=33690&r2=33691&view=diff
==============================================================================
--- trunk/include/asterisk/autoconfig.h.in (original)
+++ trunk/include/asterisk/autoconfig.h.in Mon Jun 12 15:33:01 2006
@@ -313,6 +313,9 @@
/* Define to 1 if you have the `strndup' function. */
#undef HAVE_STRNDUP
+
+/* Define to 1 if you have the `strnlen' function. */
+#undef HAVE_STRNLEN
/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR
More information about the svn-commits
mailing list