From 8d2d3ee2285a0d33b0f87d5643c7b701c57ad77f Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 19 Nov 2017 15:00:52 +0100 Subject: [PATCH] Add section 0 to defaults Add 0 (zero) to the default list of sections as advertised in ``configure --help``. Cf. commit f3739b9bbde27c702c911ce8a511a499705a25f7 Signed-off-by: Philipp Gesang --- m4/man-arg-sections.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/man-arg-sections.m4 b/m4/man-arg-sections.m4 index e12882e2..739cf909 100644 --- a/m4/man-arg-sections.m4 +++ b/m4/man-arg-sections.m4 @@ -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 ]) -- 2.15.0