mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
build-sys: Add the ability to disable maintainer mode
This allows us to disable automatically updating build system files in case things change. This is desirable in the common case, but not necessarily for CI, where we want the ability to take a build directory as an artifact from one stage to the next (i.e. into a fresh checkout).
This commit is contained in:
parent
2e755f012e
commit
39bc380c12
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ AC_CONFIG_HEADERS([config.h])
|
|||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability subdir-objects silent-rules color-tests dist-xz tar-ustar])
|
||||
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
AS_IF([! test -n "$VERSION"], [
|
||||
AC_MSG_ERROR([git-version-gen failed])
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue