From e520d4be5e30c7dcbabbed7438079dc5805a13a0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Mar 2003 12:27:09 +0000 Subject: Print list of builtin modules in 'smbd -b' (This used to be commit 3a2ed0da40c9709cdae061927f44a38f58e44df0) --- source3/aclocal.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/aclocal.m4') diff --git a/source3/aclocal.m4 b/source3/aclocal.m4 index 5d9070fcd9..744acf6a1b 100644 --- a/source3/aclocal.m4 +++ b/source3/aclocal.m4 @@ -55,6 +55,7 @@ AC_DEFUN(SMB_MODULE, AC_MSG_RESULT([shared]) elif test x"$DEST" = xSTATIC; then [init_static_modules_]translit([$4], [A-Z], [a-z])="$[init_static_modules_]translit([$4], [A-Z], [a-z]) $1_init();" + string_static_modules="$string_static_modules $1" $4_STATIC="$$4_STATIC $2" AC_SUBST($4_STATIC) AC_MSG_RESULT([static]) -- cgit