4 $1 --version 2>&1 >/dev/null
7 echo "Please install $1 and run bootstrap.sh again!"
12 uname -s | grep -q FreeBSD
15 check_for_app aclocal19
16 check_for_app autoconf259
17 check_for_app autoheader259
18 check_for_app automake19
23 automake19 --add-missing --copy 2>/dev/null
25 export AUTOCONF_VERSION=2.59
26 export AUTOMAKE_VERSION=1.9
29 check_for_app autoconf
30 check_for_app autoheader
31 check_for_app automake
36 automake --add-missing --copy 2>/dev/null