2 # you can either set the environment variables AUTOCONF, AUTOHEADER, AUTOMAKE,
 
   3 # ACLOCAL, AUTOPOINT and/or LIBTOOLIZE to the right versions, or leave them
 
   4 # unset and get the defaults
 
   6 autoreconf --verbose --force --install --make || {
 
   7  echo 'autogen.sh failed';
 
  12  echo 'configure failed';
 
  17 echo "Now type 'make' to compile this module."