From 07bfc4473b8db816e9200567faac747a2fe4e5d3 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:51:15 +0100
Subject: [PATCH v4 06/13] build: Move files from AC_OUTPUT to AC_CONFIG_FILES
Status: applied

The AC_OUTPUT call with arguments is obsolete.
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b408dcd..2ad03b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,4 +178,5 @@ AM_CONDITIONAL(ESE, test "${enable_ese}" = "yes")
 
 AM_CONDITIONAL(SE, test "${enable_ese}" = "yes")
 
-AC_OUTPUT(Makefile include/version.h neard.pc)
+AC_CONFIG_FILES([Makefile include/version.h neard.pc])
+AC_OUTPUT
-- 
2.1.1

