[libxslt] Remove special configuration for old maintainers
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxslt] Remove special configuration for old maintainers
- Date: Thu, 28 Jul 2022 23:15:01 +0000 (UTC)
commit e0d9e78b759a95fe9008be55713207ab287db5b6
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Thu Jul 28 21:25:08 2022 +0200
Remove special configuration for old maintainers
configure.ac | 1 -
xsltproc/Makefile.am | 5 +----
2 files changed, 1 insertion(+), 5 deletions(-)
---
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'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]