mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
make lib/replace more usable in standalone builds
This makes the lib/replace m4 work in lib/talloc as a standalone build
This commit is contained in:
parent
a5358402b2
commit
39cd5bbb33
@ -46,10 +46,10 @@ if test x"$libreplacedir" = "x"; then
|
|||||||
AC_MSG_ERROR([cannot find libreplace in $libreplacepaths])
|
AC_MSG_ERROR([cannot find libreplace in $libreplacepaths])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LIBREPLACEOBJ="replace.o"
|
LIBREPLACEOBJ="$libreplacedir/replace.o"
|
||||||
AC_SUBST(LIBREPLACEOBJ)
|
AC_SUBST(LIBREPLACEOBJ)
|
||||||
|
|
||||||
LIBREPLACEOBJ="${LIBREPLACEOBJ} snprintf.o"
|
LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/snprintf.o"
|
||||||
|
|
||||||
AC_TYPE_SIGNAL
|
AC_TYPE_SIGNAL
|
||||||
AC_TYPE_UID_T
|
AC_TYPE_UID_T
|
||||||
|
Loading…
Reference in New Issue
Block a user