Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2005-12-29 04:32:30 UTC

Modified files:
     acinclude.m4 ChangeLog

Log message:

Fix quoting of acinclude.m4 macro definitions.  (Regen'ed files to follow.)

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.757 ircu2.10/ChangeLog:1.758
--- ircu2.10/ChangeLog:1.757    Wed Dec 28 19:48:19 2005
+++ ircu2.10/ChangeLog  Wed Dec 28 20:32:20 2005
@@ -1,5 +1,17 @@
 2005-12-28  Michael Poole <[EMAIL PROTECTED]>
 
+       * acinclude.m4: Properly quote function names.
+
+       * aclocal.m4: Regenerate.
+
+       * Makefile.in: Likewise.
+
+       * configure: Likewise.
+
+       * ircd/Makefile.in: Likewise.
+
+2005-12-28  Michael Poole <[EMAIL PROTECTED]>
+
        * ircd-patch: Do not use [ for test, and do not use $[] for expr.
        (Solaris /bin/sh, among others, have problems with those.)
 
Index: ircu2.10/acinclude.m4
diff -u ircu2.10/acinclude.m4:1.5 ircu2.10/acinclude.m4:1.6
--- ircu2.10/acinclude.m4:1.5   Thu Dec 22 12:06:21 2005
+++ ircu2.10/acinclude.m4       Wed Dec 28 20:32:20 2005
@@ -4,7 +4,7 @@
 dnl   Check whether we have posix, bsd or sysv non-blocking sockets and
 dnl   define respectively NBLOCK_POSIX, NBLOCK_BSD or NBLOCK_SYSV.
 dnl
-AC_DEFUN(unet_NONBLOCKING,
+AC_DEFUN([unet_NONBLOCKING],
 [dnl Do we have posix, bsd or sysv non-blocking stuff ?
 AC_CACHE_CHECK([for posix non-blocking], unet_cv_sys_nonblocking_posix,
 [AC_TRY_RUN([#include <sys/types.h>
@@ -71,7 +71,7 @@
 dnl   unreliable sysv signals and define respectively POSIX_SIGNALS,
 dnl   BSD_RELIABLE_SIGNALS or SYSV_UNRELIABLE_SIGNALS.
 dnl
-AC_DEFUN(unet_SIGNALS,
+AC_DEFUN([unet_SIGNALS],
 [dnl Do we have posix signals, reliable bsd signals or unreliable sysv signals 
?
 AC_CACHE_CHECK([for posix signals], unet_cv_sys_signal_posix,
 [AC_TRY_COMPILE([#include <signal.h>],
@@ -108,7 +108,7 @@
 dnl
 dnl Check the size of several types and define a valid int16_t and int32_t.
 dnl
-AC_DEFUN(unet_CHECK_TYPE_SIZES,
+AC_DEFUN([unet_CHECK_TYPE_SIZES],
 [dnl Check type sizes
 AC_CHECK_SIZEOF(short)
 AC_CHECK_SIZEOF(int)
@@ -179,7 +179,7 @@
 dnl The check for libresolv is in case you are attempting to link statically
 dnl and happen to have a libresolv.a lying around (and no libnsl.a).
 dnl
-AC_DEFUN(AC_LIBRARY_NET, [
+AC_DEFUN([AC_LIBRARY_NET], [
    # Most operating systems have gethostbyname() in the default searched
    # libraries (i.e. libc):
    AC_CHECK_FUNC(gethostbyname, ,
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to