dnl AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
dnl will set SYSCONFDIR to /usr/local/etc
-AC_DEFUN(AS_AC_EXPAND,
+AC_DEFUN([AS_AC_EXPAND],
[
EXP_VAR=[$1]
FROM_VAR=[$2]
dnl
dnl ds@schleef.org
-AC_DEFUN(AS_COMPILER_FLAG,
+AC_DEFUN([AS_COMPILER_FLAG],
[
AC_MSG_CHECKING(to see if compiler understands $1)
dnl - AC_SUBST's them all
dnl
dnl if USE_RELEASE = yes, then add a -release option to the LDFLAGS
-dnl with the (pre-defined) [$PREFIX]_VERSION
+dnl with the (pre-defined) [$PREFIX]_VERSION
dnl then use [$PREFIX]_LT_LDFLAGS in the relevant Makefile.am's
-AC_DEFUN(AS_LIBTOOL,
+AC_DEFUN([AS_LIBTOOL],
[
[$1]_CURRENT=[$2]
[$1]_REVISION=[$3]
dnl
dnl don't forget to put #undef [$2] and [$2]_RELEASE in acconfig.h
-AC_DEFUN(AS_VERSION,
+AC_DEFUN([AS_VERSION],
[
PACKAGE=[$1]
[$2]_MAJOR=[$3]