diff --git a/src/scripts/gen-tarball-version b/src/scripts/gen-tarball-version index 20398afa..222dc986 100755 --- a/src/scripts/gen-tarball-version +++ b/src/scripts/gen-tarball-version @@ -9,3 +9,10 @@ nv=$1-$2 printf "%s" "$2" >$nv/.tarball-version >$nv/.dirty-stamp + +if [ "$2" != "`$nv/configure --version | sed -n '/^Wolfpack Empire/s/.* //p'`" ] +then + echo "Output of configure --version does not match $2" >&2 + echo "Need to regenerate stale configure?" >&2 + exit 1 +fi