From f32ed23aa8c76b0a1b7d11f48b465a2f41df6251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 12 Feb 2004 14:21:14 +0000 Subject: [PATCH] overquote to pacify automake1.8 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13338 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/aix.m4 | 2 +- cf/auth-modules.m4 | 2 +- cf/broken-getaddrinfo.m4 | 2 +- cf/broken-getnameinfo.m4 | 2 +- cf/broken-glob.m4 | 2 +- cf/broken-realloc.m4 | 2 +- cf/broken-snprintf.m4 | 4 ++-- cf/c-attribute.m4 | 2 +- cf/c-function.m4 | 2 +- cf/capabilities.m4 | 2 +- cf/check-declaration.m4 | 2 +- cf/check-getpwnam_r-posix.m4 | 2 +- cf/check-man.m4 | 2 +- cf/check-netinet-ip-and-tcp.m4 | 2 +- cf/check-type-extra.m4 | 2 +- cf/check-x.m4 | 2 +- cf/check-xau.m4 | 2 +- cf/find-func-no-libs.m4 | 2 +- cf/find-func-no-libs2.m4 | 2 +- cf/find-func.m4 | 2 +- cf/find-if-not-broken.m4 | 2 +- cf/have-pragma-weak.m4 | 2 +- cf/have-struct-field.m4 | 2 +- cf/have-type.m4 | 2 +- cf/have-types.m4 | 2 +- cf/krb-bigendian.m4 | 2 +- cf/krb-func-getcwd-broken.m4 | 2 +- cf/krb-func-getlogin.m4 | 2 +- cf/krb-ipv6.m4 | 2 +- cf/krb-prog-ln-s.m4 | 2 +- cf/krb-prog-ranlib.m4 | 2 +- cf/krb-prog-yacc.m4 | 2 +- cf/krb-readline.m4 | 2 +- cf/krb-struct-spwd.m4 | 2 +- cf/krb-struct-winsize.m4 | 2 +- cf/krb-sys-aix.m4 | 2 +- cf/krb-sys-nextstep.m4 | 2 +- cf/krb-version.m4 | 2 +- cf/mips-abi.m4 | 2 +- cf/need-proto.m4 | 2 +- cf/osfc2.m4 | 2 +- cf/proto-compat.m4 | 2 +- cf/pthreads.m4 | 2 +- cf/retsigtype.m4 | 2 +- cf/roken-frag.m4 | 2 +- cf/roken.m4 | 2 +- cf/test-package.m4 | 2 +- cf/wflags.m4 | 2 +- 48 files changed, 49 insertions(+), 49 deletions(-) diff --git a/cf/aix.m4 b/cf/aix.m4 index 57015a9ae..db4b982ea 100644 --- a/cf/aix.m4 +++ b/cf/aix.m4 @@ -2,7 +2,7 @@ dnl dnl $Id$ dnl -AC_DEFUN(rk_AIX,[ +AC_DEFUN([rk_AIX],[ aix=no case "$host" in diff --git a/cf/auth-modules.m4 b/cf/auth-modules.m4 index 93e2195ad..e27de4bd8 100644 --- a/cf/auth-modules.m4 +++ b/cf/auth-modules.m4 @@ -4,7 +4,7 @@ dnl Figure what authentication modules should be built dnl dnl rk_AUTH_MODULES(module-list) -AC_DEFUN(rk_AUTH_MODULES,[ +AC_DEFUN([rk_AUTH_MODULES],[ AC_MSG_CHECKING([which authentication modules should be built]) z='m4_ifval([$1], $1, [sia pam afskauthlib])' diff --git a/cf/broken-getaddrinfo.m4 b/cf/broken-getaddrinfo.m4 index e2619475c..6115856a7 100644 --- a/cf/broken-getaddrinfo.m4 +++ b/cf/broken-getaddrinfo.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl test if getaddrinfo can handle numeric services -AC_DEFUN(rk_BROKEN_GETADDRINFO,[ +AC_DEFUN([rk_BROKEN_GETADDRINFO],[ AC_CACHE_CHECK([if getaddrinfo handles numeric services], ac_cv_func_getaddrinfo_numserv, AC_TRY_RUN([[#include #include diff --git a/cf/broken-getnameinfo.m4 b/cf/broken-getnameinfo.m4 index b2d51c90d..d7d36e1df 100644 --- a/cf/broken-getnameinfo.m4 +++ b/cf/broken-getnameinfo.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl test for broken AIX getnameinfo -AC_DEFUN(rk_BROKEN_GETNAMEINFO,[ +AC_DEFUN([rk_BROKEN_GETNAMEINFO],[ AC_CACHE_CHECK([if getnameinfo is broken], ac_cv_func_getnameinfo_broken, AC_TRY_RUN([[#include #include diff --git a/cf/broken-glob.m4 b/cf/broken-glob.m4 index 5914b4c8b..e4eaa3547 100644 --- a/cf/broken-glob.m4 +++ b/cf/broken-glob.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl check for glob(3) dnl -AC_DEFUN(AC_BROKEN_GLOB,[ +AC_DEFUN([AC_BROKEN_GLOB],[ AC_CACHE_CHECK(for working glob, ac_cv_func_glob_working, ac_cv_func_glob_working=yes AC_TRY_LINK([ diff --git a/cf/broken-realloc.m4 b/cf/broken-realloc.m4 index 0de8afb4d..83feac796 100644 --- a/cf/broken-realloc.m4 +++ b/cf/broken-realloc.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl dnl Test for realloc that doesn't handle NULL as first parameter dnl -AC_DEFUN(rk_BROKEN_REALLOC, [ +AC_DEFUN([rk_BROKEN_REALLOC], [ AC_CACHE_CHECK(if realloc if broken, ac_cv_func_realloc_broken, [ ac_cv_func_realloc_broken=no AC_TRY_RUN([ diff --git a/cf/broken-snprintf.m4 b/cf/broken-snprintf.m4 index 720ec662a..68964c6a9 100644 --- a/cf/broken-snprintf.m4 +++ b/cf/broken-snprintf.m4 @@ -1,6 +1,6 @@ dnl $Id$ dnl -AC_DEFUN(AC_BROKEN_SNPRINTF, [ +AC_DEFUN([AC_BROKEN_SNPRINTF], [ AC_CACHE_CHECK(for working snprintf,ac_cv_func_snprintf_working, ac_cv_func_snprintf_working=yes AC_TRY_RUN([ @@ -21,7 +21,7 @@ AC_NEED_PROTO([#include ],snprintf) fi ]) -AC_DEFUN(AC_BROKEN_VSNPRINTF,[ +AC_DEFUN([AC_BROKEN_VSNPRINTF],[ AC_CACHE_CHECK(for working vsnprintf,ac_cv_func_vsnprintf_working, ac_cv_func_vsnprintf_working=yes AC_TRY_RUN([ diff --git a/cf/c-attribute.m4 b/cf/c-attribute.m4 index 88c872eec..a263bcc4c 100644 --- a/cf/c-attribute.m4 +++ b/cf/c-attribute.m4 @@ -6,7 +6,7 @@ dnl dnl Test for __attribute__ dnl -AC_DEFUN(AC_C___ATTRIBUTE__, [ +AC_DEFUN([AC_C___ATTRIBUTE__], [ AC_MSG_CHECKING(for __attribute__) AC_CACHE_VAL(ac_cv___attribute__, [ AC_TRY_COMPILE([ diff --git a/cf/c-function.m4 b/cf/c-function.m4 index 5ce48f9dd..b2f1eb9b1 100644 --- a/cf/c-function.m4 +++ b/cf/c-function.m4 @@ -6,7 +6,7 @@ dnl dnl Test for __FUNCTION__ dnl -AC_DEFUN(AC_C___FUNCTION__, [ +AC_DEFUN([AC_C___FUNCTION__], [ AC_MSG_CHECKING(for __FUNCTION__) AC_CACHE_VAL(ac_cv___function__, [ AC_TRY_RUN([ diff --git a/cf/capabilities.m4 b/cf/capabilities.m4 index 5375b0828..4178b3c0a 100644 --- a/cf/capabilities.m4 +++ b/cf/capabilities.m4 @@ -6,7 +6,7 @@ dnl dnl Test SGI capabilities dnl -AC_DEFUN(KRB_CAPABILITIES,[ +AC_DEFUN([KRB_CAPABILITIES],[ AC_CHECK_HEADERS(capability.h sys/capability.h) diff --git a/cf/check-declaration.m4 b/cf/check-declaration.m4 index 8f3606006..76b311e53 100644 --- a/cf/check-declaration.m4 +++ b/cf/check-declaration.m4 @@ -5,7 +5,7 @@ dnl Check if we need the declaration of a variable dnl dnl AC_HAVE_DECLARATION(includes, variable) -AC_DEFUN(AC_CHECK_DECLARATION, [ +AC_DEFUN([AC_CHECK_DECLARATION], [ AC_MSG_CHECKING([if $2 is properly declared]) AC_CACHE_VAL(ac_cv_var_$2_declaration, [ AC_TRY_COMPILE([$1 diff --git a/cf/check-getpwnam_r-posix.m4 b/cf/check-getpwnam_r-posix.m4 index 82bcba630..2477837e7 100644 --- a/cf/check-getpwnam_r-posix.m4 +++ b/cf/check-getpwnam_r-posix.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl check for getpwnam_r, and if it's posix or not -AC_DEFUN(AC_CHECK_GETPWNAM_R_POSIX,[ +AC_DEFUN([AC_CHECK_GETPWNAM_R_POSIX],[ AC_FIND_FUNC_NO_LIBS(getpwnam_r,c_r) if test "$ac_cv_func_getpwnam_r" = yes; then AC_CACHE_CHECK(if getpwnam_r is posix,ac_cv_func_getpwnam_r_posix, diff --git a/cf/check-man.m4 b/cf/check-man.m4 index 9a7a32902..c0c05d737 100644 --- a/cf/check-man.m4 +++ b/cf/check-man.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl check how to format manual pages dnl -AC_DEFUN(rk_CHECK_MAN, +AC_DEFUN([rk_CHECK_MAN], [AC_PATH_PROG(NROFF, nroff) AC_PATH_PROG(GROFF, groff) AC_CACHE_CHECK(how to format man pages,ac_cv_sys_man_format, diff --git a/cf/check-netinet-ip-and-tcp.m4 b/cf/check-netinet-ip-and-tcp.m4 index 657f86f8c..9458ff123 100644 --- a/cf/check-netinet-ip-and-tcp.m4 +++ b/cf/check-netinet-ip-and-tcp.m4 @@ -5,7 +5,7 @@ dnl dnl extra magic check for netinet/{ip.h,tcp.h} because on irix 6.5.3 dnl you have to include standards.h before including these files -AC_DEFUN(CHECK_NETINET_IP_AND_TCP, +AC_DEFUN([CHECK_NETINET_IP_AND_TCP], [ AC_CHECK_HEADERS(standards.h) for i in netinet/ip.h netinet/tcp.h; do diff --git a/cf/check-type-extra.m4 b/cf/check-type-extra.m4 index 68b789d64..f881120ae 100644 --- a/cf/check-type-extra.m4 +++ b/cf/check-type-extra.m4 @@ -3,7 +3,7 @@ dnl dnl ac_check_type + extra headers dnl AC_CHECK_TYPE_EXTRA(TYPE, DEFAULT, HEADERS) -AC_DEFUN(AC_CHECK_TYPE_EXTRA, +AC_DEFUN([AC_CHECK_TYPE_EXTRA], [AC_REQUIRE([AC_HEADER_STDC])dnl AC_MSG_CHECKING(for $1) AC_CACHE_VAL(ac_cv_type_$1, diff --git a/cf/check-x.m4 b/cf/check-x.m4 index 4eaa01d02..383bf2c1e 100644 --- a/cf/check-x.m4 +++ b/cf/check-x.m4 @@ -3,7 +3,7 @@ dnl See if there is any X11 present dnl dnl $Id$ -AC_DEFUN(KRB_CHECK_X,[ +AC_DEFUN([KRB_CHECK_X],[ AC_PATH_XTRA # try to figure out if we need any additional ld flags, like -R diff --git a/cf/check-xau.m4 b/cf/check-xau.m4 index 840bde3e5..553881137 100644 --- a/cf/check-xau.m4 +++ b/cf/check-xau.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl check for Xau{Read,Write}Auth and XauFileName dnl -AC_DEFUN(AC_CHECK_XAU,[ +AC_DEFUN([AC_CHECK_XAU],[ save_CFLAGS="$CFLAGS" CFLAGS="$X_CFLAGS $CFLAGS" save_LIBS="$LIBS" diff --git a/cf/find-func-no-libs.m4 b/cf/find-func-no-libs.m4 index d1cc9a01d..f3413409f 100644 --- a/cf/find-func-no-libs.m4 +++ b/cf/find-func-no-libs.m4 @@ -5,5 +5,5 @@ dnl Look for function in any of the specified libraries dnl dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args) -AC_DEFUN(AC_FIND_FUNC_NO_LIBS, [ +AC_DEFUN([AC_FIND_FUNC_NO_LIBS], [ AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])]) diff --git a/cf/find-func-no-libs2.m4 b/cf/find-func-no-libs2.m4 index eb51d37cd..f9be91814 100644 --- a/cf/find-func-no-libs2.m4 +++ b/cf/find-func-no-libs2.m4 @@ -5,7 +5,7 @@ dnl Look for function in any of the specified libraries dnl dnl AC_FIND_FUNC_NO_LIBS2(func, libraries, includes, arguments, extra libs, extra args) -AC_DEFUN(AC_FIND_FUNC_NO_LIBS2, [ +AC_DEFUN([AC_FIND_FUNC_NO_LIBS2], [ AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(ac_cv_funclib_$1, diff --git a/cf/find-func.m4 b/cf/find-func.m4 index c89b8d39e..865772a70 100644 --- a/cf/find-func.m4 +++ b/cf/find-func.m4 @@ -1,7 +1,7 @@ dnl $Id$ dnl dnl AC_FIND_FUNC(func, libraries, includes, arguments) -AC_DEFUN(AC_FIND_FUNC, [ +AC_DEFUN([AC_FIND_FUNC], [ AC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4]) if test -n "$LIB_$1"; then LIBS="$LIB_$1 $LIBS" diff --git a/cf/find-if-not-broken.m4 b/cf/find-if-not-broken.m4 index 156cc8ae4..1397616f4 100644 --- a/cf/find-if-not-broken.m4 +++ b/cf/find-if-not-broken.m4 @@ -4,7 +4,7 @@ dnl dnl Mix between AC_FIND_FUNC and AC_BROKEN dnl -AC_DEFUN(AC_FIND_IF_NOT_BROKEN, +AC_DEFUN([AC_FIND_IF_NOT_BROKEN], [AC_FIND_FUNC([$1], [$2], [$3], [$4]) if eval "test \"$ac_cv_func_$1\" != yes"; then rk_LIBOBJ([$1]) diff --git a/cf/have-pragma-weak.m4 b/cf/have-pragma-weak.m4 index 44cfca792..50af68846 100644 --- a/cf/have-pragma-weak.m4 +++ b/cf/have-pragma-weak.m4 @@ -1,6 +1,6 @@ dnl $Id$ dnl -AC_DEFUN(AC_HAVE_PRAGMA_WEAK, [ +AC_DEFUN([AC_HAVE_PRAGMA_WEAK], [ if test "${enable_shared}" = "yes"; then AC_MSG_CHECKING(for pragma weak) AC_CACHE_VAL(ac_have_pragma_weak, [ diff --git a/cf/have-struct-field.m4 b/cf/have-struct-field.m4 index 090ae3bcb..a31187aec 100644 --- a/cf/have-struct-field.m4 +++ b/cf/have-struct-field.m4 @@ -4,7 +4,7 @@ dnl check for fields in a structure dnl dnl AC_HAVE_STRUCT_FIELD(struct, field, headers) -AC_DEFUN(AC_HAVE_STRUCT_FIELD, [ +AC_DEFUN([AC_HAVE_STRUCT_FIELD], [ define(cache_val, translit(ac_cv_type_$1_$2, [A-Z ], [a-z_])) AC_CACHE_CHECK([for $2 in $1], cache_val,[ AC_TRY_COMPILE([$3],[$1 x; x.$2;], diff --git a/cf/have-type.m4 b/cf/have-type.m4 index f88e45f5a..d0042ea72 100644 --- a/cf/have-type.m4 +++ b/cf/have-type.m4 @@ -3,7 +3,7 @@ dnl dnl check for existance of a type dnl AC_HAVE_TYPE(TYPE,INCLUDES) -AC_DEFUN(AC_HAVE_TYPE, [ +AC_DEFUN([AC_HAVE_TYPE], [ AC_REQUIRE([AC_HEADER_STDC]) cv=`echo "$1" | sed 'y%./+- %__p__%'` AC_MSG_CHECKING(for $1) diff --git a/cf/have-types.m4 b/cf/have-types.m4 index 8e05abe17..7e6e49352 100644 --- a/cf/have-types.m4 +++ b/cf/have-types.m4 @@ -2,7 +2,7 @@ dnl dnl $Id$ dnl -AC_DEFUN(AC_HAVE_TYPES, [ +AC_DEFUN([AC_HAVE_TYPES], [ for i in $1; do AC_HAVE_TYPE($i) done diff --git a/cf/krb-bigendian.m4 b/cf/krb-bigendian.m4 index 2c46ca8fc..914fb52c8 100644 --- a/cf/krb-bigendian.m4 +++ b/cf/krb-bigendian.m4 @@ -7,7 +7,7 @@ dnl if we can figure it out at compile-time then don't define the cpp symbol dnl otherwise test for it and define it. also allow options for overriding dnl it when cross-compiling -AC_DEFUN(KRB_C_BIGENDIAN, [ +AC_DEFUN([KRB_C_BIGENDIAN], [ AC_ARG_ENABLE(bigendian, AC_HELP_STRING([--enable-bigendian],[the target is big endian]), krb_cv_c_bigendian=yes) diff --git a/cf/krb-func-getcwd-broken.m4 b/cf/krb-func-getcwd-broken.m4 index 2ac64ca7b..6f59d7a30 100644 --- a/cf/krb-func-getcwd-broken.m4 +++ b/cf/krb-func-getcwd-broken.m4 @@ -4,7 +4,7 @@ dnl dnl test for broken getcwd in (SunOS braindamage) dnl -AC_DEFUN(AC_KRB_FUNC_GETCWD_BROKEN, [ +AC_DEFUN([AC_KRB_FUNC_GETCWD_BROKEN], [ if test "$ac_cv_func_getcwd" = yes; then AC_MSG_CHECKING(if getcwd is broken) AC_CACHE_VAL(ac_cv_func_getcwd_broken, [ diff --git a/cf/krb-func-getlogin.m4 b/cf/krb-func-getlogin.m4 index a0a173fcf..6218e6b1f 100644 --- a/cf/krb-func-getlogin.m4 +++ b/cf/krb-func-getlogin.m4 @@ -5,7 +5,7 @@ dnl test for POSIX (broken) getlogin dnl -AC_DEFUN(AC_FUNC_GETLOGIN, [ +AC_DEFUN([AC_FUNC_GETLOGIN], [ AC_CHECK_FUNCS(getlogin setlogin) if test "$ac_cv_func_getlogin" = yes; then AC_CACHE_CHECK(if getlogin is posix, ac_cv_func_getlogin_posix, [ diff --git a/cf/krb-ipv6.m4 b/cf/krb-ipv6.m4 index 260c35c10..2acea3118 100644 --- a/cf/krb-ipv6.m4 +++ b/cf/krb-ipv6.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl test for IPv6 dnl -AC_DEFUN(AC_KRB_IPV6, [ +AC_DEFUN([AC_KRB_IPV6], [ AC_ARG_WITH(ipv6, AC_HELP_STRING([--without-ipv6],[do not enable IPv6 support]),[ if test "$withval" = "no"; then diff --git a/cf/krb-prog-ln-s.m4 b/cf/krb-prog-ln-s.m4 index 3802f6c0d..35ab877ef 100644 --- a/cf/krb-prog-ln-s.m4 +++ b/cf/krb-prog-ln-s.m4 @@ -4,7 +4,7 @@ dnl dnl Better test for ln -s, ln or cp dnl -AC_DEFUN(AC_KRB_PROG_LN_S, +AC_DEFUN([AC_KRB_PROG_LN_S], [AC_MSG_CHECKING(for ln -s or something else) AC_CACHE_VAL(ac_cv_prog_LN_S, [rm -f conftestdata diff --git a/cf/krb-prog-ranlib.m4 b/cf/krb-prog-ranlib.m4 index a96205e73..8bc5b9eff 100644 --- a/cf/krb-prog-ranlib.m4 +++ b/cf/krb-prog-ranlib.m4 @@ -4,5 +4,5 @@ dnl dnl Also look for EMXOMF for OS/2 dnl -AC_DEFUN(AC_KRB_PROG_RANLIB, +AC_DEFUN([AC_KRB_PROG_RANLIB], [AC_CHECK_PROGS(RANLIB, ranlib EMXOMF, :)]) diff --git a/cf/krb-prog-yacc.m4 b/cf/krb-prog-yacc.m4 index 244affdf2..380412ec7 100644 --- a/cf/krb-prog-yacc.m4 +++ b/cf/krb-prog-yacc.m4 @@ -4,7 +4,7 @@ dnl dnl We prefer byacc or yacc because they do not use `alloca' dnl -AC_DEFUN(AC_KRB_PROG_YACC, +AC_DEFUN([AC_KRB_PROG_YACC], [AC_CHECK_PROGS(YACC, byacc yacc 'bison -y') if test "$YACC" = ""; then AC_MSG_WARN([yacc not found - some stuff will not build]) diff --git a/cf/krb-readline.m4 b/cf/krb-readline.m4 index 3bcbdf811..57042c3ea 100644 --- a/cf/krb-readline.m4 +++ b/cf/krb-readline.m4 @@ -5,7 +5,7 @@ dnl dnl el_init -AC_DEFUN(KRB_READLINE,[ +AC_DEFUN([KRB_READLINE],[ AC_FIND_FUNC_NO_LIBS(el_init, edit, [], [], [$LIB_tgetent]) if test "$ac_cv_func_el_init" = yes ; then AC_CACHE_CHECK(for four argument el_init, ac_cv_func_el_init_four,[ diff --git a/cf/krb-struct-spwd.m4 b/cf/krb-struct-spwd.m4 index 0ded25287..fe5f39192 100644 --- a/cf/krb-struct-spwd.m4 +++ b/cf/krb-struct-spwd.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl Test for `struct spwd' -AC_DEFUN(AC_KRB_STRUCT_SPWD, [ +AC_DEFUN([AC_KRB_STRUCT_SPWD], [ AC_MSG_CHECKING(for struct spwd) AC_CACHE_VAL(ac_cv_struct_spwd, [ AC_TRY_COMPILE( diff --git a/cf/krb-struct-winsize.m4 b/cf/krb-struct-winsize.m4 index 3bbea6d0a..5f46b8d06 100644 --- a/cf/krb-struct-winsize.m4 +++ b/cf/krb-struct-winsize.m4 @@ -4,7 +4,7 @@ dnl dnl Search for struct winsize dnl -AC_DEFUN(AC_KRB_STRUCT_WINSIZE, [ +AC_DEFUN([AC_KRB_STRUCT_WINSIZE], [ AC_MSG_CHECKING(for struct winsize) AC_CACHE_VAL(ac_cv_struct_winsize, [ ac_cv_struct_winsize=no diff --git a/cf/krb-sys-aix.m4 b/cf/krb-sys-aix.m4 index 6df296dfc..c599ef88b 100644 --- a/cf/krb-sys-aix.m4 +++ b/cf/krb-sys-aix.m4 @@ -3,7 +3,7 @@ dnl dnl dnl AIX have a very different syscall convention dnl -AC_DEFUN(AC_KRB_SYS_AIX, [ +AC_DEFUN([AC_KRB_SYS_AIX], [ AC_MSG_CHECKING(for AIX) AC_CACHE_VAL(krb_cv_sys_aix, AC_EGREP_CPP(yes, diff --git a/cf/krb-sys-nextstep.m4 b/cf/krb-sys-nextstep.m4 index 5ab0d3417..d9308a087 100644 --- a/cf/krb-sys-nextstep.m4 +++ b/cf/krb-sys-nextstep.m4 @@ -4,7 +4,7 @@ dnl NEXTSTEP is not posix compliant by default, dnl you need a switch -posix to the compiler dnl -AC_DEFUN(rk_SYS_NEXTSTEP, [ +AC_DEFUN([rk_SYS_NEXTSTEP], [ AC_CACHE_CHECK(for NeXTSTEP, rk_cv_sys_nextstep, [ AC_EGREP_CPP(yes, [#if defined(NeXT) && !defined(__APPLE__) diff --git a/cf/krb-version.m4 b/cf/krb-version.m4 index 49499c710..e196d993d 100644 --- a/cf/krb-version.m4 +++ b/cf/krb-version.m4 @@ -4,7 +4,7 @@ dnl dnl output a C header-file with some version strings dnl -AC_DEFUN(AC_KRB_VERSION,[ +AC_DEFUN([AC_KRB_VERSION],[ cat > include/newversion.h.in <