[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 60-fyi-wrappers.patch
From: |
Akim Demaille |
Subject: |
Re: 60-fyi-wrappers.patch |
Date: |
13 Sep 2001 10:31:19 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
| Index: lib/autoconf/autotest.m4
| ===================================================================
| RCS file: /cvs/autoconf/lib/autoconf/autotest.m4,v
| retrieving revision 1.4
| diff -u -r1.4 autotest.m4
| --- lib/autoconf/autotest.m4 2001/09/07 08:26:57 1.4
| +++ lib/autoconf/autotest.m4 2001/09/10 15:51:31
| @@ -61,7 +61,10 @@
| AC_DEFUN([AC_CONFIG_TESTDIR],
| [AC_CONFIG_COMMANDS([$1/atconfig],
| [# Do not use _ACEOF as we are being dumped into config.status via
| -# an _ACEOF-heredoe.
| +# an _ACEOF-heredoc.
:) :) :)
| +AUTOTEST_PATH='m4_default([$2], [$1])'
| +test "$at_path_separator" = ":" ||
| + AUTOTEST_PATH=`echo $AUTOTEST_PATH | tr ':' $at_path_separator`
Please, we don't know yet if there are tr broken that way. Let's not
create myths. And don't use at_path_separator, but $PATH_SEPARATOR.
| cat >$1/atconfig <<ATEOF
| @%:@ Configurable variable values for building test suites.
| @%:@ Generated by $[0]
| @@ -80,7 +83,7 @@
Actually you patch is not the one I expected: I thought implementing
this in autotest/general.m4 so that when people
./testsuite AUTOTEST_PATH=bin:test
the trick still works. In fact, I really prefer the latter.