mp-modsqrt: Always return the smaller possible square root.
[u/mdw/catacomb] / setup
1 #! /bin/sh
2
3 set -e
4 mklinks
5 libtoolize
6 mkaclocal
7 m4 Makefile.m4 >Makefile.am
8 (cd tests && m4 Makefile.m4 >Makefile.am)
9 autoconf
10 autoheader
11 automake -a
12 mkdir -p build