public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gprofng: fix typo in configure.ac
@ 2022-11-11  1:25 Vladimir Mezentsev
  0 siblings, 0 replies; only message in thread
From: Vladimir Mezentsev @ 2022-11-11  1:25 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1c343a13ba24eb2dad39a94df1a369a0f62efd13

commit 1c343a13ba24eb2dad39a94df1a369a0f62efd13
Author: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
Date:   Thu Nov 10 14:38:39 2022 -0800

    gprofng: fix typo in configure.ac
    
    gprofng/ChangeLog
    2022-11-10  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
    
            * configure.ac: Fix typo in redirect operator.
            * configure: Rebuild.

Diff:
---
 gprofng/configure    | 2 +-
 gprofng/configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gprofng/configure b/gprofng/configure
index c90e36cb1cf..8ad5ebd67be 100755
--- a/gprofng/configure
+++ b/gprofng/configure
@@ -16572,7 +16572,7 @@ class Simple{
   }
 }
 EOF
-      if { ac_try='$JAVAC configtest.java &5 2>&1'
+      if { ac_try='$JAVAC configtest.java >&5 2>&5'
   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
   (eval $ac_try) 2>&5
   ac_status=$?
diff --git a/gprofng/configure.ac b/gprofng/configure.ac
index 2d7640dfdc8..bbad953cf4f 100644
--- a/gprofng/configure.ac
+++ b/gprofng/configure.ac
@@ -142,7 +142,7 @@ class Simple{
   }
 }
 EOF
-      if AC_TRY_COMMAND($JAVAC configtest.java &AS_MESSAGE_LOG_FD 2>&1); then
+      if AC_TRY_COMMAND($JAVAC configtest.java >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD); then
 	GPROFNG_BROKEN_JAVAC=no
       else
 	GPROFNG_BROKEN_JAVAC=yes

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-11  1:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11  1:25 [binutils-gdb] gprofng: fix typo in configure.ac Vladimir Mezentsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).