diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-01 19:57:28 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-01 19:57:28 +0100 |
commit | aa8b4d635405db2b8c46e42480789d1c1e14d8c4 (patch) | |
tree | ff2ddba704603d79ad5a109f929371ceb39b902e | |
parent | 02f4db9ceaff5ebd64122c958c4d6746191e9308 (diff) | |
download | blogc-aa8b4d635405db2b8c46e42480789d1c1e14d8c4.tar.gz blogc-aa8b4d635405db2b8c46e42480789d1c1e14d8c4.tar.bz2 blogc-aa8b4d635405db2b8c46e42480789d1c1e14d8c4.zip |
build: minor style fixes
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 43a336c..403bfec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,12 @@ AC_PREREQ([2.69]) -AC_INIT([blogc], [0.5.1], [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) +AC_INIT([blogc], [0.5.1], [https://github.com/blogc/blogc], [blogc], + [https://blogc.rgm.io]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.13 foreign dist-bzip2 dist-xz dist-zip subdir-objects serial-tests -Wall -Wno-extra-portability -Werror]) +AM_INIT_AUTOMAKE([1.13 foreign dist-bzip2 dist-xz dist-zip subdir-objects + serial-tests -Wall -Wno-extra-portability -Werror]) AC_CONFIG_HEADERS([config.h]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE([enable]) |