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: Tue, 05 Oct 2004 20:54:42 +0200

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

Modified Files:
        gnulib.m4 xalloc.m4 
Log Message:
Gnulib update.
Fix callers.


--- /home/cvs/shishi/gl/m4/gnulib.m4    2004/09/17 14:10:16     1.11
+++ /home/cvs/shishi/gl/m4/gnulib.m4    2004/10/05 18:54:42     1.12
@@ -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 allocsa error extensions 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 unlocked-io 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 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
 
 AC_DEFUN([gl_EARLY],
 [
@@ -19,6 +19,7 @@
 AC_DEFUN([gl_INIT],
 [
   gl_FUNC_ALLOCA
+  gl_FUNC_ALLOCA
   gl_ALLOCSA
   gl_ERROR
   dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
@@ -46,7 +47,6 @@
   gl_FUNC_TIMEGM
   gl_TIME_R
   gl_TIMESPEC
-  gl_FUNC_GLIBC_UNLOCKED_IO
   gl_FUNC_VASNPRINTF
   gl_FUNC_VASPRINTF
   gl_XALLOC
@@ -67,4 +67,7 @@
 dnl Usage: gl_LIB(LIBNAME)
 AC_DEFUN([gl_LIB], [])
 
+dnl Usage: gl_LGPL
+AC_DEFUN([gl_LGPL], [])
+
 # gnulib.m4 ends here
--- /home/cvs/shishi/gl/m4/xalloc.m4    2004/07/02 09:19:40     1.7
+++ /home/cvs/shishi/gl/m4/xalloc.m4    2004/10/05 18:54:42     1.8
@@ -1,4 +1,4 @@
-# xalloc.m4 serial 9
+# xalloc.m4 serial 10
 dnl Copyright (C) 2002-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
@@ -10,7 +10,6 @@
 [
   gl_PREREQ_XALLOC
   gl_PREREQ_XMALLOC
-  gl_PREREQ_XSTRDUP
 ])
 
 # Prerequisites of lib/xalloc.h.
@@ -23,8 +22,3 @@
   AC_REQUIRE([AC_C_INLINE])
   :
 ])
-
-# Prerequisites of lib/xstrdup.c.
-AC_DEFUN([gl_PREREQ_XSTRDUP], [
-  :
-])





reply via email to

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