Add and apply autotools.patch to fix all autotools warnings for soundtouch.

This commit is contained in:
benjamin.drung@gmail.com 2013-11-01 20:54:01 +00:00
parent fd53826aef
commit fba04b209b
4 changed files with 28 additions and 2 deletions

View File

@ -244,7 +244,7 @@ soundtouch
http://www.surina.net/soundtouch/
Independant Pitch and Tempo changing library.
Version in Audacity SVN: 1.7.1
Patches:
Patches: autotools.patch: Fix all autotools warnings.
Upstream Version: 1.7.1
taglib

View File

@ -0,0 +1,25 @@
Index: configure.ac
===================================================================
--- configure.ac (revision 12834)
+++ configure.ac (working copy)
@@ -21,6 +21,7 @@
AC_INIT(SoundTouch, 1.7.0, [http://www.surina.net/soundtouch])
AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_MACRO_DIR([config/m4])
AM_CONFIG_HEADER([include/soundtouch_config.h])
AM_INIT_AUTOMAKE
#AC_DISABLE_SHARED dnl This makes libtool only build static libs
Index: config/am_include.mk
===================================================================
--- config/am_include.mk (revision 12837)
+++ config/am_include.mk (working copy)
@@ -27,7 +27,7 @@
## $(top_srcdir) macro is set by configure. It's important to use $(top_srcdir)
## in case a user decides to build in a separate directory from the base package
## directory. Using absolute, or relative paths is a bad idea.
-INCLUDES=-I$(top_srcdir)/include
+AM_CPPFLAGS=-I$(top_srcdir)/include
# doc directory

View File

@ -27,7 +27,7 @@
## $(top_srcdir) macro is set by configure. It's important to use $(top_srcdir)
## in case a user decides to build in a separate directory from the base package
## directory. Using absolute, or relative paths is a bad idea.
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include
# doc directory

View File

@ -21,6 +21,7 @@ dnl Place - Suite 330, Boston, MA 02111-1307, USA
AC_INIT(SoundTouch, 1.7.0, [http://www.surina.net/soundtouch])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([config/m4])
AM_CONFIG_HEADER([include/soundtouch_config.h])
AM_INIT_AUTOMAKE
#AC_DISABLE_SHARED dnl This makes libtool only build static libs