mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Use build-aux directory to store autogenerated files
This commit is contained in:
parent
5b0aaecb0b
commit
c58bb9bd62
2 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
|
||||
EXTRA_DIST = \
|
||||
bootstrap.sh \
|
||||
config.rpath \
|
||||
git-version-gen \
|
||||
LICENSE \
|
||||
GPL \
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ AC_INIT([pulseaudio],[m4_esyscmd(./git-version-gen .tarball-version)],[pulseaudi
|
|||
AC_CONFIG_SRCDIR([src/daemon/main.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules color-tests dist-xz tar-ustar])
|
||||
|
||||
AS_IF([! test -n "$VERSION"], [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue