mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-27 14:03:36 +03:00
autotools: Remove libxml-2.0-uninstalled.pc
This commit is contained in:
parent
c106455c25
commit
7ba6c8feea
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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@
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user