Changeset 471

Show
Ignore:
Timestamp:
11/22/06 06:30:28 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/configure.in

    r470 r471  
    5252if test x"$is_beta" == "xyes"; then 
    5353  if test -d ".svn"; then 
    54      SVN_REV="`svn info -R | grep Revision | sort | tail -1 | sed 's/Revision: //'`";    
     54     svn_rev="`svn info -R | grep Revision | sort | tail -1 | sed 's/Revision: //'`";    
    5555  fi 
    5656 
    57   PACKAGE_PATCH_VERSION="b$SVN_REV
     57  PACKAGE_PATCH_VERSION="b$svn_rev
    5858  AC_SUBST(PACKAGE_PATCH_VERSION) 
    5959  AC_DEFINE(PACKAGE_PATCH_VERSION, "$PACKAGE_PATCH_VERSION", [Version string]) 
     
    10841084echo "MySQL                 $have_mysql" 
    10851085echo "crypt support         $crypt_type" 
     1086if test x"$is_beta" == "xyes"; then 
     1087echo "Beta release          $svn_rev" 
     1088fi 
    10861089echo 
    10871090eval eval echo "Installation dir      $bindir"