changeset 503:eb6dafc07f42

2004-7-18 Brian Masney <masneyb@gftp.org> * acinclude.m4 - quote the definition of the automake functions. This fixes warnings from automake 1.8
author masneyb
date Sun, 18 Jul 2004 15:57:40 +0000
parents f19c1c31a906
children 93d7d3b9a477
files ChangeLog acinclude.m4
diffstat 2 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jul 18 15:42:48 2004 +0000
+++ b/ChangeLog	Sun Jul 18 15:57:40 2004 +0000
@@ -1,4 +1,7 @@
-2004-7-14 Brian Masney <masneyb@gftp.org>
+2004-7-18 Brian Masney <masneyb@gftp.org>
+	* acinclude.m4 - quote the definition of the automake functions. This
+	fixes warnings from automake 1.8
+
 	* acinclude.m4 - removed AC_SYS_LARGEFILE. This is provided by newer
 	versions of automake
 
@@ -2573,7 +2576,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.280 2004/07/18 15:42:48 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.281 2004/07/18 15:57:40 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/acinclude.m4	Sun Jul 18 15:42:48 2004 +0000
+++ b/acinclude.m4	Sun Jul 18 15:57:40 2004 +0000
@@ -3,7 +3,7 @@
 dnl This function is derived from
 dnl http://savannah.gnu.org/cgi-bin/viewcvs/gcc/gcc/libjava/configure.in?rev=1.142.2.7&content-type=text/vnd.viewcvs-markup
 
-AC_DEFUN(AC_TYPE_SOCKLEN_T,
+AC_DEFUN([AC_TYPE_SOCKLEN_T],
   [AC_MSG_CHECKING([for socklen_t in sys/socket.h])
    AC_TRY_COMPILE([#define _POSIX_PII_SOCKET
    #include <sys/types.h>
@@ -21,7 +21,7 @@
 dnl Brian Masney <masneyb@gftp.org>
 
 dnl 
-AC_DEFUN(AC_INTL_PRINTF,
+AC_DEFUN([AC_INTL_PRINTF],
   [AC_MSG_CHECKING([whether the printf family of functions supports %'ld])
    AC_TRY_RUN([#include <stdio.h>
                #include <string.h>
@@ -42,7 +42,7 @@
 
 dnl Brian Masney <masneyb@gftp.org>
 
-AC_DEFUN(AC_TYPE_INTPTR_T,
+AC_DEFUN([AC_TYPE_INTPTR_T],
   [AC_MSG_CHECKING([for intptr_t in stdint.h])
    AC_TRY_COMPILE([#include <stdint.h>],
    [intptr_t i = 0;],