mirror of https://github.com/thesofproject/sof.git
configure: reset build count every time autogen.sh is run.
autogen.sh rebuilds the build system so also reset any build count to 0. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
d78ff93a78
commit
5f5d7c2b93
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
rm -f .build
|
||||
libtoolize -c --force
|
||||
aclocal -I m4 --install
|
||||
autoconf -Wall
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([Reef],[m4_esyscmd(./git-version.sh), m4_esyscmd(rm -f .build)],[sound-open-firmware@alsa-project.org])
|
||||
AC_INIT([Reef],[m4_esyscmd(./git-version.sh)],[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