3 package="tuxbox-enigma"
6 test -z "$srcdir" && srcdir=.
11 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
13 echo "You must have autoconf installed to compile $package."
14 echo "Download the appropriate package for your system,"
15 echo "or get the source from one of the GNU ftp sites"
16 echo "listed in http://www.gnu.org/order/ftp.html"
20 (automake --version) < /dev/null > /dev/null 2>&1 || {
22 echo "You must have automake installed to compile $package."
23 echo "Download the appropriate package for your system,"
24 echo "or get the source from one of the GNU ftp sites"
25 echo "listed in http://www.gnu.org/order/ftp.html"
29 (libtool --version) < /dev/null > /dev/null 2>&1 || {
31 echo "You must have libtool installed to compile $package."
32 echo "Download the appropriate package for your system,"
33 echo "or get the source from one of the GNU ftp sites"
34 echo "listed in http://www.gnu.org/order/ftp.html"
38 if test "$DIE" -eq 1; then
42 if [ ! -e acinclude.m4 ]; then
43 for i in .. ../.. ../../..; do
44 if [ -e `pwd`/$i/acinclude.m4 ]; then
45 ln -s `pwd`/$i/acinclude.m4 .
50 echo "Generating configuration files for $package, please wait...."
54 echo " libtoolize --automake"
58 echo " automake --add-missing"
59 automake --add-missing