[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: $as_me.log
From: |
Akim Demaille |
Subject: |
FYI: $as_me.log |
Date: |
17 Aug 2001 16:50:56 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
Index: ChangeLog
from Akim Demaille <address@hidden>
* lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
`$0.log' as for projects where testsuite is in src, we'd have
testsuite.log created in src.
Index: lib/autotest/general.m4
===================================================================
RCS file: /cvs/autoconf/lib/autotest/general.m4,v
retrieving revision 1.74
diff -u -u -r1.74 general.m4
--- lib/autotest/general.m4 2001/08/17 12:07:10 1.74
+++ lib/autotest/general.m4 2001/08/17 14:45:00
@@ -135,7 +135,7 @@
while test $[#] -gt 0; do
case $[1] in
--help | -h) at_help=: ;;
- --version) echo "$[0] ($at_package) $at_version"; exit 0 ;;
+ --version) echo "$as_me ($at_package) $at_version"; exit 0 ;;
-d) at_debug=:;;
-e) at_stop_on_error=:;;
@@ -220,7 +220,7 @@
if $at_debug; then
exec 6>/dev/null
else
- exec 6>$[0].log
+ exec 6>$as_me.log
{
AS_BOX([Test suite log for $at_package $at_version])
echo
@@ -347,7 +347,7 @@
echo 'case the test suite provides a good starting point.'
echo
echo 'Now, failed tests will be executed again, verbosely, and logged'
- echo 'in the file '$[0]'.log.'
+ echo 'in the file '$as_me'.log.'
{
echo
@@ -371,11 +371,11 @@
echo
} >&6
- $SHELL $[0] -v -d $at_fail_list 2>&1 | tee -a $[0].log
- AS_BOX([$[0].log is created])
+ $SHELL $[0] -v -d $at_fail_list 2>&1 | tee -a $as_me.log
+ AS_BOX([$as_me.log is created])
echo
- echo "Please send \`$[0].log' to <$at_bugreport> together with all"
+ echo "Please send \`$as_me.log' to <$at_bugreport> together with all"
echo "the information you think might help."
exit 1
fi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: $as_me.log,
Akim Demaille <=