1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

moved includes to includedir/libxml2/libxml, updated the configuration

* config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
  libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
  updated the configuration scripts systems accordingly
This commit is contained in:
Daniel Veillard 2001-09-12 20:19:58 +00:00
parent 04382ae3d6
commit 07cdb2a84f
6 changed files with 14 additions and 12 deletions

View File

@ -1,3 +1,9 @@
Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
* config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
updated the configuration scripts systems accordingly
Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
* configure.in: preparing for 2.4.4

View File

@ -91,9 +91,6 @@
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

View File

@ -143,7 +143,7 @@ AC_CHECK_FUNC(isinf, AC_DEFINE(HAVE_ISINF) , AC_CHECK_LIB(m, isinf,
[AC_DEFINE(HAVE_ISINF)]))
XML_LIBDIR='-L${libdir}'
XML_INCLUDEDIR='-I${includedir}/libxml -I${includedir}'
XML_INCLUDEDIR='-I${includedir}/libxml2/libxml -I${includedir}/libxml2'
dnl
dnl Extra flags

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
xmlincdir = $(includedir)/libxml
xmlincdir = $(includedir)/libxml2/libxml
xmlinc_HEADERS = \
SAX.h \
@ -32,6 +32,6 @@ xmlinc_HEADERS = \
catalog.h
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml
$(mkinstalldirs) $(DESTDIR)$(xmlincdir)/libxml2 $(DESTDIR)$(xmlincdir)/libxml2/libxml
EXTRA_DIST = xmlversion.h.in xmlwin32version.h.in

View File

@ -6,7 +6,7 @@ includedir=@includedir@
Name: libXML
Version: @VERSION@
Description: libXML library.
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @Z_LIBS@ @M_LIBS@ @LIBS@
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@
Cflags: -I${includedir}/libxml2/libxml @XML_CFLAGS@

View File

@ -117,8 +117,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
%doc /usr/share/man/man1/xmllint.1*
%doc /usr/share/man/man4/libxml.4*
%doc %{prefix}/share/man/man1/xmllint.1*
%doc %{prefix}/share/man/man4/libxml.4*
%{prefix}/lib/lib*.so.*
%{prefix}/bin/xmllint
@ -136,5 +136,4 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/include/*
%{prefix}/bin/xml2-config
%{prefix}/share/aclocal/libxml.m4
# I'm not certain if this should be included in the distribution or not.
#%{prefix}/lib/pkgconfig/libxml-2.0.pc
%{prefix}/lib/pkgconfig/libxml-2.0.pc