1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Fix usage of AM_MAINTAINER_MODE macro as pointed out by Benjamin Drung

This commit is contained in:
richardash1981 2011-02-25 22:20:10 +00:00
parent c96534e165
commit 13d6d0dcd5
2 changed files with 241 additions and 266 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,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.