On Thursday 04 December 2003 09:59 pm, Anas Mughal wrote:
> In config.m4, what does "Make sure that the comment is aligned" mean?
> What should it be aligned to?
>
There should be an certain number of characters before the "Enable my_module 
support" text, and a certain number (2) of spaces before the --enable-x, or 
it will be totally out of place compared to the other modules. Try putting 
ten spaces between the '[' and the '--enable-my_module', run buildconf, then 
see what happens when you do a configure --help

PS pecl-dev would probably be a bit more appropriate for this question.
>
> Is this correct:
>
> PHP_ARG_ENABLE(my_module, whether to enable my_module support,
> dnl Make sure that the comment is aligned:
>      [  --enable-my_module           Enable my_module support])
>
>
>
> Or, is this correct:
>
> PHP_ARG_ENABLE(my_module, whether to enable my_module support,
> dnl Make sure that the comment is aligned:
> [  --enable-my_module           Enable my_module support])
>
>
> Thank you in advance.

-- 
Evan Nemerson
[EMAIL PROTECTED]
http://coeusgroup.com/en

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to