* 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 9de5d0ac5126a58abd9ed99d447cdc45475c5309..0c2ea44b5ab227efe19a4290198bb662e0cdea7f 100644 (file)
@@ -1,3 +1,9 @@
+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-19  Simon Josefsson  <jas@extundo.com>
 
        * gc-md4.m4: New file.
index bae70b6734e50262bfa47f5c0fd94245ad015c92..26d79e944f9ce61be6f6fecfb87e97450127ebee 100644 (file)
@@ -8,7 +8,7 @@ AC_DEFUN([gl_GC_HMAC_MD5],
 [
   AC_REQUIRE([gl_GC])
   AC_DEFINE(GC_USE_HMAC_MD5, 1,
 [
   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
   if test "$ac_cv_libgcrypt" != yes; then
     gl_MD5
     gl_HMAC_MD5
index b6a3fa47d4c9d321ab6484592bf4b15e3a8ff4eb..c18dd217812e11ba8619e49c37dce7f5c0b2a33d 100644 (file)
@@ -8,7 +8,7 @@ AC_DEFUN([gl_GC_HMAC_SHA1],
 [
   AC_REQUIRE([gl_GC])
   AC_DEFINE(GC_USE_HMAC_SHA1, 1,
 [
   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
   if test "$ac_cv_libgcrypt" != yes; then
     gl_SHA1
     gl_HMAC_SHA1
index b72dbbb0ee65497fff655037626117ea2281c296..e61f27c9fb2ce1f749b1e95adc84d64861f4fe27 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_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
   if test "$ac_cv_libgcrypt" != yes; then
     gl_MD4
   fi
index bb9a2b3c144922023d72d0f8bfe7427df0dcf01d..dbb0d3bc5dbd5e7246d2c278623c0cd9a11af7cd 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_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
   if test "$ac_cv_libgcrypt" != yes; then
     gl_MD5
   fi
index c305120d946772cea1535df2e7c5cdb781893236..88010e22a4d6bb532a68bff6598ce90ca54d5c16 100644 (file)
@@ -8,7 +8,7 @@ AC_DEFUN([gl_GC_SHA1],
 [
   AC_REQUIRE([gl_GC])
   AC_DEFINE(GC_USE_SHA1, 1,
 [
   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
   if test "$ac_cv_libgcrypt" != yes; then
     gl_SHA1
   fi