Init cirrus ourselves instead of calling videobios

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-06-21 01:02:48 +02:00
parent 8c0346515d
commit 4d88b9aec7
7 changed files with 172 additions and 4 deletions

View file

@ -178,13 +178,20 @@ if test "x$YACC" = x; then
AC_MSG_ERROR([bison is not found])
fi
FONT_SOURCE=
for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz /usr/share/fonts/unifont/unifont.pcf.gz; do
if test -e $file ; then
FONT_SOURCE=$file
AC_SUBST([FONT_SOURCE], [$file])
break
fi
done
if test "x$FONT_SOURCE" == x && ( test "x$platform" = xqemu || test "x$platform" = xyeeloong ); then
AC_MSG_ERROR([qemu and yeeloong ports need unifont])
fi
AC_PROG_INSTALL
AC_PROG_AWK
AC_PROG_LEX