  libtoolize --force &&
  aclocal &&
  autoconf &&
  automake &&
  ./configure  --prefix=/usr               \
	       $OPTS		      &&	
  make
