autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch #8452] Add AX_DEBUG_CHECK macro for --enable-debug option


From: Peter Johansson
Subject: Re: [patch #8452] Add AX_DEBUG_CHECK macro for --enable-debug option
Date: Sun, 11 May 2014 10:56:45 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0


On 11/05/14 06:30, anonymous wrote:

Hi,

AC_DEFUN([AX_DEBUG_CHECK],[
    AC_ARG_ENABLE([debug],
                  AS_HELP_STRING([--enable-debug],
                                 [turn on debugging (default: no)]),,
                                 [enable_debug=no])


Underquoted. AS_HELP_STRING() should be quoted with [].

Also it looks like enable_debug=no is an argument to AS_HELP_STRING. Can you please reformat so it's clear that it's an argument to AC_ARG_ENABLE.


Cheers,
Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]