mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 17:39:25 +02:00
Fix usage of AM_MAINTAINER_MODE as pointed out by Benjamin Drung
This commit is contained in:
parent
5dc37cb30d
commit
09a7efe26e
7416
lib-src/libsamplerate/configure
vendored
7416
lib-src/libsamplerate/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([M4])
|
|||||||
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
|
||||||
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])
|
||||||
AC_CONFIG_HEADER(src/config.h)
|
AC_CONFIG_HEADER(src/config.h)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user