summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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.