From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by sourceware.org (Postfix) with ESMTPS id DAB113858C51 for ; Sun, 26 Jun 2022 18:45:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DAB113858C51 Received: by mail-pj1-x1036.google.com with SMTP id d14so7274006pjs.3 for ; Sun, 26 Jun 2022 11:45:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=+K+wXJ/UxTRYYn4zmfuPYfjcT4avGEahkAGqvN0Ef1w=; b=bLvAo2tXDEB2JY+VXm1AMZKBQ/+61QYwV+/+9rHMkAWFNFlIRLZLZoHZpMydHr2UA0 leHO/ddsnoGcHT+YN7Xwf3MV7wuDDfBcCH0q75mizbQwe5cQw1D/+DQ996s0zPugJW2v pSMAbp9RfQce5jU/5lQGoOr1Gq6KQTzZ6zDFyzj202CFfg06YKgQsJzC/Ux1luLH3EL2 fy5ji+QFpyf59/vWzvhtH7kGQgrQ/D/eq17USRXtw7QocXry/pbNOHwlr56HPScH4Wee PYqL6PrDjFM8er0ZvfJMFWdFTWzkTL2ropdIvRY2swxvG/ISxisJdKxNNLJMx7vhcwlR VIwA== X-Gm-Message-State: AJIora8pN+wHxXL5p7X9rpGUvmQdfwQFKydX7UX0SQ1ZVlGGnWnax7uv DY6QJo5d2cirjFaNuky8VHGrxIy5BAs= X-Google-Smtp-Source: AGRyM1te6wx6mooeXm6s4RkNNvRQpviqkVwPIKN6MFHURd8rAckGGe44QitOOGt57iH+BBrXUwGYsw== X-Received: by 2002:a17:902:eccc:b0:16a:2b42:3f42 with SMTP id a12-20020a170902eccc00b0016a2b423f42mr10563285plh.75.1656269101683; Sun, 26 Jun 2022 11:45:01 -0700 (PDT) Received: from [192.168.43.42] ([172.58.38.202]) by smtp.gmail.com with ESMTPSA id x2-20020a170902b40200b001675d843332sm5491131plr.63.2022.06.26.11.45.01 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 26 Jun 2022 11:45:01 -0700 (PDT) Message-ID: <69b0ad43-49c5-f4b3-dc23-61fa7766285b@gmail.com> Date: Sun, 26 Jun 2022 12:44:59 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] libiberty: add AC_CONFIG_MACRO_DIRS Content-Language: en-US To: binutils@sourceware.org References: <20220408160125.218307-1-simon.marchi@efficios.com> From: Jeff Law In-Reply-To: <20220408160125.218307-1-simon.marchi@efficios.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2022 18:45:04 -0000 On 4/8/2022 10:01 AM, Simon Marchi via Binutils wrote: > Add > > AC_CONFIG_MACRO_DIRS([../config]) > > So that just running: > > $ autoreconf -vf > > ... does the right thing (no need to specify -I ../config). > > Note: I don't have access to the gcc repo, so if this patch is approved, > can somebody push it there on my behalf? I can push it to binutils-gdb. > > libiberty/ChangeLog: > > * configure.ac: Add AC_CONFIG_MACRO_DIRS call. > * configure: Re-generate. THanks.  Sorry for the delay.  I've pushed this to the trunk. Jeff