From eedbd5a0a8c871668a2d93de52b3db51811306d2 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:51:15 +0100
Subject: [PATCH 07/15] 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 4a208fb..8b7055d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,4 +122,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.8.2.rc2

