1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00
audacity/lib-src/libsndfile/maintainer-mode.patch
2011-04-03 03:08:57 +00:00

14 lines
404 B
Diff

--- configure.ac.orig 2011-03-23 04:01:02.000000000 -0500
+++ configure.ac 2011-04-02 00:50:13.000000000 -0500
@@ -18,6 +18,10 @@
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
AM_SILENT_RULES([yes])
+dnl Audacity policy: don't enable automatic rebuild of configure et al if
+dnl sources change
+AM_MAINTAINER_MODE([enable])
+
dnl Add parameters for aclocal
AC_SUBST(ACLOCAL_AMFLAGS, "-I M4")