]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix autoconf underquoted warning
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 29 Sep 2022 10:38:02 +0000 (11:38 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 29 Sep 2022 13:37:32 +0000 (14:37 +0100)
src/lib/ldap/configure.ac
src/lib/redis/configure.ac
src/modules/rlm_pam/configure.ac

index a50eef0a32e34b3f701e9298a5d90649b92bb650..31293842cb26df9ed5adfb5b05ce6b2e2b908d08 100644 (file)
@@ -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=
index c3c903c43759835a1b4f219ddfadf8f62a701834..bdceff4b227179baf05826f4cf018c971cb9830c 100644 (file)
@@ -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=
index 2e1d2bbf04a60ba5dc4a281b0f46f582a8e2507b..7eb7c428db9bd6b509f6a20b5e2a0d58a5996860 100644 (file)
@@ -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