mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-16 23:43:32 +01:00
configure: cosmetic improvements on comments
This patch brings more consistency in the presentation of comments, including: - 2 line spaces between blocks (M4 macro tend to make the file look quite bulky, so it is making the file more aerated) - fixes in the length of underlining - adding a few comments on the reason of the check to ease maintainance Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
2c6c7d51c9
commit
78690de103
@@ -16,6 +16,7 @@
|
||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
|
||||
# WM_C_NORETURN
|
||||
# -------------
|
||||
#
|
||||
@@ -61,8 +62,9 @@ AS_CASE([$wm_cv_c_noreturn],
|
||||
[Defines the attribute to tell the compiler that a function never returns, if the ISO C11 attribute does not work])])
|
||||
])
|
||||
|
||||
|
||||
# _WM_SHELLFN_FUNCATTRIBUTE
|
||||
# ----------------------
|
||||
# -------------------------
|
||||
# (internal shell function only!)
|
||||
#
|
||||
# Create a shell function to check if we can compile with special
|
||||
|
||||
Reference in New Issue
Block a user