Use git-describe to determine the current Ledger source version.
This commit is contained in:
parent
53b9ec2f0c
commit
83b052e744
1 changed files with 3 additions and 0 deletions
3
acprep
3
acprep
|
|
@ -18,6 +18,9 @@ cmd=$(which glibtoolize 2>&1)
|
||||||
if [ -x "$cmd" ]; then
|
if [ -x "$cmd" ]; then
|
||||||
export LIBTOOLIZE="$cmd"
|
export LIBTOOLIZE="$cmd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cat configure.tmpl | sed "s/%VERSION%/$(git describe)/" > configure.in
|
||||||
|
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
|
|
||||||
INCDIRS="-I/sw/include -I/opt/local/include"
|
INCDIRS="-I/sw/include -I/opt/local/include"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue