Skip to content
Snippets Groups Projects
Commit a9000288522a authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Remove special configuration for old maintainers

parent b2f0a9697ba8
No related branches found
No related tags found
No related merge requests found
...@@ -492,7 +492,6 @@ ...@@ -492,7 +492,6 @@
esac esac
AC_SUBST(XSLTPROCDV)
AC_SUBST(XML_CONFIG) AC_SUBST(XML_CONFIG)
AC_SUBST(LIBXML_LIBS) AC_SUBST(LIBXML_LIBS)
AC_SUBST(LIBXML_CFLAGS) AC_SUBST(LIBXML_CFLAGS)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
-I$(top_builddir)/libexslt -I$(top_builddir)/libexslt
EXTRA_PROGRAMS= EXTRA_PROGRAMS=
bin_PROGRAMS = xsltproc $(XSLTPROCDV) bin_PROGRAMS = xsltproc
noinst_PROGRAMS=testThreads noinst_PROGRAMS=testThreads
...@@ -35,9 +35,6 @@ ...@@ -35,9 +35,6 @@
$(top_builddir)/libexslt/libexslt.la: $(top_builddir)/libxslt/libxslt.la $(top_builddir)/libexslt/libexslt.la: $(top_builddir)/libxslt/libxslt.la
cd $(top_builddir)/libexslt && $(MAKE) libexslt.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 tests: testThreads
@echo > .memdump @echo > .memdump
@echo '## Running testThreads' @echo '## Running testThreads'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment