Changeset 240 for trunk/configure


Ignore:
Timestamp:
Apr 25, 2006, 5:10:08 AM (17 years ago)
Author:
joshe
Message:

Show subversion revision number in version string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    • Property svn:keywords set to Rev
    r206 r240  
    1717LDFLAGS="${LDFLAGS}"
    1818
     19SVNREV="`echo '$Rev$' | sed 's/[^0-9]*//g'`"
    1920
    2021#
     
    294295cat > Makefile.config << EOF
    295296CONFIGURE_RUN  = yes
     297SVN_REVISION   = $SVNREV
    296298SYSTEM         = $SYSTEM
    297299BEOS_NETSERVER = $BEOS_NETSERVER
Note: See TracChangeset for help on using the changeset viewer.