- added patch autoconf-2.67-fix_dnl.patch to fix regression in

AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl)

- added patch autoconf-2.67-fix_dnl.patch to fix regression in
  AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2010-09-27 08:50:16 +00:00 committed by Git OBS Bridge
parent 72a57940cb
commit d13e267cbb
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org
- added patch autoconf-2.67-fix_dnl.patch to fix regression in
AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl)
-------------------------------------------------------------------
Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org
- added patch autoconf-2.67-fix_dnl.patch to fix regression in
AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl)
-------------------------------------------------------------------
Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoconf-testsuite (Version 2.67)
# spec file for package autoconf (Version 2.67)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -30,6 +30,9 @@ Release: 1
Summary: A GNU Tool for Automatically Configuring Source Code
Source: autoconf-%{version}.tar.xz
Patch0: autoreconf-ltdl.diff
# PATCH-FIX-UPSTREAM -2.67-fix_dnl.patch andrea@opensuse.org
# this patch fix savannah bug #107447 regression in AC_MSG_ERROR expansion
Patch1: autoconf-2.67-fix_dnl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -49,6 +52,7 @@ only required for the generation of the scripts, not their use.
%prep
%setup -q -n autoconf-%{version}
%patch0
%patch1 -p1
%build
%{suse_update_config -f config}

View File

@ -32,7 +32,7 @@ Source: autoconf-%{version}.tar.xz
Patch0: autoreconf-ltdl.diff
# PATCH-FIX-UPSTREAM -2.67-fix_dnl.patch andrea@opensuse.org
# this patch fix savannah bug #107447 regression in AC_MSG_ERROR expansion
Patch1: %name-2.67-fix_dnl.patch
Patch1: autoconf-2.67-fix_dnl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch