autoconf-patches
[Top][All Lists]
Advanced

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

Re: AT_KEYWORDS failure: cmdline OR-combinations


From: Ralf Wildenhues
Subject: Re: AT_KEYWORDS failure: cmdline OR-combinations
Date: Wed, 17 Aug 2005 18:36:46 +0200
User-agent: Mutt/1.4.1i

* Stepan Kasal wrote on Wed, Aug 17, 2005 at 06:15:04PM CEST:
> On Wed, Aug 17, 2005 at 05:56:29PM +0200, Ralf Wildenhues wrote:
> > Typo.
> 
> OK, my version now reads:

Fine with me.

* Ralf Wildenhues wrote on Wed, Aug 17, 2005 at 05:56:29PM CEST:
>
[ solaris awk ]
>
> | 21: m4sh.at:252        AS_VERSION_COMPARE
> 
> loops endlessly (in awk).

This is for calling AS_VERSION_COMPARE with empty first argument.
Is that allowed?  This would fix the test:


        * tests/m4sh.at (AS_VERSION_COMPARE): Do not call with empty
        argument.

Index: tests/m4sh.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/m4sh.at,v
retrieving revision 1.42
diff -u -r1.42 m4sh.at
--- tests/m4sh.at       16 Jun 2005 21:03:47 -0000      1.42
+++ tests/m4sh.at       17 Aug 2005 16:34:12 -0000
@@ -269,11 +269,11 @@
 
 # These tests are taken from libc/string/tst-svc.expect.
 tst_svc_expect='
-  000 001 00 00a 01 01a 0 0a 2.8 2.8-0.4 20 21 22 212 CP037 CP345 CP1257
+  001 00 00a 01 01a 0 0a 2.8 2.8-0.4 20 21 22 212 CP037 CP345 CP1257
   foo foo-0.4 foo-0.4a foo-0.4b foo-0.5 foo-0.10.5 foo-3.01 foo-3.0
   foo-3.0.0 foo-3.0.1 foo-3.2 foo-3.10 foo00 foo0
 '
-test1=''
+test1='000'
 for test2 in $tst_svc_expect; do
   VERSION_COMPARE_TEST([$test1], <, [$test2])
   test1=$test2
  





reply via email to

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