mirror of https://github.com/thesofproject/sof.git
configure: use the sof mailing list address
Replace the test email addres with sof mailing list in configure.ac Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
b45d98cee1
commit
419b086240
|
@ -1,6 +1,6 @@
|
|||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([Reef],[m4_esyscmd(./git-version-gen .tarball-version)],[test@test])
|
||||
AC_INIT([Reef],[m4_esyscmd(./git-version-gen .tarball-version)],[sound-open-firmware@alsa-project.org])
|
||||
AC_CONFIG_SRCDIR([src/init/init.c])
|
||||
AC_CONFIG_HEADERS([src/include/config.h])
|
||||
AC_CONFIG_MACRO_DIRS([m4])
|
||||
|
|
Loading…
Reference in New Issue