Return-Path: Message-ID: <20171110222008.GA9576@ponyo.lan.banu.com> To: "Mark Andrews via RT" X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 X-RT-Interface: Email Content-Disposition: inline Delivered-To: bind9-public@bugs.isc.org Date: Sat, 11 Nov 2017 06:20:08 +0800 X-RT-Incoming-Encryption: Not encrypted User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org From: "Mukund Sivaraman" X-RT-Original-Encoding: utf-8 In-Reply-To: Subject: Re: [ISC-Bugs #46521] Use AS_HELP_STRING in configure.in References: MIME-Version: 1.0 content-type: text/plain; charset="utf-8" From muks@isc.org Fri Nov 10 22:20:24 2017 X-Original-To: bind9-public@bugs.isc.org Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 01676D78B0F for ; Fri, 10 Nov 2017 22:20:24 +0000 (UTC) Received: from mail.banu.com (mail.banu.com [IPv6:2a01:4f8:140:644b::225]) by mx.pao1.isc.org (Postfix) with ESMTP id 9B6C53B6E60 for ; Fri, 10 Nov 2017 22:20:18 +0000 (UTC) Received: from ponyo.lan.banu.com (unknown [42.61.208.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.banu.com (Postfix) with ESMTPSA id A073656A0349; Fri, 10 Nov 2017 22:20:15 +0000 (GMT) RT-Message-ID: Content-Length: 273 This looks good except that some places use AS_HELP_STRING, and others use AC_HELP_STRING. It looks like AC_HELP_STRING is deprecated and AS_HELP_STRING is its replacement, so please use that everywhere. Also bump up AC_PREREQ if necessary for AS_HELP_STRING. Mukund