Clean up a slew of warnings from gcc -Wall - mostly unused variables.
[gwave-svn.git] / test-dist
blob44d83925f0912b7b306e77185513cf19f06f98aa
1 #!/bin/sh
3 set -e -x
5 if [ $# != 1 ]
6 then
7 echo "usage: $0 tarfile" 1>&2
8 exit 1
9 fi
11 tarfile=$1
12 dtarfile=`pwd`/$tarfile
14 base=`basename $tarfile .tar.gz`
16 cd /tmp
17 tar xzvf $dtarfile
19 cd /tmp/$base
20 ./configure --prefix=/tmp/gwave-test
21 gmake
22 gmake install