diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-30 22:45:46 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-30 22:45:46 +0100 |
commit | c4d19f731dc683c5a65327d99f2b416d4781f00b (patch) | |
tree | 09e8941c5ac840b2a74ca28e5a474b7746e5fe79 /configure.ac | |
parent | 008c96d6518125f2683c1b4e842ca3ed6e865c3d (diff) | |
parent | 3b0ea0a4908f1702308354ec7cbd8db5c80f87ee (diff) | |
download | blogc-c4d19f731dc683c5a65327d99f2b416d4781f00b.tar.gz blogc-c4d19f731dc683c5a65327d99f2b416d4781f00b.tar.bz2 blogc-c4d19f731dc683c5a65327d99f2b416d4781f00b.zip |
Merge remote-tracking branch 'origin/master' into feature/directives
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3cfb07d..9ceed22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,18 +1,18 @@ AC_PREREQ([2.69]) -AC_INIT([blogc], [0.5.1], [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) +AC_INIT([blogc], [0.7.2], [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 -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]) AC_USE_SYSTEM_EXTENSIONS -AM_PROG_AR - LT_INIT AC_PROG_CC_C99 @@ -101,6 +101,7 @@ LT_LIB_M AC_CONFIG_FILES([ Makefile + blogc.spec ]) AC_OUTPUT |