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: Sat, 22 Oct 2005 18:20:08 +0200

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

Modified Files:
        gnulib-cache.m4 gnulib-comp.m4 
Added Files:
        crc.m4 
Log Message:
Update.

--- /home/cvs/shishi/gl/m4/gnulib-cache.m4      2005/10/22 16:17:17     1.5
+++ /home/cvs/shishi/gl/m4/gnulib-cache.m4      2005/10/22 16:20:08     1.6
@@ -14,10 +14,10 @@
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 
--aux-dir=. --avoid=xalloc-die --libtool --macro-prefix=gl base64 error 
gc-arcfour gc-des gc-hmac-md5 gc-hmac-sha1 gc-md4 gc-md5 gc-pbkdf2-sha1 
getaddrinfo getdate gethostname getline getopt getpass getsubopt progname 
realloc setenv socklen strcase strchrnul strdup strndup strtok_r timegm 
vasnprintf vasprintf xalloc xgetdomainname xgethostname xreadlink xstrndup 
xvasprintf
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 
--aux-dir=. --avoid=xalloc-die --libtool --macro-prefix=gl base64 crc error 
gc-arcfour gc-des gc-hmac-md5 gc-hmac-sha1 gc-md4 gc-md5 gc-pbkdf2-sha1 
getaddrinfo getdate gethostname getline getopt getpass getsubopt progname 
realloc setenv socklen strcase strchrnul strdup strndup strtok_r timegm 
vasnprintf vasprintf xalloc xgetdomainname xgethostname xreadlink xstrndup 
xvasprintf
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
-gl_MODULES([base64 error gc-arcfour gc-des gc-hmac-md5 gc-hmac-sha1 gc-md4 
gc-md5 gc-pbkdf2-sha1 getaddrinfo getdate gethostname getline getopt getpass 
getsubopt progname realloc setenv socklen strcase strchrnul strdup strndup 
strtok_r timegm vasnprintf vasprintf xalloc xgetdomainname xgethostname 
xreadlink xstrndup xvasprintf])
+gl_MODULES([base64 crc error gc-arcfour gc-des gc-hmac-md5 gc-hmac-sha1 gc-md4 
gc-md5 gc-pbkdf2-sha1 getaddrinfo getdate gethostname getline getopt getpass 
getsubopt progname realloc setenv socklen strcase strchrnul strdup strndup 
strtok_r timegm vasnprintf vasprintf xalloc xgetdomainname xgethostname 
xreadlink xstrndup xvasprintf])
 gl_AVOID([xalloc-die])
 gl_SOURCE_BASE([gl])
 gl_M4_BASE([gl/m4])
--- /home/cvs/shishi/gl/m4/gnulib-comp.m4       2005/10/22 16:17:17     1.5
+++ /home/cvs/shishi/gl/m4/gnulib-comp.m4       2005/10/22 16:20:08     1.6
@@ -30,6 +30,7 @@
   gl_FUNC_ALLOCA
   gl_ALLOCSA
   gl_FUNC_BASE64
+  gl_CRC
   gl_ERROR
   dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
   gl_GC
@@ -96,6 +97,8 @@
   lib/asprintf.c
   lib/base64.c
   lib/base64.h
+  lib/crc.c
+  lib/crc.h
   lib/des.c
   lib/des.h
   lib/error.c
@@ -201,6 +204,7 @@
   m4/base64.m4
   m4/bison.m4
   m4/clock_time.m4
+  m4/crc.m4
   m4/des.m4
   m4/eealloc.m4
   m4/eoverflow.m4

--- /home/cvs/shishi/gl/m4/crc.m4       2005/10/22 16:20:08     NONE
+++ /home/cvs/shishi/gl/m4/crc.m4       2005/10/22 16:20:08     1.1
# crc.m4 serial 1
dnl Copyright (C) 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

AC_DEFUN([gl_CRC],
[
  AC_LIBSOURCES([crc.h, crc.c])
  AC_LIBOBJ([crc])
])




reply via email to

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