From 7ba6c8feea7a79f52bcf286e867ad629e6502796 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Fri, 21 Jun 2024 04:59:11 +0200 Subject: [PATCH] autotools: Remove libxml-2.0-uninstalled.pc --- .gitignore | 1 - configure.ac | 2 +- libxml-2.0-uninstalled.pc.in | 12 ------------ meson.build | 1 - 4 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 libxml-2.0-uninstalled.pc.in diff --git a/.gitignore b/.gitignore index 06711a8d..51203828 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ # Generated by build system /config.h /include/libxml/xmlversion.h -/libxml-2.0-uninstalled.pc /libxml-2.0.pc /libxml2-config.cmake /xml2-config diff --git a/configure.ac b/configure.ac index eb296772..0aedaed7 100644 --- a/configure.ac +++ b/configure.ac @@ -1150,7 +1150,7 @@ AC_SUBST(XML_PRIVATE_CFLAGS) AC_SUBST(XML_INCLUDEDIR) # keep on one line for cygwin c.f. #130896 -AC_CONFIG_FILES([Makefile include/Makefile include/libxml/Makefile include/private/Makefile doc/Makefile doc/devhelp/Makefile example/Makefile fuzz/Makefile python/Makefile python/tests/Makefile xstc/Makefile include/libxml/xmlversion.h libxml-2.0.pc libxml-2.0-uninstalled.pc libxml2-config.cmake]) +AC_CONFIG_FILES([Makefile include/Makefile include/libxml/Makefile include/private/Makefile doc/Makefile doc/devhelp/Makefile example/Makefile fuzz/Makefile python/Makefile python/tests/Makefile xstc/Makefile include/libxml/xmlversion.h libxml-2.0.pc libxml2-config.cmake]) AC_CONFIG_FILES([python/setup.py], [chmod +x python/setup.py]) AC_CONFIG_FILES([xml2-config], [chmod +x xml2-config]) AC_OUTPUT diff --git a/libxml-2.0-uninstalled.pc.in b/libxml-2.0-uninstalled.pc.in deleted file mode 100644 index a7b81fa7..00000000 --- a/libxml-2.0-uninstalled.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix= -exec_prefix= -libdir=${pcfiledir} -includedir=${pcfiledir}/include -modules=@WITH_MODULES@ - -Name: libXML -Version: @VERSION@ -Description: libXML library version2. -Requires@XML_PC_PRIVATE@: @XML_PC_REQUIRES@ -Libs: -L${libdir} @XML_LIBS@ @XML_PC_LIBS_PRIVATE@ @XML_PC_LIBS@ @LIBS@ -Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@ diff --git a/meson.build b/meson.build index 8516b44d..f4c323ad 100644 --- a/meson.build +++ b/meson.build @@ -241,7 +241,6 @@ endforeach # # [X] config.h.in # [X] include/libxml/xmlversion.h.in -# [N] libxml-2.0-uninstalled.pc.in # [X] libxml-2.0.pc.in # [X] libxml2-config.cmake.in # [X] python/setup.py.in