From a04da934dcdb2f6e12a33755c68d433fa6854822 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 12 Oct 2021 19:05:44 +0200 Subject: AM_INIT_AUTOMAKE change to indented multi-line form This makes it easier to see and merge changes. --- configure.ac | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 332491bcf..1e905ff76 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,15 @@ dnl The generated Makefile rule fails to remove the absolute part at dnl the beginning of the /path/to/buildroot/PACKAGE-VERSION/foo/bar dnl before determining the string length. However, the only relevant dnl string to determine the length of would be PACKAGE-VERSION/foo/bar -AM_INIT_AUTOMAKE([-Wall foreign 1.9 dist-bzip2 dist-xz check-news subdir-objects]) +AM_INIT_AUTOMAKE([ + -Wall + foreign + 1.9 + dist-bzip2 + dist-xz + check-news + subdir-objects +]) # Use the silent-rules feature when possible. -- cgit v1.2.1