svn commit: samba r18544 - in branches/SAMBA_4_0/source: build/m4 lib/replace

metze at samba.org metze at samba.org
Fri Sep 15 07:54:14 GMT 2006


Author: metze
Date: 2006-09-15 07:54:13 +0000 (Fri, 15 Sep 2006)
New Revision: 18544

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

Log:
- use AC_LIBREPLACE_LOCATION_CHECKS in samba4
- to get the ordering right we need to specify AC_CANONICAL_BUILD explicit
- add AC_CANONICAL_TARGET

metze

Modified:
   branches/SAMBA_4_0/source/build/m4/check_path.m4
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_path.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_path.m4	2006-09-15 06:14:50 UTC (rev 18543)
+++ branches/SAMBA_4_0/source/build/m4/check_path.m4	2006-09-15 07:54:13 UTC (rev 18544)
@@ -5,6 +5,8 @@
 dnl -------------------------------------------------------
 dnl
 
+AC_LIBREPLACE_LOCATION_CHECKS
+
 #################################################
 # Directory handling stuff to support both the
 # legacy SAMBA directories and FHS compliant

Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-15 06:14:50 UTC (rev 18543)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-15 07:54:13 UTC (rev 18544)
@@ -15,7 +15,9 @@
 LIBREPLACEOBJ="replace.o"
 AC_SUBST(LIBREPLACEOBJ)
 
+AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
+AC_CANONICAL_TARGET
 
 echo "LIBREPLACE_LOCATION_CHECKS: END"
 ]) dnl end AC_LIBREPLACE_LOCATION_CHECKS



More information about the samba-cvs mailing list