mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Fix use of AM_MAINTAINER_MODE as pointed out by Benjamin Drung
This commit is contained in:
parent
09a7efe26e
commit
f912391945
505
lib-src/libscorealign/configure
vendored
505
lib-src/libscorealign/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@ dnl set up automake
|
||||
AM_INIT_AUTOMAKE([-Wall foreign])
|
||||
dnl Audacity policy: don't enable automatic rebuild of configure et al if
|
||||
dnl sources change
|
||||
AM_MAINTAINER_MODE([enabled])
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
dnl -------------------------------------------------------
|
||||
dnl Checks for programs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user