chiark / gitweb /
Use RC4-drop, not RC4
[vbig.git] / autogen.sh
1 #! /bin/bash
2 set -e
3 srcdir=$(dirname $0)
4 here=$(pwd)
5 cd $srcdir
6 mkdir -p config.aux
7 if test -d $HOME/share/aclocal; then
8   aclocal --acdir=$HOME/share/aclocal
9 else
10   aclocal
11 fi
12 autoconf
13 autoheader
14 automake -a || true             # for INSTALL
15 automake --foreign -a