diff --git a/configure.ac b/configure.ac index 88ea8dca..ed165c5a 100644 --- a/configure.ac +++ b/configure.ac @@ -492,7 +492,6 @@ case "$host" in esac -AC_SUBST(XSLTPROCDV) AC_SUBST(XML_CONFIG) AC_SUBST(LIBXML_LIBS) AC_SUBST(LIBXML_CFLAGS) diff --git a/xsltproc/Makefile.am b/xsltproc/Makefile.am index b4e3f1a9..d3b32c61 100644 --- a/xsltproc/Makefile.am +++ b/xsltproc/Makefile.am @@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \ -I$(top_builddir)/libexslt EXTRA_PROGRAMS= -bin_PROGRAMS = xsltproc $(XSLTPROCDV) +bin_PROGRAMS = xsltproc noinst_PROGRAMS=testThreads @@ -35,9 +35,6 @@ $(top_builddir)/libxslt/libxslt.la: $(top_builddir)/libexslt/libexslt.la: $(top_builddir)/libxslt/libxslt.la cd $(top_builddir)/libexslt && $(MAKE) libexslt.la -xsltproc.dv: xsltproc.o - $(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a $(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBGCRYPT_LIBS) - tests: testThreads @echo > .memdump @echo '## Running testThreads'