From 1efaaec208862af1780f33774ab3f5da117880b1 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 18 Aug 2003 11:29:58 +0000 Subject: [PATCH] [project @ 2003-08-18 11:29:58 by panne] * Following the autoconf coding style recommendations, use "#" for comments, not "dnl". * Local macros will get the prefix "FP_" instead of "FPTOOLS_". The latter is a bit heavyweight and too fptools-centric. --- aclocal.m4 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 10cd4a7..6d4e5c3 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,8 +1,7 @@ -dnl Extra autoconf macros for the Glasgow fptools -dnl -dnl To be a good autoconf citizen, names of local macros have -dnl prefixed with FPTOOLS_ to ensure we don't clash -dnl with any pre-supplied autoconf ones. +# Extra autoconf macros for the Glasgow fptools +# +# To be a good autoconf citizen, names of local macros have prefixed with FP_ to +# ensure we don't clash with any pre-supplied autoconf ones. dnl *** Is altzone available? *** dnl -- 1.7.10.4