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