summaryrefslogtreecommitdiff
path: root/source3/aclocal.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-08-15 06:07:36 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-08-15 06:07:36 +0000
commitf4dcc68e589d4ddd257080be89b624fcefca710d (patch)
treeede6990f64893b91dd38c05d0a00c34c52aaed74 /source3/aclocal.m4
parent22535011e271412bd01fdc081f6ab7e8fcbadb0e (diff)
downloadsamba-f4dcc68e589d4ddd257080be89b624fcefca710d.tar.gz
samba-f4dcc68e589d4ddd257080be89b624fcefca710d.tar.bz2
samba-f4dcc68e589d4ddd257080be89b624fcefca710d.zip
Remove nasty hack in modules system. We don't recompile files anymore
after the Makefile changes. (This used to be commit 104f62272d75e9d89ab330b620011b337eb2a435)
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 b069c516ed..88f055f9ba 100644
--- a/source3/aclocal.m4
+++ b/source3/aclocal.m4
@@ -71,6 +71,7 @@ AC_DEFUN(SMB_SUBSYSTEM,
AC_SUBST($1_STATIC)
AC_SUBST($1_MODULES)
AC_DEFINE_UNQUOTED([static_init_]translit([$1], [A-Z], [a-z]), [{$init_static_modules_]translit([$1], [A-Z], [a-z])[}], [Static init functions])
+ ifelse([$2], , :, [touch $2])
])
dnl AC_PROG_CC_FLAG(flag)