summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-12 19:05:44 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-11-03 22:03:06 +0100
commita04da934dcdb2f6e12a33755c68d433fa6854822 (patch)
treeb30c10050fa50a179d5cdce6f3565979fe9e7fd0 /configure.ac
parentac1d23b45b756cdc885d936d0e41d6a538e7fe26 (diff)
downloadlibgphoto2-a04da934dcdb2f6e12a33755c68d433fa6854822.tar.gz
AM_INIT_AUTOMAKE change to indented multi-line form
This makes it easier to see and merge changes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 9 insertions, 1 deletions
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.