From f9527bea3c74a0ea509973aadfae043114d0925c Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 21 Jan 2008 15:24:29 +0100 Subject: [PATCH] Reformat automake options in configure.ac Signed-off-by: Julien Danjou --- configure.ac | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 51ed2c54..266f7a1c 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,14 @@ dnl AC_CONFIG_HEADER([config.h]) dnl Other options: dnl check-news to check that NEWS has been adapted to current version dnl std-options make sure shipped executables understand --help and --version -AM_INIT_AUTOMAKE([-Wall -Werror 1.10 dist-bzip2 foreign filename-length-max=99 foreign subdir-objects]) +AM_INIT_AUTOMAKE([ +-Wall -Werror +1.10 +dist-bzip2 +filename-length-max=99 +foreign +subdir-objects +]) AC_DEFINE_UNQUOTED([RELEASE], ["Productivity Breaker"])