wellington / go-libsass

Go wrapper for libsass, the only Sass 3.5 compiler for Go
http://godoc.org/github.com/wellington/go-libsass
Apache License 2.0
206 stars 28 forks source link

use git to create libsass version #39

Closed drewwells closed 6 years ago

drewwells commented 8 years ago

configure is used solely to create version header. Instead generate the header with git. Maybe just print it out with shell magic.

-> % git describe --abbrev=4 --dirty --always --tags
3.3.3-13-g5069
drewwells commented 6 years ago

used make version.h to do the right thing.