* m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
authorSimon Josefsson <simon@josefsson.org>
Wed, 19 Oct 2005 08:37:43 +0000 (08:37 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 19 Oct 2005 08:37:43 +0000 (08:37 +0000)
m4/gc-md5.m4, m4/gc-sha1.m4: Fix typo, suggested by Stepan Kasal
<kasal@ucw.cz>.

m4/ChangeLog
m4/gc-hmac-md5.m4
m4/gc-hmac-sha1.m4
m4/gc-md4.m4
m4/gc-md5.m4
m4/gc-sha1.m4

index 9de5d0a..0c2ea44 100644 (file)
@@ -1,5 +1,11 @@
 2005-10-19  Simon Josefsson  <jas@extundo.com>
 
+       * m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
+       m4/gc-md5.m4, m4/gc-sha1.m4: Fix typo, suggested by Stepan Kasal
+       <kasal@ucw.cz>.
+
+2005-10-19  Simon Josefsson  <jas@extundo.com>
+
        * gc-md4.m4: New file.
 
 2005-10-18  Simon Josefsson  <jas@extundo.com>
index bae70b6..26d79e9 100644 (file)
@@ -8,7 +8,7 @@ AC_DEFUN([gl_GC_HMAC_MD5],
 [
   AC_REQUIRE([gl_GC])
   AC_DEFINE(GC_USE_HMAC_MD5, 1,
-    [Define to if you want to support HMAC-MD5 through GC.])
+    [Define if you want to support HMAC-MD5 through GC.])
   if test "$ac_cv_libgcrypt" != yes; then
     gl_MD5
     gl_HMAC_MD5
index b6a3fa4..c18dd21 100644 (file)
@@ -8,7 +8,7 @@ AC_DEFUN([gl_GC_HMAC_SHA1],
 [
   AC_REQUIRE([gl_GC])
   AC_DEFINE(GC_USE_HMAC_SHA1, 1,
-    [Define to if you want to support HMAC-SHA1 through GC.])
+    [Define if you want to support HMAC-SHA1 through GC.])
   if test "$ac_cv_libgcrypt" != yes; then
     gl_SHA1
     gl_HMAC_SHA1
index b72dbbb..e61f27c 100644 (file)
@@ -7,7 +7,7 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_GC_MD4],
 [
   AC_REQUIRE([gl_GC])
-  AC_DEFINE(GC_USE_MD4, 1, [Define to if you want to support MD4 through GC.])
+  AC_DEFINE(GC_USE_MD4, 1, [Define if you want to support MD4 through GC.])
   if test "$ac_cv_libgcrypt" != yes; then
     gl_MD4
   fi
index bb9a2b3..dbb0d3b 100644 (file)
@@ -7,7 +7,7 @@ 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 to if you want to support MD5 through 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
index c305120..88010e2 100644 (file)
@@ -8,7 +8,7 @@ AC_DEFUN([gl_GC_SHA1],
 [
   AC_REQUIRE([gl_GC])
   AC_DEFINE(GC_USE_SHA1, 1,
-    [Define to if you want to support SHA-1 through GC.])
+    [Define if you want to support SHA-1 through GC.])
   if test "$ac_cv_libgcrypt" != yes; then
     gl_SHA1
   fi