libsoup.acinclude.awn.1.patch



2006-09-13  Andrew W. Nosenko  <andrew w nosenko gmail com>

	* acinclude.m4:
	Avoid autoreconf warnings about underquoted definition of macro.

--
Andrew W. Nosenko <andrew w nosenko gmail com>
2006-09-13  Andrew W. Nosenko  <andrew w nosenko gmail com>

	* acinclude.m4:
	Avoid autoreconf warnings about underquoted definition of macro.

Index: acinclude.m4
===================================================================
RCS file: /cvs/gnome/libsoup/acinclude.m4,v
retrieving revision 1.4
diff -u -p -r1.4 acinclude.m4
--- acinclude.m4	9 Jan 2004 21:30:01 -0000	1.4
+++ acinclude.m4	13 Sep 2006 11:16:02 -0000
@@ -4,7 +4,7 @@ dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION,
 dnl                   [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
 dnl Test for libgpg-error and define GPG_ERROR_CFLAGS and GPG_ERROR_LIBS
 dnl
-AC_DEFUN(AM_PATH_GPG_ERROR,
+AC_DEFUN([AM_PATH_GPG_ERROR],
 [ AC_ARG_WITH(gpg-error-prefix,
             AC_HELP_STRING([--with-gpg-error-prefix=PFX],
                            [prefix where GPG Error is installed (optional)]),
@@ -115,7 +115,7 @@ dnl $id$
 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_LIBGNUTLS,
+AC_DEFUN([AM_PATH_LIBGNUTLS],
 [dnl
 dnl Get the cflags and libraries from the libgnutls-config script
 dnl


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]