diff options
author | Ryuan Choi <ryuan.choi@gmail.com> | 2013-09-05 16:56:20 +0900 |
---|---|---|
committer | Ryuan Choi <ryuan.choi@gmail.com> | 2013-09-05 16:56:20 +0900 |
commit | d80817a450ba076a7ef956cebcf3e32ec6b896b6 (patch) | |
tree | baf2a64efc5704cd71e0de2c1bf4d0c46c8fac25 /configure.ac | |
parent | 2644ba383e1ac4196f62af7ad9c6bb288fe3b587 (diff) |
Use AC_CONFIG_FILES instead of AC_OUTPUT with argument.
AC_OUTPUT with argument is deprecated.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bcf1f6fcb..b41bd4377 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -802,7 +802,7 @@ extern char **environ; | |||
802 | AC_DEFINE(HAVE_ENVIRON, 1, [extern environ exists]) | 802 | AC_DEFINE(HAVE_ENVIRON, 1, [extern environ exists]) |
803 | ]) | 803 | ]) |
804 | 804 | ||
805 | AC_OUTPUT([ | 805 | AC_CONFIG_FILES([ |
806 | Makefile | 806 | Makefile |
807 | elementary.spec | 807 | elementary.spec |
808 | elementary.pc | 808 | elementary.pc |
@@ -837,6 +837,8 @@ cmakeconfig/ElementaryConfigVersion.cmake | |||
837 | pkgbuild/PKGBUILD | 837 | pkgbuild/PKGBUILD |
838 | ]) | 838 | ]) |
839 | 839 | ||
840 | AC_OUTPUT | ||
841 | |||
840 | ##################################################################### | 842 | ##################################################################### |
841 | ## Info | 843 | ## Info |
842 | 844 | ||