summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2017-11-19 15:00:52 +0100
committerColin Watson <cjwatson@debian.org>2017-11-21 17:17:02 +0000
commit1ae081b91783802f71dc927482afab0c96f1b033 (patch)
treec52b8dd51031cb23e7b7d5ece0156326d0ff3efe /m4
parent84bde8d8a9a357bd372793d25746ac6b49480525 (diff)
Add section 0 to defaults
m4/man-arg-sections.m4: Add 0 (zero) to the default list of sections as advertised in ``configure --help``. Cf. commit f3739b9bbde27c702c911ce8a511a499705a25f7 Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
Diffstat (limited to 'm4')
-rw-r--r--m4/man-arg-sections.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/man-arg-sections.m4 b/m4/man-arg-sections.m4
index e12882e2..6d97e6e9 100644
--- a/m4/man-arg-sections.m4
+++ b/m4/man-arg-sections.m4
@@ -1,4 +1,4 @@
-# man-arg-sections.m4 serial 1
+# man-arg-sections.m4 serial 2
dnl MAN_ARG_SECTIONS
dnl Add a --with-sections option.
@@ -12,6 +12,6 @@ AC_ARG_WITH([sections],
else
sections="$withval"
fi],
- [: ${sections=1 n l 8 3 2 5 4 9 6 7}])
+ [: ${sections=1 n l 8 3 0 2 5 4 9 6 7}])
AC_SUBST([sections])dnl
])