comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:d901c9f41a6a
1 #!/bin/sh
2
3 # If this doesn't work, you may wish to try running "autoreconf" instead.
4
5 set -x
6 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
7 libtoolize --force --copy && \
8 aclocal -I . && \
9 autoheader && \
10 automake --foreign --add-missing --copy && \
11 autoconf