1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 15:43:50 +01:00

Disable automatic re-run of autotools for libsamplerate.

This commit is contained in:
benjamin.drung@gmail.com
2013-11-01 10:56:55 +00:00
parent e779d81995
commit bf688b3f89

View File

@@ -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([enable]) AM_MAINTAINER_MODE([disable])
AC_CONFIG_HEADER(src/config.h) AC_CONFIG_HEADER(src/config.h)