From: Sascha Schumann Date: Fri, 2 Jul 1999 13:59:51 +0000 (+0000) Subject: suppress No such file or directory X-Git-Tag: BEFORE_REMOVING_GC_STEP1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=900850497da8e78811ea0c27d885ff471d9c65a9;p=php suppress No such file or directory --- diff --git a/configure.in.in b/configure.in.in index ad0b0782fa..fb2880baf0 100644 --- a/configure.in.in +++ b/configure.in.in @@ -48,7 +48,7 @@ AM_INIT_AUTOMAKE(php, 4.0pa1) PHP_VERSION=$VERSION echo "#define PHP_VERSION \"$PHP_VERSION\"" > php_version.h.new -cmp php_version.h.new php_version.h >/dev/null +cmp php_version.h.new php_version.h >/dev/null 2>&1 if test $? -ne 0 ; then rm -f php_version.h && mv php_version.h.new php_version.h && \ echo 'Updated php_version.h'