1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +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:
Andrew Tridgell 2009-07-27 17:12:27 +10:00
parent a5358402b2
commit 39cd5bbb33

View File

@ -46,10 +46,10 @@ if test x"$libreplacedir" = "x"; then
AC_MSG_ERROR([cannot find libreplace in $libreplacepaths])
fi
LIBREPLACEOBJ="replace.o"
LIBREPLACEOBJ="$libreplacedir/replace.o"
AC_SUBST(LIBREPLACEOBJ)
LIBREPLACEOBJ="${LIBREPLACEOBJ} snprintf.o"
LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/snprintf.o"
AC_TYPE_SIGNAL
AC_TYPE_UID_T