summaryrefslogtreecommitdiffstats
path: root/source/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
commit104f62272d75e9d89ab330b620011b337eb2a435 (patch)
tree0e7fcfe51db24806cac565ccfaefc973c08a777a /source/aclocal.m4
parentaa96f780015c031e0c5a0e8773f192502c10c919 (diff)
downloadsamba-104f62272d75e9d89ab330b620011b337eb2a435.tar.gz
samba-104f62272d75e9d89ab330b620011b337eb2a435.tar.xz
samba-104f62272d75e9d89ab330b620011b337eb2a435.zip
Remove nasty hack in modules system. We don't recompile files anymore
after the Makefile changes.
Diffstat (limited to 'source/aclocal.m4')
-rw-r--r--source/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source/aclocal.m4 b/source/aclocal.m4
index b069c516edd..88f055f9ba0 100644
--- a/source/aclocal.m4
+++ b/source/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)