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
lllucius 79273b2cd1 I believe I have it now. Just needed to do an autoreconf
instead of trying to aclocal/automake/autoconf myself.
(Apparently he knows how to do it better than me. ;-))

Trying to configure with --enable-maintainer-mode on the Mac
doesn't work, but that's perfectly acceptable since that is
usuaaly delagated to Linux during tarball builds.
2011-04-03 07:14:56 +00:00

14 lines
405 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([disable])
+
dnl Add parameters for aclocal
AC_SUBST(ACLOCAL_AMFLAGS, "-I M4")