summaryrefslogtreecommitdiff
path: root/source3/aclocal.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-25 12:27:09 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-25 12:27:09 +0000
commite520d4be5e30c7dcbabbed7438079dc5805a13a0 (patch)
tree47b8d9e798bed2cf7290e3eac266745bec1389e6 /source3/aclocal.m4
parent49871190206ea4fc693f4f346c09cf0c838df072 (diff)
downloadsamba-e520d4be5e30c7dcbabbed7438079dc5805a13a0.tar.gz
samba-e520d4be5e30c7dcbabbed7438079dc5805a13a0.tar.bz2
samba-e520d4be5e30c7dcbabbed7438079dc5805a13a0.zip
Print list of builtin modules in 'smbd -b'
(This used to be commit 3a2ed0da40c9709cdae061927f44a38f58e44df0)
Diffstat (limited to 'source3/aclocal.m4')
-rw-r--r--source3/aclocal.m41
1 files changed, 1 insertions, 0 deletions
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])