Removed the need for a version.m4.in file.

This commit is contained in:
John Wiegley 2008-08-07 22:56:42 -04:00
parent ac441fdd64
commit 2f5d25cefa
2 changed files with 1 additions and 2 deletions

2
acprep
View file

@ -20,7 +20,7 @@ fi
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

View file

@ -1 +0,0 @@
m4_define([VERSION_NUMBER], [%VERSION%])