Re: How to properly make an enable debugging option in configure

2016-02-22 Thread Andy Falanga (afalanga)
On 02/12/2016 06:06 PM, Thomas Dickey wrote: > On Sat, Feb 13, 2016 at 12:31:51AM +, Andy Falanga (afalanga) wrote: >> I would like to know the "proper" method for adding an "--enable-debug" >> option to my build using autotools. Perhaps what I should call this is >> a "best-practice" or somet

Re: How to properly make an enable debugging option in configure

2016-02-12 Thread Thomas Dickey
On Sat, Feb 13, 2016 at 12:31:51AM +, Andy Falanga (afalanga) wrote: > I would like to know the "proper" method for adding an "--enable-debug" > option to my build using autotools. Perhaps what I should call this is > a "best-practice" or something similar. So, some googling and Autotools