From: Simon Ruderich Date: Mon, 12 May 2014 05:35:23 +0000 (+0200) Subject: configure.ac: remove AM_PROG_AR X-Git-Url: https://ruderich.org/simon/gitweb/?p=wall-notify%2Fwall-notify.git;a=commitdiff_plain;h=2c0433b2dd29753ed82a124ba3b65a0d33da474c configure.ac: remove AM_PROG_AR Unused. --- diff --git a/configure.ac b/configure.ac index f5634a6..582be6d 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,6 @@ AC_CONFIG_SRCDIR([src/wall-notify.c]) dnl Get functions which are only provided by e.g. _XOPEN_SOURCE. AC_USE_SYSTEM_EXTENSIONS -AM_PROG_AR AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AC_PROG_CC