Use git-describe to determine the current Ledger source version.

This commit is contained in:
John Wiegley 2008-05-09 05:25:51 -04:00
parent 53b9ec2f0c
commit 83b052e744

3
acprep
View file

@ -18,6 +18,9 @@ cmd=$(which glibtoolize 2>&1)
if [ -x "$cmd" ]; then
export LIBTOOLIZE="$cmd"
fi
cat configure.tmpl | sed "s/%VERSION%/$(git describe)/" > configure.in
autoreconf --force --install
INCDIRS="-I/sw/include -I/opt/local/include"