diff options
author | Armin K <krejzi@email.com> | 2013-03-15 18:13:55 +0100 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-03-19 09:19:21 +0800 |
commit | ba9b5fc6632989a6e837abfbd826e4ac16d61e0d (patch) | |
tree | 3e5ed560317455ea0b38291434e9f029d9235bc5 /va/glx | |
parent | 9f4dedc4de014cc665c32dfbac1c017f9396b563 (diff) |
Automake 1.13 fixups
error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
changed NO_CONFIGURE to NOCONFIGURE to be consistent with other packages
Diffstat (limited to 'va/glx')
-rw-r--r-- | va/glx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/va/glx/Makefile.am b/va/glx/Makefile.am index 79d8594..8ff8ae9 100644 --- a/va/glx/Makefile.am +++ b/va/glx/Makefile.am @@ -20,7 +20,7 @@ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -INCLUDES = \ +AM_CPPFLAGS = \ -DLINUX \ -I$(top_srcdir) \ -I$(top_srcdir)/va \ |