mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
build-sys: Move some more defines to configure.ac
This commit is contained in:
parent
226ddb1d39
commit
e42bc02dc6
9 changed files with 32 additions and 32 deletions
|
|
@ -15,8 +15,6 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
# USA.
|
||||
|
||||
pulseconfdir=$(sysconfdir)/pulse
|
||||
|
||||
CLEANFILES = \
|
||||
$(noinst_DATA)
|
||||
|
||||
|
|
@ -35,7 +33,7 @@ noinst_DATA = \
|
|||
default.pa.5.xml
|
||||
|
||||
%.xml: %.xml.in Makefile
|
||||
$(AM_V_GEN) sed -e 's,@pulseconfdir\@,$(pulseconfdir),g' \
|
||||
$(AM_V_GEN) sed -e 's,@PA_DEFAULT_CONFIG_DIR\@,$(PA_DEFAULT_CONFIG_DIR),g' \
|
||||
-e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
|
||||
-e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue