From: Matthew Newton Date: Thu, 29 Sep 2022 10:38:02 +0000 (+0100) Subject: fix autoconf underquoted warning X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770bd1eee8f02686cfdf98d0d55f71a373e7e2e3;p=thirdparty%2Ffreeradius-server.git fix autoconf underquoted warning --- diff --git a/src/lib/ldap/configure.ac b/src/lib/ldap/configure.ac index a50eef0a32e..31293842cb2 100644 --- a/src/lib/ldap/configure.ac +++ b/src/lib/ldap/configure.ac @@ -3,7 +3,7 @@ AC_INIT AC_CONFIG_SRCDIR([base.c]) AC_REVISION($Revision$) FR_INIT_MODULE([libfreeradius-ldap], [LDAP support]) -AC_DEFUN(modname_useropt,[m4_bpatsubst([]modname,[[-+.]],[_])]) +AC_DEFUN([modname_useropt],[m4_bpatsubst([]modname,[[-+.]],[_])]) fail= SMART_LIBS= diff --git a/src/lib/redis/configure.ac b/src/lib/redis/configure.ac index c3c903c4375..bdceff4b227 100644 --- a/src/lib/redis/configure.ac +++ b/src/lib/redis/configure.ac @@ -3,7 +3,7 @@ AC_INIT AC_CONFIG_SRCDIR([redis.c]) AC_REVISION($Revision$) FR_INIT_MODULE([libfreeradius-redis], [redis support]) -AC_DEFUN(modname_useropt,[m4_bpatsubst([]modname,[[-+.]],[_])]) +AC_DEFUN([modname_useropt],[m4_bpatsubst([]modname,[[-+.]],[_])]) fail= SMART_LIBS= diff --git a/src/modules/rlm_pam/configure.ac b/src/modules/rlm_pam/configure.ac index 2e1d2bbf04a..7eb7c428db9 100644 --- a/src/modules/rlm_pam/configure.ac +++ b/src/modules/rlm_pam/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) AC_INIT(rlm_pam.c) AC_REVISION($Revision$) FR_INIT_MODULE([rlm_pam]) -AC_DEFUN(modname_useropt,[m4_bpatsubst([]modname,[[-+.]],[_])]) +AC_DEFUN([modname_useropt],[m4_bpatsubst([]modname,[[-+.]],[_])]) if test x$with_[]modname != xno; then