]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #871: Fix up local squid macros quoting
authorrobertc <>
Tue, 21 Dec 2004 03:25:06 +0000 (03:25 +0000)
committerrobertc <>
Tue, 21 Dec 2004 03:25:06 +0000 (03:25 +0000)
Makefile.in
acinclude.m4

index bd2b0b306f7162e8eea5d52ed2266ac888b5f0fb..e4b2826b39613091a38f827c006eac893758ae48 100644 (file)
@@ -15,7 +15,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.64 2004/12/20 18:14:31 robertc Exp $
+# $Id: Makefile.in,v 1.65 2004/12/20 20:25:06 robertc Exp $
 #
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
index 21327b997e9fd54d01ee71f770f4a14cf09e6332..5e575d232bda1015de90b2f535c21ae203dbe557 100644 (file)
@@ -1,6 +1,6 @@
 dnl This encapsulates the nasty mess of headers we need to check when 
 dnl checking types.
-AC_DEFUN(SQUID_DEFAULT_INCLUDES,[[
+AC_DEFUN([SQUID_DEFAULT_INCLUDES],[[
 /* What a mess.. many systems have added the (now standard) bit types
  * in their own ways, so we need to scan a wide variety of headers to
  * find them..
@@ -25,13 +25,13 @@ AC_DEFUN(SQUID_DEFAULT_INCLUDES,[[
 ]])     
 
 dnl and this is for AC_CHECK_SIZEOF
-AC_DEFUN(SQUID_DEFAULT_SIZEOF_INCLUDES,[
+AC_DEFUN([SQUID_DEFAULT_SIZEOF_INCLUDES],[
 #include <stdio.h>
 SQUID_DEFAULT_INCLUDES
 ])
 
 dnl *BSD net headers
-AC_DEFUN(SQUID_BSDNET_INCLUDES,[
+AC_DEFUN([SQUID_BSDNET_INCLUDES],[
 SQUID_DEFAULT_INCLUDES
 #if HAVE_SYS_TIME_H
 #include <sys/time.h>