From c58bb9bd6214a3cd0e99cedd54ed6200eba3cf8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Wed, 17 Apr 2013 10:53:41 +0200 Subject: [PATCH] build-sys: Use build-aux directory to store autogenerated files --- Makefile.am | 1 - configure.ac | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2a1e9f66..b0b25534 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,6 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ bootstrap.sh \ - config.rpath \ git-version-gen \ LICENSE \ GPL \ diff --git a/configure.ac b/configure.ac index 5f2398d0..88d60643 100644 --- a/configure.ac +++ b/configure.ac @@ -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"], [ -- 2.39.2