--------------------- PatchSet 1117 Date: 2004/12/18 08:11:34 Author: serassio Branch: nt Tag: (none) Log: Fixes for latest Cygwin Automake Members: acinclude.m4:1.3.16.6->1.3.16.7 lib/cppunit-1.10.0/config/bb_enable_doxygen.m4:1.1.2.1->1.1.2.2 Index: squid3/acinclude.m4 =================================================================== RCS file: /cvsroot/squid-sf//squid3/acinclude.m4,v retrieving revision 1.3.16.6 retrieving revision 1.3.16.7 diff -u -r1.3.16.6 -r1.3.16.7 --- squid3/acinclude.m4 8 Oct 2003 19:25:04 -0000 1.3.16.6 +++ squid3/acinclude.m4 18 Dec 2004 08:11:34 -0000 1.3.16.7 @@ -120,7 +120,7 @@ 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.. @@ -145,13 +145,13 @@ ]]) dnl and this is for AC_CHECK_SIZEOF -AC_DEFUN(SQUID_DEFAULT_SIZEOF_INCLUDES,[ +AC_DEFUN([SQUID_DEFAULT_SIZEOF_INCLUDES],[ #include 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 Index: squid3/lib/cppunit-1.10.0/config/bb_enable_doxygen.m4 =================================================================== RCS file: /cvsroot/squid-sf//squid3/lib/cppunit-1.10.0/config/bb_enable_doxygen.m4,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid3/lib/cppunit-1.10.0/config/bb_enable_doxygen.m4 27 Aug 2004 17:30:28 -0000 1.1.2.1 +++ squid3/lib/cppunit-1.10.0/config/bb_enable_doxygen.m4 18 Dec 2004 08:11:35 -0000 1.1.2.2 @@ -1,4 +1,4 @@ -AC_DEFUN(BB_ENABLE_DOXYGEN, +AC_DEFUN([BB_ENABLE_DOXYGEN], [ AC_ARG_ENABLE(doxygen, [ --enable-doxygen enable documentation generation with doxygen (auto)]) AC_ARG_ENABLE(dot, [ --enable-dot use 'dot' to generate graphs in doxygen (auto)])