]> granicus.if.org Git - php/commitdiff
Remove note, suppress warning
authorSascha Schumann <sas@php.net>
Mon, 4 Mar 2002 08:28:57 +0000 (08:28 +0000)
committerSascha Schumann <sas@php.net>
Mon, 4 Mar 2002 08:28:57 +0000 (08:28 +0000)
build/build2.mk
build/buildcheck.sh

index 1653fea548ad783210ceba81fac876d5f926103e..4954991c4573987b5c786329c37d56139ab874d0 100644 (file)
@@ -60,7 +60,7 @@ $(makefile_in_files): $(makefile_am_files) aclocal.m4 configure.in $(config_m4_f
 aclocal.m4: configure.in acinclude.m4 dynlib.m4
        aclocal 2>&1 | $(SUPPRESS_WARNINGS)
 
-SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|.*AM_PROG_LEX.*|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times)'||true)
+SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|.*AM_PROG_LEX.*|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_PROG_CPP called before)'||true)
 
 $(config_h_in): configure acconfig.h
 # explicitly remove target since autoheader does not seem to work 
index 192f6011348d91a0c68b710ec360d3aa247e7171..3d075646f1bcf7060f4a7c3459029909be864c24 100755 (executable)
@@ -16,7 +16,7 @@
 #  |          Sascha Schumann <sascha@schumann.cx>                        |
 #  +----------------------------------------------------------------------+
 #
-# $Id: buildcheck.sh,v 1.15 2002-03-03 23:03:34 zak Exp $ 
+# $Id: buildcheck.sh,v 1.16 2002-03-04 08:28:57 sas Exp $ 
 #
 
 echo "buildconf: checking installation..."
@@ -37,9 +37,6 @@ echo "           to build PHP from CVS."
 exit 1
 else
 echo "buildconf: autoconf version $ac_version (ok)"
-echo "**Note: Certain versions of autoconf may generate the warning:"
-echo "        'AC_PROG_CPP called before AC_PROG_CC'"
-echo "        This error message is expected and can usually be ignored."
 fi