Changeset e26aa72 for configure


Ignore:
Timestamp:
2015-01-25T05:00:06Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
36ee8c6, 95e17fc
Parents:
eb4ad8d
git-author:
dequis <dx@…> (24-01-15 22:48:09)
git-committer:
dequis <dx@…> (25-01-15 05:00:06)
Message:

Add git specific stuff!

  • A few build system tweaks
  • A fancy README.md
  • s/.bzrignore/.gitignore/
  • .travis.yml for travis-ci integration
  • doc/git-bzr-rev-map for historical purposes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    reb4ad8d re26aa72  
    667667fi
    668668
     669if [ -z "$BITLBEE_VERSION" -a -d .git ] && type git > /dev/null 2> /dev/null; then
     670        rev=`git describe --long --tags`-`git rev-parse --abbrev-ref HEAD`
     671        echo 'Using '$rev' as git version number'
     672        BITLBEE_VERSION=$rev-git
     673fi
     674
    669675if [ -n "$BITLBEE_VERSION" ]; then
    670676        echo 'Spoofing version number: '$BITLBEE_VERSION
Note: See TracChangeset for help on using the changeset viewer.