r9506: as the included file only contains a macro and no logic for configure move the
authorStefan Metzmacher <metze@samba.org>
Tue, 23 Aug 2005 06:40:10 +0000 (06:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:24 +0000 (13:34 -0500)
include to aclocal.m4

metze
(This used to be commit 1b777217ba2e7ee7bf4932fe5bea18a306207d0f)

source4/aclocal.m4
source4/configure.in

index 030488ba4559a301e29777480539e1f852f3d9a0..0d4f9b5ce5654b6f2cdc61677cc0a396f5c382e3 100644 (file)
@@ -316,3 +316,4 @@ fi
 
 sinclude(build/m4/public.m4)
 sinclude(build/m4/core.m4)
+sinclude(build/m4/ax_cflags_gcc_option.m4)
index e78751c05e7a5ee56c0f11ea877f7939a5b9259b..752b7ad52f99ff772650ba61d7b53bce154b51c5 100644 (file)
@@ -9,9 +9,6 @@ AC_INIT([samba],[],[samba-technical@samba.org])
 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)