Report information
The Basics
Id:
46521
Status:
resolved
Priority:
Low/Low
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
9.9.12, 9.9.12(sub), 9.10.7, 9.10.7(sub), 9.11.3, 9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
Other

Dates
Created:Tue, 07 Nov 2017 20:18:11 -0500
Updated:Sun, 12 Nov 2017 23:21:21 -0500
Closed:Sun, 12 Nov 2017 23:21:20 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: Use AS_HELP_STRING in configure.in
From: marka@isc.org
To: bind9-public@isc.org
Date: Tue, 07 Nov 2017 15:18:09 -1000
Use AS_HELP_STRING in configure.in to improve help text consistency.
ready for review
To: "Mark Andrews via RT" <bind9-public@isc.org>
Date: Sat, 11 Nov 2017 06:20:08 +0800
From: "Mukund Sivaraman" <muks@isc.org>
Subject: Re: [ISC-Bugs #46521] Use AS_HELP_STRING in configure.in
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
On Fri Nov 10 12:20:24 2017, muks wrote: > 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. done > Also bump up AC_PREREQ if necessary for AS_HELP_STRING. Looks like we are already high enough. > Mukund >
4814. [cleanup] Use AS_HELP_STRING for consistent help text. [RT #46521]