summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep3
1 files changed, 1 insertions, 2 deletions
diff --git a/acprep b/acprep
index ff20b1fd..3415470c 100755
--- a/acprep
+++ b/acprep
@@ -21,8 +21,7 @@ fi
COMMIT=$(git describe --all --long | sed 's/heads\///')
-cat configure.tmpl | \
- sed "s/%VERSION%/$COMMIT/" > configure.in
+cat version.m4.in | sed "s/%VERSION%/$COMMIT/" > version.m4
autoreconf --force --install