libdice/autogen.sh

20 lines
274 B
Bash
Raw Normal View History

#!/bin/sh
set -e
set -x
2018-05-18 10:32:16 +02:00
if [ $(uname) = "OpenBSD" ]; then
export AUTOMAKE_VERSION=1.15
export AUTOCONF_VERSION=2.69
fi
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