mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 14:19:30 +02:00
Disable maintainer mode for soundtouch by adding AM_MAINTAINER_MODE([disable]).
This commit is contained in:
parent
8615c3223c
commit
990fab57c5
@ -235,6 +235,7 @@ http://www.surina.net/soundtouch/
|
||||
Independant Pitch and Tempo changing library.
|
||||
Version in Audacity SVN: 1.7.1
|
||||
Patches: autotools.patch: Fix all autotools warnings.
|
||||
AM_MAINTAINER_MODE([disable]) has been added to configure.ac to disable autotools rebuilds.
|
||||
Upstream Version: 1.7.1
|
||||
|
||||
taglib
|
||||
|
@ -24,6 +24,7 @@ AC_CONFIG_AUX_DIR(config)
|
||||
AC_CONFIG_MACRO_DIR([config/m4])
|
||||
AM_CONFIG_HEADER([include/soundtouch_config.h])
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_MAINTAINER_MODE([disable])
|
||||
#AC_DISABLE_SHARED dnl This makes libtool only build static libs
|
||||
AC_DISABLE_STATIC dnl This makes libtool only build shared libs
|
||||
#AC_GNU_SOURCE dnl enable posix extensions in glibc
|
||||
|
Loading…
x
Reference in New Issue
Block a user