summaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorLee Thompson <stagr.lee@gmail.com>2013-02-02 20:39:23 -0600
committerLee Thompson <stagr.lee@gmail.com>2013-02-02 20:39:23 -0600
commitc7725a8d4d905ff105b576fe351c245edd47d66f (patch)
tree71562f17b908a1da3a4aa5b0a37f429708d3e112 /setup.sh
parentdd70eeb29d2a2a735a4be3a3d810f391a8ef4e7e (diff)
parent925ec3751f3b407c17412b0fa04a84fe39c1e0b7 (diff)
merging upstream stedolan changes
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index cf360e7d..763e78f4 100755
--- a/setup.sh
+++ b/setup.sh
@@ -18,6 +18,7 @@ elif [ "superclean" == "$1" ]; then
else
autoreconf --install
./configure --prefix=/opt/junk
+ make check
mkdir tmp
make DESTDIR=./tmp install
make distcheck