view srf2fastq/io_lib-1.12.2/bootstrap @ 0:d901c9f41a6a default tip

Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
author dawe
date Tue, 07 Jun 2011 17:48:05 -0400
parents
children
line wrap: on
line source

#!/bin/sh

# If this doesn't work, you may wish to try running "autoreconf" instead.

set -x
rm -rf install-sh missing mkinstalldirs depcomp aclocal.m4 config.cache config.log config.status configure autom4te.cache io_lib_config.h.in config.sub config.guess Makefile.in progs/Makefile.in progs/Makefile read/Makefile.in read/Makefile tests/Makefile tests/Makefile.in dependencies io_lib-config
libtoolize --force --copy && \
aclocal -I . && \
autoheader && \
automake --foreign --add-missing --copy && \
autoconf