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

tridge at samba.org tridge at samba.org
Sat Sep 9 02:06:02 GMT 2006


Author: tridge
Date: 2006-09-09 02:06:01 +0000 (Sat, 09 Sep 2006)
New Revision: 18279

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

Log:

libreplace.m4 needs to come first or autoconf complains, as libreplace
checks for global system flags

Modified:
   branches/SAMBA_4_0/source/configure.ac


Changeset:
Modified: branches/SAMBA_4_0/source/configure.ac
===================================================================
--- branches/SAMBA_4_0/source/configure.ac	2006-09-09 01:49:38 UTC (rev 18278)
+++ branches/SAMBA_4_0/source/configure.ac	2006-09-09 02:06:01 UTC (rev 18279)
@@ -10,8 +10,8 @@
 AC_CONFIG_HEADER(include/config_tmp.h)
 
 # Configuration rules.
+m4_include(lib/replace/libreplace.m4)
 m4_include(build/m4/env.m4)
-m4_include(lib/replace/libreplace.m4)
 SMB_EXT_LIB(DL, $LIBDL)
 m4_include(lib/replace/win32/config.m4)
 m4_include(lib/replace/repdir/config.m4)



More information about the samba-cvs mailing list