[Pinfo-devel] r23 - pinfo/trunk
Bas Zoetekouw
bas at costa.debian.org
Mon Jul 25 20:15:16 UTC 2005
Author: bas
Date: 2005-07-25 20:15:15 +0000 (Mon, 25 Jul 2005)
New Revision: 23
Modified:
pinfo/trunk/config.h.in
pinfo/trunk/configure.ac
Log:
Added an autoconf check for strsep
Modified: pinfo/trunk/config.h.in
===================================================================
--- pinfo/trunk/config.h.in 2005-07-25 20:14:49 UTC (rev 22)
+++ pinfo/trunk/config.h.in 2005-07-25 20:15:15 UTC (rev 23)
@@ -200,6 +200,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the `strsep' function. */
+#undef HAVE_STRSEP
+
/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR
Modified: pinfo/trunk/configure.ac
===================================================================
--- pinfo/trunk/configure.ac 2005-07-25 20:14:49 UTC (rev 22)
+++ pinfo/trunk/configure.ac 2005-07-25 20:15:15 UTC (rev 23)
@@ -45,7 +45,7 @@
AC_C_CONST
# Checks for library functions.
-AC_CHECK_FUNCS(strdup strstr)
+AC_CHECK_FUNCS(strdup strstr strsep)
AC_CHECK_FUNCS(getopt_long snprintf)
AM_CONDITIONAL(HAVE_SNPRINTF,test "x$ac_cv_func_snprintf" = "xyes")
More information about the Pinfo-devel
mailing list