Use AC_CONFIG_FILES instead of AC_OUTPUT with argument.

AC_OUTPUT with argument is deprecated.
This commit is contained in:
Ryuan Choi 2013-09-05 16:56:20 +09:00
parent 328b0be7f5
commit e192e6157b
1 changed files with 3 additions and 1 deletions

View 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