]> git.donarmstrong.com Git - samtools.git/blobdiff - autogen.sh
Unfinished
[samtools.git] / autogen.sh
index 99f0a5f9494b00d9b47fa7b43b6e8b5383b93142..117462c7ffdc340972417c6793a9c1a17d65edee 100644 (file)
@@ -15,37 +15,3 @@ run aclocal
 run autoheader
 run automake -a
 run autoconf
-#!/bin/sh
-
-run ()
-{
-    echo "running: $*"
-    eval $*
-
-    if test $? != 0 ; then
-       echo "error: while running '$*'"
-       exit 1
-    fi
-}
-
-run aclocal
-run autoheader
-run automake -a
-run autoconf
-#!/bin/sh
-
-run ()
-{
-    echo "running: $*"
-    eval $*
-
-    if test $? != 0 ; then
-       echo "error: while running '$*'"
-       exit 1
-    fi
-}
-
-run aclocal
-run autoheader
-run automake -a
-run autoconf