8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
git describe --tags --always --dirty > VERSION
|
||
|
|
|
||
|
|
autoreconf --install --sym
|