[folks] Don't use dnl for comments in configure.ac
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Don't use dnl for comments in configure.ac
- Date: Fri, 10 Sep 2010 13:25:15 +0000 (UTC)
commit 251c914c8437abfa92212beddf77b2fa5d75eda5
Author: Philip Withnall <philip withnall collabora co uk>
Date: Thu Sep 9 18:19:52 2010 +0100
Don't use dnl for comments in configure.ac
It's not strictly intended to be used for commenting; more for obliterating
macro output when redefining things. '#' is for comments.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b3fddc4..ae2d4ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl If not 1, append datestamp to the version number
+# If not 1, append datestamp to the version number
m4_define(folks_released, 0)
m4_define([folks_major_version], [0])
@@ -16,7 +16,7 @@ m4_define([folks_lt_current], [13])
m4_define([folks_lt_revision], [1])
m4_define([folks_lt_age], [13])
-dnl Display the nano_version only if it's not '0'
+# Display the nano_version only if it's not '0'
m4_define([folks_base_version],
[folks_major_version.folks_minor_version.folks_micro_version])
m4_define([folks_full_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]