Description: Update autoconf files according to autoreconf warnings
Author: Sebastian Reichel <sre@debian.org>
Last-Update: 2016-07-21

Index: libcmtspeechdata/Makefile.am
===================================================================
--- libcmtspeechdata.orig/Makefile.am
+++ libcmtspeechdata/Makefile.am
@@ -2,6 +2,8 @@
 # Contact: Kai Vehmanen 
 # Licensed under LGPL. See file COPYING.
 
+ACLOCAL_AMFLAGS =	-I m4
+
 SUBDIRS =		doc \
 			dummy-backend
 
Index: libcmtspeechdata/configure.ac
===================================================================
--- libcmtspeechdata.orig/configure.ac
+++ libcmtspeechdata/configure.ac
@@ -11,6 +11,7 @@ dnl information on the package
 dnl ---------------------------
 
 AC_INIT([libcmtspeechdata], [2.1.1])
+AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([cmtspeech.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_MAINTAINER_MODE
Index: libcmtspeechdata/dummy-backend/Makefile.am
===================================================================
--- libcmtspeechdata.orig/dummy-backend/Makefile.am
+++ libcmtspeechdata/dummy-backend/Makefile.am
@@ -2,7 +2,7 @@
 # Contact: Kai Vehmanen 
 # Licensed under LGPL. See file COPYING.
 
-INCLUDES =		-I${top_srcdir} -I$(top_builddir)
+AM_CPPFLAGS =		-I${top_srcdir} -I$(top_builddir)
 
 pkglib_LTLIBRARIES =	libcmtspeechdata.la
 
