ryuan pushed a commit to branch master.

commit d80817a450ba076a7ef956cebcf3e32ec6b896b6
Author: Ryuan Choi <[email protected]>
Date:   Thu Sep 5 16:56:20 2013 +0900

    Use AC_CONFIG_FILES instead of AC_OUTPUT with argument.
    
    AC_OUTPUT with argument is deprecated.
---
 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index bcf1f6f..b41bd43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -802,7 +802,7 @@ extern char **environ;
   AC_DEFINE(HAVE_ENVIRON, 1, [extern environ exists])
 ])
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 elementary.spec
 elementary.pc
@@ -837,6 +837,8 @@ cmakeconfig/ElementaryConfigVersion.cmake
 pkgbuild/PKGBUILD
 ])
 
+AC_OUTPUT
+
 #####################################################################
 ## Info
 

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk

Reply via email to