*sigh* comment these out until travis is fixed.

This commit is contained in:
Elizabeth Myers 2016-04-10 17:11:57 -05:00
parent c5514ce8ee
commit efc4b18c78
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ ACLOCAL=${ACLOCAL:-aclocal}
AUTOMAKE=${AUTOMAKE:-automake}
AUTOHEADER=${AUTOHEADER:-autoheader}
LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
SHTOOLIZE=${SHTOOLIZE:-shtoolize}
#SHTOOLIZE=${SHTOOLIZE:-shtoolize}
dump_help_screen ()
{
@ -93,4 +93,4 @@ run_or_die $LIBTOOLIZE --force --copy
run_or_die $AUTOHEADER
run_or_die $AUTOCONF
run_or_die $AUTOMAKE --add-missing --copy
run_or_die $SHTOOLIZE all
#run_or_die $SHTOOLIZE all

View File

@ -13,7 +13,7 @@ ACLOCAL=${ACLOCAL:-aclocal}
AUTOMAKE=${AUTOMAKE:-automake}
AUTOHEADER=${AUTOHEADER:-autoheader}
LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
SHTOOLIZE=${SHTOOLIZE:-shtoolize}
#SHTOOLIZE=${SHTOOLIZE:-shtoolize}
dump_help_screen ()
{
@ -86,4 +86,4 @@ run_or_die $LIBTOOLIZE --force --copy
run_or_die $AUTOHEADER
run_or_die $AUTOCONF
run_or_die $AUTOMAKE --add-missing --copy
run_or_die $SHTOOLIZE all
#run_or_die $SHTOOLIZE all