--- configure.orig Thu May 6 18:22:57 2004 +++ configure Fri Mar 23 00:19:27 2007 @@ -7496,7 +7496,7 @@ ;; freebsd*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` version_type=freebsd-$objformat case $version_type in freebsd-elf*) @@ -9071,10 +9071,10 @@ # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +LIBTOOL_DEPS=" /usr/local/share/libtool/ltmain.sh" # Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' +LIBTOOL='$(SHELL) /usr/local/bin/libtool' # Prevent multiple expansion @@ -13267,10 +13267,6 @@ DEBUG_CFLAGS="$DEBUG_CFLAGS -O3" ;; - *) - echo "Host type '$host' ($host_alias) is currently not supported by xine" - exit 1 - ;; esac CFLAGS="$CFLAGS $COMMON_CFLAGS $ALSA_CFLAGS $ESD_CFLAGS"