summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep3
1 files changed, 3 insertions, 0 deletions
diff --git a/acprep b/acprep
index ccd6541e..f3aad923 100755
--- a/acprep
+++ b/acprep
@@ -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"