1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Disable automatic re-run of autotools for libscorealign.

This commit is contained in:
benjamin.drung@gmail.com
2013-11-02 10:25:59 +00:00
parent aa4a0bd40b
commit 8461654680

View File

@@ -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([enable]) AM_MAINTAINER_MODE([disable])
dnl ------------------------------------------------------- dnl -------------------------------------------------------
dnl Checks for programs. dnl Checks for programs.