sniper Fri Mar 7 01:18:27 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in Log: MFH Index: php4/configure.in diff -u php4/configure.in:1.396.2.36 php4/configure.in:1.396.2.37 --- php4/configure.in:1.396.2.36 Tue Feb 25 06:23:24 2003 +++ php4/configure.in Fri Mar 7 01:18:27 2003 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.36 2003/02/25 11:23:24 sniper Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.37 2003/03/07 06:18:27 sniper Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -61,14 +61,13 @@ echo "#define PHP_RELEASE_VERSION $RELEASE_VERSION" >> php_version.h.new echo "#define PHP_EXTRA_VERSION \"$EXTRA_VERSION\"" >> php_version.h.new echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new -cmp php_version.h.new php_version.h >/dev/null 2>&1 +cmp php_version.h.new $srcdir/main/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' + rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \ + echo 'Updated main/php_version.h' else rm -f php_version.h.new fi - dnl Catch common errors here to save a few seconds of our users' time
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php