libdice/autogen.sh

14 lines
142 B
Bash
Raw Normal View History

#!/bin/sh
set -e
set -x
cd "$(dirname "$0")"
PATH=$PATH:/usr/local/bin
aclocal $AC_SEARCH_OPTS
autoconf
autoheader
automake --add-missing