-3216. [bug] resolver.c:validated() was not thread-safe. [RT #26478]
+3217. [cleanup] Fix build problem with --disable-static. [RT #26476]
+
+3216. [bug] resolver.c:validated() was not thread-safe. [RT #26478]
3215. [bug] 'rndc recursing' could cause a core dump. [RT #26495]
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: Makefile.in,v 1.3 2011/03/11 07:11:07 each Exp $
+# $Id: Makefile.in,v 1.4 2011/11/16 00:42:07 each Exp $
srcdir = @srcdir@
VPATH = @srcdir@
-o $@ ${DLOPENOBJS} ${LIBS}
driver.@SO@: ${SO_OBJS}
- @SO_LD@ -o $@ driver.o
+ ${LIBTOOL_MODE_LINK} @SO_LD@ -o $@ driver.@O@
clean distclean::
rm -f ${TARGETS}
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
-AC_REVISION($Revision: 1.530 $)
+AC_REVISION($Revision: 1.531 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
O=lo
A=la
LIBTOOL_MKDEP_SED='s;\.o;\.lo;'
- LIBTOOL_MODE_COMPILE='--mode=compile'
- LIBTOOL_MODE_INSTALL='--mode=install'
- LIBTOOL_MODE_LINK='--mode=link'
+ LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC'
+ LIBTOOL_MODE_INSTALL='--mode=install --tag=CC'
+ LIBTOOL_MODE_LINK='--mode=link --tag=CC'
case "$host" in
*) LIBTOOL_ALLOW_UNDEFINED= ;;
esac