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 autoconf259
16 check_for_app autoheader259
17 check_for_app automake19
18 check_for_app aclocal19
19 echo "Generating the configure script ..."
23 automake19 --add-missing --copy 2>/dev/null
25 export AUTOCONF_VERSION=2.59
26 export AUTOMAKE_VERSION=1.9
28 check_for_app autoconf
29 check_for_app autoheader
30 check_for_app automake
32 echo "Generating the configure script ..."
36 automake --add-missing --copy 2>/dev/null