Removed the need for a version.m4.in file.
This commit is contained in:
parent
ac441fdd64
commit
2f5d25cefa
2 changed files with 1 additions and 2 deletions
2
acprep
2
acprep
|
|
@ -20,7 +20,7 @@ fi
|
||||||
|
|
||||||
COMMIT=$(git describe --all --long | sed 's/heads\///')
|
COMMIT=$(git describe --all --long | sed 's/heads\///')
|
||||||
|
|
||||||
cat version.m4.in | sed "s/%VERSION%/$COMMIT/" > version.m4
|
echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4
|
||||||
|
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
m4_define([VERSION_NUMBER], [%VERSION%])
|
|
||||||
Loading…
Add table
Reference in a new issue