bug-cppi
[Top][All Lists]
Advanced

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

Re: [bug-cppi] [PATCH 1/3] build: use new gnulib module: non-recursive-g


From: Akim Demaille
Subject: Re: [bug-cppi] [PATCH 1/3] build: use new gnulib module: non-recursive-gnulib-prefix-hack
Date: Mon, 24 Sep 2012 11:43:56 +0200

Hi Jim,

Le 20 sept. 2012 à 10:02, Jim Meyering a écrit :

>>> diff --git a/gl/m4/non-recursive-gnulib-prefix-hack.m4
>>> b/gl/m4/non-recursive-gnulib-prefix-hack.m4
>>> new file mode 100644
>>> index 0000000..aeb0cc4
>>> --- /dev/null
>>> +++ b/gl/m4/non-recursive-gnulib-prefix-hack.m4
>>> @@ -0,0 +1,35 @@
>>> +dnl Copyright (C) 2012 Free Software Foundation, Inc.
>>> +dnl This file is free software; the Free Software Foundation
>>> +dnl gives unlimited permission to copy and/or distribute it,
>>> +dnl with or without modifications, as long as this notice is preserved.
>> 
>> I don't understand well the preference of dnl over #, but that doesn't
>> matter.
> 
> Using "dnl" is slightly better there, because dnl-commented lines
> don't end up in configure.

Anything outside the body of macro is never put in configure.
Using "dnl", "#", or nothing at all, is just a matter of style
(when there are no expansion of course).

And for comments, "#" is more traditional, but that's a question
of taste, I agree.  Well, not only: more tools know how to M-q
or fontify #-comments than dnl-comments.




reply via email to

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