Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / autogen.sh
1 #! /bin/sh
2
3 # Run this to generate all the auto-generated files needed by the GNU
4 # configure program
5
6 libtoolize --automake
7 aclocal
8 automake --add-missing --gnu
9 autoconf
10 echo "Now use ./configure --enable-maintainer-mode"