diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-15 07:54:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:44 -0500 |
commit | 040b5b812e5a92c8a62334ee6ec85af9f5376ec2 (patch) | |
tree | 6b08e4dc763821e8ded5fc8db1dac3b942de64ec /source4/lib | |
parent | b0fb34fd24f5d73cfc2d3aca09379d85b9fb57dd (diff) | |
download | samba-040b5b812e5a92c8a62334ee6ec85af9f5376ec2.tar.gz samba-040b5b812e5a92c8a62334ee6ec85af9f5376ec2.tar.bz2 samba-040b5b812e5a92c8a62334ee6ec85af9f5376ec2.zip |
r18544: - 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
(This used to be commit 1ea52d75849f004752cdbe11a3dddd10b4afe47d)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index 1d82c00b2b..26c6caae41 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -15,7 +15,9 @@ done 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 |