mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
One should not ignore
AC_PROG_CPP was called before AC_PROG_CC because this error caused the Solaris issue
This commit is contained in:
parent
f911cd5051
commit
71e7b5cc99
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ acconfig.h: $(acconfig_h_SOURCES)
|
||||||
@echo rebuilding $@
|
@echo rebuilding $@
|
||||||
cat $(acconfig_h_SOURCES) > $@
|
cat $(acconfig_h_SOURCES) > $@
|
||||||
|
|
||||||
SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_PROG_CPP was called before AC_PROG_CC)'||true)
|
SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times)'||true)
|
||||||
|
|
||||||
$(config_h_in): configure acconfig.h
|
$(config_h_in): configure acconfig.h
|
||||||
# explicitly remove target since autoheader does not seem to work
|
# explicitly remove target since autoheader does not seem to work
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue