bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Autoconf 2.68] testsuite: 199 205 261 262 failed


From: Eric Blake
Subject: Re: [GNU Autoconf 2.68] testsuite: 199 205 261 262 failed
Date: Fri, 24 Sep 2010 08:18:08 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.3

On 09/23/2010 10:34 PM, Ralf Wildenhues wrote:
-AT_CHECK([sed -n '/#define PACKAGE/,$p' stdout], [],
+AT_CHECK([sed -n 's/ *$//; /#define PACKAGE/,$p' stdout], [],
  [[#define PACKAGE_NAME "Hello"
  #define PACKAGE_TARNAME "hello"
  #define PACKAGE_VERSION "1.0"
@@ -238,7 +238,7 @@ AT_CHECK_CONFIGURE([], [], [stdout])
  # Note that the output may contain more defines and lines matching
  #   # 1 "conftest.c"
  # so delete everything before the interesting output.
-AT_CHECK([sed -n '/#define PACKAGE/,$p' stdout], [],
+AT_CHECK([sed -n '/s/ *$//; #define PACKAGE/,$p' stdout], [],

This second instance is a copy-and-paste error, it should be identical to the first line replacement above.

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]