mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Add and apply autotools.patch to fix all autotools warnings for soundtouch.
This commit is contained in:
parent
fd53826aef
commit
fba04b209b
@ -244,7 +244,7 @@ soundtouch
|
|||||||
http://www.surina.net/soundtouch/
|
http://www.surina.net/soundtouch/
|
||||||
Independant Pitch and Tempo changing library.
|
Independant Pitch and Tempo changing library.
|
||||||
Version in Audacity SVN: 1.7.1
|
Version in Audacity SVN: 1.7.1
|
||||||
Patches:
|
Patches: autotools.patch: Fix all autotools warnings.
|
||||||
Upstream Version: 1.7.1
|
Upstream Version: 1.7.1
|
||||||
|
|
||||||
taglib
|
taglib
|
||||||
|
25
lib-src/soundtouch/autotools.patch
Normal file
25
lib-src/soundtouch/autotools.patch
Normal 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
|
@ -27,7 +27,7 @@
|
|||||||
## $(top_srcdir) macro is set by configure. It's important to use $(top_srcdir)
|
## $(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
|
## 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.
|
## directory. Using absolute, or relative paths is a bad idea.
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||||
|
|
||||||
|
|
||||||
# doc directory
|
# doc directory
|
||||||
|
@ -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_INIT(SoundTouch, 1.7.0, [http://www.surina.net/soundtouch])
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
AC_CONFIG_MACRO_DIR([config/m4])
|
||||||
AM_CONFIG_HEADER([include/soundtouch_config.h])
|
AM_CONFIG_HEADER([include/soundtouch_config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
#AC_DISABLE_SHARED dnl This makes libtool only build static libs
|
#AC_DISABLE_SHARED dnl This makes libtool only build static libs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user