mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 14:17:10 +01:00
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:
@@ -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
|
flac-lite.diff. Remove all the things not included in Audacity SVN from
|
||||||
the build system so it will build with 50% less stuff
|
the build system so it will build with 50% less stuff
|
||||||
libflac++-static.patch. Adds static build of libFLAC++.
|
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
|
Upstream version: 1.3.0
|
||||||
|
|
||||||
libid3tag
|
libid3tag
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ AC_CONFIG_HEADERS([config.h])
|
|||||||
AC_CONFIG_SRCDIR([src/flac/main.c])
|
AC_CONFIG_SRCDIR([src/flac/main.c])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall tar-pax no-dist-gzip dist-xz subdir-objects])
|
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])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
user_cflags=$CFLAGS
|
user_cflags=$CFLAGS
|
||||||
|
|||||||
Reference in New Issue
Block a user