summaryrefslogtreecommitdiff
path: root/source4/build/m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/m4')
-rw-r--r--source4/build/m4/public.m419
-rw-r--r--source4/build/m4/rewrite.m44
2 files changed, 2 insertions, 21 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4
index 12238bbcc8..2a6b4e3893 100644
--- a/source4/build/m4/public.m4
+++ b/source4/build/m4/public.m4
@@ -55,11 +55,6 @@ dnl 1:name
dnl 2:calledname
dnl )
dnl
-dnl SMB_INCLUDE_M4(
-dnl 1: inputfile
-dnl 2: comment
-dnl )
-dnl
dnl SMB_ENV_CHECK(
dnl 1:dummy
dnl )
@@ -264,20 +259,6 @@ AC_DEFUN([SMB_MAKE_TARGET],
echo "#SMB_MAKE_TARGET TOTO"
])
-dnl SMB_INCLUDE_M4(
-dnl 1: inputfile
-dnl 2: comment
-dnl )
-AC_DEFUN([SMB_INCLUDE_M4],
-[
-###################################
-# Start Include $1
-# $2
-sinclude($1)
-# End Include $1
-###################################
-])
-
dnl SMB_ENV_CHECK(
dnl 1:dummy
dnl )
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4
index 9a83cb7b06..6733df988c 100644
--- a/source4/build/m4/rewrite.m4
+++ b/source4/build/m4/rewrite.m4
@@ -736,8 +736,8 @@ esac
AC_SUBST(SMBD_EXTRA_OBJS)
AC_SUBST(SMBD_EXTRA_LIBS)
-SMB_INCLUDE_M4(lib/ldb/ldap.m4)
-SMB_INCLUDE_M4(lib/ldb/sqlite3.m4)
+sinclude(lib/ldb/ldap.m4)
+sinclude(lib/ldb/sqlite3.m4)
###############################################
# test for where we get crypt() from