diff options
author | John Wiegley <johnw@newartisans.com> | 2008-05-09 05:25:51 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-05-11 20:50:12 -0400 |
commit | 83b052e7442a7343e24443079ba1aea82e9fc8c3 (patch) | |
tree | e5bf48831717e4bf87571fb16ea52b85d573c827 /acprep | |
parent | 53b9ec2f0cf742fcaef175b8e28f26f68afdbaa7 (diff) | |
download | fork-ledger-83b052e7442a7343e24443079ba1aea82e9fc8c3.tar.gz fork-ledger-83b052e7442a7343e24443079ba1aea82e9fc8c3.tar.bz2 fork-ledger-83b052e7442a7343e24443079ba1aea82e9fc8c3.zip |
Use git-describe to determine the current Ledger source version.
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |