mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Disable automatic re-run of autotools for libogg.
This commit is contained in:
parent
648639ccad
commit
67a3301cbc
@ -71,6 +71,8 @@ library to handle Xiph.org's open multimedia container format
|
||||
Version in Audacity SVN: 1.3.1
|
||||
Patches: autotools.patch: Fix all autotools warnings. configure.in was renamed
|
||||
to configure.ac after applying the patch.
|
||||
AM_MAINTAINER_MODE has been called with "disable" in configure.ac to disable
|
||||
autotools rebuilds by default.
|
||||
Upstream Version: 1.3.1
|
||||
|
||||
libresample
|
||||
|
@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_SRCDIR(src/framing.c)
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
AM_MAINTAINER_MODE([disable])
|
||||
|
||||
dnl Library versioning
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user