2006-08-04 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Thu, 3 Aug 2006 22:13:02 +0000 (22:13 +0000)
committerhallski <hallski>
Thu, 3 Aug 2006 22:13:02 +0000 (22:13 +0000)
* acinclude.m4:
- Fix a auto* warning.
- Fixes LM-46.

ChangeLog
acinclude.m4

index 54e987d750f42373aae8dee4009f9bc90b49c966..96989590e6fe04973f00fcd2a85fe3d7d991899c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
+2006-08-04  Mikael Hallendal  <micke@imendio.com>
+
+       * acinclude.m4: 
+       - Fix a auto* warning.
+       - Fixes LM-46.
+
 2006-08-03  Richard Hult  <richard@imendio.com>
 
-       * loudmouth/lm-sha.c: Make the sha functions static so they are
-       not exposed to apps/libraries using loudmout.
+       * loudmouth/lm-sha.c: 
+       - Make the sha functions static so they are not exposed to 
+         apps/libraries using loudmout.
+       - Fixes LM-47.
 
 2006-08-01  Mikael Hallendal  <micke@imendio.com>
 
index 724d31634a72c7081722eef28e9a107a47218e64..14a0b10b13fb9f1c40d1d02d3cd168a9b468b8a0 100644 (file)
@@ -196,7 +196,7 @@ dnl AM_PATH_LIBGNUTLS([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND
 ]]])
 dnl Test for libgnutls, and define LIBGNUTLS_CFLAGS and LIBGNUTLS_LIBS
 dnl
-AC_DEFUN(AM_PATH_LM_LIBGNUTLS,
+AC_DEFUN([AM_PATH_LM_LIBGNUTLS],
 [dnl
 dnl Get the cflags and libraries from the libgnutls-config script
 dnl