mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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 commit is contained in:
parent
ae2f6d4a5a
commit
1ea52d7584
@ -5,6 +5,8 @@ dnl Released under the GNU GPL
|
||||
dnl -------------------------------------------------------
|
||||
dnl
|
||||
|
||||
AC_LIBREPLACE_LOCATION_CHECKS
|
||||
|
||||
#################################################
|
||||
# Directory handling stuff to support both the
|
||||
# legacy SAMBA directories and FHS compliant
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user