autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-304


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-304-g4d8234a
Date: Mon, 19 Nov 2007 20:25:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=4d8234a76c05608df78a73aca30c4454cbd7519d

The branch, master has been updated
       via  4d8234a76c05608df78a73aca30c4454cbd7519d (commit)
      from  22ced06229064c48845c4409cdd897e19c0774a4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4d8234a76c05608df78a73aca30c4454cbd7519d
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Nov 19 21:24:54 2007 +0100

    Fix IRIX testsuite debugging failures: $0 in functions.
    
    * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
    Do not use $0 inside a function, as IRIX sh will set that to the
    function name rather than the script invocation name.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    9 ++++++++-
 lib/autotest/general.m4 |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 409ee36..aaee581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2007-11-18  Paolo Bonzini  <address@hidden>
+2007-11-19  Ralf Wildenhues  <address@hidden>
+
+       Fix IRIX testsuite debugging failures: $0 in functions.
+       * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
+       Do not use $0 inside a function, as IRIX sh will set that to the
+       function name rather than the script invocation name.
+
+2007-11-19  Paolo Bonzini  <address@hidden>
        and Ralf Wildenhues  <address@hidden>
 
        * lib/autotest/general.m4 (at_func_test): Use cached line numbers
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 53b0060..08f6e63 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -331,7 +331,7 @@ at_func_create_debugging_script ()
     echo 'test "${ZSH_VERSION+set}" = set dnl
 && alias -g '\''${1+"address@hidden"}'\''='\''"address@hidden"'\'''
     AS_ECHO(["cd '$at_dir'"])
-    AS_ECHO(["exec \${CONFIG_SHELL-$SHELL} $[0] -v -d ]dnl
+    AS_ECHO(["exec \${CONFIG_SHELL-$SHELL} $at_myself -v -d ]dnl
 [$at_debug_args $at_group \${1+\"address@hidden"}"])
     echo 'exit 1'
   } >$at_group_dir/run


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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