From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by sourceware.org (Postfix) with ESMTP id 80C163857C59 for ; Wed, 9 Sep 2020 01:09:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 80C163857C59 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-533-g44ew2zZPZa_19ETAii7Eg-1; Tue, 08 Sep 2020 21:08:55 -0400 X-MC-Unique: g44ew2zZPZa_19ETAii7Eg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0C6381DDFB; Wed, 9 Sep 2020 01:08:54 +0000 (UTC) Received: from redhat.com (ovpn-112-64.phx2.redhat.com [10.3.112.64]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DA8D47E19A; Wed, 9 Sep 2020 01:08:53 +0000 (UTC) Received: from [127.0.0.1] (helo=vm-rhel7) by redhat.com with esmtp (Exim 4.94) (envelope-from ) id 1kFobU-0002Bh-Fn; Tue, 08 Sep 2020 21:08:52 -0400 From: fche@redhat.com (Frank Ch. Eigler) To: Sergei Trofimovich Cc: systemtap@sourceware.org Subject: Re: [PATCH] configure.ac: use AM_PROG_AR to autodetect prefixed 'ar' References: <20200908230818.3326772-1-slyfox@gentoo.org> Date: Tue, 08 Sep 2020 21:08:51 -0400 In-Reply-To: <20200908230818.3326772-1-slyfox@gentoo.org> (Sergei Trofimovich via Systemtap's message of "Wed, 9 Sep 2020 00:08:18 +0100") Message-ID: <87imcnu57g.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2020 01:09:14 -0000 Sergei Trofimovich via Systemtap writes: > Signed-off-by: Sergei Trofimovich Thanks, merged! - FChE