shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/gl/m4


From: shishi-commit
Subject: CVS shishi/gl/m4
Date: Thu, 11 Nov 2004 19:59:35 +0100

Update of /home/cvs/shishi/gl/m4
In directory dopio:/tmp/cvs-serv2376/gl/m4

Modified Files:
        gnulib.m4 
Added Files:
        strtok_r.m4 
Log Message:
Add strtok_r.

--- /home/cvs/shishi/gl/m4/gnulib.m4    2004/11/09 18:18:50     1.14
+++ /home/cvs/shishi/gl/m4/gnulib.m4    2004/11/11 18:59:35     1.15
@@ -8,7 +8,7 @@
 # Generated by gnulib-tool.
 #
 # Invoked as: gnulib-tool --import
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --libtool  alloca alloca-opt allocsa error extensions 
getaddrinfo getdate getdomainname gethostname getline getopt getpass getsubopt 
gettext gettime gettimeofday mktime progname readlink realloc restrict setenv 
stdbool strcase strchrnul strdup strndup strnlen timegm time_r timespec 
vasnprintf vasprintf xalloc xgetdomainname xgethostname xreadlink xsize xstrndup
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --libtool  alloca alloca-opt allocsa error extensions 
getaddrinfo getdate getdomainname gethostname getline getopt getpass getsubopt 
gettext gettime gettimeofday mktime progname readlink realloc restrict setenv 
stdbool strcase strchrnul strdup strndup strnlen strtok_r timegm time_r 
timespec vasnprintf vasprintf xalloc xgetdomainname xgethostname xreadlink 
xsize xstrndup
 
 AC_DEFUN([gl_EARLY],
 [
@@ -49,6 +49,7 @@
   gl_FUNC_STRDUP
   gl_FUNC_STRNDUP
   gl_FUNC_STRNLEN
+  gl_FUNC_STRTOK_R
   gl_FUNC_TIMEGM
   gl_TIME_R
   gl_TIMESPEC

--- /home/cvs/shishi/gl/m4/strtok_r.m4  2004/11/11 18:59:35     NONE
+++ /home/cvs/shishi/gl/m4/strtok_r.m4  2004/11/11 18:59:35     1.1
# strtok_r.m4 serial 1
dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License.  As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.

AC_DEFUN([gl_FUNC_STRTOK_R],
[
  AC_REPLACE_FUNCS(strtok_r)
  AC_CHECK_DECLS_ONCE(strtok_r)
  gl_PREREQ_STRTOK_R
])

# Prerequisites of lib/strtok_r.h and lib/strtok_r.c.
AC_DEFUN([gl_PREREQ_STRTOK_R], [
  AC_REQUIRE([gl_C_RESTRICT])
])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]