Ignore:
Timestamp:
Nov 26, 2007, 9:24:27 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.27a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/configure.in

    r62 r105  
    1010echo "SAMBA VERSION: ${SMB_VERSION_STRING}"
    1111
    12 SAMBA_VERSION_SVN_REVISION=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_SVN_REVISION' | cut -d ' ' -f3-`
    13 if test -n "${SAMBA_VERSION_SVN_REVISION}";then
    14         echo "BUILD REVISION: ${SAMBA_VERSION_SVN_REVISION}"
     12SAMBA_VERSION_GIT_COMMIT_FULLREV=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_GIT_COMMIT_FULLREV' | cut -d ' ' -f3- | cut -d '"' -f2`
     13if test -n "${SAMBA_VERSION_GIT_COMMIT_FULLREV}";then
     14        echo "BUILD COMMIT REVISION: ${SAMBA_VERSION_GIT_COMMIT_FULLREV}"
     15fi
     16SAMBA_VERSION_GIT_COMMIT_DATE=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_GIT_COMMIT_DATE' | cut -d ' ' -f3-`
     17if test -n "${SAMBA_VERSION_GIT_COMMIT_DATE}";then
     18        echo "BUILD COMMIT DATE: ${SAMBA_VERSION_GIT_COMMIT_DATE}"
     19fi
     20SAMBA_VERSION_GIT_COMMIT_TIME=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_GIT_COMMIT_TIME' | cut -d ' ' -f3-`
     21if test -n "${SAMBA_VERSION_GIT_COMMIT_TIME}";then
     22        echo "BUILD COMMIT TIME: ${SAMBA_VERSION_GIT_COMMIT_TIME}"
     23
     24        # just to keep the build-farm gui happy for now...
     25        echo "BUILD REVISION: ${SAMBA_VERSION_GIT_COMMIT_TIME}"
    1526fi
    1627
Note: See TracChangeset for help on using the changeset viewer.