Convert to autotools build system for cleanness (part1).

This commit is contained in:
Thulinma 2012-05-08 19:19:42 +02:00
parent 3ebfe1b693
commit 36e086e0e2
125 changed files with 125 additions and 4475 deletions

5
version.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
if git describe --tags > version.tmp; then
echo "m4_define([VERSION_NUMBER], [`tr -d '\n' < version.tmp`])" > version.m4
fi
rm version.tmp