svn commit: samba r9506 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Tue Aug 23 06:40:11 GMT 2005


Author: metze
Date: 2005-08-23 06:40:10 +0000 (Tue, 23 Aug 2005)
New Revision: 9506

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9506

Log:
as the included file only contains a macro and no logic for configure move the
include to aclocal.m4

metze
Modified:
   branches/SAMBA_4_0/source/aclocal.m4
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/aclocal.m4
===================================================================
--- branches/SAMBA_4_0/source/aclocal.m4	2005-08-23 05:29:37 UTC (rev 9505)
+++ branches/SAMBA_4_0/source/aclocal.m4	2005-08-23 06:40:10 UTC (rev 9506)
@@ -316,3 +316,4 @@
 
 sinclude(build/m4/public.m4)
 sinclude(build/m4/core.m4)
+sinclude(build/m4/ax_cflags_gcc_option.m4)

Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2005-08-23 05:29:37 UTC (rev 9505)
+++ branches/SAMBA_4_0/source/configure.in	2005-08-23 06:40:10 UTC (rev 9506)
@@ -9,9 +9,6 @@
 AC_CONFIG_SRCDIR([include/includes.h])
 AC_CONFIG_HEADER(include/config.h)
 
-# Macros used by configuration rules.
-sinclude(build/m4/ax_cflags_gcc_option.m4)
-
 # Configuration rules.
 sinclude(build/m4/env.m4)
 sinclude(build/m4/rewrite.m4)



More information about the samba-cvs mailing list