Remove arg-highlight on calculate
[reinteract.git] / autogen.sh
blob6f856fb93e782452ff50f1f5f6860e2bd3066a50
1 #!/bin/sh
3 (cd $(dirname $0);
4 touch ChangeLog NEWS &&
5 autoreconf --install --symlink &&
6 autoreconf &&
7 ./configure --enable-maintainer-mode $@