]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Oct 2006 19:44:22 +0000 (19:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Oct 2006 19:44:22 +0000 (19:44 +0000)
for backward compatibility with Libtool 1.5.22.  Problem reported
by Ralf Wildenhues.

ChangeLog
lib/m4sugar/m4sh.m4

index 82abbc5a773e63637745034eee4a398f88ddd39f..c564bddc78c3024a18ba8f1ca0b8748c1c7e5bf2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
+       for backward compatibility with Libtool 1.5.22.  Problem reported
+       by Ralf Wildenhues.
+
 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
index 493c80e5b6266ec361cedb6d13a83cabd5f00501..aec050da7c6f2c66e175eaff09216bc8859c243c 100644 (file)
@@ -1060,6 +1060,9 @@ else
     '\'' 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