From 02f4db9ceaff5ebd64122c958c4d6746191e9308 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 1 Jan 2016 19:55:04 +0100 Subject: build: do not use AM_PROG_AR, as it is useless for us --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3cfb07d..43a336c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,15 +4,13 @@ AC_INIT([blogc], [0.5.1], [https://github.com/blogc/blogc], [blogc], [https://bl 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 -- cgit v1.2.3-18-g5258