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:17:17 +0200

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

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

--- /home/cvs/shishi/gl/m4/gnulib-cache.m4      2005/10/22 15:54:49     1.4
+++ /home/cvs/shishi/gl/m4/gnulib-cache.m4      2005/10/22 16:17:17     1.5
@@ -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-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 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-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 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 15:54:49     1.4
+++ /home/cvs/shishi/gl/m4/gnulib-comp.m4       2005/10/22 16:17:17     1.5
@@ -38,6 +38,7 @@
   gl_GC_HMAC_MD5
   gl_GC_HMAC_SHA1
   gl_GC_MD4
+  gl_GC_MD5
   gl_GC_PBKDF2_SHA1
   gl_GETADDRINFO
   gl_GETDATE
@@ -210,6 +211,7 @@
   m4/gc-hmac-md5.m4
   m4/gc-hmac-sha1.m4
   m4/gc-md4.m4
+  m4/gc-md5.m4
   m4/gc-pbkdf2-sha1.m4
   m4/gc.m4
   m4/getaddrinfo.m4

--- /home/cvs/shishi/gl/m4/gc-md5.m4    2005/10/22 16:17:17     NONE
+++ /home/cvs/shishi/gl/m4/gc-md5.m4    2005/10/22 16:17:17     1.1
# gc-md5.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_GC_MD5],
[
  AC_REQUIRE([gl_GC])
  AC_DEFINE(GC_USE_MD5, 1, [Define if you want to support MD5 through GC.])
  if test "$ac_cv_libgcrypt" != yes; then
    gl_MD5
  fi
])




reply via email to

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