libdice/autogen.sh

15 lines
170 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
2018-02-21 10:49:17 +01:00
autoreconf --install
autoheader
2018-02-21 10:34:01 +01:00
automake --copy --add-missing