Use AC_CONFIG_FILES instead of AC_OUTPUT with argument.
authorRyuan Choi <ryuan.choi@gmail.com>
Thu, 5 Sep 2013 07:56:20 +0000 (16:56 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Thu, 5 Sep 2013 07:56:20 +0000 (16:56 +0900)
AC_OUTPUT with argument is deprecated.

configure.ac

index bcf1f6f..b41bd43 100644 (file)
@@ -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