Version changed from 0.3.0 to 0.4.0

This commit is contained in:
Roland Jax
2014-10-09 16:27:32 +02:00
parent c478e0bb08
commit 73f688a830
5 changed files with 12 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
mkdir -p "$srcdir/m4"
mkdir -p "$srcdir/build"
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"