packages: autoconf/autoconf.spec, autoconf/autoconf-git.patch (NEW) - rel 2...

arekm arekm at pld-linux.org
Mon Aug 17 16:06:29 CEST 2009


Author: arekm                        Date: Mon Aug 17 14:06:28 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; AH_CHECK_HEADERS is back

---- Files affected:
packages/autoconf:
   autoconf.spec (1.138 -> 1.139) , autoconf-git.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/autoconf/autoconf.spec
diff -u packages/autoconf/autoconf.spec:1.138 packages/autoconf/autoconf.spec:1.139
--- packages/autoconf/autoconf.spec:1.138	Tue Jul 28 13:07:34 2009
+++ packages/autoconf/autoconf.spec	Mon Aug 17 16:06:23 2009
@@ -21,7 +21,7 @@
 Summary(uk.UTF-8):	GNU autoconf - автоконфігуратор вихідних текстів
 Name:		autoconf
 Version:	2.64
-Release:	1
+Release:	2
 License:	GPL v2+/v3+
 Group:		Development/Building
 # stable releases:
@@ -34,6 +34,7 @@
 Patch2:		%{name}-AC_EGREP.patch
 Patch3:		%{name}-cxxcpp-warnonly.patch
 Patch4:		%{name}-gettext.patch
+Patch5:		%{name}-git.patch
 URL:		http://www.gnu.org/software/autoconf/
 %{?with_emacs:BuildRequires:	emacs}
 BuildRequires:	xz
@@ -202,6 +203,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %configure \
@@ -277,6 +279,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.139  2009/08/17 14:06:23  arekm
+- rel 2; AH_CHECK_HEADERS is back
+
 Revision 1.138  2009/07/28 11:07:34  arekm
 - run testsuite
 

================================================================
Index: packages/autoconf/autoconf-git.patch
diff -u /dev/null packages/autoconf/autoconf-git.patch:1.1
--- /dev/null	Mon Aug 17 16:06:29 2009
+++ packages/autoconf/autoconf-git.patch	Mon Aug 17 16:06:23 2009
@@ -0,0 +1,33 @@
+From a19e829e674a52dc9cad535be9dd56e651527e56 Mon Sep 17 00:00:00 2001
+From: Paolo Bonzini <bonzini at gnu.org>
+Date: Wed, 29 Jul 2009 16:28:56 +0200
+Subject: [PATCH] Add back AH_CHECK_HEADERS.
+
+* lib/autoconf/general.m4 (AH_CHECK_HEADERS): New.
+* NEWS: Add new section.
+---
+ ChangeLog               |    6 ++++++
+ NEWS                    |    9 +++++++++
+ lib/autoconf/headers.m4 |    6 ++++++
+ 3 files changed, 21 insertions(+), 0 deletions(-)
+
+diff --git a/lib/autoconf/headers.m4 b/lib/autoconf/headers.m4
+index 21b512c..36c1899 100644
+--- a/lib/autoconf/headers.m4
++++ b/lib/autoconf/headers.m4
+@@ -253,6 +253,12 @@ m4_define([_AH_CHECK_HEADER],
+   [Define to 1 if you have the <$1> header file.])])
+ 
+ 
++# AH_CHECK_HEADERS(HEADER-FILE...)
++# --------------------------------
++m4_define([AH_CHECK_HEADERS],
++[m4_foreach_w([AC_Header], [$1], [_AH_CHECK_HEADER(m4_defn([AC_Header]))])])
++
++
+ # AC_CHECK_HEADERS(HEADER-FILE...,
+ #		   [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
+ #		   [INCLUDES])
+-- 
+1.6.3.3
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/autoconf/autoconf.spec?r1=1.138&r2=1.139&f=u



More information about the pld-cvs-commit mailing list