make buildconf work as expected;

autoconf really needs some help with all those external m4s
This commit is contained in:
Michael Wallner 2015-02-04 09:38:19 +01:00
parent 1bb7647c6e
commit 4c3b4dc74a

View File

@ -50,5 +50,6 @@ aclocal.m4: configure.in acinclude.m4
configure: aclocal.m4 configure.in $(config_m4_files)
@echo rebuilding $@
$(PHP_AUTOCONF) $(SUPPRESS_WARNINGS)
@rm -f $@
$(PHP_AUTOCONF) -f $(SUPPRESS_WARNINGS)