1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00

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)
This commit is contained in:
Stefan Metzmacher 2006-09-15 07:54:13 +00:00 committed by Gerald (Jerry) Carter
parent b0fb34fd24
commit 040b5b812e
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ dnl Released under the GNU GPL
dnl ------------------------------------------------------- dnl -------------------------------------------------------
dnl dnl
AC_LIBREPLACE_LOCATION_CHECKS
################################################# #################################################
# Directory handling stuff to support both the # Directory handling stuff to support both the
# legacy SAMBA directories and FHS compliant # legacy SAMBA directories and FHS compliant

View File

@ -15,7 +15,9 @@ done
LIBREPLACEOBJ="replace.o" LIBREPLACEOBJ="replace.o"
AC_SUBST(LIBREPLACEOBJ) AC_SUBST(LIBREPLACEOBJ)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST AC_CANONICAL_HOST
AC_CANONICAL_TARGET
echo "LIBREPLACE_LOCATION_CHECKS: END" echo "LIBREPLACE_LOCATION_CHECKS: END"
]) dnl end AC_LIBREPLACE_LOCATION_CHECKS ]) dnl end AC_LIBREPLACE_LOCATION_CHECKS