mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Fix usage of AM_MAINTAINER_MODE macro as pointed out by Benjamin Drung
This commit is contained in:
4558
lib-src/portsmf/configure
vendored
4558
lib-src/portsmf/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])
|
AM_INIT_AUTOMAKE([-Wall foreign])
|
||||||
dnl Audacity policy: don't enable automatic rebuild of configure et al if
|
dnl Audacity policy: don't enable automatic rebuild of configure et al if
|
||||||
dnl sources change
|
dnl sources change
|
||||||
AM_MAINTAINER_MODE([enabled])
|
AM_MAINTAINER_MODE([enable])
|
||||||
|
|
||||||
dnl -------------------------------------------------------
|
dnl -------------------------------------------------------
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
|
|||||||
Reference in New Issue
Block a user