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, 02 Dec 2004 02:37:51 +0100

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

Modified Files:
        gnulib.m4 restrict.m4 
Added Files:
        base64.m4 
Log Message:
Add base64 gnulib module.

--- /home/cvs/shishi/gl/m4/gnulib.m4    2004/11/11 18:59:35     1.15
+++ /home/cvs/shishi/gl/m4/gnulib.m4    2004/12/02 01:37:51     1.16
@@ -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 strtok_r 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 base64 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],
 [
@@ -25,6 +25,7 @@
 AC_SUBST(LTALLOCA)
   gl_FUNC_ALLOCA
   gl_ALLOCSA
+  gl_FUNC_BASE64
   gl_ERROR
   dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
   gl_GETADDRINFO
--- /home/cvs/shishi/gl/m4/restrict.m4  2003/09/06 22:24:14     1.1
+++ /home/cvs/shishi/gl/m4/restrict.m4  2004/12/02 01:37:51     1.2
@@ -1,4 +1,11 @@
 #serial 1002
+dnl Copyright (C) 2003 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.
+
 # This macro can be removed once we can rely on Autoconf 2.57a or later,
 # since we can then use its AC_C_RESTRICT.
 

--- /home/cvs/shishi/gl/m4/base64.m4    2004/12/02 01:37:51     NONE
+++ /home/cvs/shishi/gl/m4/base64.m4    2004/12/02 01:37:51     1.1
# base64.m4 serial 1
dnl Copyright (C) 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_BASE64],
[
  gl_PREREQ_BASE64
])

# Prerequisites of lib/base64.c.
AC_DEFUN([gl_PREREQ_BASE64], [
  AC_REQUIRE([AC_C_INLINE])
  AC_REQUIRE([gl_C_RESTRICT])
])




reply via email to

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