mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Disable portability warnings from automake.
The portability warning class warns during automake calls about non-POSIX variable names and GNU make extensions. Since both happens with the current Makefile.am files and it's reasonable to expect that they wouldn't be rewritten (GNU make is a reasonable requirement), just avoid the warnings.
This commit is contained in:
parent
dbb8951a41
commit
e9ca8b1c54
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ AC_INIT([pulseaudio],[pa_major.pa_minor.pa_micro],[mzchyfrnhqvb (at) 0pointer (d
|
||||||
AC_CONFIG_SRCDIR([src/daemon/main.c])
|
AC_CONFIG_SRCDIR([src/daemon/main.c])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([foreign 1.10 -Wall])
|
AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-portability])
|
||||||
|
|
||||||
AC_SUBST(PA_MAJOR, pa_major)
|
AC_SUBST(PA_MAJOR, pa_major)
|
||||||
AC_SUBST(PA_MINOR, pa_minor)
|
AC_SUBST(PA_MINOR, pa_minor)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue