mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
cleanup from Albert Chin html/index.sgml doesn't exist anymore Daniel
* config.h.in configure.in vms/config.vms macos/src/config-mac.h: cleanup from Albert Chin * doc/Makefile.am: html/index.sgml doesn't exist anymore Daniel
This commit is contained in:
parent
9b693b489d
commit
d4e39ae2c1
@ -1,3 +1,9 @@
|
||||
Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* config.h.in configure.in vms/config.vms macos/src/config-mac.h:
|
||||
cleanup from Albert Chin
|
||||
* doc/Makefile.am: html/index.sgml doesn't exist anymore
|
||||
|
||||
Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
|
||||
|
12
config.h.in
12
config.h.in
@ -97,24 +97,12 @@
|
||||
/* Define if history library is there (-lhistory) */
|
||||
#undef HAVE_LIBHISTORY
|
||||
|
||||
/* Define to 1 if you have the `inet' library (-linet). */
|
||||
#undef HAVE_LIBINET
|
||||
|
||||
/* Define to 1 if you have the `net' library (-lnet). */
|
||||
#undef HAVE_LIBNET
|
||||
|
||||
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
||||
#undef HAVE_LIBNSL
|
||||
|
||||
/* Define if pthread library is there (-lpthread) */
|
||||
#undef HAVE_LIBPTHREAD
|
||||
|
||||
/* Define if readline library is there (-lreadline) */
|
||||
#undef HAVE_LIBREADLINE
|
||||
|
||||
/* Define to 1 if you have the `socket' library (-lsocket). */
|
||||
#undef HAVE_LIBSOCKET
|
||||
|
||||
/* Have compression library */
|
||||
#undef HAVE_LIBZ
|
||||
|
||||
|
@ -454,10 +454,9 @@ else
|
||||
fi
|
||||
|
||||
dnl Checks for inet libraries:
|
||||
AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent))
|
||||
AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
|
||||
AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(net, setsockopt))
|
||||
AC_CHECK_FUNC(connect, , AC_CHECK_LIB(inet, connect))
|
||||
AC_SEARCH_LIBS(gethostent, [nsl])
|
||||
AC_SEARCH_LIBS(setsockopt, [socket net])
|
||||
AC_SEARCH_LIBS(connect, [inet])
|
||||
|
||||
dnl Determine what socket length (socklen_t) data type is
|
||||
AC_MSG_CHECKING([for type of socket length (socklen_t)])
|
||||
|
@ -110,7 +110,6 @@ install-data-local:
|
||||
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(HTML_DIR)/html
|
||||
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial
|
||||
-@INSTALL@ -m 0644 $(srcdir)/tutorial/*.* \
|
||||
$(DESTDIR)$(HTML_DIR)/tutorial
|
||||
|
@ -177,15 +177,6 @@
|
||||
/* Define if you have the <zlib.h> header file. */
|
||||
#undef HAVE_ZLIB_H
|
||||
|
||||
/* Define if you have the inet library (-linet). */
|
||||
#undef HAVE_LIBINET
|
||||
|
||||
/* Define if you have the nsl library (-lnsl). */
|
||||
#undef HAVE_LIBNSL
|
||||
|
||||
/* Define if you have the socket library (-lsocket). */
|
||||
#undef HAVE_LIBSOCKET
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE
|
||||
|
||||
|
@ -151,15 +151,6 @@
|
||||
/* Define if you have the <zlib.h> header file. */
|
||||
#undef HAVE_ZLIB_H
|
||||
|
||||
/* Define if you have the inet library (-linet). */
|
||||
#undef HAVE_LIBINET
|
||||
|
||||
/* Define if you have the nsl library (-lnsl). */
|
||||
#undef HAVE_LIBNSL
|
||||
|
||||
/* Define if you have the socket library (-lsocket). */
|
||||
#undef HAVE_LIBSOCKET
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user