autoconf-patches
[Top][All Lists]
Advanced

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

Re: [GNU Autoconf 2.60] testsuite: 3 120 failed


From: Paul Eggert
Subject: Re: [GNU Autoconf 2.60] testsuite: 3 120 failed
Date: Thu, 12 Oct 2006 12:45:24 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

> This patch kills $as_executable_p.  This breaks libtool.m4 from
> Libtool-1.5.22 (and possibly CVS HEAD, I haven't checked).

OK, I installed this backward-compatibility hack.  I assume
you'll be fixing libtool?

2006-10-12  Paul Eggert  <address@hidden>

        * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
        for backward compatibility with Libtool 1.5.22.  Problem reported
        by Ralf Wildenhues.

--- lib/m4sugar/m4sh.m4 12 Oct 2006 12:01:10 -0000      1.199
+++ lib/m4sugar/m4sh.m4 12 Oct 2006 19:43:56 -0000
@@ -1060,6 +1060,9 @@
     '\'' sh
   '
 fi
+dnl as_executable_p is present for backward compatibility with Libtool
+dnl 1.5.22, but it should go away at some point.
+as_executable_p=$as_test_x
 ])# _AS_TEST_PREPARE






reply via email to

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