r18279: libreplace.m4 needs to come first or autoconf complains, as libreplace
authorAndrew Tridgell <tridge@samba.org>
Sat, 9 Sep 2006 02:06:01 +0000 (02:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:00 +0000 (14:18 -0500)
checks for global system flags
(This used to be commit 6eefd44a878ed712bd789c84e89e70c586621b09)

source4/configure.ac

index 029921baa0e26983b906724b636b69d3284288cd..813a333c1448f62a7ec28894db9812a5a11c59c5 100644 (file)
@@ -10,8 +10,8 @@ AC_CONFIG_SRCDIR([include/includes.h])
 AC_CONFIG_HEADER(include/config_tmp.h)
 
 # Configuration rules.
-m4_include(build/m4/env.m4)
 m4_include(lib/replace/libreplace.m4)
+m4_include(build/m4/env.m4)
 SMB_EXT_LIB(DL, $LIBDL)
 m4_include(lib/replace/win32/config.m4)
 m4_include(lib/replace/repdir/config.m4)