Disable maintainer mode for libflac.

The maintainer mode is enable by default if no AM_MAINTAINER_MODE is called
in configure.ac.
This commit is contained in:
benjamin.drung@gmail.com 2013-11-07 00:07:46 +00:00
parent 6ae83e1f8a
commit 00634b9b7d
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Patches: mac-asm-fixes.patch. Fixes build on OS X Intel 10.4 by creating and
flac-lite.diff. Remove all the things not included in Audacity SVN from
the build system so it will build with 50% less stuff
libflac++-static.patch. Adds static build of libFLAC++.
AM_MAINTAINER_MODE([disable]) has been added to configure.ac to disable autotools rebuilds
Upstream version: 1.3.0
libid3tag

View File

@ -24,6 +24,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/flac/main.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign 1.11 -Wall tar-pax no-dist-gzip dist-xz subdir-objects])
AM_MAINTAINER_MODE([disable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
user_cflags=$CFLAGS