diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-05 00:28:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:37 -0500 |
commit | d54c2639f57761bc69a8629e7055fa6558429006 (patch) | |
tree | 9d70dffe7c3cc20ccc434b60de574e7bbecb262a /source4/build | |
parent | 06cc74a66cef3944573e4390af0ee101517835df (diff) | |
download | samba-d54c2639f57761bc69a8629e7055fa6558429006.tar.gz samba-d54c2639f57761bc69a8629e7055fa6558429006.tar.bz2 samba-d54c2639f57761bc69a8629e7055fa6558429006.zip |
r7288: Remove empty wrapper function
(This used to be commit 879f68cef72df708a6ff7a5f5818fa8478c2a6ea)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/public.m4 | 19 | ||||
-rw-r--r-- | source4/build/m4/rewrite.m4 | 4 |
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 |