Hi,

independent from the other patches I am sending, these are quite
straight forward.

Stefan
>From a5d84365afa4581d183fe93c53ef4392d86d2fa2 Mon Sep 17 00:00:00 2001
From: Stefan Kost <[email protected]>
Date: Tue, 10 May 2011 10:34:41 +0300
Subject: [PATCH 35/39] configure: support silent automake rules if possible

This gives us a much less noisy build and makes error stand out a lot more.
---
 configure.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in
index a1d2c89..45c939e 100644
--- a/configure.in
+++ b/configure.in
@@ -50,6 +50,11 @@ VERSION=${LIBXML_VERSION}
 
 AM_INIT_AUTOMAKE(libxml2, $VERSION)
 
+# Support silent build rules, requires at least automake-1.11. Disable
+# by either passing --disable-silent-rules to configure or passing V=1
+# to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 dnl Checks for programs.
 AC_PROG_CC
 AC_PROG_INSTALL
-- 
1.7.1

>From 31a20e15e571233a2d1022e89bd66bbf8dc7bf97 Mon Sep 17 00:00:00 2001
From: Stefan Kost <[email protected]>
Date: Tue, 10 May 2011 11:53:58 +0300
Subject: [PATCH 37/39] configure: acconfig.h is deprecated since autoconf-2.50

Remove deprecated file (leftover from autoconf-2.13). The generated config.h is
the same as we already use the 3-arg versions of AC_DEFINE.
---
 acconfig.h |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
 delete mode 100644 acconfig.h

diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644
index dedcf1d..0000000
--- a/acconfig.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#undef PACKAGE
-#undef VERSION
-#undef HAVE_LIBZ
-#undef HAVE_LIBM
-#undef HAVE_ISINF
-#undef HAVE_ISNAN
-#undef HAVE_LIBHISTORY
-#undef HAVE_LIBREADLINE
-#undef HAVE_LIBPTHREAD
-#undef HAVE_PTHREAD_H
-
-/* Define if IPV6 support is there */
-#undef SUPPORT_IP6
-
-/* Define if getaddrinfo is there */
-#undef HAVE_GETADDRINFO
-- 
1.7.1

>From 5c1cacee8490f9aa552d86b78694b25bb5e17c1b Mon Sep 17 00:00:00 2001
From: Stefan Kost <[email protected]>
Date: Tue, 10 May 2011 13:06:09 +0300
Subject: [PATCH 38/39] runxmlconf: update to latest testsuite version

---
 runxmlconf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/runxmlconf.c b/runxmlconf.c
index 810f281..8d94122 100644
--- a/runxmlconf.c
+++ b/runxmlconf.c
@@ -516,7 +516,7 @@ static void
 xmlconfInfo(void) {
     fprintf(stderr, "  you need to fetch and extract the\n");
     fprintf(stderr, "  latest XML Conformance Test Suites\n");
-    fprintf(stderr, "  http://www.w3.org/XML/Test/xmlts20080205.tar.gz\n";);
+    fprintf(stderr, "  http://www.w3.org/XML/Test/xmlts20080827.tar.gz\n";);
     fprintf(stderr, "  see http://www.w3.org/XML/Test/ for informations\n");
 }
 
-- 
1.7.1

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to