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

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 1a4dca5..fa03890 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,4 +165,5 @@ AC_ARG_ENABLE(p2p, AS_HELP_STRING([--disable-p2p],
 				[enable_p2p=${enableval}])
 AM_CONDITIONAL(P2P, test "${enable_p2p}" != "no")
 
-AC_OUTPUT(Makefile include/version.h neard.pc)
+AC_CONFIG_FILES([Makefile include/version.h neard.pc])
+AC_OUTPUT
-- 
1.9.0.rc3.244.g3497008

